]> www.infradead.org Git - users/hch/misc.git/commit
Documentation/bpf: Add documentation for filesystem kfuncs
authorSong Liu <song@kernel.org>
Wed, 29 Nov 2023 23:44:14 +0000 (15:44 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 2 Dec 2023 00:21:03 +0000 (16:21 -0800)
commit0de267d9ec6574536ec5ea2f2242df5c92bcdd4b
treebdc5dd0be0ca62d766798b4f94a92bd6ac1795b9
parent67814c00de3161181cddd06c77aeaf86ac4cc584
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>
Documentation/bpf/fs_kfuncs.rst [new file with mode: 0644]
Documentation/bpf/index.rst