[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240520150125.GA11491@www.linux-watchdog.org>
Date: Mon, 20 May 2024 17:01:25 +0200
From: Wim Van Sebroeck <wim@...ux-watchdog.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
Linux Watchdog Mailing List <linux-watchdog@...r.kernel.org>,
Guenter Roeck <linux@...ck-us.net>, Chen Ni <nichen@...as.ac.cn>,
Dawei Li <set_pte_at@...look.com>,
Duoming Zhou <duoming@....edu.cn>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Judith Mendez <jm@...com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Mark Pearson <mpearson-lenovo@...ebb.ca>,
Matti Vaittinen <mazziesaccount@...il.com>,
Niklas Schnelle <schnelle@...ux.ibm.com>
Subject: [GIT PULL REQUEST] watchdog - v6.10 release cycle.
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.
Powered by blists - more mailing lists