]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
x86/asm: Make objtool unreachable macros independent from GCC version
authorJosh Poimboeuf <jpoimboe@redhat.com>
Tue, 25 Jul 2017 14:44:51 +0000 (09:44 -0500)
committerIngo Molnar <mingo@kernel.org>
Tue, 25 Jul 2017 14:54:07 +0000 (16:54 +0200)
commit1ee6f00d1164955b7bdadd36fc0f2736754784d9
treedb21ec0742819644bdd017ad0ab7821bf928abd7
parentaa5d1b81500e6059190f18fe25a7617682321910
x86/asm: Make objtool unreachable macros independent from GCC version

The ASM_UNREACHABLE macro isn't GCC version-specific, so move it outside
the GCC 4.5+ check.  Otherwise the 0-day robot will report objtool
warnings for uses of ASM_UNREACHABLE with GCC 4.4.

Also move the annotate_unreachable() macro so the related macros can
stay together.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Fixes: aa5d1b81500e ("x86/asm: Add ASM_UNREACHABLE")
Link: http://lkml.kernel.org/r/fb18337dbf230fd36450d9faf19a2b2533dbcba1.1500993873.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/compiler-gcc.h