Skip to content

Add bottom-up mmap to OP-TEE shim - #1153

Open
Sangho Lee (sangho2) wants to merge 1 commit into
mainfrom
sanghle/optee/mmap_bottom_up
Open

Add bottom-up mmap to OP-TEE shim#1153
Sangho Lee (sangho2) wants to merge 1 commit into
mainfrom
sanghle/optee/mmap_bottom_up

Conversation

@sangho2

Copy link
Copy Markdown
Contributor

This PR makes the OP-TEE shim's mmap allocate virtual addresses (VAs) from low to high addresses. OP-TEE allocates userspace VAs bottom-up, whereas LiteBox allocates them top-down. This mismatch can lead to incompatibilities (e.g., padding management).

@sangho2 Sangho Lee (sangho2) changed the title OP-TEE shim: Bottom-up mmap Add bottom-up mmap to OP-TEE shim Aug 10, 2026
@github-actions

Copy link
Copy Markdown

🤖 SemverChecks 🤖 No breaking API changes detected

Note: this does not mean API is unchanged, or even that there are no breaking changes; simply, none of the detections triggered.

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.

1 participant