Message ID | 20191129101753.9721-1-johan@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | staging: gigaset: fix crashes on probe | expand |
On Fri, Nov 29, 2019 at 11:17:49AM +0100, Johan Hovold wrote: > Syzbot has been reporting a GPF on probe in the gigaset ISDN driver, > which have since been moved to staging. > > The first patch fixes that issue, and the next one fixes a second crash > found during testing. > > The third patch addresses a benign warning in USB core which syzbot is > bound to report once the crashes have been fixed. > > And while I hate playing checkpatch games, the final patch addresses a > checkpatch warning introduced on purpose by the third patch. I'll take these after 5.5-rc1, but then it is time to just delete all of drivers/staging/isdn/ from my tree, so don't worry about them after that :) thanks, greg k-h
On Fri, Nov 29, 2019 at 02:32:39PM +0100, Greg Kroah-Hartman wrote: > On Fri, Nov 29, 2019 at 11:17:49AM +0100, Johan Hovold wrote: > > Syzbot has been reporting a GPF on probe in the gigaset ISDN driver, > > which have since been moved to staging. > > > > The first patch fixes that issue, and the next one fixes a second crash > > found during testing. > > > > The third patch addresses a benign warning in USB core which syzbot is > > bound to report once the crashes have been fixed. > > > > And while I hate playing checkpatch games, the final patch addresses a > > checkpatch warning introduced on purpose by the third patch. > > I'll take these after 5.5-rc1, but then it is time to just delete all of > drivers/staging/isdn/ from my tree, so don't worry about them after that > :) Sounds good to me. :) But we should probably get these backported before dropping staging/isdn. Not sure if syzbot is run against older stable trees as well, but if so, you may want to consider adding a stable-tag also to patch 3/4. Johan
On Fri, Nov 29, 2019 at 02:51:45PM +0100, Johan Hovold wrote: > On Fri, Nov 29, 2019 at 02:32:39PM +0100, Greg Kroah-Hartman wrote: > On Fri, Nov 29, 2019 at 11:17:49AM +0100, Johan Hovold wrote: > > > Syzbot has been reporting a GPF on probe in the gigaset ISDN driver, > > > which have since been moved to staging. > > > > > > The first patch fixes that issue, and the next one fixes a second crash > > > found during testing. > > > > > > The third patch addresses a benign warning in USB core which syzbot is > > > bound to report once the crashes have been fixed. > > > > > > And while I hate playing checkpatch games, the final patch addresses a > > > checkpatch warning introduced on purpose by the third patch. > > > > I'll take these after 5.5-rc1, but then it is time to just delete all of > > drivers/staging/isdn/ from my tree, so don't worry about them after that > > :) > > Sounds good to me. :) > > But we should probably get these backported before dropping > staging/isdn. Not sure if syzbot is run against older stable trees as > well, but if so, you may want to consider adding a stable-tag also to > patch 3/4. Yes, I will backport them, it's a good idea to do that. thanks, greg k-h