[PATCH 0/2] x86: arch_prctl cleanups

From: Brian Gerst
Date: Sun Feb 02 2025 - 15:23:58 EST


Here are two simple cleanups to sys_arch_prctl(), removing the compat
syscall entry and a config condition that is always false.

Brian Gerst (2):
x86/arch_prctl: Simplify sys_arch_prctl()
x86/arch_prctl/64: Clean up ARCH_MAP_VDSO_32

arch/x86/entry/syscalls/syscall_32.tbl | 2 +-
arch/x86/include/asm/proto.h | 3 +--
arch/x86/kernel/process.c | 5 ++++-
arch/x86/kernel/process_32.c | 5 -----
arch/x86/kernel/process_64.c | 20 +-------------------
5 files changed, 7 insertions(+), 28 deletions(-)


base-commit: c911589353d148ffc65cddd5c0b00ac4f80a5b9a
--
2.48.1