Unverified Commit 4f125e10 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!14930 tracing/kprobe: Make trace_kprobe's module callback called after jump_label update

parents b654f43f 1d1d8415
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -702,7 +702,7 @@ static int trace_kprobe_module_callback(struct notifier_block *nb,


static struct notifier_block trace_kprobe_module_nb = {
static struct notifier_block trace_kprobe_module_nb = {
	.notifier_call = trace_kprobe_module_callback,
	.notifier_call = trace_kprobe_module_callback,
	.priority = 1	/* Invoked after kprobe module callback */
	.priority = 2	/* Invoked after kprobe and jump_label module callback */
};
};


static int count_symbols(void *data, unsigned long unused)
static int count_symbols(void *data, unsigned long unused)