refactor: strip libgbm dependency and use sealed memfd for SHM fallback#23
Open
InternetOfTofu wants to merge 1 commit into
Open
refactor: strip libgbm dependency and use sealed memfd for SHM fallback#23InternetOfTofu wants to merge 1 commit into
InternetOfTofu wants to merge 1 commit into
Conversation
Replaces the GBM allocator in allocator.rs with a clean CPU-accessible memfd allocator for local placeholder mode (wl_shm). Applies file seals (F_SEAL_SHRINK, F_SEAL_GROW, F_SEAL_SEAL) to allocated memfd buffers to guarantee memory size immutability and prevent SIGBUS truncation bugs. Removes all references to gbm BufferObjects across state and SHM handling, enabling out-of-the-box 100% statically linked builds (+crt-static). Also updates wayland_codegen to emit &str instead of &String to resolve clippy warnings across protocol handlers. TAG=agy CONV=17ab6d56-57a3-4f9b-a034-5fdda38d047d
Collaborator
Author
|
still need to test that it works. |
Collaborator
Author
|
(this is a prereq of #22) |
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.
Replaces the GBM allocator in allocator.rs with a clean CPU-accessible memfd allocator for local placeholder mode (wl_shm). Applies file seals (F_SEAL_SHRINK, F_SEAL_GROW, F_SEAL_SEAL) to allocated memfd buffers to guarantee memory size immutability and prevent SIGBUS truncation bugs.
Removes all references to gbm BufferObjects across state and SHM handling, enabling out-of-the-box 100% statically linked builds (+crt-static).
Also updates wayland_codegen to emit &str instead of &String to resolve clippy warnings across protocol handlers.
TAG=agy
CONV=17ab6d56-57a3-4f9b-a034-5fdda38d047d