From: Joe Perches <joe@perches.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Kees Cook <keescook@chromium.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [RFC] Completely remove CONFIG_EXPERIMENTAL from defconfigs
Date: Thu, 16 Jul 2015 11:22:37 -0700 [thread overview]
Message-ID: <1437070957.2495.19.camel@perches.com> (raw)
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;
next reply other threads:[~2015-07-16 18:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-16 18:22 Joe Perches [this message]
2015-07-16 18:24 ` [RFC] Completely remove CONFIG_EXPERIMENTAL from defconfigs Kees Cook
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1437070957.2495.19.camel@perches.com \
--to=joe@perches.com \
--cc=akpm@linux-foundation.org \
--cc=keescook@chromium.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.