| 06326613 | 25-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
smbios: Add length sanity checking
D28743 was commited, reverted and then f689cb23b2782 landed before it was recommitted. However, D28743 included an extra length check. Redo that functionality so w
smbios: Add length sanity checking
D28743 was commited, reverted and then f689cb23b2782 landed before it was recommitted. However, D28743 included an extra length check. Redo that functionality so we check both the number of entries as well as the length checks for wacky data.
Sponsored by: Netflix Reviewed by: gallatin Differential Revision: https://reviews.freebsd.org/D45763
show more ...
|
| 8fdb2616 | 03-Jan-2023 |
Andriy Gapon <avg@FreeBSD.org> |
change ipmi watchdog to awlays stop when system is halted
That is, wd_shutdown_countdown value is ignored when halting.
A halted system should remain halted for as long as needed until a power cycl
change ipmi watchdog to awlays stop when system is halted
That is, wd_shutdown_countdown value is ignored when halting.
A halted system should remain halted for as long as needed until a power cycle, so the watchdog should not reset the system.
show more ...
|