commit | 2941faf08c4c0c782881cfe9e8b7e1b6432a6212 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Sat Sep 21 19:06:50 2024 -0700 |
committer | Namhyung Kim <namhyung@kernel.org> | Wed Oct 02 10:42:11 2024 -0700 |
tree | 1cff355c74d787d29ae7e1fa14002489607ee54f | |
parent | 96ce888c02ed7cf7278c4d4d14bab67c1db4b673 [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>