Skip to content

Commit

Permalink
pkg/report: add KMSAN kernel-usb-infoleak title regex
Browse files Browse the repository at this point in the history
  • Loading branch information
xairy committed Jun 24, 2019
1 parent 7636971 commit 2873954
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/report/linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,12 @@ var linuxOopses = []*oops{
fmt: "KASAN: %[1]v",
corrupted: true,
},
{
title: compile("BUG: KMSAN: kernel-usb-infoleak"),
report: compile("BUG: KMSAN: kernel-usb-infoleak in {{FUNC}}"),
fmt: "KMSAN: kernel-usb-infoleak in %[2]v",
stack: warningStackFmt("usb_submit_urb", "usb_start_wait_urb", "usb_bulk_msg", "usb_interrupt_msg", "usb_control_msg"),
},
{
title: compile("BUG: KMSAN:"),
report: compile("BUG: KMSAN: ([a-z\\-]+) in {{FUNC}}"),
Expand Down

0 comments on commit 2873954

Please sign in to comment.