diff options
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 3 |
1 files changed, 2 insertions, 1 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", + }, }, }, { |
