Skip to content

Commit e5bdb84

Browse files
t-8chgregkh
authored andcommitted
x86/vdso: Clean up remnants of VDSO32_NOTE_MASK
[ Upstream commit 6517f29 ] VDSO32_NOTE_MASK is not used or provided anymore, remove it. Fixes: a13f2ef ("x86/xen: remove 32-bit Xen PV guest support") Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com> Cc: Juergen Gross <jgross@suse.com> Link: https://patch.msgid.link/20260330-vdso-x86-vdso32_note_mask-v1-1-2f5c473327bf@linutronix.de Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent d739426 commit e5bdb84

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

arch/x86/entry/vdso/vdso2c.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ struct vdso_sym {
7575
};
7676

7777
struct vdso_sym required_syms[] = {
78-
{"VDSO32_NOTE_MASK", true},
7978
{"__kernel_vsyscall", true},
8079
{"__kernel_sigreturn", true},
8180
{"__kernel_rt_sigreturn", true},

arch/x86/include/asm/vdso.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ struct vdso_image {
1818
unsigned long extable_base, extable_len;
1919
const void *extable;
2020

21-
long sym_VDSO32_NOTE_MASK;
2221
long sym___kernel_sigreturn;
2322
long sym___kernel_rt_sigreturn;
2423
long sym___kernel_vsyscall;

0 commit comments

Comments
 (0)