[PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-27 Thread Gideon Israel Dsouza
There is which provides macros for various gcc specific constructs. Eg: __weak for __attribute__((weak)). I've cleaned all instances of gcc specific attributes with the right macros for all files under /arch/m68k This patch depends on the previous with changes in /include/linux/compiler-gcc.h Si

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-27 Thread Gideon D'souza
>You've gone from printf to print here. This commit is breaking the >linux-next builds on m68k. I see the kbuild bot tripped over the same >issue and did the same bisect. I did do a build before sending, as you may guess I'm not on an m68k machine. Forgive the newbie please! I'm re-sending my

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-27 Thread Paul Gortmaker
On Tue, Jan 24, 2017 at 7:14 AM, Gideon Israel Dsouza wrote: > There is which provides macros for various gcc specific > constructs. Eg: __weak for __attribute__((weak)). I've cleaned all > instances of gcc specific attributes with the right macros for all files > under /arch/m68k > > This patch

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-24 Thread kbuild test robot
Hi Gideon, [auto build test ERROR on m68k/for-next] [also build test ERROR on v4.10-rc5 next-20170124] [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-ne

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-24 Thread Greg Ungerer
On 24/01/17 22:14, Gideon Israel Dsouza wrote: > There is which provides macros for various gcc specific > constructs. Eg: __weak for __attribute__((weak)). I've cleaned all > instances of gcc specific attributes with the right macros for all files > under /arch/m68k > > This patch depends on the

[PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-24 Thread Gideon Israel Dsouza
There is which provides macros for various gcc specific constructs. Eg: __weak for __attribute__((weak)). I've cleaned all instances of gcc specific attributes with the right macros for all files under /arch/m68k This patch depends on the previous with changes in /include/linux/compiler-gcc.h Si

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-20 Thread Gideon D'souza
Ah I didn't know they would be tracked a series. Should I resend these? On Fri, Jan 20, 2017 at 4:04 PM, Geert Uytterhoeven wrote: > Hi Gideon, > > On Fri, Jan 20, 2017 at 11:21 AM, Gideon D'souza wrote: >>> Gideon: what exactly did you use to send this email series? >> I used git format-patch a

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-20 Thread Geert Uytterhoeven
Hi Gideon, On Fri, Jan 20, 2017 at 11:21 AM, Gideon D'souza wrote: >> 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 > mad

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-20 Thread Gideon D'souza
> 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 -

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-19 Thread Geert Uytterhoeven
On Thu, Jan 19, 2017 at 9:31 PM, kbuild test robot 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://gi

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-19 Thread Gideon D'souza
Geert, I'm assuming this build failure is clear? It is breaking because it depends on the first patch. I don't know if there is protocol for sending dependent patches into the kernel? On Fri, Jan 20, 2017 at 2:18 AM, kbuild test robot wrote: > Hi Gideon, > > [auto build test ERROR on m68k/for-

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-19 Thread kbuild test robot
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-ne

Re: [PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-19 Thread kbuild test robot
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-ne

[PATCH 2/2] m68k: replaced gcc specific macros with ones from compiler.h

2017-01-19 Thread Gideon Israel Dsouza
There is which provides macros for various gcc specific constructs. Eg: __weak for __attribute__((weak)). I've cleaned all instances of gcc specific attributes with the right macros for all files under /arch/m68k This patch depends on the previous with changes in /include/linux/compiler-gcc.h Si