.. | .. |
---|
663 | 663 | an oops event is detected. |
---|
664 | 664 | |
---|
665 | 665 | |
---|
| 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 | + |
---|
666 | 675 | osrelease, ostype & version |
---|
667 | 676 | =========================== |
---|
668 | 677 | |
---|
.. | .. |
---|
1469 | 1478 | 2 Unprivileged calls to ``bpf()`` are disabled |
---|
1470 | 1479 | = ============================================================= |
---|
1471 | 1480 | |
---|
| 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 | + |
---|
1472 | 1491 | watchdog |
---|
1473 | 1492 | ======== |
---|
1474 | 1493 | |
---|