summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@kernel.org>2019-11-20 23:06:41 -0800
committerIngo Molnar <mingo@kernel.org>2019-11-26 22:00:04 +0100
commit7d8d8cfdee9a7bd6f9682f253fa98efdd8048a9e (patch)
treee84496231e428d837eba299a378e5dafa31e1849 /fs
parentdc4e0021b00b5a4ecba56fae509217776592b0aa (diff)
downloadlinux-7d8d8cfdee9a7bd6f9682f253fa98efdd8048a9e.tar.bz2
x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bit
The old x86_32 doublefault_fn() was old and crufty, and it did not even try to recover. do_double_fault() is much nicer. Rewrite the 32-bit double fault code to sanitize CPU state and call do_double_fault(). This is mostly an exercise i386 archaeology. With this patch applied, 32-bit double faults get a real stack trace, just like 64-bit double faults. [ mingo: merged the patch to a later kernel base. ] Signed-off-by: Andy Lutomirski <luto@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions