* [RFC] Completely remove CONFIG_EXPERIMENTAL from defconfigs
@ 2015-07-16 18:22 Joe Perches
2015-07-16 18:24 ` Kees Cook
0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2015-07-16 18:22 UTC (permalink / raw)
To: LKML; +Cc: Kees Cook, Andrew Morton
It doesn't seem to be used anywhere.
https://lkml.org/lkml/2012/10/23/572
Maybe this script should be run one day:
$ git grep --name-only CONFIG_EXPERIMENTAL arch | \
xargs perl -p -i -e 'local $/; while (<>) { s/^[ \t]*CONFIG_EXPERIMENTAL=y\s*//g;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [RFC] Completely remove CONFIG_EXPERIMENTAL from defconfigs
2015-07-16 18:22 [RFC] Completely remove CONFIG_EXPERIMENTAL from defconfigs Joe Perches
@ 2015-07-16 18:24 ` Kees Cook
0 siblings, 0 replies; 2+ messages in thread
From: Kees Cook @ 2015-07-16 18:24 UTC (permalink / raw)
To: Joe Perches; +Cc: LKML, Andrew Morton
On Thu, Jul 16, 2015 at 11:22 AM, Joe Perches <joe@perches.com> wrote:
> It doesn't seem to be used anywhere.
>
> https://lkml.org/lkml/2012/10/23/572
>
> Maybe this script should be run one day:
>
> $ git grep --name-only CONFIG_EXPERIMENTAL arch | \
> xargs perl -p -i -e 'local $/; while (<>) { s/^[ \t]*CONFIG_EXPERIMENTAL=y\s*//g;
Yeah, I think that'd be great. I had originally done that back in
2012, but I was told it would "naturally" leak out of the defconfigs
over time so I should leave it out of my series. Seems like that's
less true than expected. :)
-Kees
--
Kees Cook
Chrome OS Security
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-16 18:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16 18:22 [RFC] Completely remove CONFIG_EXPERIMENTAL from defconfigs Joe Perches
2015-07-16 18:24 ` Kees Cook
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.