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)
Wed, Dec 25, 5:48 PM
Unknown Object (File)
Fri, Dec 13, 9:49 PM
Unknown Object (File)
Nov 18 2024, 11:42 AM
Unknown Object (File)
Oct 24 2024, 9:06 AM
Unknown Object (File)
Oct 24 2024, 4:07 AM
Unknown Object (File)
Oct 23 2024, 5:23 PM
Unknown Object (File)
Oct 21 2024, 6:22 PM
Unknown Object (File)
Oct 21 2024, 2: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