mbox series

[GIT,PULL,REQUEST] watchdog - v5.15-rc7 fixes

Message ID 20211027203333.GA4663@www.linux-watchdog.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL,REQUEST] watchdog - v5.15-rc7 fixes | expand

Pull-request

git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.15-rc7

Message

Wim Van Sebroeck Oct. 27, 2021, 8:33 p.m. UTC
Hi Linus,

Please pull the watchdog fixes for v5.15-rc7.
I overlooked Guenters request to sent this upstream earlier, so yes, it's a bit late in the release cycle.

This series contains:
* Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"
* sbsa: only use 32-bit accessors
* sbsa: drop unneeded MODULE_ALIAS
* ixp4xx_wdt: Fix address space warning
* Fix OMAP watchdog early handling

The output from git request-pull:
----------------------------------------------------------------
The following changes since commit 519d81956ee277b4419c723adfb154603c2565ba:

  Linux 5.15-rc6 (2021-10-17 20:00:13 -1000)

are available in the git repository at:

  git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.15-rc7

for you to fetch changes up to cd004d8299f1dc6cfa6a4eea8f94cb45eaedf070:

  watchdog: Fix OMAP watchdog early handling (2021-10-26 20:22:51 +0200)

----------------------------------------------------------------
linux-watchdog 5.15-rc7 tag

----------------------------------------------------------------
Guenter Roeck (2):
      Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"
      watchdog: ixp4xx_wdt: Fix address space warning

Jamie Iles (1):
      watchdog: sbsa: only use 32-bit accessors

Krzysztof Kozlowski (1):
      watchdog: sbsa: drop unneeded MODULE_ALIAS

Walter Stoll (1):
      watchdog: Fix OMAP watchdog early handling

 drivers/watchdog/iTCO_wdt.c   | 12 +++---------
 drivers/watchdog/ixp4xx_wdt.c |  2 +-
 drivers/watchdog/omap_wdt.c   |  6 +++++-
 drivers/watchdog/sbsa_gwdt.c  |  5 ++---
 4 files changed, 11 insertions(+), 14 deletions(-)
----------------------------------------------------------------

Kind regards,
Wim.

Comments

pr-tracker-bot@kernel.org Oct. 28, 2021, 5:25 p.m. UTC | #1
The pull request you sent on Wed, 27 Oct 2021 22:33:33 +0200:

> git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.15-rc7

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

Thank you!