Hello:
This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Sat, 13 Sep 2025 14:43:37 +0530 you wrote:
For systems having CONFIG_NR_CPUS set to > 1024 in kernel config the selftest fails as arena_spin_lock_irqsave() returns EOPNOTSUPP. (eg - incase of powerpc default value for CONFIG_NR_CPUS is 8192)
The selftest is skipped incase bpf program returns EOPNOTSUPP, with a descriptive message logged.
[...]
Here is the summary with links: - [v3,bpf-next] selftests/bpf: Fix arena_spin_lock selftest failure https://git.kernel.org/bpf/bpf-next/c/a9d4e9f0e871
You are awesome, thank you!