Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit dd0ad48

Browse files
bp3tk0vgregkh
authored andcommitted
x86/vdso: Fix rethunk patching for vdso-image-x32.o too
commit 4969d75 upstream. 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 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent f4bcada commit dd0ad48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/entry/vdso/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ KCSAN_SANITIZE_vma.o := y
3737

3838
OBJECT_FILES_NON_STANDARD_extable.o := n
3939
OBJECT_FILES_NON_STANDARD_vdso-image-32.o := n
40+
OBJECT_FILES_NON_STANDARD_vdso-image-x32.o := n
4041
OBJECT_FILES_NON_STANDARD_vdso-image-64.o := n
4142
OBJECT_FILES_NON_STANDARD_vdso32-setup.o := n
4243
OBJECT_FILES_NON_STANDARD_vma.o := n

0 commit comments

Comments
 (0)