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)
Thu, Oct 16, 2:31 AM
Unknown Object (File)
Sun, Oct 12, 2:29 AM
Unknown Object (File)
Fri, Oct 10, 6:38 PM
Unknown Object (File)
Fri, Oct 10, 6:38 PM
Unknown Object (File)
Fri, Oct 10, 6:38 PM
Unknown Object (File)
Fri, Oct 10, 1:37 PM
Unknown Object (File)
Sep 14 2025, 9:29 PM
Unknown Object (File)
Aug 30 2025, 8:23 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