From: Dmitry V. Levin Date: Tue, 29 Mar 2016 00:17:19 +0000 (+0000) Subject: Update SEGV_* constants X-Git-Tag: v4.12~484 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebd1124bce702a0c589aa5e87d51fccb0ca4407f;p=strace Update SEGV_* constants * xlat/sigsegv_codes.in: Add SEGV_PKUERR introduced by linux kernel commit v4.6-rc1~68^2~23. --- diff --git a/xlat/sigsegv_codes.in b/xlat/sigsegv_codes.in index 9117bc2b..09c16069 100644 --- a/xlat/sigsegv_codes.in +++ b/xlat/sigsegv_codes.in @@ -1,3 +1,4 @@ SEGV_MAPERR 1 SEGV_ACCERR 2 SEGV_BNDERR 3 +SEGV_PKUERR 4