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:   Wed, 21 Oct 2020 14:54:11 +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>,
        Anson Huang <Anson.Huang@....com>,
        Christophe JAILLET <christophe.jaillet@...adoo.fr>,
        Dinghao Liu <dinghao.liu@....edu.cn>,
        Hanspeter Portner <dev@...n-music-kontrollers.ch>,
        Hanspeter Portner <hanspeter.portner@...esystems.ch>,
        Krzysztof Kozlowski <krzk@...nel.org>,
        Madhuparna Bhowmik <madhuparnabhowmik10@...il.com>,
        Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@...hiba.co.jp>,
        Wolfram Sang <wsa+renesas@...g-engineering.com>,
        Zhen Lei <thunder.leizhen@...wei.com>
Subject: [GIT PULL REQUEST] watchdog - v5.10 Merge window

Hi Linus,

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

This series contains:
* Add Toshiba Visconti watchdog driver
* it87_wdt: add IT8772 + IT8784
* several fixes and improvements

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

  Linux 5.9-rc7 (2020-09-27 14:38:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to c5b8e4644607b0319fd86a36fb0caad54ee2021e:

  watchdog: Add Toshiba Visconti watchdog driver (2020-10-14 15:22:58 +0200)

----------------------------------------------------------------
linux-watchdog 5.10-rc1 tag

----------------------------------------------------------------
Anson Huang (2):
      watchdog: imx7ulp: Strictly follow the sequence for wdog operations
      watchdog: imx7ulp: Watchdog should continue running for wait/stop mode

Christophe JAILLET (1):
      watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not needed

Dinghao Liu (2):
      watchdog: Fix memleak in watchdog_cdev_register
      watchdog: Use put_device on error

Guenter Roeck (2):
      watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3
      watchdog: sp5100_tco: Enable watchdog on Family 17h devices if disabled

Hanspeter Portner (2):
      watchdog: it87_wdt: add IT8772 ID
      watchdog: it87_wdt: add IT8784 ID

Krzysztof Kozlowski (3):
      watchdog: cadence: Simplify with dev_err_probe()
      watchdog: davinci: Simplify with dev_err_probe()
      watchdog: rti: Simplify with dev_err_probe()

Madhuparna Bhowmik (1):
      drivers: watchdog: rdc321x_wdt: Fix race condition bugs

Nobuhiro Iwamatsu (2):
      watchdog: bindings: Add binding documentation for Toshiba Visconti watchdog device
      watchdog: Add Toshiba Visconti watchdog driver

Wolfram Sang (1):
      watchdog: renesas_wdt: support handover from bootloader

Zhen Lei (1):
      watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>

 .../bindings/watchdog/toshiba,visconti-wdt.yaml    |  54 ++++++
 drivers/watchdog/Kconfig                           |   8 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/cadence_wdt.c                     |   9 +-
 drivers/watchdog/davinci_wdt.c                     |   9 +-
 drivers/watchdog/imx7ulp_wdt.c                     |  79 +++++++--
 drivers/watchdog/it87_wdt.c                        |   6 +-
 drivers/watchdog/pcwd_usb.c                        |   2 +-
 drivers/watchdog/rdc321x_wdt.c                     |   5 +-
 drivers/watchdog/renesas_wdt.c                     |  12 +-
 drivers/watchdog/rti_wdt.c                         |  14 +-
 drivers/watchdog/sp5100_tco.c                      |  18 ++
 drivers/watchdog/sp5100_tco.h                      |   2 +-
 drivers/watchdog/visconti_wdt.c                    | 195 +++++++++++++++++++++
 drivers/watchdog/watchdog_dev.c                    |   8 +-
 15 files changed, 374 insertions(+), 48 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml
 create mode 100644 drivers/watchdog/visconti_wdt.c
----------------------------------------------------------------

Kind regards,
Wim.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ