On Thu, Jul 16, 2015 at 11:22 AM, Joe Perches <[email protected]> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

