On Sat, Oct 4, 2025 at 7:24 AM Rong Tao <[email protected]> wrote: > > From: Rong Tao <[email protected]> > > 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 <[email protected]>
Thanks. I reworded the commit message and applied it to the bpf tree.

