Files
linux/kernel/bpf
Thomas Gleixner f0a49cf5e1 bpf: Remove recursion prevention from rcu free callback
[ Upstream commit 8a37963c7a ]

If an element is freed via RCU then recursion into BPF instrumentation
functions is not a concern. The element is already detached from the map
and the RCU callback does not hold any locks on which a kprobe, perf event
or tracepoint attached BPF program could deadlock.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200224145643.259118710@linutronix.de
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-16 09:15:40 +09:00
..
2018-05-09 12:28:25 +02:00
2023-05-15 14:00:42 +09:00
2017-12-14 09:28:23 +01:00
2018-03-11 17:38:31 +01:00