aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Donnellan <ajd@linux.ibm.com>2019-05-08 19:02:25 +1000
committerDmitry Vyukov <dvyukov@google.com>2019-05-17 07:15:52 +0200
commit2233782fc181c3d33101bfb915422ee433a8faa8 (patch)
tree09c3d879d9d43615f1b9c3e43dd8ad41aa66d8fa /pkg
parent7fb690f39a0394eb6691d7014d509c966836c8a1 (diff)
pkg/report: Add powerpc's __switch_to to function skip list
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Diffstat (limited to 'pkg')
-rw-r--r--pkg/report/linux.go3
-rw-r--r--pkg/report/testdata/linux/report/3792
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