Fuzzing the OpenBSD Kernel
https://www.openbsd.org/papers/fuzz-slides.pdf [www.openbsd.org]
2018-09-06 19:35
Fuzzing the OpenBSD kernel using the syzkaller kernel fuzzer.
kcov(4)
A driver for tracking kernel code coverage.
Enabled on a per thread basis.
The kernel program counter is tracked during syscalls made by the same thread.
Not a strict requirement for syzkaller but improves its ability to generate interesting programs.