[GSoC] Kernel Fuzzing suite

Ed Maste emaste at freebsd.org
Thu Mar 1 02:01:48 UTC 2018


On 27 February 2018 at 19:13, Brooks Davis <brooks at freebsd.org> wrote:
>
> I'd suggest suggest looking for one of the existing frameworks that does
> work at least minimally, but has incomplete coverage it proposing a
> project to enhance things to support FreeBSD.  For example, my
> understanding of the status of Syzkaller is that is supports syscalls
> that are identical to those on Linux.  That presumably means that there
> are many syscalls including quite important ones that aren't covered.

There's a good amount of work to be done on Syzkaller for FreeBSD
still - there's a list at the bottom of
https://github.com/google/syzkaller/blob/master/docs/freebsd.md.

One of my Waterloo co-op students from last term worked on automation
for Syzkaller/FreeBSD, and Mitchell, one of this term's students, is
working on the first item from the above list: kernel coverage
support. I'd say the next most important item is second on that list,
extending the set of syscalls supported by Syzkaller.


More information about the freebsd-hackers mailing list