Re: [PATCH v2] watchdog: Compile possible drivers with COMPILE_TEST

2015-10-16 Thread Luis de Bethencourt
On 15/10/15 03:11, Krzysztof Kozlowski wrote: > 2015-10-15 7:40 GMT+09:00 Guenter Roeck : >> On 10/14/2015 03:11 PM, Luis de Bethencourt wrote: >>> >>> On 14/10/15 22:35, Guenter Roeck wrote: On 10/14/2015 11:55 AM, Luis de Bethencourt wrote: > > These drivers have depends that ar

Re: [PATCH v2] watchdog: Compile possible drivers with COMPILE_TEST

2015-10-15 Thread kbuild test robot
Hi Luis, [auto build test ERROR on v4.3-rc5 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Luis-de-Bethencourt/watchdog-Compile-possible-drivers-with-COMPILE_TEST/20151015-025729 config: um-allmodconfig

Re: [PATCH v2] watchdog: Compile possible drivers with COMPILE_TEST

2015-10-14 Thread Krzysztof Kozlowski
2015-10-15 7:40 GMT+09:00 Guenter Roeck : > On 10/14/2015 03:11 PM, Luis de Bethencourt wrote: >> >> On 14/10/15 22:35, Guenter Roeck wrote: >>> >>> On 10/14/2015 11:55 AM, Luis de Bethencourt wrote: These drivers have depends that aren't build dependencies, so it's a good idea to al

Re: [PATCH v2] watchdog: Compile possible drivers with COMPILE_TEST

2015-10-14 Thread Guenter Roeck
On 10/14/2015 03:11 PM, Luis de Bethencourt wrote: On 14/10/15 22:35, Guenter Roeck wrote: On 10/14/2015 11:55 AM, Luis de Bethencourt wrote: These drivers have depends that aren't build dependencies, so it's a good idea to allow these drivers to always be built when the COMPILE_TEST option is

Re: [PATCH v2] watchdog: Compile possible drivers with COMPILE_TEST

2015-10-14 Thread Luis de Bethencourt
On 14/10/15 22:35, Guenter Roeck wrote: > On 10/14/2015 11:55 AM, Luis de Bethencourt wrote: >> These drivers have depends that aren't build dependencies, so it's >> a good idea to allow these drivers to always be built when the >> COMPILE_TEST option is enabled. >> >> That way, the drivers can be

Re: [PATCH v2] watchdog: Compile possible drivers with COMPILE_TEST

2015-10-14 Thread Guenter Roeck
On 10/14/2015 11:55 AM, Luis de Bethencourt wrote: These drivers have depends that aren't build dependencies, so it's a good idea to allow these drivers to always be built when the COMPILE_TEST option is enabled. That way, the drivers can be built with a config generated by make allyesconfig and

[PATCH v2] watchdog: Compile possible drivers with COMPILE_TEST

2015-10-14 Thread Luis de Bethencourt
These drivers have depends that aren't build dependencies, so it's a good idea to allow these drivers to always be built when the COMPILE_TEST option is enabled. That way, the drivers can be built with a config generated by make allyesconfig and check if a patch would break the build. Signed-off-