diff options
author | Namhyung Kim <[email protected]> | 2024-10-10 16:25:04 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2024-10-16 09:21:03 -0700 |
commit | a992d7a3979120fbd7c13435d27b3da8d9ed095a (patch) | |
tree | ac4a2fe921d176f96bc30919136ae1f00b7be387 /scripts/gdb/linux/radixtree.py | |
parent | 4971266e1595f76be3f844c834c1f9357a97dbde (diff) |
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 <[email protected]>
Acked-by: Roman Gushchin <[email protected]> (mm/*)
Acked-by: Vlastimil Babka <[email protected]> #mm/slab
Signed-off-by: Namhyung Kim <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/radixtree.py')
0 files changed, 0 insertions, 0 deletions