]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/entry/vdso32: Remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
authorH. Peter Anvin <hpa@zytor.com>
Tue, 16 Dec 2025 21:25:59 +0000 (13:25 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 14 Jan 2026 00:37:58 +0000 (16:37 -0800)
commit98d3e996513ad00b7824ea3bece506fc645547dd
tree30f957511e7f590b09c9cc13bee431719ce8364d
parent6e150b71019f386a021004fafea9ef7189bc6aea
x86/entry/vdso32: Remove SYSCALL_ENTER_KERNEL macro in sigreturn.S

A macro SYSCALL_ENTER_KERNEL was defined in sigreturn.S, with the
ability of overriding it. The override capability, however, is not
used anywhere, and the macro name is potentially confusing because it
seems to imply that sysenter/syscall could be used here, which is NOT
true: the sigreturn system calls MUST use int $0x80.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://patch.msgid.link/20251216212606.1325678-6-hpa@zytor.com
arch/x86/entry/vdso/vdso32/sigreturn.S