* Ingo Molnar <[email protected]> wrote:
> if it's easy to reproduce it once more, could you apply the patch below?
please use the updated patch below - it adds more info so that we can
see whether irqs were really disabled (from the eflags), and we can see
whether it was userspace or kernelspace.
Ingo
Index: linux/arch/i386/mm/fault.c
===================================================================
--- linux.orig/arch/i386/mm/fault.c
+++ linux/arch/i386/mm/fault.c
@@ -337,6 +338,8 @@ fastcall void __kprobes do_page_fault(st
/* get the address */
address = read_cr2();
+ trace_special(regs->eip, address, error_code);
+ trace_special(regs->eflags, regs->xss, regs->esp);
tsk = current;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]