Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau <martin.lau@xxxxxxxxxx>: On Thu, 13 Feb 2025 15:32:17 -0800 you wrote: > Fix a race condition between the main test_progs thread and the traffic > monitoring thread. The traffic monitor thread tries to print a line > using multiple printf and use flockfile() to prevent the line from being > torn apart. Meanwhile, the main thread doing io redirection can reassign > or close stdout when going through tests. A deadlock as shown below can > happen. > > [...] Here is the summary with links: - [bpf-next,v1] selftests/bpf: Fix stdout race condition in traffic monitor https://git.kernel.org/bpf/bpf-next/c/b99f27e90268 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html