[RFC PATCH v4 17/34] early kprobes: run kprobes smoke test for early kprobes.

From: Wang Nan
Date: Mon Mar 02 2015 - 09:32:34 EST


We are able to use early kprobes. Do some small test for early kprobes.
Note that, previous patches makes init_test_probes() behaviors
differently when kprobe_is_early().

Signed-off-by: Wang Nan <wangnan0@xxxxxxxxxx>
---
kernel/kprobes.c | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index 7dbe8b2..4b7b20a 100644
--- a/kernel/kprobes.c
+++ b/kernel/kprobes.c
@@ -2258,6 +2258,10 @@ void init_kprobes_early(void)
err = register_module_notifier(&kprobe_module_nb);

kprobes_initialized = (err == 0);
+#ifdef CONFIG_EARLY_KPROBES
+ if (!err)
+ init_test_probes();
+#endif
}

static int __init init_kprobes(void)
--
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/