From 80394dfdd551d85fa3fcb1cb5381933b04cce39c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 4 Sep 2016 12:31:49 +0200 Subject: Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 69572b155..c96c15382 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,12 @@ Here are some things to check if there are problems running syzkaller. In this case, running the `syz-execprog` test with the `-nobody=0` option fixes the problem, so the main configuration needs to be updated to set `dropprivs` to `false`. +## External Articles + + - [Coverage-guided kernel fuzzing with syzkaller][https://lwn.net/Articles/677764/] (by David Drysdale) + - [ubsan, kasan, syzkaller und co](http://www.strlen.de/talks/debug-w-syzkaller.pdf) [video](https://www.youtube.com/watch?v=Acp0A9X1254) (by Florian Westphal) + - [Debugging a kernel crash found by syzkaller](http://vegardno.blogspot.de/2016/08/sync-debug.html) (by Quentin Casasnovas) + ## Disclaimer This is not an official Google product. -- cgit mrf-deployment