lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251206111338.GA4014@www.linux-watchdog.org>
Date: Sat, 6 Dec 2025 12:13:38 +0100
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>,
	Aleksander Jan Bajkowski <olek2@...pl>,
	Binbin Zhou <zhoubinbin@...ngson.cn>,
	Chin-Ting Kuo <chin-ting_kuo@...eedtech.com>,
	Christian Marangi <ansuelsmth@...il.com>,
	Haotian Zhang <vulab@...as.ac.cn>, Heiko Stuebner <heiko@...ech.de>,
	Jack Hsu <jh.hsu@...iatek.com>,
	Jingyi Wang <jingyi.wang@....qualcomm.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
	Li Qiang <liqiang01@...inos.cn>,
	Louis-Alexis Eyraud <louisalexis.eyraud@...labora.com>,
	Rob Herring <robh@...nel.org>,
	Wolfram Sang <wsa+renesas@...g-engineering.com>,
	Zoe Gates <zoe@...cities.dev>
Subject: [GIT PULL REQUEST] watchdog - v6.19 release cycle.

Hi Linus,

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

This series contains:
* Add watchdog support for:
        - Renesas WWDT
	- AST2700 platform
	- MediaTek MT8189 SoC
	- Loongson-2k0300 watchdog
	- Qualcomm Kaanapali watchdog
	- RK3506 compatible
	- Airoha AN7583 SoC
* DT Schema conversions:
	- lantiq,wdt
	- TI OMAP
	- marvell,orion-wdt
* Several other fixes and improvements


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

  Linux 6.18-rc5 (2025-11-09 15:10:19 -0800)

are available in the git repository at:

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

for you to fetch changes up to 5bcc5786a0cfa9249ccbe539833040a6285d0de3:

  watchdog: starfive: Fix resource leak in probe error path (2025-11-15 15:29:01 +0100)

----------------------------------------------------------------
linux-watchdog 6.19-rc1 tag

----------------------------------------------------------------
Aleksander Jan Bajkowski (1):
      dt-bindings: watchdog: lantiq,wdt: convert bindings to dtschema

Binbin Zhou (5):
      watchdog: loongson1: Add missing MODULE_PARM_DESC
      watchdog: loongson1: Simplify ls1x_wdt_probe code
      watchdog: loongson1: Drop CONFIG_OF
      dt-bindings: watchdog: loongson,ls1x-wdt: Add ls2k0300-wdt compatible
      watchdog: loongson1: Add Loongson-2k0300 watchdog support

Chin-Ting Kuo (3):
      dt-bindings: watchdog: aspeed,ast2400-wdt: Add support for AST2700
      watchdog: aspeed: Support variable number of reset mask registers
      watchdog: aspeed: Add support for AST2700 platform

Christian Marangi (1):
      dt-bindings: watchdog: airoha: Add support for Airoha AN7583 SoC

Haotian Zhang (2):
      watchdog: wdat_wdt: Fix ACPI table leak in probe function
      watchdog: starfive: Fix resource leak in probe error path

Heiko Stuebner (1):
      dt-bindings: watchdog: Add RK3506 compatible

Jack Hsu (1):
      dt-bindings: watchdog: Support MediaTek MT8189 wdt

Jingyi Wang (1):
      dt-bindings: watchdog: Document Qualcomm Kaanapali watchdog

Krzysztof Kozlowski (3):
      dt-bindings: watchdog: Restrict timeout-sec to one number
      dt-bindings: watchdog: Allow node names named 'pmic'
      dt-bindings: mfd: rohm,bd96801-pmic: Correct timeout-sec length and reference watchdog schema

Li Qiang (1):
      via_wdt: fix critical boot hang due to unnamed resource allocation

Louis-Alexis Eyraud (1):
      dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT8189 SoC

Rob Herring (Arm) (2):
      dt-bindings: watchdog: Convert TI OMAP to DT schema
      dt-bindings: watchdog: Convert marvell,orion-wdt to DT schema

Wolfram Sang (7):
      dt-bindings: watchdog: factor out RZ/A watchdog
      dt-bindings: watchdog: factor out RZ/N1 watchdog
      dt-bindings: watchdog: factor out RZ/G2L watchdog
      dt-bindings: watchdog: factor out RZ/V2H(P) watchdog
      dt-bindings: watchdog: renesas,wdt: add SWDT exception for V3H
      dt-bindings: watchdog: Add Renesas WWDT
      watchdog: renesas_wwdt: add driver

Zoe Gates (1):
      watchdog/diag288: Fix module comment typos

 .../devicetree/bindings/mfd/rohm,bd96801-pmic.yaml |   8 +-
 .../bindings/watchdog/airoha,en7581-wdt.yaml       |   6 +-
 .../bindings/watchdog/aspeed,ast2400-wdt.yaml      |   8 +-
 .../devicetree/bindings/watchdog/lantiq,wdt.yaml   |  57 +++++++
 .../devicetree/bindings/watchdog/lantiq-wdt.txt    |  24 ---
 .../bindings/watchdog/loongson,ls1x-wdt.yaml       |   3 +-
 .../devicetree/bindings/watchdog/marvel.txt        |  45 ------
 .../bindings/watchdog/marvell,orion-wdt.yaml       | 100 +++++++++++++
 .../bindings/watchdog/mediatek,mtk-wdt.yaml        |   2 +
 .../devicetree/bindings/watchdog/omap-wdt.txt      |  15 --
 .../devicetree/bindings/watchdog/qcom-wdt.yaml     |   1 +
 .../bindings/watchdog/renesas,r9a09g057-wdt.yaml   |  99 +++++++++++++
 .../bindings/watchdog/renesas,rcar-gen3-wwdt.yaml  | 114 ++++++++++++++
 .../bindings/watchdog/renesas,rza-wdt.yaml         |  51 +++++++
 .../bindings/watchdog/renesas,rzg2l-wdt.yaml       | 111 ++++++++++++++
 .../bindings/watchdog/renesas,rzn1-wdt.yaml        |  50 +++++++
 .../devicetree/bindings/watchdog/renesas,wdt.yaml  | 146 +-----------------
 .../devicetree/bindings/watchdog/snps,dw-wdt.yaml  |   1 +
 .../devicetree/bindings/watchdog/ti,omap2-wdt.yaml |  51 +++++++
 .../devicetree/bindings/watchdog/watchdog.yaml     |   3 +-
 drivers/watchdog/Kconfig                           |  12 +-
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/aspeed_wdt.c                      |  30 +++-
 drivers/watchdog/diag288_wdt.c                     |   6 +-
 drivers/watchdog/loongson1_wdt.c                   |  89 ++++++++---
 drivers/watchdog/renesas_wwdt.c                    | 163 +++++++++++++++++++++
 drivers/watchdog/starfive-wdt.c                    |   4 +-
 drivers/watchdog/via_wdt.c                         |   1 +
 drivers/watchdog/wdat_wdt.c                        |  64 +++++---
 include/dt-bindings/watchdog/aspeed-wdt.h          | 138 +++++++++++++++++
 30 files changed, 1113 insertions(+), 290 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/lantiq,wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/watchdog/lantiq-wdt.txt
 delete mode 100644 Documentation/devicetree/bindings/watchdog/marvel.txt
 create mode 100644 Documentation/devicetree/bindings/watchdog/marvell,orion-wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/watchdog/omap-wdt.txt
 create mode 100644 Documentation/devicetree/bindings/watchdog/renesas,r9a09g057-wdt.yaml
 create mode 100644 Documentation/devicetree/bindings/watchdog/renesas,rcar-gen3-wwdt.yaml
 create mode 100644 Documentation/devicetree/bindings/watchdog/renesas,rza-wdt.yaml
 create mode 100644 Documentation/devicetree/bindings/watchdog/renesas,rzg2l-wdt.yaml
 create mode 100644 Documentation/devicetree/bindings/watchdog/renesas,rzn1-wdt.yaml
 create mode 100644 Documentation/devicetree/bindings/watchdog/ti,omap2-wdt.yaml
 create mode 100644 drivers/watchdog/renesas_wwdt.c
----------------------------------------------------------------

Kind regards,
Wim.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ