Re: [dm-devel] [PATCH v5] fault-injection: introduce kvmalloc fallback options

From: James Bottomley
Date: Wed Apr 25 2018 - 19:08:45 EST


On Wed, 2018-04-25 at 19:00 -0400, Mikulas Patocka wrote:
>
> On Wed, 25 Apr 2018, James Bottomley wrote:
>
> > > > Do we really need the new config option?ÂÂThis could just be
> > > > manually tunable via fault injection IIUC.
> > >Â
> > > We do, because we want to enable it in RHEL and Fedora debugging
> > > kernels,Âso that it will be tested by the users.
> > >Â
> > > The users won't use some extra magic kernel options or debugfs
> files.
>
> > If it can be enabled via a tunable, then the distro can turn it on
> > without the user having to do anything. If you want to present the
> > user with a different boot option, you can (just have the tunable
> set
> > on the command line), but being tunable driven means that you don't
> > have to choose that option, you could automatically enable it under
> a
> > range of circumstances. I think most sane distributions would want
> > that flexibility.
>
> > Kconfig proliferation, conversely, is a bit of a nightmare from
> both
> > the user and the tester's point of view, so we're trying to avoid
> it
> > unless absolutely necessary.
>
> > James
>
> BTW. even developers who compile their own kernel should have this
> enabledÂby a CONFIG option - because if the developer sees the option
> whenÂbrowsing through menuconfig, he may enable it. If he doesn't see
> theÂoption, he won't even know that such an option exists.

I may be an atypical developer but I'd rather have a root canal than
browse through menuconfig options. The way to get people to learn
about new debugging options is to blog about it (or write an lwn.net
article) which google will find the next time I ask it how I debug XXX.
Google (probably as a service to humanity) rarely turns up Kconfig
options in response to a query.

James