[patina_internal_cpu] remove alloc usage#1423
Merged
kuqin12 merged 26 commits intoOpenDevicePartnership:mainfrom Mar 26, 2026
Merged
[patina_internal_cpu] remove alloc usage#1423kuqin12 merged 26 commits intoOpenDevicePartnership:mainfrom
kuqin12 merged 26 commits intoOpenDevicePartnership:mainfrom
Conversation
Contributor
✅ QEMU Validation PassedAll QEMU validation jobs completed successfully.
Workflow run: https://github.com/OpenDevicePartnership/patina/actions/runs/23568436131 Boot Time to EFI Shell
Dependencies
This comment was automatically generated by the Patina QEMU PR Validation Post workflow. |
kuqin12
commented
Mar 20, 2026
kuqin12
commented
Mar 21, 2026
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
makubacki
reviewed
Mar 24, 2026
cfernald
approved these changes
Mar 24, 2026
cfernald
reviewed
Mar 24, 2026
makubacki
approved these changes
Mar 24, 2026
cfernald
reviewed
Mar 24, 2026
cfernald
approved these changes
Mar 25, 2026
This was referenced Mar 26, 2026
kuqin12
added a commit
that referenced
this pull request
Mar 26, 2026
## Description The previous [PR](#1423) merged with intermittent testing stability: when the tests are run concurrently, some tests could fail based on timing. i.e.: https://github.com/OpenDevicePartnership/patina/actions/runs/23577664570/job/68653514272#step:5:1395 The idea is to put a lock on the test and extend the test to register and unregister within each individual test. - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [x] Includes tests? - [ ] Includes documentation? ## How This Was Tested This was tested locally and on the pipeline to not trip on the same error. ## Integration Instructions N/A
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.
Description
Patina internal CPU hosts the interrupt manager and other fundamental functionalities, which should not work on top of the allocator.
Admittedly, the current crate can support more advanced components that works on top of exception forwarding, but this should not be treated as a required dependency.
How This Was Tested
This was tested on QEMU Q35 and booted to UEFI shell.
Integration Instructions
N/A