aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-11-15 09:00:23 +0100
committerDmitry Vyukov <dvyukov@google.com>2022-11-15 16:03:55 +0100
commitbfcab33d5ef38324342c0348a49caf197e386dd3 (patch)
tree91dbd17f57fad05bb73656578ab10bc647b66ffe /pkg/report/linux.go
parent5db18834ff0541c2cf3eb53b7ca336dfa5dfa821 (diff)
pkg/report: skip queue_work frames
We have lots of report "in queue_work". They are usually due to the caller bugs. Currently this leads to glueing of unrelated bugs together. Skip queue_work to prevent this glueing.
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 6a00a0785..a36711936 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1169,6 +1169,7 @@ var linuxStackParams = &stackParams{
"flush_workqueue",
"drain_workqueue",
"destroy_workqueue",
+ "queue_work",
"finish_wait",
"kthread_stop",
"kobject_",