Re: [PATCH 2/3] Kbuild: don't add obj tree in additional includes

2016-06-15 Thread Arnd Bergmann
On Tuesday, June 14, 2016 6:42:16 AM CEST kbuild test robot wrote: >kernel/time/Kconfig:155:warning: range is invalid >In file included from arch/x86/include/asm/seccomp.h:4:0, > from include/linux/seccomp.h:11, > from include/linux/sched.h:43, >

Re: [PATCH 2/3] Kbuild: don't add obj tree in additional includes

2016-06-15 Thread Arnd Bergmann
On Tuesday, June 14, 2016 6:42:16 AM CEST kbuild test robot wrote: >kernel/time/Kconfig:155:warning: range is invalid >In file included from arch/x86/include/asm/seccomp.h:4:0, > from include/linux/seccomp.h:11, > from include/linux/sched.h:43, >

Re: [PATCH 2/3] Kbuild: don't add obj tree in additional includes

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on kbuild/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/3] Kbuild: don't add obj tree in additional includes

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on kbuild/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/3] Kbuild: don't add obj tree in additional includes

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on kbuild/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/3] Kbuild: don't add obj tree in additional includes

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on kbuild/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/3] Kbuild: don't add obj tree in additional includes

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on kbuild/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/3] Kbuild: don't add obj tree in additional includes

2016-06-13 Thread kbuild test robot
Hi, [auto build test ERROR on kbuild/for-next] [also build test ERROR on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 2/3] Kbuild: don't add obj tree in additional includes

2016-06-13 Thread Arnd Bergmann
When building with separate object directories and driver specific Makefiles that add additional header include paths, Kbuild adjusts the gcc flags so that we include both the directory in the source tree and in the object tree. However, due to another bug I fixed earlier, this did not actually

[PATCH 2/3] Kbuild: don't add obj tree in additional includes

2016-06-13 Thread Arnd Bergmann
When building with separate object directories and driver specific Makefiles that add additional header include paths, Kbuild adjusts the gcc flags so that we include both the directory in the source tree and in the object tree. However, due to another bug I fixed earlier, this did not actually