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: <20240724115254.GA19031@www.linux-watchdog.org>
Date: Wed, 24 Jul 2024 13:52:54 +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>,
	Biju Das <biju.das.jz@...renesas.com>, Chen Ni <nichen@...as.ac.cn>,
	Claudiu Beznea <claudiu.beznea.uj@...renesas.com>,
	Sascha Hauer <s.hauer@...gutronix.de>,
	Thomas Weißschuh <linux@...ssschuh.net>
Subject: [GIT PULL REQUEST] watchdog - v6.11 release cycle.

Hi Linus,

On this sad day where the belgian linux community said goodbye to P2:
Please pull following watchdog changes for the v6.11 release cycle.

This series contains:
* Make watchdog_class const
* reworking of the rzg2l_wdt driver
* Other small fixes and improvements

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

  Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the git repository at:

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

for you to fetch changes up to 63d097d46799dc6ab4d1430482cd5ab6a409c4ec:

  dt-bindings: watchdog: dlg,da9062-watchdog: Drop blank space (2024-07-18 20:35:41 +0200)

----------------------------------------------------------------
linux-watchdog 6.11-rc1 tag

----------------------------------------------------------------
Biju Das (1):
      dt-bindings: watchdog: dlg,da9062-watchdog: Drop blank space

Chen Ni (3):
      watchdog: starfive: Add missing clk_disable_unprepare()
      watchdog: lenovo_se10_wdt: Convert comma to semicolon
      watchdog: rzn1: Convert comma to semicolon

Claudiu Beznea (9):
      watchdog: rzg2l_wdt: Restrict the driver to ARCH_RZG2L and ARCH_R9A09G011
      watchdog: rzg2l_wdt: Make the driver depend on PM
      watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
      watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
      watchdog: rzg2l_wdt: Remove reset de-assert from probe
      watchdog: rzg2l_wdt: Remove comparison with zero
      watchdog: rzg2l_wdt: Rely on the reset driver for doing proper reset
      watchdog: rzg2l_wdt: Add suspend/resume support
      dt-bindings: watchdog: renesas,wdt: Document RZ/G3S support

Sascha Hauer (1):
      watchdog: imx7ulp_wdt: keep already running watchdog enabled

Thomas Weißschuh (1):
      watchdog: Make watchdog_class const

 .../bindings/watchdog/dlg,da9062-watchdog.yaml     |   2 +-
 .../devicetree/bindings/watchdog/renesas,wdt.yaml  |   1 +
 drivers/watchdog/Kconfig                           |   3 +-
 drivers/watchdog/imx7ulp_wdt.c                     |   5 +
 drivers/watchdog/lenovo_se10_wdt.c                 |   4 +-
 drivers/watchdog/rzg2l_wdt.c                       | 113 ++++++++++++---------
 drivers/watchdog/rzn1_wdt.c                        |   6 +-
 drivers/watchdog/starfive-wdt.c                    |   4 +-
 drivers/watchdog/watchdog_dev.c                    |   2 +-
 9 files changed, 81 insertions(+), 59 deletions(-)
----------------------------------------------------------------

Kind regards,
Wim.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ