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

Andi Kleen ak@suse.de
Thu Jul 7 13:19:00 GMT 2005


> -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



More information about the Systemtap mailing list