]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'fix-for-bpf_wq-retry-loop-during-free'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 5 Feb 2026 02:14:26 +0000 (18:14 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 5 Feb 2026 02:14:26 +0000 (18:14 -0800)
Kumar Kartikeya Dwivedi says:

====================
Fix for bpf_wq retry loop during free

Small fix and improvement to ensure cancel_work() can handle the case
where wq callback is running, and doesn't lead to call_rcu_tasks_trace()
repeatedly after failing cancel_work, if wq callback is not pending.
====================

Link: https://patch.msgid.link/20260205003853.527571-1-memxor@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge