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)
Tue, Jul 7, 2:05 AM
Unknown Object (File)
Mon, Jul 6, 10:07 PM
Unknown Object (File)
Sat, Jul 4, 8:51 AM
Unknown Object (File)
Fri, Jul 3, 8:28 AM
Unknown Object (File)
Fri, Jul 3, 7:32 AM
Unknown Object (File)
Thu, Jul 2, 5:44 AM
Unknown Object (File)
Wed, Jul 1, 4:05 AM
Unknown Object (File)
Tue, Jun 30, 4:26 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