From 2233782fc181c3d33101bfb915422ee433a8faa8 Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Wed, 8 May 2019 19:02:25 +1000 Subject: pkg/report: Add powerpc's __switch_to to function skip list Signed-off-by: Andrew Donnellan --- pkg/report/linux.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/report/linux.go') 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", + }, }, }, { -- cgit mrf-deployment