From d9222fc03a1fe146fd945796b8f6309d4963e9dc Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 19 Feb 2018 21:07:32 +0100 Subject: pkg/report: improve ODEBUG bug reports --- pkg/report/linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/report/linux.go') diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 9e5cb01ac..fbb5674e3 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -762,7 +762,7 @@ var linuxOopses = []*oops{ fmt: "WARNING: ODEBUG bug in %[1]v", // Skip all users of ODEBUG as well. stack: warningStackFmt("debug_", "rcu", "hrtimer_", "timer_", - "work_", "percpu_", "kmem_", "slab_", "kfree"), + "work_", "percpu_", "kmem_", "slab_", "kfree", "vunmap", "vfree"), }, { title: compile("WARNING: .*mm/usercopy\\.c.* usercopy_warn"), -- cgit mrf-deployment