From 3120545e3e1225d8f2b243349ca9abc38fea9dd1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 5 Jan 2021 10:25:50 +0100 Subject: pkg/report: add more oops samples Some of these were classified as corrupted at some point. --- pkg/report/linux.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkg/report/linux.go') diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 1661d59ae..fab7bdb26 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -756,6 +756,10 @@ var linuxStackParams = &stackParams{ "warn_slowpath", "warn_alloc", "__warn", + "alloc_pages", + "kmalloc_order", + "__kmalloc", + "kmalloc$", "debug_object", "timer_is_static_object", "work_is_static_object", @@ -763,6 +767,8 @@ var linuxStackParams = &stackParams{ "print_unlock", "imbalance_bug", "lockdep", + "bh_enable", + "bh_disable", "perf_trace", "lock_acquire", "lock_release", -- cgit mrf-deployment