Re: [PATCH] uapi: Make generic uapi headers compile standalone.

2018-06-08 Thread Randy Dunlap
On 06/08/2018 11:36 AM, Jayant Chowdhary wrote: > Hi Randy, > > On 06/07/2018 05:07 PM, Randy Dunlap wrote: >> On 06/06/2018 04:16 PM, Jayant Chowdhary wrote: >>> In order for static analysis tools to analyze each of the uapi headers, >>> we need to enable them to compile stand-alone. Some uapi he

Re: [PATCH] uapi: Make generic uapi headers compile standalone.

2018-06-08 Thread Jayant Chowdhary
Hi Randy, On 06/07/2018 05:07 PM, Randy Dunlap wrote: > On 06/06/2018 04:16 PM, Jayant Chowdhary wrote: >> In order for static analysis tools to analyze each of the uapi headers, >> we need to enable them to compile stand-alone. Some uapi headers were >> missing dependencies which would not make t

Re: [PATCH] uapi: Make generic uapi headers compile standalone.

2018-06-07 Thread kbuild test robot
Hi Jayant, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.17 next-20180607] [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/lin

Re: [PATCH] uapi: Make generic uapi headers compile standalone.

2018-06-07 Thread Jayant Chowdhary
Hi, On 06/06/2018 09:58 PM, Masahiro Yamada wrote: > Hi. > > > 2018-06-07 8:16 GMT+09:00 Jayant Chowdhary : >> In order for static analysis tools to analyze each of the uapi headers, >> we need to enable them to compile stand-alone. Some uapi headers were >> missing dependencies which would not

Re: [PATCH] uapi: Make generic uapi headers compile standalone.

2018-06-07 Thread Randy Dunlap
On 06/06/2018 04:16 PM, Jayant Chowdhary wrote: > In order for static analysis tools to analyze each of the uapi headers, > we need to enable them to compile stand-alone. Some uapi headers were > missing dependencies which would not make them compile stand-alone in > user-land. This patch adds thos

Re: [PATCH] uapi: Make generic uapi headers compile standalone.

2018-06-07 Thread kbuild test robot
Hi Jayant, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.17 next-20180607] [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/lin

Re: [PATCH] uapi: Make generic uapi headers compile standalone.

2018-06-07 Thread kbuild test robot
Hi Jayant, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17 next-20180607] [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/commi

Re: [PATCH] uapi: Make generic uapi headers compile standalone.

2018-06-07 Thread kbuild test robot
Hi Jayant, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17 next-20180607] [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/commi

Re: [PATCH] uapi: Make generic uapi headers compile standalone.

2018-06-06 Thread Masahiro Yamada
Hi. 2018-06-07 8:16 GMT+09:00 Jayant Chowdhary : > In order for static analysis tools to analyze each of the uapi headers, > we need to enable them to compile stand-alone. Some uapi headers were > missing dependencies which would not make them compile stand-alone in > user-land. This patch adds t

[PATCH] uapi: Make generic uapi headers compile standalone.

2018-06-06 Thread Jayant Chowdhary
In order for static analysis tools to analyze each of the uapi headers, we need to enable them to compile stand-alone. Some uapi headers were missing dependencies which would not make them compile stand-alone in user-land. This patch adds those dependencies. Test: make defconfig; make -j64 Test: