On Sat, Oct 4, 2025 at 7:24 AM Rong Tao rtoax@foxmail.com 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.
...
Fixes: 1b8abbb12128 ("bpf...d_path(): constify path argument") Signed-off-by: Rong Tao rongtao@cestc.cn
Thanks. I reworded the commit message and applied it to the bpf tree.