mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] watchdog fixes for v7.3-rc4
@ 2026-09-18 16:20 Guenter Roeck
  2026-09-18 17:32 ` Guenter Roeck
  2026-09-18 18:10 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Guenter Roeck @ 2026-09-18 16:20 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-hwmon, linux-kernel

Hi Linus,

Please pull watchdog fixes for Linux v7.3-rc4 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-fixes-for-v7.3-rc4

Thanks,
Guenter
------

The following changes since commit fd73f4a6659897191fa0d40695fe370925dd3780:

  Linux 7.3-rc3 (2026-09-13 14:38:02 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/watchdog-fixes-for-v7.3-rc4

for you to fetch changes up to 7cb575b71ab98194d2e040bded3a7281e089c5ed:

  watchdog: da9063: fix suspend/resume handling of HW_RUNNING watchdog (2026-09-18 08:10:45 -0700)

----------------------------------------------------------------
watchdog fixes for v7.3-rc4

* da9062, da9063: Fix suspend/resume handling of HW_RUNNING watchdog

* digicolor, rtd119x, and rzv2h: Avoid division by zero if clock rate is 0

* msc313e: Fix premature reset during timeout update, and propagate error
  code in resume()

* sp5100_tco: Fix pci_dev reference leak in sp5100_tco_init()

* starfive-wdt: Fix runtime PM leak in starfive_wdt_pm_start()

----------------------------------------------------------------
Li Jun (2):
      watchdog: da9062: fix suspend/resume handling of HW_RUNNING watchdog
      watchdog: da9063: fix suspend/resume handling of HW_RUNNING watchdog

Tzung-Bi Shih (5):
      watchdog: digicolor: Avoid division by zero
      watchdog: rtd119x: Avoid division by zero
      watchdog: rzv2h: Avoid division by zero
      watchdog: msc313e: Propagate error code in resume()
      watchdog: msc313e: Fix premature reset during timeout update

Wentao Liang (2):
      watchdog: sp5100_tco: Fix pci_dev reference leak in sp5100_tco_init()
      watchdog: starfive-wdt: Fix runtime PM leak in starfive_wdt_pm_start()

 drivers/watchdog/da9062_wdt.c    |  4 ++--
 drivers/watchdog/da9063_wdt.c    |  4 ++--
 drivers/watchdog/digicolor_wdt.c | 13 +++++++++----
 drivers/watchdog/msc313e_wdt.c   | 16 +++++++++++++---
 drivers/watchdog/rtd119x_wdt.c   |  7 ++++++-
 drivers/watchdog/rzv2h_wdt.c     |  7 ++++++-
 drivers/watchdog/sp5100_tco.c    |  6 +++++-
 drivers/watchdog/starfive-wdt.c  |  2 +-
 8 files changed, 44 insertions(+), 15 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] watchdog fixes for v7.3-rc4
  2026-09-18 16:20 [GIT PULL] watchdog fixes for v7.3-rc4 Guenter Roeck
@ 2026-09-18 17:32 ` Guenter Roeck
  2026-09-18 18:10 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2026-09-18 17:32 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-hwmon, linux-kernel, linux-watchdog

On 9/18/26 09:20, Guenter Roeck wrote:
> Hi Linus,
> 
> Please pull watchdog fixes for Linux v7.3-rc4 from signed tag:
> 
>      git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-fixes-for-v7.3-rc4
> 
> Thanks,
> Guenter

Hmm, that was supposed to be copied to linux-watchdog@, not linux-hwmon@.
Sorry for that. Copying now, and, yes, I know, I'll to fix my scripts.

Guenter

> ------
> 
> The following changes since commit fd73f4a6659897191fa0d40695fe370925dd3780:
> 
>    Linux 7.3-rc3 (2026-09-13 14:38:02 -0700)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/watchdog-fixes-for-v7.3-rc4
> 
> for you to fetch changes up to 7cb575b71ab98194d2e040bded3a7281e089c5ed:
> 
>    watchdog: da9063: fix suspend/resume handling of HW_RUNNING watchdog (2026-09-18 08:10:45 -0700)
> 
> ----------------------------------------------------------------
> watchdog fixes for v7.3-rc4
> 
> * da9062, da9063: Fix suspend/resume handling of HW_RUNNING watchdog
> 
> * digicolor, rtd119x, and rzv2h: Avoid division by zero if clock rate is 0
> 
> * msc313e: Fix premature reset during timeout update, and propagate error
>    code in resume()
> 
> * sp5100_tco: Fix pci_dev reference leak in sp5100_tco_init()
> 
> * starfive-wdt: Fix runtime PM leak in starfive_wdt_pm_start()
> 
> ----------------------------------------------------------------
> Li Jun (2):
>        watchdog: da9062: fix suspend/resume handling of HW_RUNNING watchdog
>        watchdog: da9063: fix suspend/resume handling of HW_RUNNING watchdog
> 
> Tzung-Bi Shih (5):
>        watchdog: digicolor: Avoid division by zero
>        watchdog: rtd119x: Avoid division by zero
>        watchdog: rzv2h: Avoid division by zero
>        watchdog: msc313e: Propagate error code in resume()
>        watchdog: msc313e: Fix premature reset during timeout update
> 
> Wentao Liang (2):
>        watchdog: sp5100_tco: Fix pci_dev reference leak in sp5100_tco_init()
>        watchdog: starfive-wdt: Fix runtime PM leak in starfive_wdt_pm_start()
> 
>   drivers/watchdog/da9062_wdt.c    |  4 ++--
>   drivers/watchdog/da9063_wdt.c    |  4 ++--
>   drivers/watchdog/digicolor_wdt.c | 13 +++++++++----
>   drivers/watchdog/msc313e_wdt.c   | 16 +++++++++++++---
>   drivers/watchdog/rtd119x_wdt.c   |  7 ++++++-
>   drivers/watchdog/rzv2h_wdt.c     |  7 ++++++-
>   drivers/watchdog/sp5100_tco.c    |  6 +++++-
>   drivers/watchdog/starfive-wdt.c  |  2 +-
>   8 files changed, 44 insertions(+), 15 deletions(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] watchdog fixes for v7.3-rc4
  2026-09-18 16:20 [GIT PULL] watchdog fixes for v7.3-rc4 Guenter Roeck
  2026-09-18 17:32 ` Guenter Roeck
@ 2026-09-18 18:10 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2026-09-18 18:10 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: Linus Torvalds, linux-hwmon, linux-kernel

The pull request you sent on Fri, 18 Sep 2026 09:20:41 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-fixes-for-v7.3-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/928ba50514ac0a7b20ac83e6681583c2584c528d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-18 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 16:20 [GIT PULL] watchdog fixes for v7.3-rc4 Guenter Roeck
2026-09-18 17:32 ` Guenter Roeck
2026-09-18 18:10 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®