All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Minor signal clean up
@ 2015-08-20 11:45 ` Markos Chandras
  0 siblings, 0 replies; 12+ messages in thread
From: Markos Chandras @ 2015-08-20 11:45 UTC (permalink / raw)
  To: linux-mips

Hi,

The following two patches contain a minor clean up in the signal setup code.
The first one makes o32 behave the same on 64-bit kernels as with the 32-bit
ones. The second one drops the extra arguments from traditional signal
handlers.

Markos Chandras (2):
  MIPS: asm: signal.h: Fix traditional signal handling for o32 on 64-bit
    kernels
  MIPS: kernel: signal: Drop unused arguments for traditional signal
    handlers

 arch/mips/include/asm/signal.h | 8 +++-----
 arch/mips/kernel/signal.c      | 8 ++------
 arch/mips/kernel/signal32.c    | 6 +-----
 arch/mips/kernel/signal_n32.c  | 2 +-
 4 files changed, 7 insertions(+), 17 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-08-25 21:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 11:45 [PATCH 0/2] Minor signal clean up Markos Chandras
2015-08-20 11:45 ` Markos Chandras
2015-08-20 11:45 ` [PATCH 1/2] MIPS: asm: signal.h: Fix traditional signal handling for o32 on 64-bit kernels Markos Chandras
2015-08-20 11:45   ` Markos Chandras
2015-08-20 11:45 ` [PATCH 2/2] MIPS: kernel: signal: Drop unused arguments for traditional signal handlers Markos Chandras
2015-08-20 11:45   ` Markos Chandras
2015-08-21 17:03   ` David Daney
2015-08-24  8:01     ` Markos Chandras
2015-08-24  8:01       ` Markos Chandras
2015-08-25 20:38       ` Paul Burton
2015-08-25 20:38         ` Paul Burton
2015-08-25 21:02       ` David Daney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.