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: <20190716190153.GC8572@tuxbook-pro>
Date:   Tue, 16 Jul 2019 12:01:53 -0700
From:   Bjorn Andersson <bjorn.andersson@...aro.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Ohad Ben-Cohen <ohad@...ery.com>, linux-remoteproc@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Fabien Dessenne <fabien.dessenne@...com>,
        Suman Anna <s-anna@...com>
Subject: [GIT PULL] hwspinlock updates for v5.3

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://github.com/andersson/remoteproc tags/hwlock-v5.3

for you to fetch changes up to 360aa640a59f269b784848c0b2d6d462952750d9:

  hwspinlock: add the 'in_atomic' API (2019-06-29 21:08:14 -0700)

----------------------------------------------------------------
hwspinlock updates for v5.3

This contains support for hardware spinlock TI K3 AM65x and J721E family
of SoCs, support for using hwspinlocks from atomic context and better
error reporting when dealing with hardware disabled in DeviceTree.

----------------------------------------------------------------
Fabien Dessenne (4):
      hwspinlock: ignore disabled device
      hwspinlock: stm32: implement the relax() ops
      hwspinlock: document the hwspinlock 'raw' API
      hwspinlock: add the 'in_atomic' API

Suman Anna (3):
      dt-bindings: hwlock: Update OMAP binding for TI K3 SoCs
      hwspinlock/omap: Add support for TI K3 SoCs
      hwspinlock/omap: Add a trace during probe

 .../devicetree/bindings/hwlock/omap-hwspinlock.txt | 25 +++++--
 Documentation/hwspinlock.txt                       | 81 ++++++++++++++++++++++
 drivers/hwspinlock/Kconfig                         |  2 +-
 drivers/hwspinlock/hwspinlock_core.c               | 48 +++++++++----
 drivers/hwspinlock/omap_hwspinlock.c               |  4 ++
 drivers/hwspinlock/stm32_hwspinlock.c              |  7 ++
 include/linux/hwspinlock.h                         | 61 +++++++++++++++-
 7 files changed, 206 insertions(+), 22 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ