On Thu, Jan 7, 2021 at 5:23 AM Song Liu <songliubrav...@fb.com> wrote: > > task_file and task_vma iter programs have access to file->f_path. Enable > bpf_d_path to print paths of these file. > > bpf_iter programs are generally called in sleepable context. However, it > is still necessary to diffientiate sleepable and non-sleepable bpf_iter > programs: sleepable programs have access to bpf_d_path; non-sleepable > programs have access to bpf_spin_lock. > > Acked-by: Yonghong Song <y...@fb.com> > Signed-off-by: Song Liu <songliubrav...@fb.com>
Acked-by: KP Singh <kpsi...@kernel.org>