]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blobdiff - kernel/sysctl_binary.c
Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-block
[mirror_ubuntu-disco-kernel.git] / kernel / sysctl_binary.c
index 07148b4974516cec45b934e5ed5881e1554e7af0..73c132095a7bd4330813eb741c2f9630086e6c8f 100644 (file)
@@ -140,6 +140,7 @@ static const struct bin_table bin_kern_table[] = {
        { CTL_INT,      KERN_MAX_LOCK_DEPTH,            "max_lock_depth" },
        { CTL_INT,      KERN_PANIC_ON_NMI,              "panic_on_unrecovered_nmi" },
        { CTL_INT,      KERN_PANIC_ON_WARN,             "panic_on_warn" },
+       { CTL_ULONG,    KERN_PANIC_PRINT,               "panic_print" },
        {}
 };