Fault isolation for device drivers
Fault isolation for device drivers
复制标题
设备驱动程序的故障隔离
DOI:
10.1109/dsn.2009.5270357
复制
发表时间:
2009
期刊:
影响因子:
--
通讯作者:
A. Tanenbaum
中科院分区:
文献类型:
--
作者:
J. Herder;H. Bos;Ben Gras;P. Homburg;A. Tanenbaum
This work explores the principles and practice of isolating low-level device drivers in order to improve OS dependability. In particular, we explore the operations drivers can perform and how fault propagation in the event a bug is triggered can be prevented. We have prototyped our ideas in an open-source multiserver OS (MINIX 3) that isolates drivers by strictly enforcing least authority and iteratively refined our isolation techniques using a pragmatic approach based on extensive software-implemented fault-injection (SWIFI) testing. In the end, out of 3,400,000 common faults injected randomly into 4 different Ethernet drivers using both programmed I/O and DMA, no fault was able to break our protection mechanisms and crash the OS. In total, we experienced only one hang, but this appears to be caused by buggy hardware.