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
Unknown Object (File)
May 6 2026, 2:55 AM
Unknown Object (File)
Apr 30 2026, 5:55 PM
Unknown Object (File)
Apr 27 2026, 11:40 AM
Unknown Object (File)
Apr 23 2026, 8:29 PM
Unknown Object (File)
Apr 23 2026, 8:05 AM
Unknown Object (File)
Apr 19 2026, 12:59 PM
Unknown Object (File)
Apr 16 2026, 5:13 AM
Unknown Object (File)
Apr 10 2026, 12:00 PM

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