Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Tue, 11 Mar 2025 14:16:47 +0530 you wrote:
The SO_RCVLOWAT option is defined as 18 in the selftest header, which matches the generic definition. However, on powerpc, SO_RCVLOWAT is defined as 16. This discrepancy causes sol_socket_sockopt() to fail with the default switch case on powerpc.
This commit fixes by defining SO_RCVLOWAT as 16 for powerpc.
[...]
Here is the summary with links: - selftests/bpf: Fix sockopt selftest failure on powerpc https://git.kernel.org/bpf/bpf-next/c/2d7597d67e3c
You are awesome, thank you!