Hello:
This patch was applied to bpf/bpf.git (master) by Daniel Borkmann daniel@iogearbox.net:
On Wed, 18 Dec 2024 18:57:24 +0100 you wrote:
In get_uprobe_offset(), the call to procmap_query() use the constant PROCMAP_QUERY_VMA_EXECUTABLE, even if PROCMAP_QUERY is not defined.
Define PROCMAP_QUERY_VMA_EXECUTABLE when PROCMAP_QUERY isn't.
Fixes: 4e9e07603ecd ("selftests/bpf: make use of PROCMAP_QUERY ioctl if available") Signed-off-by: Jerome Marchand jmarchan@redhat.com
[...]
Here is the summary with links: - selftests/bpf: Fix compilation error in get_uprobe_offset() https://git.kernel.org/bpf/bpf/c/716f2bca1ce9
You are awesome, thank you!