drgn/tests/linux_kernel
Omar Sandoval 9ae36fd12e helpers: add validators, starting with linked lists
At LSF/MM+BPF 2022, Ted Ts'o pitched me the idea of using drgn to
validate the consistency of kernel data structures. I really liked this
idea, especially for big, complicated data structures. But first, let's
start small: document the concept of a "validator", which is just a
special kind of helper, and add some basic validator versions of linked
list helpers.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2022-05-17 14:20:16 -07:00
..
kmod helpers: add validators, starting with linked lists 2022-05-17 14:20:16 -07:00
vmcore tests: add framework for test kernel module 2022-05-16 14:27:35 -07:00
__init__.py tests: add framework for test kernel module 2022-05-16 14:27:35 -07:00
test_debug_info.py tests: add framework for test kernel module 2022-05-16 14:27:35 -07:00
test_stack_trace.py tests: add framework for test kernel module 2022-05-16 14:27:35 -07:00
test_symbol.py tests: move non-helper Linux kernel tests 2022-03-04 15:43:33 -08:00
test_threads.py tests: move non-helper Linux kernel tests 2022-03-04 15:43:33 -08:00
test_uts.py tests: move non-helper Linux kernel tests 2022-03-04 15:43:33 -08:00