aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@bell.net>2013-05-20 16:42:53 +0000
committerHelge Deller <deller@gmx.de>2013-05-24 22:35:36 +0200
commitb63a2bbc0b9b106a93e11952ab057e2408f2eb02 (patch)
tree28dfb7722a7c974f9872a566905b441cf7f18190 /drivers/parisc
parentparisc: show number of FPE and unaligned access handler calls in /proc/interrupts (diff)
downloadlinux-dev-b63a2bbc0b9b106a93e11952ab057e2408f2eb02.tar.xz
linux-dev-b63a2bbc0b9b106a93e11952ab057e2408f2eb02.zip
parisc: make interrupt and interruption stack allocation reentrant
The get_stack_use_cr30 and get_stack_use_r30 macros allocate a stack frame for external interrupts and interruptions requiring a stack frame. They are currently not reentrant in that they save register context before the stack is set or adjusted. I have observed a number of system crashes where there was clear evidence of stack corruption during interrupt processing, and as a result register corruption. Some interruptions can still occur during interruption processing, however external interrupts are disabled and data TLB misses don't occur for absolute accesses. So, it's not entirely clear what triggers this issue. Also, if an interruption occurs when Q=0, it is generally not possible to recover as the shadowed registers are not copied. The attached patch reworks the get_stack_use_cr30 and get_stack_use_r30 macros to allocate stack before doing register saves. The new code is a couple of instructions shorter than the old implementation. Thus, it's an improvement even if it doesn't fully resolve the stack corruption issue. Based on limited testing, it improves SMP system stability. Signed-off-by: John David Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/parisc')
0 files changed, 0 insertions, 0 deletions