suse-kabi-tools is a set of Application Binary Interface (ABI) tools for the Linux kernel.
The project currently contains the following tools:
- ksymtypes – a tool to work with symtypes files which are produced by genksyms during the Linux kernel build. It allows to consolidate multiple symtypes files into a single file and to compare symtypes data. For details, see the manual pages ksymtypes(1) and ksymtypes(5).
TODO Packages are available in OBS.
To build the project locally, install a Rust toolchain and run cargo build
.
This project is released under the terms of the GPLv2 License.