[GIT PULL] watchdog fixes for v7.3-rc3
From: Guenter Roeck
Date: Wed Sep 09 2026 - 21:19:33 EST
Hi Linus,
Please pull watchdog fixes for Linux v7.3-rc3 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-for-v7.3-rc3
Thanks,
Guenter
------
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/watchdog-for-v7.3-rc3
for you to fetch changes up to 01504d14e47b34779911250dd308a03f6ef681c2:
watchdog: msc313e: Sync timeout value if WDT was running at boot (2026-09-09 14:18:25 -0700)
----------------------------------------------------------------
watchdog subsystem fixes for v7.3-rc3
* core: Do not start hrtimer when pretimeout is zero
* msc313e: Various fixes for issues reported by Sashiko
* MAINTAINERS: Update URI for watchdog tree
* sunxi_wdt: preserve boot-enabled watchdog
----------------------------------------------------------------
Antonio Borneo (1):
MAINTAINERS: Update URI for watchdog tree
David Arcari (1):
watchdog: fix hrtimer start when pretimeout is zero
James Hilliard (1):
watchdog: sunxi_wdt: preserve boot-enabled watchdog
Tzung-Bi Shih (7):
watchdog: msc313e: Fix NULL pointer dereference in PM callbacks
watchdog: msc313e: Avoid division by zero
watchdog: msc313e: Fix clock leak and spurious timer in settimeout()
watchdog: msc313e: Enable clock before accessing hardware registers
watchdog: msc313e: Fix spurious reset on suspend
watchdog: msc313e: Fix undefined behavior
watchdog: msc313e: Sync timeout value if WDT was running at boot
MAINTAINERS | 2 +-
drivers/watchdog/msc313e_wdt.c | 74 +++++++++++++++++++++-----
drivers/watchdog/sunxi_wdt.c | 45 +++++++++++++++-
drivers/watchdog/watchdog_hrtimer_pretimeout.c | 1 +
4 files changed, 106 insertions(+), 16 deletions(-)