From 350a7a26479a5b945f1c83c4beaa1d98ca011aef Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 3 Mar 2020 09:02:26 +0100 Subject: docs: add talks page Move all tech talks and articles to a separate page, there are too many of them now to list on the main page. Extend talks list with new talks. --- docs/research.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/research.md') diff --git a/docs/research.md b/docs/research.md index 3dbfa80bf..f6ceafe4a 100644 --- a/docs/research.md +++ b/docs/research.md @@ -1,5 +1,6 @@ # Research work based on syzkaller +_newer first_ * [Task selection and seed selection for Syzkaller using reinforcement learning](https://groups.google.com/g/syzkaller/c/eKPD4ZpJ66o/m/UqO_K-SMFwAJ) (announce only) * [Empirical Notes on the Interaction Between Continuous Kernel Fuzzing and Development](http://users.utu.fi/kakrind/publications/19/vulnfuzz_camera.pdf) * [FastSyzkaller: Improving Fuzz Efficiency for Linux Kernel Fuzzing](https://iopscience.iop.org/article/10.1088/1742-6596/1176/2/022013) @@ -24,3 +25,5 @@ * [kernel-fuzzing](https://github.com/oracle/kernel-fuzzing) (bridges AFL and KCOV) * [A gentle introduction to Linux Kernel fuzzing](https://blog.cloudflare.com/a-gentle-introduction-to-linux-kernel-fuzzing/) (bridges AFL and KCOV) * [IMF: Inferred Model-based Fuzzer](https://acmccs.github.io/papers/p2345-hanA.pdf) + +Also see [tech talks page](/docs/talks.md). -- cgit mrf-deployment