Re: [2/6 PATCH] Kprobes : Prevent possible race conditions i386 changes

From: Andi Kleen
Date: Thu Jul 07 2005 - 08:23:02 EST


> -fastcall void do_page_fault(struct pt_regs *regs, unsigned long error_code)
> +fastcall void __kprobes do_page_fault(struct pt_regs *regs,
> + unsigned long error_code)

That's not enough. You would need to change entry.S too.

Same on x86-64. And how about general protection fault?

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/