Page MenuHomeFreeBSD

alq, siftr: add panic/debugger checks to shutdown hooks
ClosedPublic

Authored by mhorne on Oct 23 2023, 8:32 PM.
Tags
None
Referenced Files
F152640829: D42340.diff
Thu, Apr 16, 5:13 AM
Unknown Object (File)
Fri, Apr 10, 12:00 PM
Unknown Object (File)
Mon, Apr 6, 4:09 AM
Unknown Object (File)
Sun, Apr 5, 3:56 AM
Unknown Object (File)
Wed, Mar 18, 11:33 AM
Unknown Object (File)
Mar 17 2026, 8:20 AM
Unknown Object (File)
Mar 6 2026, 5:14 PM
Unknown Object (File)
Mar 4 2026, 12:30 AM

Details

Summary

Don't try to gracefully terminate the pkt_manager thread if the
scheduler is not running.

We should not attempt to shutdown ald if RB_NOSYNC is set, and must not
if the scheduler is stopped (the function calls wakeup()).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable