Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86, objtool: Dont exclude arch/x86/realmode/

Specifically, init.c uses jump_labels.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210506194157.516200011@infradead.org

authored by

Peter Zijlstra and committed by
Ingo Molnar
80870e6e 25cf0d8a

-1
-1
arch/x86/realmode/Makefile
··· 10 10 # Sanitizer runtimes are unavailable and cannot be linked here. 11 11 KASAN_SANITIZE := n 12 12 KCSAN_SANITIZE := n 13 - OBJECT_FILES_NON_STANDARD := y 14 13 15 14 subdir- := rm 16 15