Detect changes in the ABI between kernel builds
Go to file
Mohan Boddu 85448e4167 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 21:10:04 +00:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:28:05 +02:00
kabi-dw.spec Rebuilt for IMA sigs, glibc 2.34, aarch64 flags 2021-08-09 21:10:04 +00:00
README.md RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:28:05 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:28:05 +02: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.