diff options
| author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:16:15 -0400 |
|---|---|---|
| committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:03 -0500 |
| commit | 0335cb469ad4ab3072a4246ceb0573483fcee5bf (patch) | |
| tree | 9dddc1aecd4a51820e293e57c6798a734ef640cd /Documentation/CodingStyle | |
| parent | 5a958db311c416345a61b7bddc62a5c6c7112c7f (diff) | |
Documentation: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
CC: Rob Landley <rob@landley.net>
CC: Jiri Kosina <jkosina@suse.cz>
CC: Masanari Iida <standby24x7@gmail.com>
CC: Jason Wessel <jason.wessel@windriver.com>
CC: Richard L Maliszewski <richard.l.maliszewski@intel.com>
CC: Gang Wei <gang.wei@intel.com>
CC: Shane Wang <shane.wang@intel.com>
CC: Harry Wei <harryxiyou@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Jason Wessel <jason.wessel@windriver.com>
Diffstat (limited to 'Documentation/CodingStyle')
| -rw-r--r-- | Documentation/CodingStyle | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index 495e5ba1634c..e00b8f0dde52 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle | |||
| @@ -546,15 +546,7 @@ config AUDIT | |||
| 546 | logging of avc messages output). Does not do system-call | 546 | logging of avc messages output). Does not do system-call |
| 547 | auditing without CONFIG_AUDITSYSCALL. | 547 | auditing without CONFIG_AUDITSYSCALL. |
| 548 | 548 | ||
| 549 | Features that might still be considered unstable should be defined as | 549 | Seriously dangerous features (such as write support for certain |
| 550 | dependent on "EXPERIMENTAL": | ||
| 551 | |||
| 552 | config SLUB | ||
| 553 | depends on EXPERIMENTAL && !ARCH_USES_SLAB_PAGE_STRUCT | ||
| 554 | bool "SLUB (Unqueued Allocator)" | ||
| 555 | ... | ||
| 556 | |||
| 557 | while seriously dangerous features (such as write support for certain | ||
| 558 | filesystems) should advertise this prominently in their prompt string: | 550 | filesystems) should advertise this prominently in their prompt string: |
| 559 | 551 | ||
| 560 | config ADFS_FS_RW | 552 | config ADFS_FS_RW |
