From 190d92e056bae96ec13f320400f80e94dc8e9ea0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 27 Apr 2018 18:47:24 +0200 Subject: sys/linux: extend namespace desciptions Slightly extend namespace descriptions and move them to a separate file. --- pkg/report/linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 172a75b4d..531f33917 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1008,7 +1008,7 @@ var linuxOopses = []*oops{ compile("INFO: lockdep is turned off"), compile("INFO: Stall ended before state dump start"), compile("INFO: NMI handler .* took too long to run"), - compile("_INFO::"), // Android can print this during boot. + compile("_INFO::"), // Android can print this during boot. compile("INFO: sys_.* is not present in /proc/kallsyms"), // pkg/host output in debug mode compile("INFO: no syscalls can create resource"), // pkg/host output in debug mode }, -- cgit mrf-deployment