[GIT PULL] watchdog fixes for v7.2-rc5

Guenter Roeck <[email protected]> Wed, 22 Jul 2026 09:57:40 -0700
Newsgroups org.kernel.vger.linux-watchdog,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
Hi Linus,

Please pull watchdog fixes for Linux v7.2-rc5 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-for-v7.2-rc5

Thanks,
Guenter
------

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -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.2-rc5

for you to fetch changes up to bcfcd7619f277842430d197556463b401b839ee9:

  watchdog: airoha: Prevent division by zero when clock frequency is zero (2026-07-08 07:08:50 -0700)

----------------------------------------------------------------
watchdog fixes for v7.2-rc5

Notable fixes:

- airoha: Prevent division by zero when clock frequency is zero

- core: pretimeout: Fix UAF in watchdog_unregister_governor()

- ni903x_wdt: Check ACPI_COMPANION() against NULL

- s32g_wdt: remove incorrect options in watchdog_info struct

----------------------------------------------------------------
Ethan Nelson-Moore (1):
      watchdog: s32g_wdt: remove incorrect options in watchdog_info struct

Manuel Ebner (1):
      docs: watchdog: Fix brackets

Rafael J. Wysocki (1):
      watchdog: ni903x_wdt: Check ACPI_COMPANION() against NULL

Tzung-Bi Shih (1):
      watchdog: pretimeout: Fix UAF in watchdog_unregister_governor()

Wayen Yan (1):
      watchdog: airoha: Prevent division by zero when clock frequency is zero

 Documentation/watchdog/watchdog-parameters.rst | 4 ++--
 drivers/watchdog/airoha_wdt.c                  | 3 +++
 drivers/watchdog/ni903x_wdt.c                  | 7 ++++++-
 drivers/watchdog/s32g_wdt.c                    | 3 +--
 drivers/watchdog/watchdog_pretimeout.c         | 2 ++
 5 files changed, 14 insertions(+), 5 deletions(-)