Re: [PATCH] linux/compiler.h: don't use bool

2018-08-17 Thread Josh Triplett
On August 17, 2018 1:39:35 PM PDT, Andrew Morton wrote: >On Fri, 17 Aug 2018 12:10:35 +0200 Rasmus Villemoes > wrote: > >> Appararently, it's possible to have a non-trivial TU include a few >headers, >> including linux/build_bug.h, without ending up with linux/types.h. So >> the 0day bot sent me

Re: [PATCH] linux/compiler.h: don't use bool

2018-08-17 Thread Andrew Morton
On Fri, 17 Aug 2018 12:10:35 +0200 Rasmus Villemoes wrote: > Appararently, it's possible to have a non-trivial TU include a few headers, > including linux/build_bug.h, without ending up with linux/types.h. So > the 0day bot sent me What's a "TU"? > > config: um-x86_64_defconfig (attached as .

[PATCH] linux/compiler.h: don't use bool

2018-08-17 Thread Rasmus Villemoes
Appararently, it's possible to have a non-trivial TU include a few headers, including linux/build_bug.h, without ending up with linux/types.h. So the 0day bot sent me config: um-x86_64_defconfig (attached as .config) >> include/linux/compiler.h:316:3: error: unknown type name 'bool'; did you >>