deps: update igvm for page table relocation - #4386
Merged
Ben Hillis (benhillis) merged 1 commit intoSep 4, 2026
Merged
Conversation
Update to microsoft/igvm#135 so relocated page tables retain their own identity mapping when the page table region begins on a large-page boundary. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: ee248446-5a9b-4674-9840-636045767f48
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward dependency revision bump with a corresponding lockfile update and no apparent repo-local code impact.
Pull request overview
This PR bumps the pinned igvm / igvm_defs git revision to pick up microsoft/igvm#135, so IGVM relocation also corrects the page table region’s own identity mapping.
Changes:
- Update
igvmandigvm_defsgitrevpins tob7e717d40653f8c2382342eb7097dcd3ec0568de. - Refresh
Cargo.lockto reflect the new IGVM source revision and updated transitive dependency versions (notablybitfield-struct).
File summaries
| File | Description |
|---|---|
| Cargo.toml | Updates workspace dependency pins for igvm and igvm_defs to the newer upstream commit. |
| Cargo.lock | Regenerates the lockfile to match the updated IGVM git revision and its transitive dependency set. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
Author
|
We may want to backport this to 1.8 - but I think there is more than the page table relocation fix in this version bump. |
Chris Oo (chris-oo)
approved these changes
Sep 4, 2026
Ben Hillis (benhillis)
merged commit Sep 4, 2026
46e3e99
into
microsoft:main
135 of 139 checks passed
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.
Updates IGVM to microsoft/igvm#135 so relocation also fixes the page table region's own identity mapping.