summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2019-01-07 14:28:49 +0100
committerEugene Syromyatnikov <evgsyr@gmail.com>2019-01-07 14:28:49 +0100
commit94ff622355ac97018ef8292e95f7c4f1542fdeb6 (patch)
tree22bb915379340e744a0446c47e832e402ce18005
parent9a900ce1e222a5c279caeb8645f961705d93e256 (diff)
downloadstrace-94ff622355ac97018ef8292e95f7c4f1542fdeb6.tar.gz
xlat: update sysctl_kern
* xlat/sysctl_kern.in (KERN_PANIC_ON_WARN): New constant, introduced by Linux commit v3.19-rc1~135^2~91. (KERN_PANIC_PRINT): New constant, introduced by Linux commit v5.0-rc1~38^2~16.
-rw-r--r--xlat/sysctl_kern.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlat/sysctl_kern.in b/xlat/sysctl_kern.in
index 8e16137c4..59a9b5003 100644
--- a/xlat/sysctl_kern.in
+++ b/xlat/sysctl_kern.in
@@ -66,3 +66,5 @@ KERN_COMPAT_LOG 73
KERN_MAX_LOCK_DEPTH 74
KERN_NMI_WATCHDOG 75
KERN_PANIC_ON_NMI 76
+KERN_PANIC_ON_WARN 77
+KERN_PANIC_PRINT 78