Re: [PATCH] driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE stronger

2016-10-31 Thread Greg Kroah-Hartman
On Mon, Oct 31, 2016 at 09:07:24AM -0600, Greg Kroah-Hartman wrote: > On Mon, Oct 31, 2016 at 09:10:57AM -0500, Rob Herring wrote: > > On Mon, Oct 31, 2016 at 7:28 AM, Geert Uytterhoeven > > wrote: > > > Hi Greg, > > > > > > On Mon, Oct 31, 2016 at 1:21 PM, Greg Kroah-Hartman > > > wrote: > > >>

Re: [PATCH] driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE stronger

2016-10-31 Thread Greg Kroah-Hartman
On Mon, Oct 31, 2016 at 09:10:57AM -0500, Rob Herring wrote: > On Mon, Oct 31, 2016 at 7:28 AM, Geert Uytterhoeven > wrote: > > Hi Greg, > > > > On Mon, Oct 31, 2016 at 1:21 PM, Greg Kroah-Hartman > > wrote: > >> On Mon, Oct 31, 2016 at 11:12:45AM +0100, Geert Uytterhoeven wrote: > >>> On Fri, Oc

Re: [PATCH] driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE stronger

2016-10-31 Thread Rob Herring
On Mon, Oct 31, 2016 at 7:28 AM, Geert Uytterhoeven wrote: > Hi Greg, > > On Mon, Oct 31, 2016 at 1:21 PM, Greg Kroah-Hartman > wrote: >> On Mon, Oct 31, 2016 at 11:12:45AM +0100, Geert Uytterhoeven wrote: >>> On Fri, Oct 7, 2016 at 6:09 PM, Laura Abbott wrote: >>> > The current state of driver

Re: [PATCH] driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE stronger

2016-10-31 Thread Geert Uytterhoeven
Hi Greg, On Mon, Oct 31, 2016 at 1:21 PM, Greg Kroah-Hartman wrote: > On Mon, Oct 31, 2016 at 11:12:45AM +0100, Geert Uytterhoeven wrote: >> On Fri, Oct 7, 2016 at 6:09 PM, Laura Abbott wrote: >> > The current state of driver removal is not great. >> > CONFIG_DEBUG_TEST_DRIVER_REMOVE finds lots

Re: [PATCH] driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE stronger

2016-10-31 Thread Greg Kroah-Hartman
On Mon, Oct 31, 2016 at 11:12:45AM +0100, Geert Uytterhoeven wrote: > On Fri, Oct 7, 2016 at 6:09 PM, Laura Abbott wrote: > > The current state of driver removal is not great. > > CONFIG_DEBUG_TEST_DRIVER_REMOVE finds lots of errors. The help text > > currently undersells exactly how many errors t

Re: [PATCH] driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE stronger

2016-10-31 Thread Geert Uytterhoeven
On Fri, Oct 7, 2016 at 6:09 PM, Laura Abbott wrote: > The current state of driver removal is not great. > CONFIG_DEBUG_TEST_DRIVER_REMOVE finds lots of errors. The help text > currently undersells exactly how many errors this option will find. Add > a bit more description to indicate this option s

[PATCH] driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE stronger

2016-10-07 Thread Laura Abbott
The current state of driver removal is not great. CONFIG_DEBUG_TEST_DRIVER_REMOVE finds lots of errors. The help text currently undersells exactly how many errors this option will find. Add a bit more description to indicate this option shouldn't be turned on unless you actually want to debug drive