]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'
authorJosh Poimboeuf <jpoimboe@redhat.com>
Fri, 13 Oct 2017 20:02:00 +0000 (15:02 -0500)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Sat, 6 Jan 2018 12:22:35 +0000 (13:22 +0100)
commit27ab2a240a797b073ce63385b1d5db06e44fc3ae
tree0d2e5c0bbe7c28de532bd210b0a0be3c37f08c7d
parentc7c367ddb6ffb6af2cfee287960e97c4aefc6548
x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'

CVE-2017-5754

Rename the unwinder config options from:

  CONFIG_ORC_UNWINDER
  CONFIG_FRAME_POINTER_UNWINDER
  CONFIG_GUESS_UNWINDER

to:

  CONFIG_UNWINDER_ORC
  CONFIG_UNWINDER_FRAME_POINTER
  CONFIG_UNWINDER_GUESS

... in order to give them a more logical config namespace.

Suggested-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/73972fc7e2762e91912c6b9584582703d6f1b8cc.1507924831.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
(cherry picked from commit 11af847446ed0d131cf24d16a7ef3d5ea7a49554)
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
12 files changed:
Documentation/x86/orc-unwinder.txt
Makefile
arch/x86/Kconfig
arch/x86/Kconfig.debug
arch/x86/configs/tiny.config
arch/x86/configs/x86_64_defconfig
arch/x86/include/asm/module.h
arch/x86/include/asm/unwind.h
arch/x86/kernel/Makefile
include/asm-generic/vmlinux.lds.h
lib/Kconfig.debug
scripts/Makefile.build