projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c4eb3e
)
x86/vdso: Ensure all kernel code is seen by objtool
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 15 Sep 2022 11:10:45 +0000
(13:10 +0200)
committer
Peter Zijlstra
<peterz@infradead.org>
Mon, 17 Oct 2022 14:40:57 +0000
(16:40 +0200)
extable.c is kernel code and not part of the VDSO
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link:
https://lore.kernel.org/r/20220915111143.512144110@infradead.org
arch/x86/entry/vdso/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/entry/vdso/Makefile
b/arch/x86/entry/vdso/Makefile
index 3e88b9df8c8f137104566f4fb7c4b3d27ef03f09..3ef611044c8f60653882e49a360628b2e3209d69 100644
(file)
--- a/
arch/x86/entry/vdso/Makefile
+++ b/
arch/x86/entry/vdso/Makefile
@@
-33,11
+33,12
@@
vobjs32-y += vdso32/vclock_gettime.o
vobjs-$(CONFIG_X86_SGX) += vsgx.o
# files to link into kernel
-obj-y += vma.o extable.o
-KASAN_SANITIZE_vma.o := y
-UBSAN_SANITIZE_vma.o := y
-KCSAN_SANITIZE_vma.o := y
-OBJECT_FILES_NON_STANDARD_vma.o := n
+obj-y += vma.o extable.o
+KASAN_SANITIZE_vma.o := y
+UBSAN_SANITIZE_vma.o := y
+KCSAN_SANITIZE_vma.o := y
+OBJECT_FILES_NON_STANDARD_vma.o := n
+OBJECT_FILES_NON_STANDARD_extable.o := n
# vDSO images to build
vdso_img-$(VDSO64-y) += 64