-
Notifications
You must be signed in to change notification settings - Fork 1
Modified form of sparse to generate checksums for exported kernel symbols through semantic processing
License
samikshan/spartakus
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
spartakus can be used to generate checksums for exported kernel symbols through semantic processing of the source code using sparse. These checksums would constitute the basis for kernel ABI checks, with changes in checksums meaning a change in the kABI. spartakus (which is currently a WIP) is forked from sparse and has been modified to fit the requirements of semantic processing of the kernel source for kernel ABI checks. This adds a new binary 'check_kabi' upon compilation, which can be used during the linux kernel build process to generate the checksums for all the exported symbols. These checksums are stored in Module.symvers file which is generated during the build process if the variable CONFIG_MODVERSIONS is set in the .config file.
About
Modified form of sparse to generate checksums for exported kernel symbols through semantic processing
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published