[PATCH 0/6] Hexagon: various signal and return path cleanups

From: Richard Kuo
Date: Wed Apr 03 2013 - 20:04:35 EST


The following patches clean up various issues with the signal and return
path parts of the Hexagon arch port, which were pointed out by Al Viro:

https://lkml.org/lkml/2012/2/11/128

The work pending check was moved into a C routine to make it more
readable and to make sure we repeat the check when necessary. Also, various
arguments and return values for signal handling should now be fixed.

The patches can also be viewed in the context of my next batch of cleanups
at my repo:

git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git


Any feedback is appreciated.


Thanks,
Richard Kuo




Richard Kuo (6):
Hexagon: Signal and return path fixes
Hexagon: fix up int enable/disable at ret_from_fork
Hexagon: use correct work mask when checking for more work
Hexagon: check to if we will overflow the signal stack
Hexagon: break up user fn/arg register setting
Hexagon: fix psp/sp macro

arch/hexagon/include/uapi/asm/registers.h | 3 +-
arch/hexagon/include/uapi/asm/signal.h | 2 +
arch/hexagon/kernel/process.c | 44 ++++++++++++-
arch/hexagon/kernel/signal.c | 33 +++-------
arch/hexagon/kernel/traps.c | 13 +---
arch/hexagon/kernel/vm_entry.S | 96 +++++++++++++----------------
6 files changed, 100 insertions(+), 91 deletions(-)

--
1.7.9.5


--

Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/