Detect changes in the ABI between kernel builds
Go to file
Čestmír Kalina ea2e33ac31 Fix OSCI osci.brew-build.tier0.functional test dependency
Resolves: rhbz#2038892

Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
2022-01-30 22:56:07 +01:00
tests Fix OSCI osci.brew-build.tier0.functional test dependency 2022-01-30 22:56:07 +01:00
.gitignore Add symbol namespace support for ET_EXEC, add DW_TAG_restrict_type 2022-01-10 14:00:27 +01:00
gating.yaml Add sanity tests 2021-11-29 03:57:28 +01:00
kabi-dw.spec Add symbol namespace support for ET_EXEC, add DW_TAG_restrict_type 2022-01-10 14:00:27 +01:00
README.md RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:28:05 +02:00
sources Add symbol namespace support for ET_EXEC, add DW_TAG_restrict_type 2022-01-10 14:00:27 +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.