aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-08-31 13:20:57 +0200
committerDmitry Vyukov <dvyukov@google.com>2016-08-31 13:20:57 +0200
commitbb1e3bfda5157bb381c20dd7f39b56ea565498e9 (patch)
tree0516fdd0cac87f0dbe248c3b4a87a408d756605b /config
parent14dfa4f109c48eccec25e4299f3357c09d7399a7 (diff)
report: extract better, unique identifiers of oopses
Diffstat (limited to 'config')
-rw-r--r--config/config.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/config.go b/config/config.go
index 83e92a25b..faf155701 100644
--- a/config/config.go
+++ b/config/config.go
@@ -218,8 +218,7 @@ func parseSuppressions(cfg *Config) ([]*regexp.Regexp, error) {
"panic: failed to create temp dir",
"fatal error: runtime: out of memory",
"Out of memory: Kill process .* \\(syz-fuzzer\\)",
- //"WARNING: KASAN doesn't support memory hot-add",
- //"INFO: lockdep is turned off", // printed by some sysrq that dumps scheduler state
+ "INFO: lockdep is turned off", // printed by some sysrq that dumps scheduler state
}...)
var suppressions []*regexp.Regexp
for _, s := range supp {