aboutsummaryrefslogtreecommitdiffstats
path: root/docs/research.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-03-03 09:02:26 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-03-03 09:02:26 +0100
commit350a7a26479a5b945f1c83c4beaa1d98ca011aef (patch)
tree1a074286e858eff5e54a23b6948f361bdcb60074 /docs/research.md
parent4a4e0509de520c7139ca2b5606712cbadc550db2 (diff)
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.
Diffstat (limited to 'docs/research.md')
-rw-r--r--docs/research.md3
1 files changed, 3 insertions, 0 deletions
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).