| commit | 426c96493b4598d25f659cb60a50d028ea02b54b | [log] [tgz] |
|---|---|---|
| author | Namhyung Kim <namhyung@kernel.org> | Sat Sep 21 19:06:50 2024 -0700 |
| committer | Namhyung Kim <namhyung@kernel.org> | Tue Oct 01 23:47:30 2024 -0700 |
| tree | fdd4b7f39b245a6ac00a1e09e6a3eacca402aad5 | |
| parent | d59e543808320cdc7bc1c36e0b545dece55d0ee9 [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>