From 2c31c529a9a44be5d99e769204b7a4b84b93eec1 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 18 Mar 2020 01:06:18 +0100 Subject: pkg/report: improve report titles --- pkg/report/linux.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/report/linux.go') diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 07c061ff9..1eb90168d 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -836,6 +836,7 @@ var linuxStackParams = &stackParams{ "usb_control_msg", "usb_hcd_submit_urb", "usb_submit_urb", + "^complete$", }, corruptedLines: []*regexp.Regexp{ // Fault injection stacks are frequently intermixed with crash reports. -- cgit mrf-deployment