prove: arch::pci (x86) & io - #706
Open
Marsman1996 wants to merge 23 commits into
Open
Marsman1996 wants to merge 23 commits into
Marsman1996 wants to merge 23 commits into
Conversation
hiroki-chen
reviewed
Aug 13, 2026
Marsman1996
force-pushed
the
prove-arch_pci
branch
from
August 13, 2026 03:15
423cebb to
d24ab2d
Compare
rikosellic
reviewed
Aug 20, 2026
rikosellic
reviewed
Aug 21, 2026
Marsman1996
force-pushed
the
prove-arch_pci
branch
from
August 21, 2026 06:27
8687a95 to
8e1e724
Compare
Marsman1996
marked this pull request as draft
August 21, 2026 06:28
This comment was marked as outdated.
This comment was marked as outdated.
Marsman1996
force-pushed
the
prove-arch_pci
branch
from
August 25, 2026 02:46
8e1e724 to
e4775af
Compare
Marsman1996
marked this pull request as ready for review
September 2, 2026 12:20
rikosellic
reviewed
Sep 14, 2026
rikosellic
reviewed
Sep 14, 2026
rikosellic
requested changes
Sep 14, 2026
rikosellic
requested changes
Sep 14, 2026
Collaborator
Author
|
Update |
rikosellic
reviewed
Sep 15, 2026
rikosellic
reviewed
Sep 15, 2026
rikosellic
reviewed
Sep 15, 2026
| ensures | ||
| IO_MEM_ALLOCATOR.wf(), | ||
| { | ||
| OnceImpl::new(Ghost(TrivialPred)) |
Collaborator
There was a problem hiding this comment.
OnceImpl is our own definition of Once. Is it able to assume the specification for Once? It is a bit tricky because you may need to add a Tracked object to indicate whether an Once has been created.
Collaborator
Author
There was a problem hiding this comment.
OnceImpl::new is verified and its tracked initialization state is stored internally, so the static initializer can derive IO_MEM_ALLOCATOR.wf() from its specification without an additional Tracked creation token.
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.
IdAlloc, x86 port-I/O, and little-endian integer specifications invstd_extra::external.Maybe wait until the following PRs are merged: