Re: [PATCH bpf-next 3/4] bpf: Introduce path iterator
From: Tingmao Wang
Date: Tue Jun 03 2025 - 21:11:06 EST
On 5/30/25 01:42, Song Liu wrote:
> [...]
> On Thu, May 29, 2025 at 4:10 PM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
>>
>> Note, BTW, that it might be better off by doing that similar to
>> d_path.c - without arseloads of dget_parent/dput et.al.; not sure
>> how feasible it is, but if everything in it can be done under
>> rcu_read_lock(), that's something to look into.
>
> I don't think we can do everything here inside rcu_read_lock().
> But d_path.c does have some code we can probably reuse or
> learn from.
Note that I've made an RFC patch for this as I've also been looking into
this a bit earlier:
https://lore.kernel.org/all/cover.1748997840.git.m@xxxxxxxxxx/
I've CC'd some people here but not all, in the interest of not spamming
like 20 people, but feedback from all is welcome. Mine is also its own
separate patch that shouldn't block Song's patch here, and I can rebase it
on top of (v2 or a later version of) this series once this is merged.