feat(cuinterpose): VMM ownership and allocation lifecycle - #329
Draft
galletas1712 wants to merge 9 commits into
Draft
galletas1712 wants to merge 9 commits into
galletas1712 wants to merge 9 commits into
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
This was referenced Sep 16, 2026
galletas1712
added this pull request to stack #339
September 16, 2026 22:37
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
from
September 16, 2026 23:51
819bc50 to
4c0bb95
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
from
September 17, 2026 00:15
4c0bb95 to
6196fe5
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
2 times, most recently
from
September 17, 2026 08:52
1555f8d to
f30fbf0
Compare
galletas1712
removed this pull request from stack #339
September 17, 2026 08:53
galletas1712
added this pull request to stack #343
September 17, 2026 08:53
1 task
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
from
September 17, 2026 09:30
f30fbf0 to
c70e793
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
from
September 17, 2026 20:53
c70e793 to
ecaf70c
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
2 times, most recently
from
September 18, 2026 01:51
60fb852 to
fd804ae
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
from
September 18, 2026 03:41
fd804ae to
cc5d926
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
from
September 18, 2026 18:55
cc5d926 to
576c893
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
from
September 18, 2026 22:13
576c893 to
80c8937
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
2 times, most recently
from
September 18, 2026 23:34
575602a to
dd99600
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
2 times, most recently
from
September 19, 2026 02:57
2f24c1a to
e9ce0e7
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
from
September 19, 2026 06:08
e9ce0e7 to
f5d52a2
Compare
Refs #295. Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
…time Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-04-vmm
branch
from
September 19, 2026 07:08
f5d52a2 to
47ed351
Compare
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.
Summary
Refs #295 (approved).
Track supported VMM allocations through application-visible virtual allocation handles, along with mappings, access permissions, ownership, and sharing state. Implement capture and restore operations that leave never-shared allocations on the native CUDA path.
Review notes
This PR does not add PageBroker storage, backend selection, or export-property promotion.
Validation
On the assembled stack, make -C agent/cmd/cuinterpose test passes formatting, strict Clippy, GNU/musl builds, ABI and artifact checks, Rust tests, and packaged fake-driver lifecycle tests. Physical-GPU tests were not rerun for this terminology-only change.