Uh oh!
There was an error while loading. Please reload this page.
Parse attributes in extended VTL0 APIs - #653
Conversation
Sangho Lee (sangho2)
commented
Feb 10, 2026
Femi Adeyemi (@femiatl) Could you please resolve the conflicts such that CI can work on this PR. |
54e3a52 to
d4626b2CompareIt seems that this change is based on new ABI to simplify data transfer. Good idea! As tgopinath-microsoft noted in #652, this cannot be merged yet. One overall feedback or requested change: This PR needs some detailed comments to explain new ABI and data structures. Also, some functions are with old comments (e.g., these functions no longer get |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
3a4f589 to
73eb949CompareVTL0 sends data to the secure kernel during and after initial boot. Use the new attributes parameter to extend load_kdata, allowing it to process data after boot and use the improved format for sending data from VTL0. Small, simple data buffers like certificates can be sent efficiently with the same APIs used for larger aggregated data like module info. The new data format is leveraged to reduce the size of the kernel string table passed from ~10MB (all of rodata) to ~250KB. The validate_module and validate_kexec APIs are extended to use the new attributes.
- Updata modular_field crate to latest to fix warnings - Rename attr field in HekiData range to mem_attr to reflect usage - Resize HekiDatRange to take more ranges per page - Rename and refactor HekiDataAttr to HekiDataApiAttr to clarify usage - Add comments for updated public functions and update parameter names - Add convenience data page iterator to simplyfy processing
73eb949 to
c7c723cCompareLatest modular_bitfield generates warnings
🤖 SemverChecks 🤖 Click for details |
VTL0 sends data to the secure kernel during and after initial boot. Use the new attributes parameter to extend load_kdata, allowing it to process data after boot and use the improved format for sending data from VTL0. Small, simple data buffers like certificates can be sent efficiently with the same APIs used for larger aggregated data like module info.
The new data format is leveraged to reduce the size of the kernel string table passed from ~10MB (all of rodata) to ~250KB.
The validate_module and validate_kexec APIs are extended to use the new attributes.