[v3 PATCH 0/3] Use nmi_panic() in panic on NMI case

2016-03-03 Thread Hidehiro Kawai
commit 1717f2096b54 ("panic, x86: Fix re-entrance problem due to panic on NMI") and commit 58c5661f2144 ("panic, x86: Allow CPUs to save registers even if looping in NMI context") introduced nmi_panic() which prevents concurrent/recursive execution of panic(). It also saves registers for the crash

[v2 PATCH 0/3] Use nmi_panic() in panic on NMI case

2016-03-02 Thread Hidehiro Kawai
commit 1717f2096b54 ("panic, x86: Fix re-entrance problem due to panic on NMI") and commit 58c5661f2144 ("panic, x86: Allow CPUs to save registers even if looping in NMI context") introduced nmi_panic() which prevents concurrent/recursive execution of panic(). It also saves registers for the crash

[PATCH 0/3] Use nmi_panic() in panic on NMI case

2016-02-29 Thread Hidehiro Kawai
commit 1717f2096b54 ("panic, x86: Fix re-entrance problem due to panic on NMI") and commit 58c5661f2144 ("panic, x86: Allow CPUs to save registers even if looping in NMI context") introduced nmi_panic() which prevents concurrent/recursive execution of panic(). It also saves registers for the crash