|
@@ -281,7 +281,7 @@ static void kprobe_reenter_check(struct kprobe_ctlblk *kcb, struct kprobe *p)
|
|
* is a BUG. The code path resides in the .kprobes.text
|
|
* is a BUG. The code path resides in the .kprobes.text
|
|
* section and is executed with interrupts disabled.
|
|
* section and is executed with interrupts disabled.
|
|
*/
|
|
*/
|
|
- printk(KERN_EMERG "Invalid kprobe detected at %p.\n", p->addr);
|
|
|
|
|
|
+ pr_err("Invalid kprobe detected.\n");
|
|
dump_kprobe(p);
|
|
dump_kprobe(p);
|
|
BUG();
|
|
BUG();
|
|
}
|
|
}
|