* [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
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.