Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 4969d75

Browse files
committed
x86/vdso: Fix rethunk patching for vdso-image-x32.o too
In a similar fashion to b388e57 ("x86/vdso: Fix rethunk patching for vdso-image-{32,64}.o") annotate vdso-image-x32.o too for objtool so that it gets annotated properly and the unused return thunk warning doesn't fire. Reported-by: kernel test robot <oliver.sang@intel.com> Closes: https://lore.kernel.org/oe-lkp/202403251454.23df6278-lkp@intel.com Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/202403251454.23df6278-lkp@intel.com
1 parent 3186b61 commit 4969d75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/entry/vdso/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ obj-$(CONFIG_X86_X32_ABI) += vdso-image-x32.o
4141
obj-$(CONFIG_COMPAT_32) += vdso-image-32.o vdso32-setup.o
4242

4343
OBJECT_FILES_NON_STANDARD_vdso-image-32.o := n
44+
OBJECT_FILES_NON_STANDARD_vdso-image-x32.o := n
4445
OBJECT_FILES_NON_STANDARD_vdso-image-64.o := n
4546
OBJECT_FILES_NON_STANDARD_vdso32-setup.o := n
4647

0 commit comments

Comments
 (0)