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, Aug 10, 7:36 AM
Unknown Object (File)
Sat, Aug 8, 6:06 AM
Unknown Object (File)
Wed, Aug 5, 7:53 AM
Unknown Object (File)
Wed, Aug 5, 2:30 AM
Unknown Object (File)
Tue, Aug 4, 8:36 AM
Unknown Object (File)
Mon, Jul 27, 3:17 PM
Unknown Object (File)
Sun, Jul 26, 4:25 PM
Unknown Object (File)
Sat, Jul 25, 10:43 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