| commit | a2e406765c81d7573da08bd136726e5599f9a8c8 | [log] [tgz] |
|---|---|---|
| author | Namhyung Kim <namhyung@kernel.org> | Sat Sep 21 19:06:50 2024 -0700 |
| committer | Namhyung Kim <namhyung@kernel.org> | Fri Sep 27 11:24:36 2024 -0700 |
| tree | 79acfdd9e75362d6c5658f3af23d07cd0e4cc2fb | |
| parent | 6d8bff0a401a203d0701bd780cc5ad4b3ee7b492 [diff] |
selftests/bpf: Add a test for kmem_cache_iter The test traverses all slab caches using the kmem_cache_iter and check if current task's pointer is from "task_struct" slab cache. Signed-off-by: Namhyung Kim <namhyung@kernel.org>