aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-05-22 06:33:04 +0200
committerGitHub <noreply@github.com>2020-05-22 06:33:04 +0200
commit9682898d6f14dd27f95c419d059fd867bb91b22b (patch)
tree19f93ec533e53b8fedfa2765a7a17332f1cc62ea /docs
parent5afa2ddd5aa721e6eea3e51e2f5ed238479eec86 (diff)
docs: add KRACE paper
Diffstat (limited to 'docs')
-rw-r--r--docs/research.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/research.md b/docs/research.md
index f6ceafe4a..5bbd860ba 100644
--- a/docs/research.md
+++ b/docs/research.md
@@ -20,6 +20,7 @@ _newer first_
# Other kernel fuzzing work
+* [KRACE: Data Race Fuzzing for Kernel File Systems](https://www.cc.gatech.edu/~mxu80/pubs/xu:krace.pdf)
* [trinity](https://github.com/kernelslacker/trinity)
* [kAFL: Hardware-Assisted Feedback Fuzzing for OS Kernels](https://www.usenix.org/system/files/conference/usenixsecurity17/sec17-schumilo.pdf) (bridges AFL and Intel PT)
* [kernel-fuzzing](https://github.com/oracle/kernel-fuzzing) (bridges AFL and KCOV)