Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

efivar 39 #262

Merged
merged 2 commits into from
Jan 31, 2024
Merged

efivar 39 #262

merged 2 commits into from
Jan 31, 2024

Conversation

vathpela
Copy link
Contributor

This PR updates the version number in the makefile and updates the ABI (twice.)

The first update is regenerating the abixml files with the efivar-38 ABI but newer libabigail, and I've verified that "make abicheck" is clean afterwords. The final commit then updates the abixml files again with the changes between efivar 38 (1753149) and the current HEAD.

In order to guarantee ABI compatibility with previous versions, efivar
keeps XML descriptions of its ABI in src/libefiboot.abixml,
src/libefisec.abixml, and src/libefivar.abixmlsrc/libefivar.abixml .
For each release, these must be updated to avoid issues with any updates
to the tooling in libabigail.

This commit updates the .abixml files, which have been regenerated at
the efivar 38 tag (1753149) using libabigail-2.2-2.fc38.x86_64,
so that the current ABI can be validated with abidiff against the efivar
38 release release before tagging 39.

Signed-off-by: Peter Jones <pjones@redhat.com>
This updates the version number in the makefile and also updates the
abixml files with the current exposed ABI.

Signed-off-by: Peter Jones <pjones@redhat.com>
@vathpela vathpela merged commit c47820c into rhboot:main Jan 31, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant