refactor: merge page_table config lemmas into single requirements lemma#3
Closed
Je5s1e wants to merge 1 commit into
Closed
refactor: merge page_table config lemmas into single requirements lemma#3Je5s1e wants to merge 1 commit into
Je5s1e wants to merge 1 commit into
Conversation
Merge lemma_top_level_index_range_bounds, lemma_leading_bits_only_when_high_half, lemma_leading_bits_bounded, lemma_nr_subpage_per_huge_eq_nr_entries, and lemma_top_level_index_range_within_nr_entries into a single lemma_page_table_config_constant_requirements. Add derived lemma_pte_walk_fills_page with default proof body so implementors get it for free. Also fix verification errors: - spin.rs: replace proof_with! with #[verus_spec(with => ...)] - meta.rs/kspace/vm_space: add #[verifier::external_body] for layout lemmas Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
|
|
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
lemma_page_table_config_constant_requirementsper review feedbacklemma_pte_walk_fills_pagewith default proof bodyAddresses
asterinas#531 (comment)
Test plan
makepasses: 1389 verified, 0 errors