Detect changes in the ABI between kernel builds
Go to file
Čestmír Kalina e0cca855e9 Fix ET_DYN vmlinux namespace support
Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
2022-01-31 18:22:52 +01:00
tests Fix OSCI osci.brew-build.tier0.functional test dependency 2022-01-30 22:56:07 +01:00
.gitignore Fix annocheck failures 2022-01-30 23:16:28 +01:00
fix-ns-on-ET_DYN.patch Fix ET_DYN vmlinux namespace support 2022-01-31 18:22:52 +01:00
gating.yaml Add sanity tests 2021-11-29 03:57:28 +01:00
kabi-dw.spec Fix ET_DYN vmlinux namespace support 2022-01-31 18:22:52 +01:00
README.md RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:28:05 +02:00
sources Fix annocheck failures 2022-01-30 23:16:28 +01:00

kabi-dw

The kabi-dw package is a tool to detect any changes in the ABI between the successive builds of the Linux kernel. This is done by dumping the DWARF type information (the .debug_info section) for the specific symbols into the text files and later comparing the text files.