Prove page table child permission axiom - #614
Merged
rikosellic merged 3 commits intoJul 12, 2026
Merged
Conversation
rikosellic
self-requested a review
July 8, 2026 00:20
rikosellic
requested changes
Jul 8, 2026
rikosellic
left a comment
Collaborator
There was a problem hiding this comment.
Please simplify the proofs first, it looks verbose.
hiroki-chen
requested changes
Jul 8, 2026
rikosellic
reviewed
Jul 10, 2026
rikosellic
reviewed
Jul 10, 2026
rikosellic
reviewed
Jul 10, 2026
rikosellic
reviewed
Jul 10, 2026
rikosellic
reviewed
Jul 10, 2026
rikosellic
reviewed
Jul 10, 2026
rikosellic
reviewed
Jul 10, 2026
rikosellic
reviewed
Jul 10, 2026
rikosellic
self-requested a review
July 10, 2026 09:09
rikosellic
requested changes
Jul 10, 2026
rikosellic
left a comment
Collaborator
There was a problem hiding this comment.
There are still some styling issues and some redundant proofs.
Collaborator
|
@hiroki-chen I also think this PR suggests that some other |
Marsman1996
force-pushed
the
prove/page_table_child_permission_axiom
branch
from
July 10, 2026 14:46
0f6d3af to
ba9fe19
Compare
Co-authored-by: Chao Jiang <85332676+Je5s1e@users.noreply.github.com>
Marsman1996
force-pushed
the
prove/page_table_child_permission_axiom
branch
from
July 11, 2026 03:42
ba9fe19 to
f3a4830
Compare
Collaborator
|
@Je5s1e Next time before the PR, you shall check the code first and run the post-processing skills |
rikosellic
reviewed
Jul 11, 2026
rikosellic
reviewed
Jul 11, 2026
Marsman1996
force-pushed
the
prove/page_table_child_permission_axiom
branch
from
July 11, 2026 05:43
f3a4830 to
8de969b
Compare
Collaborator
|
LGTM, please also wait the approval from @hiroki-chen. |
rikosellic
self-requested a review
July 12, 2026 02:42
rikosellic
approved these changes
Jul 12, 2026
hiroki-chen
approved these changes
Jul 12, 2026
Collaborator
|
Thanks for your contributions! |
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.
Replace page-table child permission axioms with checked Verus proofs.
This proves the tracked constructors and cursor/page-table ownership transitions needed for child permission updates, removes the
set_children_permtrusted helper, and adds supporting VA/page-size and metaregion preservation lemmas.