diff options
author | Laura Abbott <labbott@redhat.com> | 2019-08-15 15:04:15 -0400 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-09-16 10:34:51 -0400 |
commit | 9a47638b3daa0c79fd58469e4846a4c1c125a58a (patch) | |
tree | 0a0541c02a86443dcb7b0a42afc4bb3f11944575 | |
parent | a301534bfa010e9a34ccaa4ef997fc5e75161708 (diff) | |
download | kernel-9a47638b3daa0c79fd58469e4846a4c1c125a58a.tar.gz kernel-9a47638b3daa0c79fd58469e4846a4c1c125a58a.tar.xz kernel-9a47638b3daa0c79fd58469e4846a4c1c125a58a.zip |
Drop namespaces config tweak
We've come a long way for namespaces since 2013 and
all arches now enable namespaces. Drop the patch where
we can turn it off and on.
Signed-off-by: Laura Abbott <labbott@redhat.com>
-rw-r--r-- | kernel.spec | 2 | ||||
-rw-r--r-- | namespaces-no-expert.patch | 27 |
2 files changed, 0 insertions, 29 deletions
diff --git a/kernel.spec b/kernel.spec index f1a9f2966..a3df71ead 100644 --- a/kernel.spec +++ b/kernel.spec @@ -511,8 +511,6 @@ Patch117: lis3-improve-handling-of-null-rate.patch Patch118: scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch -Patch119: namespaces-no-expert.patch - Patch120: ath9k-rx-dma-stop-check.patch Patch122: Input-synaptics-pin-3-touches-when-the-firmware-repo.patch diff --git a/namespaces-no-expert.patch b/namespaces-no-expert.patch deleted file mode 100644 index d732f9d0a..000000000 --- a/namespaces-no-expert.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 235b02d70a6a9837896c2ff4ca9d03f172cc4281 Mon Sep 17 00:00:00 2001 -From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org> -Date: Wed, 30 Jan 2013 10:55:31 -0500 -Subject: [PATCH] namespaces: no expert - -Bugzilla: N/A -Upstream-status: Fedora mustard ---- - init/Kconfig | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/init/Kconfig b/init/Kconfig -index 2934249fba46..19d9ee8c120b 100644 ---- a/init/Kconfig -+++ b/init/Kconfig -@@ -871,7 +871,7 @@ config SOCK_CGROUP_DATA - endif # CGROUPS - - menuconfig NAMESPACES -- bool "Namespaces support" if EXPERT -+ bool "Namespaces support" - depends on MULTIUSER - default !EXPERT - help --- -2.14.3 - |