]> www.infradead.org Git - users/hch/misc.git/commit
x86/arch_prctl: Simplify sys_arch_prctl()
authorBrian Gerst <brgerst@gmail.com>
Sun, 2 Feb 2025 20:23:22 +0000 (15:23 -0500)
committerIngo Molnar <mingo@kernel.org>
Fri, 21 Feb 2025 21:32:25 +0000 (22:32 +0100)
commit2df1ad0d25803399056d439425e271802cd243f6
tree4258e4d585c8768697588e696c457677fee35be6
parent06dd759b68eea200e488cafbcfd382208a940777
x86/arch_prctl: Simplify sys_arch_prctl()

Use in_ia32_syscall() instead of a compat syscall entry.

No change in functionality intended.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Link: https://lore.kernel.org/r/20250202202323.422113-2-brgerst@gmail.com
arch/x86/entry/syscalls/syscall_32.tbl
arch/x86/include/asm/proto.h
arch/x86/kernel/process.c
arch/x86/kernel/process_32.c
arch/x86/kernel/process_64.c