Hello:

This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <[email protected]>:

On Fri,  6 Mar 2026 16:33:29 +0800 you wrote:
> The test installs a kprobe on __sys_connect and checks that
> bpf_probe_write_user() can modify the syscall argument. However, any
> concurrent thread in any other test that calls connect() will also
> trigger the kprobe and have its sockaddr silently overwritten, causing
> flaky failures in unrelated tests.
> 
> Constrain the hook to the current test process by filtering on a PID
> stored as a global variable in .bss. Initialize the .bss value from
> user space before bpf_object__load() using bpf_map__set_initial_value(),
> and validate the bss map value size to catch layout mismatches.
> 
> [...]

Here is the summary with links:
  - [v3,1/2] selftests/bpf: filter by pid to avoid cross-test interference
    https://git.kernel.org/bpf/bpf-next/c/70ce840d5f5b
  - [v3,2/2] selftests/bpf: drop serial restriction
    https://git.kernel.org/bpf/bpf-next/c/aa181c7d642c

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Reply via email to