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, 12 Jan 2023 11:33:19 +0000
From:   Mark Brown <broonie@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-spi@...r.kernel.org, linux-kernel@...r.kernel.org,
        Mark Brown <broonie@...nel.org>
Subject: [GIT PULL] SPI fixes for v6.2-rc3

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.2-rc3

for you to fetch changes up to b442990d244ba2ffe926c6603c42deb6fcc3b0db:

  spi: Merge rename of spi-cs-setup-ns DT property (2023-01-11 14:15:22 +0000)

----------------------------------------------------------------
spi: Fixes for v6.2

There's several things in this pull request:

 - Fixes for long standing issues with accesses to spidev->spi during
   teardown in the spidev userspace driver.
 - Rename the newly added spi-cs-setup-ns DT property to be more in line
   with our other delay properties before it becomes ABI.
 - A few driver specific fixes.

----------------------------------------------------------------
Bartosz Golaszewski (2):
      spi: spidev: fix a race condition when accessing spidev->spi
      spi: spidev: remove debug messages that access spidev->spi without locking

Hector Martin (2):
      spi: dt-bindings: Rename spi-cs-setup-ns to spi-cs-setup-delay-ns
      spi: Rename spi-cs-setup-ns property to spi-cs-setup-delay-ns

Mark Brown (1):
      spi: Merge rename of spi-cs-setup-ns DT property

Ricardo Ribalda (1):
      spi: mediatek: Enable irq before the spi registration

Witold Sadowski (1):
      spi: cadence: Fix busy cycles calculation

 .../bindings/spi/spi-peripheral-props.yaml         |  4 +--
 drivers/spi/spi-cadence-xspi.c                     |  5 ++-
 drivers/spi/spi-mt65xx.c                           | 12 +++-----
 drivers/spi/spi.c                                  |  2 +-
 drivers/spi/spidev.c                               | 36 +++++++++++-----------
 5 files changed, 30 insertions(+), 29 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ