diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-02-24 17:01:39 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-02-25 03:18:20 +0300 |
commit | 8a37963c7ac9ecb7f86f8ebda020e3f8d6d7b8a0 (patch) | |
tree | ee849da409619592dbcaf62bdda95f53bcfdbb99 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 1d7bf6b7d3e8353c3fac648f3f9b3010458570c2 (diff) | |
download | linux-8a37963c7ac9ecb7f86f8ebda020e3f8d6d7b8a0.tar.xz |
bpf: Remove recursion prevention from rcu free callback
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
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions