Re: [PATCH bpf-next v5 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types

From: Christian Brauner
Date: Tue Dec 10 2024 - 09:43:51 EST


On Tue, Dec 10, 2024 at 02:03:53PM +0000, Juntong Deng wrote:
> Currently fs kfuncs are only available for LSM program type, but fs
> kfuncs are generic and useful for scenarios other than LSM.
>
> This patch makes fs kfuncs available for SYSCALL and TRACING
> program types.

I would like a detailed explanation from the maintainers what it means
to make this available to SYSCALL program types, please.