[PATCH 0/2] More x86 signal cleanups

From: Brian Gerst
Date: Mon Dec 19 2022 - 14:39:41 EST


This patch set takes code from signal_compat.c and moves it to the
appropriate signal_$(BITS).c file. No functional changes.

Brian Gerst (2):
x86/signal: Move siginfo field tests
x86/signal/compat: Move sigaction_compat_abi() to signal_64.c

arch/x86/kernel/Makefile | 1 -
arch/x86/kernel/signal_32.c | 127 +++++++++++++++++++++
arch/x86/kernel/signal_64.c | 127 +++++++++++++++++++++
arch/x86/kernel/signal_compat.c | 191 --------------------------------
4 files changed, 254 insertions(+), 192 deletions(-)
delete mode 100644 arch/x86/kernel/signal_compat.c

--
2.38.1