]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - kernel/kprobes.c
sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <linux...
[mirror_ubuntu-artful-kernel.git] / kernel / kprobes.c
index ebb4dadca66b1a66b3fb23260a2e692b6c22e396..699c5bc51a9219d664578e4d7978dee94d291c82 100644 (file)
@@ -1740,6 +1740,12 @@ void unregister_kprobes(struct kprobe **kps, int num)
 }
 EXPORT_SYMBOL_GPL(unregister_kprobes);
 
+int __weak __kprobes kprobe_exceptions_notify(struct notifier_block *self,
+                                             unsigned long val, void *data)
+{
+       return NOTIFY_DONE;
+}
+
 static struct notifier_block kprobe_exceptions_nb = {
        .notifier_call = kprobe_exceptions_notify,
        .priority = 0x7fffffff /* we need to be notified first */