aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-12-08 14:42:30 +0100
committerAndrey Konovalov <andreyknvl@gmail.com>2017-12-08 15:25:06 +0100
commit20860a992ac27eabc83b227601b1be1c8dc293f0 (patch)
tree95b5da170cf1c84e7bc38032d45f349994af54d0 /pkg/report/linux.go
parent38a2a3f58628f1861c8e8643ab079b3b1200e484 (diff)
pkg/report: add arch/*/mm/fault.c to guilty file blacklist
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 cf40d67df..352872366 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -65,6 +65,7 @@ func ctorLinux(kernelSrc, kernelObj string, symbols map[string][]symbolizer.Symb
regexp.MustCompile(`^mm/page_alloc.c`),
regexp.MustCompile(`^kernel/rcu/.*`),
regexp.MustCompile(`^arch/.*/kernel/traps.c`),
+ regexp.MustCompile(`^arch/.*/mm/fault.c`),
regexp.MustCompile(`^kernel/locking/*`),
regexp.MustCompile(`^kernel/panic.c`),
regexp.MustCompile(`^kernel/softirq.c`),