From f67095eefa21c9164a2a92062a04bf186a689d0a Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 29 Jul 2019 15:22:36 +0200 Subject: Update syzbot.md --- docs/syzbot.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/syzbot.md b/docs/syzbot.md index 82117a04b..1395ab139 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -299,12 +299,13 @@ syzkaller has an ability to perform fuzzing of the Linux kernel USB stack, see the details [here](/docs/linux/external_fuzzing_usb.md). This requires non-yet-upstreamed kernel changes and thus patch testing is only possible on the `usb-fuzzer` branch of the `https://github.com/google/kasan.git` tree. -The standard way for triggering tests with the `usb-fuzzer` tree is to send an -email to `syzbot+HASH` address containing the following line: +The recommended way for triggering tests with the `usb-fuzzer` tree is to send +an email to `syzbot+HASH` address containing the following line: ``` -#syz test: https://github.com/google/kasan.git usb-fuzzer +#syz test: https://github.com/google/kasan.git commit-hash ``` -and attach/inline your test patch in the same email. +and attach/inline your test patch in the same email (`commit-hash` value can +be found in the initial report email). ## Memory leaks -- cgit mrf-deployment