[PATCH 0/2] More x86 signal cleanups

Brian Gerst posted 2 patches 3 years, 3 months ago
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
[PATCH 0/2] More x86 signal cleanups
Posted by Brian Gerst 3 years, 3 months ago
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