diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:48:20 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:50:24 +0100 |
| commit | 1b49002e79aa72d2d5c70742da91ac9cd9bc6710 (patch) | |
| tree | cbeb0044cc6947afde43f219b28fc15359ccf466 /sys/linux/vusb.txt.warn | |
| parent | 2f68adff0b52208bd2a86941c4c406fb9dcaa5e6 (diff) | |
tools/syz-check: don't print line numbers for warnings
Line numbers create huge diffs when lines change slightly.
That's very unhandy b/c we want to look at added/removed warnings.
Diffstat (limited to 'sys/linux/vusb.txt.warn')
| -rw-r--r-- | sys/linux/vusb.txt.warn | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/sys/linux/vusb.txt.warn b/sys/linux/vusb.txt.warn index 8bbdbd285..34cf6e5e3 100644 --- a/sys/linux/vusb.txt.warn +++ b/sys/linux/vusb.txt.warn @@ -1,33 +1,33 @@ -0188: struct vusb_connect_string_descriptor: no corresponding struct in kernel -0193: struct vusb_descriptors: no corresponding struct in kernel -0221: struct vusb_responses: no corresponding struct in kernel -0329: struct usb_wireless_cap_descriptor: no corresponding struct in kernel -0346: struct usb_ext_cap_descriptor: bad number of fields: syz=7 kernel=4 -0351: field usb_ext_cap_descriptor.bmAttributes1/bmAttributes: bad bit size/offset: syz=8/0 kernel=0/0 -0443: struct usb_hub_descriptor_hs: no corresponding struct in kernel -0456: struct usb_hub_descriptor_ss: no corresponding struct in kernel -0535: struct usb_endpoint_descriptor_hid_in: no corresponding struct in kernel -0539: struct usb_endpoint_descriptor_hid_out: no corresponding struct in kernel -0547: struct vusb_descriptors_hid: no corresponding struct in kernel -0559: struct vusb_responses_hid: no corresponding struct in kernel -0573: struct usb_hid_descriptor_hid: no corresponding struct in kernel -0584: struct usb_hid_class_descriptor_report: no corresponding struct in kernel -0667: struct usb_endpoint_descriptor_printer_out: no corresponding struct in kernel -0671: struct usb_endpoint_descriptor_printer_in: no corresponding struct in kernel -0679: struct vusb_descriptors_printer: no corresponding struct in kernel -0686: struct vusb_responses_printer: no corresponding struct in kernel -0738: struct usb_endpoint_descriptor_cdc_ecm_notify: no corresponding struct in kernel -0742: struct usb_endpoint_descriptor_cdc_ecm_in: no corresponding struct in kernel -0746: struct usb_endpoint_descriptor_cdc_ecm_out: no corresponding struct in kernel -0871: struct usb_cdc_ecm_mbm_guid: no corresponding struct in kernel -0927: struct vusb_descriptors_cdc_ecm: no corresponding struct in kernel -0935: struct usb_cdc_ecm_mac: no corresponding struct in kernel -0942: struct vusb_responses_cdc_ecm: no corresponding struct in kernel -0976: struct usb_endpoint_descriptors_cdc_ncm_data: no corresponding struct in kernel -1005: struct vusb_descriptors_cdc_ncm: no corresponding struct in kernel -1013: struct vusb_responses_cdc_ncm: no corresponding struct in kernel -1107: struct uac1_ac_header_descriptor_2: no corresponding struct in kernel -1262: struct uac_as_out_endpoint_descriptor: no corresponding struct in kernel -1266: struct uac_as_in_endpoint_descriptor: no corresponding struct in kernel -1288: struct vusb_descriptors_uac1: no corresponding struct in kernel -1295: struct vusb_responses_uac1: no corresponding struct in kernel +struct vusb_connect_string_descriptor: no corresponding struct in kernel +struct vusb_descriptors: no corresponding struct in kernel +struct vusb_responses: no corresponding struct in kernel +struct usb_wireless_cap_descriptor: no corresponding struct in kernel +struct usb_ext_cap_descriptor: bad number of fields: syz=7 kernel=4 +field usb_ext_cap_descriptor.bmAttributes1/bmAttributes: bad bit size/offset: syz=8/0 kernel=0/0 +struct usb_hub_descriptor_hs: no corresponding struct in kernel +struct usb_hub_descriptor_ss: no corresponding struct in kernel +struct usb_endpoint_descriptor_hid_in: no corresponding struct in kernel +struct usb_endpoint_descriptor_hid_out: no corresponding struct in kernel +struct vusb_descriptors_hid: no corresponding struct in kernel +struct vusb_responses_hid: no corresponding struct in kernel +struct usb_hid_descriptor_hid: no corresponding struct in kernel +struct usb_hid_class_descriptor_report: no corresponding struct in kernel +struct usb_endpoint_descriptor_printer_out: no corresponding struct in kernel +struct usb_endpoint_descriptor_printer_in: no corresponding struct in kernel +struct vusb_descriptors_printer: no corresponding struct in kernel +struct vusb_responses_printer: no corresponding struct in kernel +struct usb_endpoint_descriptor_cdc_ecm_notify: no corresponding struct in kernel +struct usb_endpoint_descriptor_cdc_ecm_in: no corresponding struct in kernel +struct usb_endpoint_descriptor_cdc_ecm_out: no corresponding struct in kernel +struct usb_cdc_ecm_mbm_guid: no corresponding struct in kernel +struct vusb_descriptors_cdc_ecm: no corresponding struct in kernel +struct usb_cdc_ecm_mac: no corresponding struct in kernel +struct vusb_responses_cdc_ecm: no corresponding struct in kernel +struct usb_endpoint_descriptors_cdc_ncm_data: no corresponding struct in kernel +struct vusb_descriptors_cdc_ncm: no corresponding struct in kernel +struct vusb_responses_cdc_ncm: no corresponding struct in kernel +struct uac1_ac_header_descriptor_2: no corresponding struct in kernel +struct uac_as_out_endpoint_descriptor: no corresponding struct in kernel +struct uac_as_in_endpoint_descriptor: no corresponding struct in kernel +struct vusb_descriptors_uac1: no corresponding struct in kernel +struct vusb_responses_uac1: no corresponding struct in kernel |
