On Fri, Jul 26, 2024 at 1:56 AM Matt Bobrowski <mattbobrowski@xxxxxxxxxx> wrote: > > Add a bunch of positive selftests which extensively cover the various > contexts and parameters in which the new VFS based BPF kfuncs may be > used from. > > Again, the following VFS based BPF kfuncs are thoroughly tested within > this new selftest: > * struct file *bpf_get_task_exe_file(struct task_struct *); > * void bpf_put_file(struct file *); > * int bpf_path_d_path(struct path *, char *, size_t); > > Signed-off-by: Matt Bobrowski <mattbobrowski@xxxxxxxxxx> Acked-by: Song Liu <song@xxxxxxxxxx>