Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1563457
| From | "Gideon D'souza" <gidisrael@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h |
| Date | 2017-01-20 11:30 +0100 |
| Message-ID | <t1ECe-62Y-17@gated-at.bofh.it> (permalink) |
| References | <t1l6y-27b-27@gated-at.bofh.it> <t1rEZ-6eB-5@gated-at.bofh.it> <t1C7n-4pX-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> Gideon: what exactly did you use to send this email series?
I used git format-patch and then send-email on my Fedora 24 system.
I did :
git format-patch HEAD^^ # this generated two patches for the two commits I made
git send-email --to ... ~/patches/0001- .... #sent first patch
git send-email --to ... ~/patches/0002- ....#sent second patch
Yes, I sent each patch individually. Should I have just passed the directory?
On Fri, Jan 20, 2017 at 1:14 PM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> On Thu, Jan 19, 2017 at 9:31 PM, kbuild test robot <lkp@intel.com> wrote:
>> Hi Gideon,
>>
>> [auto build test ERROR on m68k/for-next]
>> [also build test ERROR on v4.10-rc4 next-20170119]
>> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>>
>> url: https://github.com/0day-ci/linux/commits/Gideon-Israel-Dsouza/compiler-gcc-h-Added-new-macro-for-gcc-attribute/20170120-032332
>> base: https://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git for-next
>> config: m68k-allmodconfig (attached as .config)
>
> Hmm, although Gideon seems to have use git-send-email, there's no
> "In-Reply-To" header in the email containing the second patch, hence
> the kbuild test robot didn't consider the dependency on the first
> patch...
>
> Gideon: what exactly did you use to send this emai series?
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h Gideon Israel Dsouza <gidisrael@gmail.com> - 2017-01-19 14:40 +0100
Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h "Gideon D'souza" <gidisrael@gmail.com> - 2017-01-20 06:30 +0100
Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h Geert Uytterhoeven <geert@linux-m68k.org> - 2017-01-20 08:50 +0100
Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h "Gideon D'souza" <gidisrael@gmail.com> - 2017-01-20 11:30 +0100
Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h Geert Uytterhoeven <geert@linux-m68k.org> - 2017-01-20 11:40 +0100
Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h "Gideon D'souza" <gidisrael@gmail.com> - 2017-01-20 12:30 +0100
csiph-web