2021-05-06 20:10:34

by Peter Zijlstra

[permalink] [raw]
Subject: [PATCH 02/13] x86,objtool: Dont exclude arch/x86/realmode/

Specifically, init.c uses jump_labels.

Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
---
arch/x86/realmode/Makefile | 1 -
1 file changed, 1 deletion(-)

--- a/arch/x86/realmode/Makefile
+++ b/arch/x86/realmode/Makefile
@@ -10,7 +10,6 @@
# Sanitizer runtimes are unavailable and cannot be linked here.
KASAN_SANITIZE := n
KCSAN_SANITIZE := n
-OBJECT_FILES_NON_STANDARD := y

subdir- := rm




Subject: [tip: objtool/core] x86, objtool: Dont exclude arch/x86/realmode/

The following commit has been merged into the objtool/core branch of tip:

Commit-ID: 80870e6ece78ce67b91398db88fb6b92a178f574
Gitweb: https://git.kernel.org/tip/80870e6ece78ce67b91398db88fb6b92a178f574
Author: Peter Zijlstra <[email protected]>
AuthorDate: Thu, 06 May 2021 21:33:54 +02:00
Committer: Ingo Molnar <[email protected]>
CommitterDate: Wed, 12 May 2021 14:54:54 +02:00

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

Specifically, init.c uses jump_labels.

Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
---
arch/x86/realmode/Makefile | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/x86/realmode/Makefile b/arch/x86/realmode/Makefile
index 6b1f3a4..a0b491a 100644
--- a/arch/x86/realmode/Makefile
+++ b/arch/x86/realmode/Makefile
@@ -10,7 +10,6 @@
# Sanitizer runtimes are unavailable and cannot be linked here.
KASAN_SANITIZE := n
KCSAN_SANITIZE := n
-OBJECT_FILES_NON_STANDARD := y

subdir- := rm