]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fix it87_wdt early reboot by reporting running timer
authorRené Rebe <rene@exactco.de>
Mon, 17 Nov 2025 12:11:24 +0000 (13:11 +0100)
committerSasha Levin <sashal@kernel.org>
Wed, 4 Mar 2026 12:20:42 +0000 (07:20 -0500)
commiteebbe5495d2f4be26ec2f7b2a6a1300a2251ffd5
tree558b62bad366884cc5df5aff5d972d5e9ba8d9a1
parent6eeab682de767d34e7b0abd40db8577c3a2eb0a3
fix it87_wdt early reboot by reporting running timer

[ Upstream commit 88b2ab346436f799b99894a3e9518a3ffa344524 ]

Some products, such as the Ugreen DXP4800 Plus NAS, ship with the it87
wdt enabled by the firmware and a broken BIOS option that does not
allow to change the time or turn it off. As this makes installing
Linux rather difficult, change the it87_wdt to report it running to
the watchdog core.

Signed-off-by: René Rebe <rene@exactco.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/watchdog/it87_wdt.c