Detect changes in the ABI between kernel builds
Go to file
Zamir SUN 6ffe3cb38e Workaround GCC 10 multiple definition of `yyin'
Resolves: 1799559

Signed-off-by: Zamir SUN <sztsian@gmail.com>
2020-02-09 16:15:03 +08:00
.gitignore Update to bd56a60 2019-11-27 15:09:48 +08:00
kabi-dw.spec Workaround GCC 10 multiple definition of `yyin' 2020-02-09 16:15:03 +08:00
README.md Initial kabi-dw spec 2017-10-16 23:00:52 +08:00
sources Update to bd56a60 2019-11-27 15:09:48 +08: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.