feat: Restructure VSOCK code as a starting point for improvements - #11247
Merged
Conversation
Bownairo
force-pushed
the
eero/vsock-staging
branch
from
August 20, 2026 19:24
75774a4 to
c0b6b52
Compare
Bownairo
force-pushed
the
eero/vsock-staging
branch
from
August 21, 2026 00:56
c0b6b52 to
608fa64
Compare
Bownairo
marked this pull request as ready for review
August 21, 2026 00:58
|
❌ 1 possible security or compliance issue detected. Reviewed everything up to f2bdd93. The following issues were found:
Evidence: In Relevant code:
Security Overview
Detected Code Changes
|
blind-oracle
approved these changes
Aug 21, 2026
Bownairo
enabled auto-merge
August 21, 2026 17:17
dfinityianblenke
added a commit
that referenced
this pull request
Aug 22, 2026
… vsock_lib Upstream PR #11247 restructured rs/ic_os/vsock/, deleting the separate vsock_guest and vsock_host crates and folding their binaries into vsock_lib as src/bin/guest.rs and src/bin/host.rs. Update the spec's requirement headers and paths to match; behavior is unchanged.
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.
There should be very few real code changes. My goal was to simplify the structure to make the later changes easier to follow. I suggest reviewing by commit.