diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-11-30 08:32:21 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-11-30 13:32:23 +0100 |
| commit | 229f64ce5eb21cc7b95a5642fbb6b12acf1f4cfc (patch) | |
| tree | d264932e7addc81e3657a6a715c0f8aa6cd7a8ce /pkg/report/testdata/linux/guilty/47 | |
| parent | 7c80d6f9ba2b108653c5643a3a9ef12820a5de34 (diff) | |
pkg/report: skip drivers/usb/core/urb.c as guilty file
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
Diffstat (limited to 'pkg/report/testdata/linux/guilty/47')
| -rw-r--r-- | pkg/report/testdata/linux/guilty/47 | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/pkg/report/testdata/linux/guilty/47 b/pkg/report/testdata/linux/guilty/47 new file mode 100644 index 000000000..73ac45e85 --- /dev/null +++ b/pkg/report/testdata/linux/guilty/47 @@ -0,0 +1,53 @@ +FILE: drivers/net/ieee802154/atusb.c + +BUG: memory leak +unreferenced object 0xffff888109e0af00 (size 192): + comm "kworker/1:2", pid 3205, jiffies 4294942324 (age 8.180s) + hex dump (first 32 bytes): + 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ + 00 00 00 00 00 00 00 00 18 af e0 09 81 88 ff ff ................ + backtrace: + [<0000000070ad19b0>] kmalloc include/linux/slab.h:557 [inline] + [<0000000070ad19b0>] usb_alloc_urb+0x66/0xe0 drivers/usb/core/urb.c:74 + [<000000008781be0e>] atusb_alloc_urbs drivers/net/ieee802154/atusb.c:362 [inline] + [<000000008781be0e>] atusb_probe+0x158/0x820 drivers/net/ieee802154/atusb.c:1038 + [<00000000cce0cf01>] usb_probe_interface+0x177/0x370 drivers/usb/core/driver.c:396 + [<0000000020e0d57d>] really_probe+0x159/0x480 drivers/base/dd.c:554 + [<00000000e105c1d7>] driver_probe_device+0x84/0x100 drivers/base/dd.c:738 + [<0000000027607927>] __device_attach_driver+0xee/0x110 drivers/base/dd.c:844 + [<000000003813d62a>] bus_for_each_drv+0xb7/0x100 drivers/base/bus.c:431 + [<00000000e9e76ec4>] __device_attach+0x122/0x250 drivers/base/dd.c:912 + [<00000000db4b9c2e>] bus_probe_device+0xc6/0xe0 drivers/base/bus.c:491 + [<0000000004dae719>] device_add+0x5ac/0xc30 drivers/base/core.c:2936 + [<000000002e126243>] usb_set_configuration+0x9de/0xb90 drivers/usb/core/message.c:2159 + [<0000000076889926>] usb_generic_driver_probe+0x8c/0xc0 drivers/usb/core/generic.c:238 + [<000000004ff8d735>] usb_probe_device+0x5c/0x140 drivers/usb/core/driver.c:293 + [<0000000020e0d57d>] really_probe+0x159/0x480 drivers/base/dd.c:554 + [<00000000e105c1d7>] driver_probe_device+0x84/0x100 drivers/base/dd.c:738 + [<0000000027607927>] __device_attach_driver+0xee/0x110 drivers/base/dd.c:844 + +BUG: memory leak +unreferenced object 0xffff888109e0a300 (size 192): + comm "kworker/1:2", pid 3205, jiffies 4294942324 (age 8.180s) + hex dump (first 32 bytes): + 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ + 00 00 00 00 00 00 00 00 18 a3 e0 09 81 88 ff ff ................ + backtrace: + [<0000000070ad19b0>] kmalloc include/linux/slab.h:557 [inline] + [<0000000070ad19b0>] usb_alloc_urb+0x66/0xe0 drivers/usb/core/urb.c:74 + [<000000008781be0e>] atusb_alloc_urbs drivers/net/ieee802154/atusb.c:362 [inline] + [<000000008781be0e>] atusb_probe+0x158/0x820 drivers/net/ieee802154/atusb.c:1038 + [<00000000cce0cf01>] usb_probe_interface+0x177/0x370 drivers/usb/core/driver.c:396 + [<0000000020e0d57d>] really_probe+0x159/0x480 drivers/base/dd.c:554 + [<00000000e105c1d7>] driver_probe_device+0x84/0x100 drivers/base/dd.c:738 + [<0000000027607927>] __device_attach_driver+0xee/0x110 drivers/base/dd.c:844 + [<000000003813d62a>] bus_for_each_drv+0xb7/0x100 drivers/base/bus.c:431 + [<00000000e9e76ec4>] __device_attach+0x122/0x250 drivers/base/dd.c:912 + [<00000000db4b9c2e>] bus_probe_device+0xc6/0xe0 drivers/base/bus.c:491 + [<0000000004dae719>] device_add+0x5ac/0xc30 drivers/base/core.c:2936 + [<000000002e126243>] usb_set_configuration+0x9de/0xb90 drivers/usb/core/message.c:2159 + [<0000000076889926>] usb_generic_driver_probe+0x8c/0xc0 drivers/usb/core/generic.c:238 + [<000000004ff8d735>] usb_probe_device+0x5c/0x140 drivers/usb/core/driver.c:293 + [<0000000020e0d57d>] really_probe+0x159/0x480 drivers/base/dd.c:554 + [<00000000e105c1d7>] driver_probe_device+0x84/0x100 drivers/base/dd.c:738 + [<0000000027607927>] __device_attach_driver+0xee/0x110 drivers/base/dd.c:844 |
