On Tue, Aug 5, 2008 at 11:56 AM, <jmerkey@wolfmountaingroup.com> wrote:
If the mdb() call modifies the IF flag in regs, then it should
probably be called after trace_hardirqs_fixup. Best to keep it behind
notify_die() ensuring that kprobes handles all breakpoints first.
Otherwise at least the mdb function (and others in its call chain)
should be marked as __kprobes.
-- Abhishek Sagar
--