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)
Mar 13 2024, 4:59 AM
Unknown Object (File)
Mar 13 2024, 4:59 AM
Unknown Object (File)
Mar 13 2024, 4:59 AM
Unknown Object (File)
Mar 6 2024, 2:12 AM
Unknown Object (File)
Feb 12 2024, 1:02 PM
Unknown Object (File)
Dec 31 2023, 2:39 PM
Unknown Object (File)
Dec 23 2023, 12:46 PM
Unknown Object (File)
Dec 20 2023, 6:09 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