JIRA: https://issues.redhat.com/browse/RHEL-33903
commit 0de267d9ec6574536ec5ea2f2242df5c92bcdd4b
Author: Song Liu <song@kernel.org>
Date: Wed Nov 29 15:44:14 2023 -0800
Documentation/bpf: Add documentation for filesystem kfuncs
Add a brief introduction for file system kfuncs:
bpf_get_file_xattr()
bpf_get_fsverity_digest()
The documentation highlights the strategy to avoid recursions of these
kfuncs.
Signed-off-by: Song Liu <song@kernel.org>
Link: https://lore.kernel.org/r/20231129234417.856536-4-song@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Gregory Bell <grbell@redhat.com>