]> git.proxmox.com Git - pve-kernel.git/blame - patches/kernel/0061-x86-unwinder-Make-CONFIG_UNWINDER_ORC-y-the-default-.patch
build: reformat existing patches
[pve-kernel.git] / patches / kernel / 0061-x86-unwinder-Make-CONFIG_UNWINDER_ORC-y-the-default-.patch
CommitLineData
59d5af67 1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
321d628a
FG
2From: Ingo Molnar <mingo@kernel.org>
3Date: Thu, 12 Oct 2017 09:24:30 +0200
59d5af67
FG
4Subject: [PATCH] x86/unwinder: Make CONFIG_UNWINDER_ORC=y the default in the
5 64-bit defconfig
321d628a
FG
6MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit
9
10CVE-2017-5754
11
12Increase testing coverage by turning on the primary x86 unwinder for
13the 64-bit defconfig.
14
15Cc: Josh Poimboeuf <jpoimboe@redhat.com>
16Cc: Linus Torvalds <torvalds@linux-foundation.org>
17Cc: Peter Zijlstra <peterz@infradead.org>
18Cc: Thomas Gleixner <tglx@linutronix.de>
19Cc: linux-kernel@vger.kernel.org
20Signed-off-by: Ingo Molnar <mingo@kernel.org>
21(cherry picked from commit 1e4078f0bba46ad61b69548abe6a6faf63b89380)
22Signed-off-by: Andy Whitcroft <apw@canonical.com>
23Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
24(cherry picked from commit ebcba768c005dce435721f6c998e3afdf5534666)
25Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
26---
27 arch/x86/configs/x86_64_defconfig | 1 +
28 1 file changed, 1 insertion(+)
29
30diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
31index 4a4b16e56d35..eb65c248708d 100644
32--- a/arch/x86/configs/x86_64_defconfig
33+++ b/arch/x86/configs/x86_64_defconfig
34@@ -299,6 +299,7 @@ CONFIG_DEBUG_STACKOVERFLOW=y
35 # CONFIG_DEBUG_RODATA_TEST is not set
36 CONFIG_DEBUG_BOOT_PARAMS=y
37 CONFIG_OPTIMIZE_INLINING=y
38+CONFIG_ORC_UNWINDER=y
39 CONFIG_SECURITY=y
40 CONFIG_SECURITY_NETWORK=y
41 CONFIG_SECURITY_SELINUX=y
42--
432.14.2
44