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)
Mon, Apr 14, 11:07 PM
Unknown Object (File)
Fri, Apr 4, 7:01 AM
Unknown Object (File)
Mar 10 2025, 4:23 PM
Unknown Object (File)
Mar 8 2025, 6:01 AM
Unknown Object (File)
Feb 26 2025, 3:31 PM
Unknown Object (File)
Feb 9 2025, 10:28 AM
Unknown Object (File)
Feb 3 2025, 10:12 PM
Unknown Object (File)
Jan 10 2025, 5:02 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