-
- Downloads
x86/entry: Remove DBn stacks
Both #DB itself, as all other IST users (NMI, #MC) now clear DR7 on entry. Combined with not allowing breakpoints on entry/noinstr/NOKPROBE text and no single step (EFLAGS.TF) inside the #DB handler should guarantee no nested #DB. Signed-off-by:Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20200529213321.303027161@infradead.org
Showing
- arch/x86/entry/entry_64.S 0 additions, 17 deletionsarch/x86/entry/entry_64.S
- arch/x86/include/asm/cpu_entry_area.h 3 additions, 9 deletionsarch/x86/include/asm/cpu_entry_area.h
- arch/x86/kernel/asm-offsets_64.c 0 additions, 3 deletionsarch/x86/kernel/asm-offsets_64.c
- arch/x86/kernel/dumpstack_64.c 2 additions, 5 deletionsarch/x86/kernel/dumpstack_64.c
- arch/x86/mm/cpu_entry_area.c 0 additions, 1 deletionarch/x86/mm/cpu_entry_area.c
Loading
Please register or sign in to comment