This is the mail archive of the systemtap@sources.redhat.com mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]