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
F146602270: D42340.diff
Wed, Mar 4, 12:30 AM
Unknown Object (File)
Sun, Feb 15, 1:09 AM
Unknown Object (File)
Sat, Feb 7, 10:01 PM
Unknown Object (File)
Sat, Feb 7, 9:35 PM
Unknown Object (File)
Jan 31 2026, 8:06 AM
Unknown Object (File)
Dec 12 2025, 9:05 PM
Unknown Object (File)
Dec 12 2025, 5:24 PM
Unknown Object (File)
Nov 28 2025, 12:20 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