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, Sep 19, 9:21 PM
Unknown Object (File)
Tue, Sep 17, 3:55 AM
Unknown Object (File)
Mon, Sep 16, 12:56 AM
Unknown Object (File)
Aug 8 2024, 11:19 AM
Unknown Object (File)
Aug 8 2024, 11:19 AM
Unknown Object (File)
Aug 8 2024, 11:19 AM
Unknown Object (File)
Aug 3 2024, 3:03 PM
Unknown Object (File)
Jun 30 2024, 7:50 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