Skip to content
/ km-eio Public

A kernel module that creates a device that always returns EIO on a read, for testing purposes.

Notifications You must be signed in to change notification settings

howerj/km-eio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel EIO error device

A simple device that returns a specific error when you try to read from (EIO). You can use this for testing purposes.

We could turn this into a much more generic device for crafting all kinds of errors, for example returning errors with a certain distribution, or after reading X bytes, all controllable by a textual interface. We could do this, but we do not, this device is dead simple.

About

A kernel module that creates a device that always returns EIO on a read, for testing purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published