diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-08-14 16:01:28 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-08-15 13:39:03 -0700 |
| commit | 8fd428a197f1ff27bdb6d3d359745e2756133d01 (patch) | |
| tree | 5629a07bb6d2686f7a575c5b6d99d719fd139b94 /pkg/report/linux.go | |
| parent | faeffb0030134849d132c0040f330500e9056b24 (diff) | |
pkg/report: improve ODEBUG titles
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 991bbcaee..394ff5382 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1035,7 +1035,8 @@ 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", "vunmap", "vfree"), + "work_", "percpu_", "kmem_", "slab_", "kfree", "vunmap", + "vfree", "__free_"), }, { title: compile("WARNING: .*mm/usercopy\\.c.* usercopy_warn"), |
