Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Mon, 9 Dec 2024 12:27:20 +0530 you wrote:
With CONFIG_KPROBES_ON_FTRACE enabled on powerpc, ftrace_location_range returns ftrace location for bpf_fentry_test1 at offset of 4 bytes from function entry. This is because branch to _mcount function is at offset of 4 bytes in function profile sequence.
To fix this, add entry_offset of 4 bytes while verifying the address for kprobe entry address of bpf_fentry_test1 in verify_perf_link_info in selftest, when CONFIG_KPROBES_ON_FTRACE is enabled.
[...]
Here is the summary with links: - selftests/bpf: Fix fill_link_info selftest on powerpc https://git.kernel.org/bpf/bpf-next/c/4d33dc1bc31d
You are awesome, thank you!