Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1731666
| From | Andrey Konovalov <andreyknvl@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: usb/uwb: GPF in uwbd_start |
| Date | 2017-09-13 17:20 +0200 |
| Message-ID | <uphCh-Ah-11@gated-at.bofh.it> (permalink) |
| References | <uoX0V-48V-51@gated-at.bofh.it> <uoZvJ-5zK-41@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Sep 12, 2017 at 9:55 PM, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > On Tue, Sep 12, 2017 at 07:10:07PM +0200, Andrey Konovalov wrote: >> Hi! >> >> I've got the following crashes while fuzzing the kernel with syzkaller. >> >> On commit 81a84ad3cb5711cec79f4dd53a4ce026b092c432 (Sep 3). >> >> uwbd_start() calls kthread_run() and checks that the return value in >> not NULL. But the return value is not NULL in case kthread_run() >> fails, it takes the form of ERR_PTR(-EINTR). > > Great, do you want to write a patch for this, or do you want me to? Just mailed a patch. > > And I'm guessing you really don't have the real hardware for this > device, right? I don't have a hardware reproducer, but making it is just a question of effort. There's the Facedancer21 board [1], which can be used to emulate arbitrary USB devices. It's also possible to do this with with something like Raspberry Pi Zero in USB gadget mode through gadgetfs. [1] https://int3.cc/products/facedancer21 > > thanks, > > greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
usb/uwb: GPF in uwbd_start Andrey Konovalov <andreyknvl@google.com> - 2017-09-12 19:20 +0200
Re: usb/uwb: GPF in uwbd_start Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-09-12 22:00 +0200
Re: usb/uwb: GPF in uwbd_start Andrey Konovalov <andreyknvl@google.com> - 2017-09-13 17:20 +0200
csiph-web