Hello:
This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Fri, 31 Jan 2025 12:35:21 +0530 you wrote:
Since commit 7e92e01b7245 ("powerpc: Provide syscall wrapper") landed in v6.1, syscall wrapper is enabled on powerpc. Commit 94746890202c ("powerpc: Don't add __powerpc_ prefix to syscall entry points") , that drops the prefix to syscall entry points, also landed in the same release. So, add the missing empty SYS_PREFIX prefix definition for powerpc, to fix some fentry and kprobe selftests.
[...]
Here is the summary with links: - [v2,1/2] selftests/bpf: Define SYS_PREFIX for powerpc https://git.kernel.org/bpf/bpf-next/c/650f20bbd9d1 - [v2,2/2] selftests/bpf: Select NUMA_NO_NODE to create map https://git.kernel.org/bpf/bpf-next/c/4107a1aeb20e
You are awesome, thank you!