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]
Date:   Sun, 10 Mar 2019 15:54:08 +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>,
        Biju Das <biju.das@...renesas.com>,
        "Gustavo A. R. Silva" <gustavo@...eddedor.com>,
        Jerry Hoemann <jerry.hoemann@....com>,
        Jisheng Zhang <Jisheng.Zhang@...aptics.com>,
        Michael Shych <michaelsh@...lanox.com>,
        Sai Prakash Ranjan <saiprakash.ranjan@...eaurora.org>,
        YueHaibing <yuehaibing@...wei.com>
Subject: [GIT PULL REQUEST] watchdog - v5.1 Merge window

Hi Linus,

Please pull the watchdog changes for the v4.21 release cycle.

This series contains:
* A new watchdog driver for the Mellanox systems
* renesas-wdt: Document r8a77470 support
* numerous Mark expected switch fall-throughs
* qcom: Add suspend/resume support
* some small fixes and documentation updates

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

  Linux 5.0-rc4 (2019-01-27 15:18:05 -0800)

are available in the git repository at:

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

for you to fetch changes up to 458c8961c194f2d2cb6ffed3dd9b6692d74ad65e:

  watchdog: w83877f_wdt: Mark expected switch fall-through (2019-03-02 15:28:22 +0100)

----------------------------------------------------------------
linux-watchdog 5.1-rc1 tag

----------------------------------------------------------------
Biju Das (1):
      dt-bindings: watchdog: renesas-wdt: Document r8a77470 support

Gustavo A. R. Silva (6):
      watchdog: pc87413: Mark expected switch fall-through
      watchdog: sc1200: Mark expected switch fall-through
      watchdog: smsc37b787_wdt: Mark expected switch fall-through
      watchdog: sbc60xxwdt: Mark expected switch fall-through
      watchdog: sc520_wdt: Mark expected switch fall-through
      watchdog: w83877f_wdt: Mark expected switch fall-through

Jerry Hoemann (2):
      watchdog/hpwdt: Update Kconfig documentation
      watchdog: Update sysfs documentation.

Jisheng Zhang (1):
      watchdog: dw: remove useless pr_fmt

Michael Shych (3):
      platform_data/mlxreg: additions for Mellanox watchdog driver.
      watchdog: mlx-wdt: introduce a watchdog driver for Mellanox systems.
      Documentation/watchdog: Add documentation mlx-wdt driver

Sai Prakash Ranjan (1):
      watchdog: qcom: Add suspend/resume support

YueHaibing (1):
      watchdog: pika_wdt: drop pointless static qualifier in pikawdt_init

 Documentation/ABI/testing/sysfs-class-watchdog     |  23 ++
 .../devicetree/bindings/watchdog/renesas-wdt.txt   |   1 +
 Documentation/watchdog/mlx-wdt.txt                 |  52 ++++
 drivers/watchdog/Kconfig                           |  25 +-
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/dw_wdt.c                          |   2 -
 drivers/watchdog/mlx_wdt.c                         | 290 +++++++++++++++++++++
 drivers/watchdog/pc87413_wdt.c                     |   2 +-
 drivers/watchdog/pika_wdt.c                        |   2 +-
 drivers/watchdog/qcom-wdt.c                        |  23 ++
 drivers/watchdog/sbc60xxwdt.c                      |   2 +-
 drivers/watchdog/sc1200wdt.c                       |   2 +-
 drivers/watchdog/sc520_wdt.c                       |   2 +-
 drivers/watchdog/smsc37b787_wdt.c                  |   2 +-
 drivers/watchdog/w83877f_wdt.c                     |   2 +-
 include/linux/platform_data/mlxreg.h               |  19 ++
 16 files changed, 437 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/watchdog/mlx-wdt.txt
 create mode 100644 drivers/watchdog/mlx_wdt.c
----------------------------------------------------------------

Kind regards,
Wim.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ