aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 95d1447a4..f914bc68d 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -614,7 +614,7 @@ func linuxHangTaskFrameExtractor(frames []string) (string, string) {
}
}
}
- skip := []string{"sched", "_lock", "_slowlock", "down", "completion", "kthread",
+ skip := []string{"sched", "_lock", "_slowlock", "down", "rwsem", "completion", "kthread",
"wait", "synchronize", "context_switch", "__switch_to", "cancel_delayed_work"}
nextFrame:
for _, frame := range frames {