linux/tools/bpf/bpftool/Documentation
KP Singh 8ea636848a bpf: Implement bpf_local_storage for inodes
Similar to bpf_local_storage for sockets, add local storage for inodes.
The life-cycle of storage is managed with the life-cycle of the inode.
i.e. the storage is destroyed along with the owning inode.

The BPF LSM allocates an __rcu pointer to the bpf_local_storage in the
security blob which are now stackable and can co-exist with other LSMs.

Signed-off-by: KP Singh <kpsingh@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200825182919.1118197-6-kpsingh@chromium.org
2020-08-25 15:00:04 -07:00
..
bpftool-btf.rst tools/bpftool: Add documentation and sample output for process info 2020-06-22 17:01:49 -07:00
bpftool-cgroup.rst bpf, bpftool: Enable get{peer, sock}name attach types 2020-05-19 11:32:04 -07:00
bpftool-feature.rst tools, bpftool: Minor fixes for documentation 2020-05-11 21:20:50 +02:00
bpftool-gen.rst tools, bpftool: Minor fixes for documentation 2020-05-11 21:20:50 +02:00
bpftool-iter.rst tools/bpftool: Add bpftool support for bpf map element iterator 2020-07-25 20:16:33 -07:00
bpftool-link.rst tools/bpftool: Add documentation and bash-completion for link detach 2020-08-01 20:38:29 -07:00
bpftool-map.rst bpf: Implement bpf_local_storage for inodes 2020-08-25 15:00:04 -07:00
bpftool-net.rst tools, bpftool: Minor fixes for documentation 2020-05-11 21:20:50 +02:00
bpftool-perf.rst tools, bpftool: Minor fixes for documentation 2020-05-11 21:20:50 +02:00
bpftool-prog.rst tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type 2020-07-17 20:18:17 -07:00
bpftool-struct_ops.rst tools, bpftool: Minor fixes for documentation 2020-05-11 21:20:50 +02:00
bpftool.rst tools, bpftool: Minor fixes for documentation 2020-05-11 21:20:50 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00