Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prove schedContext_donate_ccorres #807

Merged
merged 2 commits into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. rt crefine: use option_to_ctcb_ptr in csched_context_relation

    This correctly uses option_to_ctcb_ptr for the fields of a
    scheduling context which are TCB pointers. As a result, several
    theorems in ADT_C have been strengthened, since we now need to
    know more about the location of TCBs within the kernel heap.
    
    Signed-off-by: Michael McInerney <[email protected]>
    michaelmcinerney committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b4fec8a View commit details
    Browse the repository at this point in the history
  2. rt haskell+riscv refine+crefine: prove schedContext_donate_ccorres

    This includes a small change to the Haskell which rephrases
    schedContextDonate, while preserving semantics, in order to make
    the proof of the ccorres rule easier.
    
    Signed-off-by: Michael McInerney <[email protected]>
    michaelmcinerney committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f93c50f View commit details
    Browse the repository at this point in the history