-
Notifications
You must be signed in to change notification settings - Fork 41
patina_smbios: Fix protocol installation and cleanup implementation #1112
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
Merged
kat-perez
merged 1 commit into
OpenDevicePartnership:main
from
kat-perez:smbios-protocol-install-cleanup
Dec 4, 2025
Merged
patina_smbios: Fix protocol installation and cleanup implementation #1112
kat-perez
merged 1 commit into
OpenDevicePartnership:main
from
kat-perez:smbios-protocol-install-cleanup
Dec 4, 2025
Conversation
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
ba1e589 to
6e19bd9
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
a8708d6 to
6444608
Compare
os-d
reviewed
Nov 21, 2025
70b4345 to
9ecef5f
Compare
joschock
reviewed
Nov 21, 2025
323ee31 to
e75121f
Compare
43a84e3 to
ee68f9c
Compare
makubacki
reviewed
Nov 24, 2025
be0a6a0 to
879ee55
Compare
e545b1c to
558577f
Compare
joschock
reviewed
Nov 25, 2025
551842a to
3930784
Compare
os-d
approved these changes
Dec 1, 2025
4b3befb to
e39d0cc
Compare
be52be0 to
2d5d6d8
Compare
joschock
approved these changes
Dec 4, 2025
2d5d6d8 to
e736599
Compare
Fixes SMBIOS protocol initialization to prevent allocation failures during Add() operations Publishes initial table with Type 127 (End-Of-Table) marker
e736599 to
0707660
Compare
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.
Description
Fixes SMBIOS protocol initialization to prevent allocation failures during SmbiosAdd() operations.
What changed
Fixed initialization order:
C protocol compatibility improvements:
TableDirectlyModifiederror if published table was modified directly instead of using protocol APIsSafety improvements:
Code cleanup:
How This Was Tested
Integration Instructions
N/A