Commit 8f270083587a4cb70fa14f0e2fd698eb08a4dd07

Authored by Masami Hiramatsu
Committed by Frederic Weisbecker
1 parent 62c9295f9d

kprobes: Fix to add __kprobes to notify_die

Add __kprobes to notify_die() because do_int3() calls notify_die()
instead of atomic_notify_call_chain() which is already marked as
__kprobes.

Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
LKML-Reference: <20090827172318.8246.53702.stgit@localhost.localdomain>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -558,7 +558,7 @@
558 558  
559 559 static ATOMIC_NOTIFIER_HEAD(die_chain);
560 560  
561   -int notrace notify_die(enum die_val val, const char *str,
  561 +int notrace __kprobes notify_die(enum die_val val, const char *str,
562 562 struct pt_regs *regs, long err, int trap, int sig)
563 563 {
564 564 struct die_args args = {