Page MenuHomeFreeBSD

ichwd: Don't disable watchdog when rebooting
AbandonedPublic

Authored by jhibbits on Dec 12 2025, 6:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 27, 5:04 AM
Unknown Object (File)
Mon, Feb 23, 10:13 PM
Unknown Object (File)
Fri, Feb 20, 3:01 AM
Unknown Object (File)
Tue, Feb 17, 3:39 PM
Unknown Object (File)
Jan 28 2026, 4:51 AM
Unknown Object (File)
Jan 17 2026, 10:15 AM
Unknown Object (File)
Jan 16 2026, 3:31 AM
Unknown Object (File)
Jan 7 2026, 8:44 PM
Subscribers

Details

Reviewers
avg
kib
imp
Summary

The ichwd driver shares ichwd_detach for both detach and shutdown, since
some operations are necessary in both cases. However, this causes the
watchdog to be disabled for shutdown/reboot, so any problems during the
reboot process could hang until manual intervention. To fix this, keep
the shared handler, but only disable the watchdog when not rebooting.

Sponsored by: Hewlett-Packard Enterprise

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69215
Build 66098: arc lint + arc unit

Event Timeline

I think users must have ability to get back to the previous behavior. Might be add a sysctl to tweak it.

rebooting != rebooting, but rather 'going through shutdown path'.