diff options
| author | Mykyta Yatsenko <yatsenko@meta.com> | 2026-01-20 18:59:13 +0300 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2026-01-21 05:12:19 +0300 |
| commit | 83c9030cdc45e0518d71065c25201a24eafc9818 (patch) | |
| tree | 0afd43321adf38d2a220f6b902f06eab2b39c62e /scripts/diffconfig | |
| parent | 8bb1e32b3fac1becb4c1c8079d720784b8e33e34 (diff) | |
| download | linux-83c9030cdc45e0518d71065c25201a24eafc9818.tar.xz | |
bpf: Simplify bpf_timer_cancel()
Remove lock from the bpf_timer_cancel() helper. The lock does not
protect from concurrent modification of the bpf_async_cb data fields as
those are modified in the callback without locking.
Use guard(rcu)() instead of pair of explicit lock()/unlock().
Acked-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Mykyta Yatsenko <yatsenko@meta.com>
Link: https://lore.kernel.org/r/20260120-timer_nolock-v6-4-670ffdd787b4@meta.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'scripts/diffconfig')
0 files changed, 0 insertions, 0 deletions
