Trustworthy Systems

Comprehensive formal verification of an OS microkernel

Authors

Gerwin Klein, June Andronick, Kevin Elphinstone, Toby Murray, Thomas Sewell, Rafal Kolanski and Gernot Heiser

NICTA

UNSW

Abstract

We present an in-depth coverage of the comprehensive machine-checked formal verification of seL4, a general-purpose operating system microkernel.

We discuss the kernel design we used to make its verification tractable. We then describe the functional correctness proof of the kernel’s C implementation and we cover further steps that transform this result into a comprehensive formal verification of the kernel: a formally verified IPC fast path, a proof that the binary code of the kernel correctly implements the C semantics, a proof of correct access-control enforcement, a proof of information-flow noninterference, a sound worst-case execution time analysis of the binary, and an automatic initialiser for user-level systems that connects kernel-level access control enforcement with reasoning about system behaviour. We summarise these results and show how they integrate to form a coherent overall analysis, backed by machine-checked, end-to-end theorems.

The seL4 microkernel is currently not just the only general-purpose operating system kernel that is fully formally verified to this degree. It is also the only example of formal proof of this scale that is kept current as the requirements, design and implementation of the system evolve over almost a decade. We report on our experience in maintaining this evolving formally verified code base.

BibTeX Entry

  @article{Klein_AEMSKH_14,
    author           = {Klein, Gerwin and Andronick, June and Elphinstone, Kevin and Murray, Toby and Sewell, Thomas and
                        Kolanski, Rafal and Heiser, Gernot},
    doi              = {10.1145/2560537},
    journal          = {ACM Transactions on Computer Systems},
    keywords         = {sel4, isabelle/hol, verification, microkernel},
    month            = feb,
    number           = {1},
    pages            = {2:1-2:70},
    paperurl         = {https://trustworthy.systems/publications/nicta_full_text/7371.pdf},
    title            = {Comprehensive Formal Verification of an {OS} Microkernel},
    volume           = {32},
    year             = {2014}
  }

Download