summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/ChangeLog5
-rw-r--r--runtime/autoconf-unregister-kprobes.c4
2 files changed, 9 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 054def68..92a6eb12 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-14 Masami Hiramatsu <mhiramat@redhat.com>
+
+ PR 3542
+ * autoconf-unregister-kprobes.c : New file.
+
2008-03-10 Dave Brolley <brolley@redhat.com>
PR5189
diff --git a/runtime/autoconf-unregister-kprobes.c b/runtime/autoconf-unregister-kprobes.c
new file mode 100644
index 00000000..793891da
--- /dev/null
+++ b/runtime/autoconf-unregister-kprobes.c
@@ -0,0 +1,4 @@
+#include <linux/kprobes.h>
+
+void * x = (void *)unregister_kprobes;
+void * y = (void *)unregister_kretprobes;