Hello: This series was applied to bpf/bpf.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Thu, 15 Feb 2024 13:12:17 -0800 you wrote: > From: Martin KaFai Lau <martin.lau@xxxxxxxxxx> > > The following race is possible between bpf_timer_cancel_and_free > and bpf_timer_cancel. It will lead a UAF on the timer->timer. > > bpf_timer_cancel(); > spin_lock(); > t = timer->time; > spin_unlock(); > > [...] Here is the summary with links: - [bpf,1/2] bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel https://git.kernel.org/bpf/bpf/c/0281b919e175 - [bpf,2/2] selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_cancel https://git.kernel.org/bpf/bpf/c/3f00e4a9c96f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html