Hello:
This patch was applied to bpf/bpf.git (master) by Alexei Starovoitov ast@kernel.org:
On Sat, 4 Oct 2025 22:23:29 +0800 you wrote:
From: Rong Tao rongtao@cestc.cn
Since commit 1b8abbb12128 ("bpf...d_path(): constify path argument"), the first parameter of the bpf_d_path() has been changed to a const constant. We need to modify the header file and bpf_doc.py.
The two error messages are as follows:
[...]
Here is the summary with links: - [bpf-next] bpf_doc: Support 1st const parameter of bpf_d_path() https://git.kernel.org/bpf/bpf/c/de7342228b73
You are awesome, thank you!