Detect changes in the ABI between kernel builds
Go to file
Čestmír Kalina 2bb3548c8a update and fix an DW_TAG_unspecified_type issue
Resolves: https://issues.redhat.com/browse/RHEL-52280

Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
2025-02-06 19:57:29 +01:00
tests gating: fix kabi-dw test suite 2024-07-24 18:53:13 +02:00
.gitignore update and fix an DW_TAG_unspecified_type issue 2025-02-06 19:57:29 +01:00
0001-generate-add-support-DW_TAG_unspecified_type.patch update and fix an DW_TAG_unspecified_type issue 2025-02-06 19:57:29 +01:00
gating.yaml gating: carry over from c9s 2024-07-24 18:11:25 +02:00
kabi-dw.spec update and fix an DW_TAG_unspecified_type issue 2025-02-06 19:57:29 +01:00
README.md Initial kabi-dw spec 2017-10-16 23:00:52 +08:00
sources update and fix an DW_TAG_unspecified_type issue 2025-02-06 19:57:29 +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.