diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-02-06 11:44:09 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-02-06 11:49:05 -0500 |
commit | f39ad019437fa300f5d2e05ee89154825cae737c (patch) | |
tree | fc554dc9e8d3cbcd113fd0a35aa545d1a5d76db8 /config-x86_64-generic | |
parent | 27e48a69995096472390d6e9a87d58502c88e47f (diff) | |
download | kernel-f39ad019437fa300f5d2e05ee89154825cae737c.tar.gz kernel-f39ad019437fa300f5d2e05ee89154825cae737c.tar.xz kernel-f39ad019437fa300f5d2e05ee89154825cae737c.zip |
Enable CONFIG_NAMESPACES everywhere (rhbz 907576)
So apparently we've been enabling CONFIG_NAMESPACES in Fedora kernels for
a very long time even though it was never explicitly set. The kconfig entry
for it looks like it should depend on CONFIG_EXPERT (which isn't set), but
either the fact that we've had CONFIG_NET_NS, etc enabled explicitly or the
fact that it defaults to !EXPERT seems to do something weird with menuconfig
and enables it in the final config. Whatever, just turn it back on. It
seems to break rtkit-daemon for some reason.
Diffstat (limited to 'config-x86_64-generic')
-rw-r--r-- | config-x86_64-generic | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config-x86_64-generic b/config-x86_64-generic index 575564345..54403ba68 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -129,7 +129,6 @@ CONFIG_BPF_JIT=y # https://fedoraproject.org/wiki/Features/Checkpoint_Restore CONFIG_CHECKPOINT_RESTORE=y -CONFIG_NAMESPACES=y # Should be 32bit only, but lacks KConfig depends # CONFIG_XO15_EBOOK is not set |