hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/admin-guide/sysctl/kernel.rst
....@@ -663,6 +663,15 @@
663663 an oops event is detected.
664664
665665
666
+oops_limit
667
+==========
668
+
669
+Number of kernel oopses after which the kernel should panic when
670
+``panic_on_oops`` is not set. Setting this to 0 disables checking
671
+the count. Setting this to 1 has the same effect as setting
672
+``panic_on_oops=1``. The default value is 10000.
673
+
674
+
666675 osrelease, ostype & version
667676 ===========================
668677
....@@ -1469,6 +1478,16 @@
14691478 2 Unprivileged calls to ``bpf()`` are disabled
14701479 = =============================================================
14711480
1481
+
1482
+warn_limit
1483
+==========
1484
+
1485
+Number of kernel warnings after which the kernel should panic when
1486
+``panic_on_warn`` is not set. Setting this to 0 disables checking
1487
+the warning count. Setting this to 1 has the same effect as setting
1488
+``panic_on_warn=1``. The default value is 0.
1489
+
1490
+
14721491 watchdog
14731492 ========
14741493