-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rt spec+proof: improve reasoning for linked lists
This improves reasoning for the linked lists used in the kernel. In particular, many Hoare triples are stated generally in terms of list_queue_relation and the various lemmas which manipulate the linked list pointers. These are then used within the corres lemmas for those functions which update the linked lists. Signed-off-by: Michael McInerney <michael.mcinerney@proofcraft.systems>
- Loading branch information
1 parent
b91e1d9
commit 2005a6e
Showing
8 changed files
with
741 additions
and
839 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.