diff options
| author | Konstantin Khlebnikov <[email protected]> | 2016-12-14 15:04:04 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2016-12-14 16:04:07 -0800 |
| commit | 4d1f0fb096aedea7bb5489af93498a82e467c480 (patch) | |
| tree | 3594461f9a790f7da4b8785f9cbf3e6b0f14d14d /include | |
| parent | 40f7828b36e3b9dd2fdc34d065e342cddf8d7bef (diff) | |
kernel/watchdog: use nmi registers snapshot in hardlockup handler
NMI handler doesn't call set_irq_regs(), it's set only by normal IRQ.
Thus get_irq_regs() returns NULL or stale registers snapshot with IP/SP
pointing to the code interrupted by IRQ which was interrupted by NMI.
NULL isn't a problem: in this case watchdog calls dump_stack() and
prints full stack trace including NMI. But if we're stuck in IRQ
handler then NMI watchlog will print stack trace without IRQ part at
all.
This patch uses registers snapshot passed into NMI handler as arguments:
these registers point exactly to the instruction interrupted by NMI.
Fixes: 55537871ef66 ("kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup")
Link: http://lkml.kernel.org/r/146771764784.86724.6006627197118544150.stgit@buzz
Signed-off-by: Konstantin Khlebnikov <[email protected]>
Cc: Jiri Kosina <[email protected]>
Cc: Ulrich Obergfell <[email protected]>
Cc: Aaron Tomlin <[email protected]>
Cc: <[email protected]> [4.4+]
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions