diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 3 |
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 { |
