linux/arch/x86/entry
Borislav Petkov (AMD) 4969d75dd9 x86/vdso: Fix rethunk patching for vdso-image-x32.o too
In a similar fashion to

  b388e57d46 ("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
2024-03-26 10:47:14 +01:00
..
syscalls lsm/stable-6.8 PR 20240105 2024-01-09 12:57:46 -08:00
vdso x86/vdso: Fix rethunk patching for vdso-image-x32.o too 2024-03-26 10:47:14 +01:00
vsyscall x86/ptrace: Cleanup the definition of the pt_regs structure 2024-01-31 22:01:13 +01:00
calling.h Core x86 changes for v6.9: 2024-03-11 19:53:15 -07:00
common.c x86/entry: Do not allow external 0x80 interrupts 2023-12-07 09:51:29 -08:00
entry_32.S Core x86 changes for v6.9: 2024-03-11 19:53:15 -07:00
entry_64_compat.S x86/entry_64: Add VERW just before userspace transition 2024-02-19 16:31:42 -08:00
entry_64_fred.S x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI 2024-01-31 22:03:16 +01:00
entry_64.S Core x86 changes for v6.9: 2024-03-11 19:53:15 -07:00
entry_fred.c x86/fred: Add FRED initialization functions 2024-01-31 22:03:32 +01:00
entry.S Core x86 changes for v6.9: 2024-03-11 19:53:15 -07:00
Makefile x86/fred: FRED entry/exit and dispatch code 2024-01-31 22:02:31 +01:00
syscall_32.c x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscall 2021-05-20 15:03:59 +02:00
syscall_64.c x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscall 2021-05-20 15:03:59 +02:00
syscall_x32.c x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscall 2021-05-20 15:03:59 +02:00
thunk_32.S x86/retpoline: Ensure default return thunk isn't used at runtime 2024-02-12 11:42:15 +01:00
thunk_64.S x86/retpoline: Ensure default return thunk isn't used at runtime 2024-02-12 11:42:15 +01:00