Commit 6941035
bpf: remove unnecessary rcu_read_lock in kprobe_multi_link_prog_run
Preemption is disabled in ftrace graph, which indicate rcu_read_lock. So
the rcu_read_lock is not needed in fprobe_entry(), and it is not needed
in kprobe_multi_link_prog_run() neither.
Signed-off-by: Menglong Dong <[email protected]>1 parent 8f9c214 commit 6941035
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2741 | 2741 | | |
2742 | 2742 | | |
2743 | 2743 | | |
2744 | | - | |
2745 | 2744 | | |
2746 | 2745 | | |
2747 | 2746 | | |
2748 | 2747 | | |
2749 | | - | |
2750 | 2748 | | |
2751 | 2749 | | |
2752 | 2750 | | |
| |||
0 commit comments