aboutsummaryrefslogtreecommitdiffstats
path: root/docs/talks.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-08-16 10:12:39 +0200
committerGitHub <noreply@github.com>2020-08-16 10:12:39 +0200
commit9c6fc8db23b75bb31aed2b2b227e0b0418d0d355 (patch)
tree3a9874b9bd3ae01cf1fd8b0a68df3c187a1ddddf /docs/talks.md
parent4a68e16fb4b6f30dedac1baad75384c70f1632e2 (diff)
docs: add reference to "Exploiting the Linux kernel via packet sockets"
Diffstat (limited to 'docs/talks.md')
-rw-r--r--docs/talks.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/talks.md b/docs/talks.md
index 124511565..98400823b 100644
--- a/docs/talks.md
+++ b/docs/talks.md
@@ -51,6 +51,7 @@ at Linux Collaboration Summit 2013
* [Kernel debug tool with syzkaller](https://github.com/hardenedlinux/Debian-GNU-Linux-Profiles/blob/master/docs/harbian_qa/fuzz_testing/syz_debug.md) (debugging qemu VM created by syz-manager with gdb)
* [Explanation of some syzkaller internals](https://github.com/hardenedlinux/Debian-GNU-Linux-Profiles/blob/master/docs/harbian_qa/fuzz_testing/syz_analysis.md)
* [A example of fuzzing the ceph filesystem](https://github.com/hardenedlinux/Debian-GNU-Linux-Profiles/tree/master/docs/harbian_qa/fuzz_testing/syz_for_ceph)
+* [Exploiting the Linux kernel via packet sockets](https://googleprojectzero.blogspot.com/2017/05/exploiting-linux-kernel-via-packet.html)
* [Coverage-guided kernel fuzzing with syzkaller](https://lwn.net/Articles/677764/) (by David Drysdale)
* [Debugging a kernel crash found by syzkaller](http://vegardno.blogspot.de/2016/08/sync-debug.html) (by Quentin Casasnovas)