Improved device driver reliability through verification reuse

  • Authors:
  • Leonid Ryzhyk;John Keys;Balachandra Mirla;Arun Raghunath;Mona Vij;Gernot Heiser

  • Affiliations:
  • NICTA and University of New South Wales;Intel Corporation;NICTA and University of New South Wales;Intel Corporation;Intel Corporation;NICTA and University of New South Wales

  • Venue:
  • HotDep'10 Proceedings of the Sixth international conference on Hot topics in system dependability
  • Year:
  • 2010

Quantified Score

Hi-index 0.01

Visualization

Abstract

Faulty device drivers are a major source of operating system failures. We argue that the underlying cause of many driver faults is the separation of two highly-related tasks: device verification and driver development. These two tasks have a lot in common, and result in software that is conceptually and functionally similar, yet kept totally separate. The result is a particularly bad case of duplication of effort: the verification code is correct, but is discarded after the device has been manufactured; the driver code is inferior, but used in actual device operation. We claim that the two tasks, and the software they produce, can and should be unified, and this will result in drastic improvement of device-driver quality and reduction in the development cost and time to market. In this paper we discuss technical issues involved in achieving such unification and present our solutions to these issues. We report the results of a case study that applies this approach to implement a driver for an Ethernet controller device.