diff options
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 30f2770b1..1ba307914 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -834,8 +834,8 @@ var linuxOopses = []*oops{ { title: compile("WARNING: .*mm/.*\\.c.* k?.?malloc"), fmt: "WARNING: kmalloc bug in %[1]v", - stack: warningStackFmt("kmalloc", "kcalloc", "kzalloc", "vmalloc", - "slab", "kmem"), + stack: warningStackFmt("kmalloc", "kcalloc", "kzalloc", "krealloc", + "vmalloc", "slab", "kmem"), }, { title: compile("WARNING: .* at {{SRC}} {{FUNC}}"), |
