hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/include/uapi/linux/sysctl.h
....@@ -153,6 +153,7 @@
153153 KERN_NMI_WATCHDOG=75, /* int: enable/disable nmi watchdog */
154154 KERN_PANIC_ON_NMI=76, /* int: whether we will panic on an unrecovered */
155155 KERN_PANIC_ON_WARN=77, /* int: call panic() in WARN() functions */
156
+ KERN_PANIC_PRINT=78, /* ulong: bitmask to print system info on panic */
156157 };
157158
158159
....@@ -194,7 +195,7 @@
194195 VM_MIN_UNMAPPED=32, /* Set min percent of unmapped pages */
195196 VM_PANIC_ON_OOM=33, /* panic at out-of-memory */
196197 VM_VDSO_ENABLED=34, /* map VDSO into new processes? */
197
- VM_MIN_SLAB=35, /* Percent pages ignored by zone reclaim */
198
+ VM_MIN_SLAB=35, /* Percent pages ignored by node reclaim */
198199 };
199200
200201