diff options
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index bc885d0a9..badad8ec3 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1555,7 +1555,7 @@ var linuxOopses = append([]*oops{ []byte("Unable to handle kernel"), []oopsFormat{ { - title: compile("Unable to handle kernel (paging request|NULL pointer dereference)"), + title: compile("Unable to handle kernel (paging request|NULL pointer dereference|access to user memory)"), fmt: "BUG: unable to handle kernel %[1]v in %[2]v", alt: []string{"bad-access in %[2]v"}, stack: &stackFmt{ |
