diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/report/linux.go | 3 | ||||
| -rw-r--r-- | pkg/report/testdata/linux/report/379 | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 2f179a9e8..9f8a966fd 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1236,7 +1236,8 @@ var linuxOopses = []*oops{ parseStackTrace, }, skip: []string{"sched", "_lock", "down", "completion", "kthread", - "wait", "synchronize", "context_switch"}, + "wait", "synchronize", "context_switch", "__switch_to", + }, }, }, { diff --git a/pkg/report/testdata/linux/report/379 b/pkg/report/testdata/linux/report/379 index f9520aa29..09d834b75 100644 --- a/pkg/report/testdata/linux/report/379 +++ b/pkg/report/testdata/linux/report/379 @@ -1,4 +1,4 @@ -TITLE: INFO: task hung in __switch_to +TITLE: INFO: task hung in exit_aio [ 2435.283131] INFO: task syz-executor.0:18224 blocked for more than 143 seconds. [ 2435.283923] Not tainted 5.1.0-rc3 #1 |
