| commit | 4b00a1c2a4965bcd16815d5ec9a53bf967db5c27 | [log] [tgz] |
|---|---|---|
| author | Namhyung Kim <namhyung@kernel.org> | Sat Sep 21 19:06:50 2024 -0700 |
| committer | Namhyung Kim <namhyung@kernel.org> | Wed Sep 25 15:16:55 2024 -0700 |
| tree | 960206265160f2d767391b58f13f5f41485d4454 | |
| parent | 2484111accb0d487ef52a4c62c6b5b25af560ee3 [diff] |
selftests/bpf: Add a test for slab_iter The test traverses all slab caches using the slab_iter and check if current task's pointer is from "task_struct" slab cache. Signed-off-by: Namhyung Kim <namhyung@kernel.org>