mbox series

[GIT,PULL,REQUEST] watchdog - v6.10 release cycle.

Message ID 20240520150125.GA11491@www.linux-watchdog.org
State New
Headers show
Series [GIT,PULL,REQUEST] watchdog - v6.10 release cycle. | expand

Pull-request

git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.10-rc1

Message

Wim Van Sebroeck May 20, 2024, 3:01 p.m. UTC
Hi Linus,

Please pull following watchdog changes for the v6.10 release cycle.

This series contains:
* Add Lenovo SE10 platform Watchdog Driver
* Other small fixes and improvements

The output from git request-pull:
----------------------------------------------------------------
The following changes since commit 0bbac3facb5d6cc0171c45c9873a2dc96bea9680:

  Linux 6.9-rc4 (2024-04-14 13:38:39 -0700)

are available in the git repository at:

  git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.10-rc1

for you to fetch changes up to c45b8cfc6d5c12fbbc4d89b24b59402df99c1ecb:

  watchdog: LENOVO_SE10_WDT should depend on X86 && DMI (2024-05-11 11:32:06 +0200)

----------------------------------------------------------------
linux-watchdog 6.10-rc1 tag

----------------------------------------------------------------
Chen Ni (1):
      watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe()

Dawei Li (1):
      watchdog/wdt-main: Use cpumask_of() to avoid cpumask var on stack

Duoming Zhou (1):
      watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger

Geert Uytterhoeven (1):
      watchdog: LENOVO_SE10_WDT should depend on X86 && DMI

Judith Mendez (1):
      watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin

Krzysztof Kozlowski (1):
      watchdog: mtx-1: drop driver owner assignment

Mark Pearson (1):
      watchdog: lenovo_se10_wdt: Watchdog driver for Lenovo SE10 platform

Matti Vaittinen (1):
      watchdog: bd9576: Drop "always-running" property

Niklas Schnelle (1):
      watchdog: add HAS_IOPORT dependencies

 drivers/watchdog/Kconfig           |  69 +++++----
 drivers/watchdog/Makefile          |   1 +
 drivers/watchdog/bd9576_wdt.c      |  12 +-
 drivers/watchdog/cpu5wdt.c         |   2 +-
 drivers/watchdog/lenovo_se10_wdt.c | 308 +++++++++++++++++++++++++++++++++++++
 drivers/watchdog/mtx-1_wdt.c       |   1 -
 drivers/watchdog/octeon-wdt-main.c |   6 +-
 drivers/watchdog/rti_wdt.c         |  34 ++--
 drivers/watchdog/sa1100_wdt.c      |   5 +-
 9 files changed, 370 insertions(+), 68 deletions(-)
 create mode 100644 drivers/watchdog/lenovo_se10_wdt.c
----------------------------------------------------------------

Kind regards,
Wim.

Comments

pr-tracker-bot@kernel.org May 20, 2024, 4:33 p.m. UTC | #1
The pull request you sent on Mon, 20 May 2024 17:01:25 +0200:

> git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.10-rc1

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

Thank you!