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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 31 Mar 2022 20:24:55 +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>,
        Alistair Francis <alistair@...stair23.me>,
        Chris Packham <chris.packham@...iedtelesis.co.nz>,
        Daniel Bristot de Oliveira <bristot@...nel.org>,
        Eduardo Valentin <eduval@...zon.com>,
        Linus Walleij <linus.walleij@...aro.org>,
        Miaoqian Lin <linmq006@...il.com>,
        Rafał Miłecki <rafal@...ecki.pl>,
        Terry Bowman <terry.bowman@....com>,
        Thanh Quan <thanh.quan.xn@...esas.com>
Subject: [GIT PULL REQUEST] watchdog - v5.18 Merge window

Hi Linus,

Please pull the watchdog changes for the v5.18 release cycle.

This series contains:
* Add support for BCM4908
* renesas_wdt: Add R-Car Gen4 support
* Improve watchdog_dev function documentation
* sp5100_tco: replace the cd6h/cd7h port I/O with MMIO accesses during initialization
* several other small improvements and fixes

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

  Linux 5.17-rc8 (2022-03-13 13:23:37 -0700)

are available in the git repository at:

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

for you to fetch changes up to 826270373f17fd8ebd10753ca0a5fd2ceb1dc38e:

  Watchdog: sp5100_tco: Enable Family 17h+ CPUs (2022-03-27 17:04:33 +0200)

----------------------------------------------------------------
linux-watchdog 5.18-rc1 tag

----------------------------------------------------------------
Alistair Francis (1):
      watchdog: imx2_wdg: Alow ping on suspend

Chris Packham (1):
      watchdog: orion_wdt: support pretimeout on Armada-XP

Daniel Bristot de Oliveira (1):
      watchdog: Improve watchdog_dev function documentation

Eduardo Valentin (1):
      watchdog: aspeed: add nowayout support

Linus Walleij (1):
      watchdog: ixp4xx: Implement restart

Miaoqian Lin (1):
      watchdog: rti-wdt: Add missing pm_runtime_disable() in probe function

Rafał Miłecki (1):
      watchdog: allow building BCM7038_WDT for BCM4908

Terry Bowman (4):
      Watchdog: sp5100_tco: Move timer initialization into function
      Watchdog: sp5100_tco: Refactor MMIO base address initialization
      Watchdog: sp5100_tco: Add initialization using EFCH MMIO
      Watchdog: sp5100_tco: Enable Family 17h+ CPUs

Thanh Quan (2):
      dt-bindings: watchdog: renesas-wdt: Document r8a779f0 support
      watchdog: renesas_wdt: Add R-Car Gen4 support

 .../devicetree/bindings/watchdog/renesas,wdt.yaml  |   5 +
 drivers/watchdog/Kconfig                           |   2 +-
 drivers/watchdog/aspeed_wdt.c                      |   7 +
 drivers/watchdog/imx2_wdt.c                        |  27 +-
 drivers/watchdog/ixp4xx_wdt.c                      |  14 +
 drivers/watchdog/orion_wdt.c                       |  13 +-
 drivers/watchdog/renesas_wdt.c                     |   1 +
 drivers/watchdog/rti_wdt.c                         |   1 +
 drivers/watchdog/sp5100_tco.c                      | 334 ++++++++++++++-------
 drivers/watchdog/sp5100_tco.h                      |   7 +
 drivers/watchdog/watchdog_dev.c                    | 244 +++++++--------
 11 files changed, 409 insertions(+), 246 deletions(-)
----------------------------------------------------------------

Kind regards,
Wim.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ