diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-12-10 12:34:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-10 12:34:36 +0100 |
| commit | e068fcf62261c6ecd6416418c7adcba000213072 (patch) | |
| tree | bdfbd4bf0f9079dd2656c2a497ba5e1eb4995702 /docs/linux/external_fuzzing_usb.md | |
| parent | 4b83c8fbed7b9cea831be880ec8aa1098b465f25 (diff) | |
Update external_fuzzing_usb.md
Diffstat (limited to 'docs/linux/external_fuzzing_usb.md')
| -rw-r--r-- | docs/linux/external_fuzzing_usb.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md index c4de7527a..5a6bb3688 100644 --- a/docs/linux/external_fuzzing_usb.md +++ b/docs/linux/external_fuzzing_usb.md @@ -33,9 +33,12 @@ Kernel patches in mainline: - [USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6dabeb891c001c592645df2f477fed9f5d959987) - [USB: dummy-hcd: increase max number of devices to 32](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8442b02bf3c6770e0d7e7ea17be36c30e95987b6) +- [kcov: collect coverage from usb and vhost](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=eec028c9386ed1a692aa01a85b55952202b41619) +- [usb, kcov: collect coverage from hub_event](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=95d23dc27bde0ab4b25f7ade5e2fddc08dd97d9b) Kernel patches in review: -- [[v3] kcov: collect coverage from usb and vhost](https://lore.kernel.org/patchwork/cover/1146106/) + +- [[v2] kcov: fix struct layout for kcov_remote_arg](https://patchwork.kernel.org/patch/11276137/) - [[v2] usb: gadget: add raw-gadget interface](https://patchwork.kernel.org/patch/11246371/) Some ideas for things that can be done: |
