summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2017-02-18 15:36:37 -0500
committerMike Pagano <mpagano@gentoo.org>2017-03-02 11:30:03 -0500
commit590c1d9ccf1174bc04ee8c2e6156fe06ddac9db4 (patch)
treec061f80453245c62c49b01994db2ef255a680a88
parentdccp: fix freeing skb too early for IPV6_RECVPKTINFO. CVE-2017-6074 (diff)
downloadlinux-patches-590c1d9c.tar.gz
linux-patches-590c1d9c.tar.bz2
linux-patches-590c1d9c.zip
For GENTOO_LINUX_INIT_SYSTEMD don't add DMIID for non X86 architectures. See bug #609590.
-rw-r--r--4567_distro-Gentoo-Kconfig.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index acb09725..4a88040f 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,8 +7,8 @@
+source "distro/Kconfig"
+
source "arch/$SRCARCH/Kconfig"
---- /dev/null 2016-11-15 00:56:18.320838834 -0500
-+++ b/distro/Kconfig 2016-11-16 06:24:29.457357409 -0500
+--- /dev/null 2017-02-18 04:25:56.900821893 -0500
++++ b/distro/Kconfig 2017-02-18 10:41:16.512328155 -0500
@@ -0,0 +1,142 @@
+menu "Gentoo Linux"
+
@@ -115,7 +115,7 @@
+ select CGROUPS
+ select CHECKPOINT_RESTORE
+ select DEVPTS_MULTIPLE_INSTANCES
-+ select DMIID
++ select DMIID if X86_32 || X86_64 || X86
+ select EPOLL
+ select FANOTIFY
+ select FHANDLE