[1/4] Add script and documentation to generate and refresh a symbol locked list.#2
Merged
casasnovas merged 4 commits intomainfrom Mar 12, 2026
Merged
[1/4] Add script and documentation to generate and refresh a symbol locked list.#2casasnovas merged 4 commits intomainfrom
casasnovas merged 4 commits intomainfrom
Conversation
…f locked symbols. The kabi.locked_list file is used by an upstream tool called `kabi` which will be introduced in following commits, it will be useful to get more information on type changes that lead to a kABI change. Signed-off-by: Quentin Casasnovas <quentin.casasnovas@vates.tech>
This was referenced Mar 2, 2026
fallen
reviewed
Mar 10, 2026
… list of locked symbols. Signed-off-by: Quentin Casasnovas <quentin.casasnovas@vates.tech>
Signed-off-by: Quentin Casasnovas <quentin.casasnovas@vates.tech>
…ng 8.3. Signed-off-by: Quentin Casasnovas <quentin.casasnovas@vates.tech>
cc0643b to
19dfc67
Compare
Collaborator
Author
|
Thanks a lot for your review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The symbol locked list tracks all symbols our binary kernel modules depend on,
such that we can more easily track kABI changes to our dom0 kernel that are
impacting binary drivers we maintain.
It will be used in conjonction with a tool called
kabi, that allows to present theexact type changes that lead to an exported symbol kABI change, as opposed to
simply the exported symbol like with the
check-kabiscript included in the Linuxsource tree.
This pull-request is the first in a series adding tools and documentation on maintaining
our dom0 kernel - for extra context, the final state can be seen here (the final README
especially):
https://github.com/xcp-ng/hypervisor-dev/tree/quentin-main
I've tried to split the changes into palatable/reviewable PRs, full list: