[PATCH 23/24] i386: add TRACE_IRQS_OFF for the exception 3 (int3)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: heukelum
Date: Tuesday, September 9, 2008 - 12:56 pm

From: Alexander van Heukelum <heukelum@fastmail.fm>

At this point interrupts are off, so let's inform the tracing
code of that fact before calling into C.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
---
 arch/x86/kernel/entry_32.S |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S
index 2abdc9a..b21fbfa 100644
--- a/arch/x86/kernel/entry_32.S
+++ b/arch/x86/kernel/entry_32.S
@@ -921,6 +921,7 @@ KPROBE_ENTRY(int3)
 	pushl $-1			# mark this as an int
 	CFI_ADJUST_CFA_OFFSET 4
 	SAVE_ALL
+	TRACE_IRQS_OFF
 	xorl %edx,%edx		# zero error code
 	movl %esp,%eax		# pt_regs pointer
 	call do_int3
-- 
1.5.4.3

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 23/24] i386: add TRACE_IRQS_OFF for the exception 3 ..., heukelum, (Tue Sep 9, 12:56 pm)
Re: [RFC/PATCH] i386: handle all exceptions with interrupt ..., Alexander van Heukelum, (Wed Sep 10, 2:36 am)
Re: [PATCH 22/24] i386: add TRACE_IRQS_OFF for the nmi, Peter Zijlstra, (Mon Jan 12, 10:21 am)
Re: [PATCH 22/24] i386: add TRACE_IRQS_OFF for the nmi, Ingo Molnar, (Mon Jan 12, 11:39 am)
Re: [PATCH 22/24] i386: add TRACE_IRQS_OFF for the nmi, Peter Zijlstra, (Mon Jan 12, 11:43 am)
Re: [PATCH 22/24] i386: add TRACE_IRQS_OFF for the nmi, Alexander van Heukelum, (Mon Jan 12, 1:50 pm)