Re: linux-next: manual merge of the compiler-attributes tree with the kbuild tree

2018-10-30 Thread Stephen Rothwell
Hi Miguel, On Tue, 30 Oct 2018 12:21:52 +0100 Miguel Ojeda wrote: > > From a quick look, it seems we want: > > #ifndef CONFIG_CC_OPTIMIZE_FOR_DEBUGGING > #define __compiletime_warning(message) __attribute__((__warning__(message))) > #define __compiletime_error(message) __attribute__((__error__(

Re: linux-next: manual merge of the compiler-attributes tree with the kbuild tree

2018-10-30 Thread Masahiro Yamada
On Wed, Oct 31, 2018 at 12:06 AM Changbin Du wrote: > > On Tue, Oct 30, 2018 at 12:21:52PM +0100, Miguel Ojeda wrote: > > On Tue, Oct 30, 2018 at 12:49 AM Stephen Rothwell > > wrote: > > > > > > Hi all, > > > > > > On Tue, 30 Oct 2018 10:46:37 +1100 Stephen Rothwell > > > wrote: > > > > > > >

Re: linux-next: manual merge of the compiler-attributes tree with the kbuild tree

2018-10-30 Thread Changbin Du
On Tue, Oct 30, 2018 at 12:21:52PM +0100, Miguel Ojeda wrote: > On Tue, Oct 30, 2018 at 12:49 AM Stephen Rothwell > wrote: > > > > Hi all, > > > > On Tue, 30 Oct 2018 10:46:37 +1100 Stephen Rothwell > > wrote: > > > > > > Today's linux-next merge of the compiler-attributes tree got a conflict >

Re: linux-next: manual merge of the compiler-attributes tree with the kbuild tree

2018-10-30 Thread Miguel Ojeda
On Tue, Oct 30, 2018 at 12:49 AM Stephen Rothwell wrote: > > Hi all, > > On Tue, 30 Oct 2018 10:46:37 +1100 Stephen Rothwell > wrote: > > > > Today's linux-next merge of the compiler-attributes tree got a conflict > > in: > > > > include/linux/compiler-gcc.h > > > > between commit: > > > > 9

Re: linux-next: manual merge of the compiler-attributes tree with the kbuild tree

2018-10-29 Thread Stephen Rothwell
Hi all, On Tue, 30 Oct 2018 10:46:37 +1100 Stephen Rothwell wrote: > > Today's linux-next merge of the compiler-attributes tree got a conflict > in: > > include/linux/compiler-gcc.h > > between commit: > > 94c7dfd01652 ("kernel hacking: support building kernel with -Og > optimization lev

linux-next: manual merge of the compiler-attributes tree with the kbuild tree

2018-10-29 Thread Stephen Rothwell
Hi Miguel, Today's linux-next merge of the compiler-attributes tree got a conflict in: include/linux/compiler-gcc.h between commit: 94c7dfd01652 ("kernel hacking: support building kernel with -Og optimization level") from the kbuild tree and commits: 5c67a52f3da0 ("Compiler Attributes: