aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/traps_32.c')
-rw-r--r--arch/x86/kernel/traps_32.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/kernel/traps_32.c b/arch/x86/kernel/traps_32.c
index 02d1e1e58e81..9b0bbd508cd5 100644
--- a/arch/x86/kernel/traps_32.c
+++ b/arch/x86/kernel/traps_32.c
@@ -837,6 +837,12 @@ fastcall void __kprobes do_debug(struct pt_regs * regs, long error_code)
837 837
838 get_debugreg(condition, 6); 838 get_debugreg(condition, 6);
839 839
840 /*
841 * The processor cleared BTF, so don't mark that we need it set.
842 */
843 clear_tsk_thread_flag(tsk, TIF_DEBUGCTLMSR);
844 tsk->thread.debugctlmsr = 0;
845
840 if (notify_die(DIE_DEBUG, "debug", regs, condition, error_code, 846 if (notify_die(DIE_DEBUG, "debug", regs, condition, error_code,
841 SIGTRAP) == NOTIFY_STOP) 847 SIGTRAP) == NOTIFY_STOP)
842 return; 848 return;