summaryrefslogtreecommitdiff
path: root/kernel/bpf/arraymap.c
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@kernel.org>2024-10-11 02:25:04 +0300
committerAlexei Starovoitov <ast@kernel.org>2024-10-16 19:21:03 +0300
commita992d7a3979120fbd7c13435d27b3da8d9ed095a (patch)
treeac4a2fe921d176f96bc30919136ae1f00b7be387 /kernel/bpf/arraymap.c
parent4971266e1595f76be3f844c834c1f9357a97dbde (diff)
downloadlinux-a992d7a3979120fbd7c13435d27b3da8d9ed095a.tar.xz
mm/bpf: Add bpf_get_kmem_cache() kfunc
The bpf_get_kmem_cache() is to get a slab cache information from a virtual address like virt_to_cache(). If the address is a pointer to a slab object, it'd return a valid kmem_cache pointer, otherwise NULL is returned. It doesn't grab a reference count of the kmem_cache so the caller is responsible to manage the access. The returned point is marked as PTR_UNTRUSTED. The intended use case for now is to symbolize locks in slab objects from the lock contention tracepoints. Suggested-by: Vlastimil Babka <vbabka@suse.cz> Acked-by: Roman Gushchin <roman.gushchin@linux.dev> (mm/*) Acked-by: Vlastimil Babka <vbabka@suse.cz> #mm/slab Signed-off-by: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/20241010232505.1339892-3-namhyung@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'kernel/bpf/arraymap.c')
0 files changed, 0 insertions, 0 deletions