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:   Thu, 6 Feb 2020 20:47:37 +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>,
        Christophe Roullier <christophe.roullier@...com>,
        Eugen Hristev <eugen.hristev@...rochip.com>,
        Jack Mitchell <ml@...ed.me.uk>,
        Marco Felsch <m.felsch@...gutronix.de>,
        Sai Prakash Ranjan <saiprakash.ranjan@...eaurora.org>,
        Srinivas Neeli <srinivas.neeli@...inx.com>,
        Vincent Prince <Vincent.PRINCE.fr@...il.com>,
        Vladis Dronov <vdronov@...hat.com>,
        Wang@....linux-watchdog.org,
        "Peng 1." <peng.1.wang@...ia-sbell.com>,
        "yong.liang" <yong.liang@...iatek.com>
Subject: [GIT PULL REQUEST] watchdog - v5.6 Merge window

Hi Linus,

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

This series contains:
* add IT8786 chipset
* addition of sam9x60 compatible watchdog
* da9062 improvements
* fix UAF in reboot notifier handling in watchdog core code
* other fixes and small improvements

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

  Linux 5.5 (2020-01-26 16:23:03 -0800)

are available in the git repository at:

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

for you to fetch changes up to 057b52b4b3d58f4ee5944171da50f77b00a1bb0d:

  watchdog: da9062: make restart handler atomic safe (2020-01-27 15:55:49 +0100)

----------------------------------------------------------------
linux-watchdog 5.6-rc1 tag

----------------------------------------------------------------
Christophe Roullier (1):
      drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probe

Eugen Hristev (1):
      watchdog: sama5d4_wdt: addition of sam9x60 compatible watchdog

Jack Mitchell (1):
      watchdog: dw_wdt: ping watchdog to reset countdown before start

Marco Felsch (3):
      watchdog: da9062: add power management ops
      dt-bindings: watchdog: da9062: add suspend disable option
      watchdog: da9062: make restart handler atomic safe

Sai Prakash Ranjan (1):
      watchdog: qcom: Use platform_get_irq_optional() for bark irq

Srinivas Neeli (1):
      watchdog: cadence: Skip printing pointer value

Vincent Prince (1):
      watchdog: it87_wdt: add IT8786 ID

Vladis Dronov (1):
      watchdog: fix UAF in reboot notifier handling in watchdog core code

Wang, Peng 1. (NSB - CN/Hangzhou) (1):
      watchdog: make DesignWare watchdog allow users to set bigger timeout value

yong.liang (4):
      dt-bindings: mediatek: mt8183: Add #reset-cells
      dt-bindings: mediatek: mt2712: Add #reset-cells
      watchdog: mtk_wdt: mt8183: Add reset controller
      watchdog: mtk_wdt: mt2712: Add reset controller

 .../devicetree/bindings/watchdog/da9062-wdt.txt    |   5 +
 .../devicetree/bindings/watchdog/mtk-wdt.txt       |  11 ++-
 drivers/watchdog/at91sam9_wdt.h                    |  21 ++++
 drivers/watchdog/cadence_wdt.c                     |   5 +-
 drivers/watchdog/da9062_wdt.c                      |  35 ++++++-
 drivers/watchdog/dw_wdt.c                          |  11 ++-
 drivers/watchdog/it87_wdt.c                        |   2 +
 drivers/watchdog/mtk_wdt.c                         | 105 +++++++++++++++++++-
 drivers/watchdog/qcom-wdt.c                        |   2 +-
 drivers/watchdog/sama5d4_wdt.c                     | 109 ++++++++++++++++-----
 drivers/watchdog/stm32_iwdg.c                      |  18 ++++
 drivers/watchdog/watchdog_core.c                   |  35 +++++++
 drivers/watchdog/watchdog_dev.c                    |  36 +------
 .../dt-bindings/reset-controller/mt2712-resets.h   |  22 +++++
 .../dt-bindings/reset-controller/mt8183-resets.h   |  17 ++++
 15 files changed, 361 insertions(+), 73 deletions(-)
 create mode 100644 include/dt-bindings/reset-controller/mt2712-resets.h
----------------------------------------------------------------

Kind regards,
Wim.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ