Download PDFOpen PDF in browser

Binary-compatible verification of filesystems with ACL2

EasyChair Preprint no. 1235

18 pagesDate: June 26, 2019

Abstract

Filesystems are an essential component of most computer systems. Work on the verification of filesystem functionality has been focused on constructing new filesystems in a manner which simplifies the process of verifying them against specifications. This leaves open the question of whether filesystems already in use are correct at the binary level.
This paper introduces LoFAT, a model of the FAT32 filesystem which efficiently implements a subset of the POSIX filesystem operations, and HiFAT, a more abstract model of FAT32 which is simpler to reason about. LoFAT is proved to be correct in terms of refinement of HiFAT, and made executable by enabling the state of the model to be written to and read from FAT32 disk images. EqFAT, an equivalence relation for disk images, considers whether two disk images contain the same directory tree modulo reordering of files and implementation-level details regarding cluster allocation. A suite of co-simulation tests uses EqFAT to compare the operation of existing FAT32 implementations to LoFAT and check the correctness of existing implementations of FAT32 such as the mtools suite of programs and the Linux FAT32 implementation. All models and proofs are formalized and mechanically verified in ACL2.

Keyphrases: filesystems, interactive theorem proving, Operating Systems

BibTeX entry
BibTeX does not have the right entry for preprints. This is a hack for producing the correct reference:
@Booklet{EasyChair:1235,
  author = {Mihir Mehta and William R. Cook},
  title = {Binary-compatible verification of filesystems with ACL2},
  howpublished = {EasyChair Preprint no. 1235},

  year = {EasyChair, 2019}}
Download PDFOpen PDF in browser