mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [REVIEW][PATCH 0/2] signal/arc: siginfo cleanups
@ 2018-09-24 14:47 Eric W. Biederman
  2018-09-24 14:49 ` [REVIEW][PATCH 1/2] signal/arc: Push siginfo generation into unhandled_exception Eric W. Biederman
  2018-09-24 14:49 ` [REVIEW][PATCH 2/2] signal/arc: Use force_sig_fault where appropriate Eric W. Biederman
  0 siblings, 2 replies; 5+ messages in thread
From: Eric W. Biederman @ 2018-09-24 14:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-arch, linux-snps-arc, Vineet Gupta


I have been slowly cleaning up the architectues ever since I discovered
that the pattern of passing in struct siginfo is error prone, and
occassionally results in borken siginfo being sent to userspace.

What is happening on arc is pretty tame and I have compile tested
these changes, so I don't expect problems.

Still I would appreciate if people can look over the code and perhaps
test it and see if they can spot anything that has perhaps gone wrong.
appreciate it.

My intention is to merge this through my siginfo tree.  If you feel it
should go through your arch tree let me know.   All of the prerequisites
should have been merged several releases ago.

Eric W. Biederman (2):
      signal/arc: Push siginfo generation into unhandled_exception
      signal/arc: Use force_sig_fault where appropriate

 arch/arc/kernel/traps.c | 22 ++++++++--------------
 arch/arc/mm/fault.c     | 20 +++++---------------
 2 files changed, 13 insertions(+), 29 deletions(-)

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

end of thread, other threads:[~2018-09-24 17:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-24 14:47 [REVIEW][PATCH 0/2] signal/arc: siginfo cleanups Eric W. Biederman
2018-09-24 14:49 ` [REVIEW][PATCH 1/2] signal/arc: Push siginfo generation into unhandled_exception Eric W. Biederman
2018-09-24 17:37   ` Vineet Gupta
2018-09-24 14:49 ` [REVIEW][PATCH 2/2] signal/arc: Use force_sig_fault where appropriate Eric W. Biederman
2018-09-24 17:37   ` Vineet Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome