aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/testdata/linux/guilty/47
Commit message (Collapse)AuthorAgeFilesLines
* pkg/report: skip drivers/usb/core/urb.c as guilty fileDmitry Vyukov2020-11-301-0/+53
We are getting lots of WARNINGs in urb.c and all of them seem to mean a bug in a particular driver. And fixes for these bugs go into a particular driver code. But we send all of them to urb.c maintainers. Skip urb.c as a guilty file. If a bug happens to be in urb.c for real, a driver maintainers should CC USB core maintainers on it. Update #2284