drgn/tests
Omar Sandoval 30c9ad452d libdrgn: linux_kernel: fix global per-CPU variables in kernel modules
The .data..percpu section is excluded from /sys/module and struct
module::sect_attrs, which means that we default its address to 0. This
results in global per-CPU variables in kernel modules being relocated
starting from 0 rather than the offset of the per-CPU allocation made
for the module, which in turn causes those variables to appear to
contain the wrong data. Fix it by manually getting the per-CPU address
from struct module.

Closes #185.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2022-09-12 16:27:28 -07:00
..
helpers tests: move Linux kernel helper tests under tests/linux_kernel 2022-05-17 14:20:34 -07:00
linux_kernel libdrgn: linux_kernel: fix global per-CPU variables in kernel modules 2022-09-12 16:27:28 -07:00
__init__.py test: add test for _repr_pretty_() method 2022-08-25 13:52:28 -07:00
assembler.py Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
dwarf.py Track byte order in scalar types instead of objects 2021-02-19 21:41:29 -08:00
dwarfwriter.py libdrgn: dwarf: look up complete types in namespaces 2022-07-15 16:02:56 -07:00
elf.py tests: add tests for ELF symbols 2021-11-19 17:04:20 -08:00
elfwriter.py tests: use NOBITS section for ELF symbols 2021-12-17 16:46:12 -08:00
libdrgn.py Enable prog.type to work with classes 2022-02-22 14:55:23 -08:00
sample.coredump.zst Implement a new API for representing threads 2022-01-11 17:28:17 -08:00
test_docs.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_dwarf.py libdrgn: dwarf: look up complete types in namespaces 2022-07-15 16:02:56 -07:00
test_language_c.py Enable prog.type to work with classes 2022-02-22 14:55:23 -08:00
test_lexer.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_object.py test: add test for _repr_pretty_() method 2022-08-25 13:52:28 -07:00
test_path.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_platform.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_program.py Enable prog.type to work with classes 2022-02-22 14:55:23 -08:00
test_python.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_serialize.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00
test_symbol.py Add methods to return multiple matching symbols 2022-01-15 11:44:33 -08:00
test_thread.py tests: find tests/sample.coredump.zst more robustly 2022-03-03 11:53:21 -08:00
test_type.py test: add test for _repr_pretty_() method 2022-08-25 13:52:28 -07:00
test_util.py tests: make all tests inherit from drgn's TestCase class 2022-01-11 17:28:17 -08:00