linux_old1/arch/arc
Vineet Gupta c3581039b6 ARC: Signal handling
Includes following fixes courtesy review by Al-Viro

* Tracer poke to Callee-regs were lost

  Before going off into do_signal( ) we save the user-mode callee regs
  (as they are not saved by default as part of pt_regs). This is to make
  sure that that a Tracer (if tracing related signal) is able to do likes
  of PEEKUSR(callee-reg).

  However in return path we were simply discarding the user-mode callee
  regs, which would break a POKEUSR(callee-reg) from a tracer.

* Issue related to multiple syscall restarts are addressed in next patch

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Acked-by: Jonas Bonn <jonas@southpole.se>
2013-02-15 23:03:30 +05:30
..
boot ARC: Build system: Makefiles, Kconfig, Linker script 2013-02-11 20:00:25 +05:30
include/asm ARC: Signal handling 2013-02-15 23:03:30 +05:30
kernel ARC: Signal handling 2013-02-15 23:03:30 +05:30
lib ARC: String library 2013-02-11 20:00:35 +05:30
mm ARC: uaccess friends 2013-02-11 20:00:31 +05:30
plat-arcfpga ARC: Interrupt Handling 2013-02-11 20:00:37 +05:30
Kbuild ARC: Build system: Makefiles, Kconfig, Linker script 2013-02-11 20:00:25 +05:30
Kconfig ARC: Signal handling 2013-02-15 23:03:30 +05:30
Kconfig.debug ARC: Build system: Makefiles, Kconfig, Linker script 2013-02-11 20:00:25 +05:30
Makefile ARC: Build system: Makefiles, Kconfig, Linker script 2013-02-11 20:00:25 +05:30