diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-06-20 12:47:16 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-06-20 11:48:16 +0000 |
| commit | 147c5c8528fc87af82b749631b2a7048d37bd1df (patch) | |
| tree | dbea5e0ec0df629ae7fcf9746675a45d8d0fa1a9 /pkg/report | |
| parent | 3562f2d241d9b650dfc97dad656072715f1d576d (diff) | |
pkg/report: use crash.KMSAN
We have crash.KMSAN definition that is not used.
Diffstat (limited to 'pkg/report')
| -rw-r--r-- | pkg/report/linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 724445b36..782cb9032 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1499,6 +1499,7 @@ var linuxOopses = append([]*oops{ skip: []string{"alloc_skb", "usb_submit_urb", "usb_start_wait_urb", "usb_bulk_msg", "usb_interrupt_msg", "usb_control_msg"}, }, noStackTrace: true, + reportType: crash.KMSAN, }, { title: compile("BUG: KMSAN:"), @@ -1516,6 +1517,7 @@ var linuxOopses = append([]*oops{ skip: []string{"alloc_skb", "netlink_ack", "netlink_rcv_skb"}, }, noStackTrace: true, + reportType: crash.KMSAN, }, { title: compile("BUG: KCSAN: data-race"), |
