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: Fri, 31 May 2024 17:55:51 +0100
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.10-rc1

The following changes since commit d6e7ffd4820f8894eb865890c96852085d3640e1:

  spi: dw: Bail out early on unsupported target mode (2024-05-09 17:48:06 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 95d7c452a26564ef0c427f2806761b857106d8c4:

  spi: stm32: Don't warn about spurious interrupts (2024-05-29 19:12:09 +0100)

----------------------------------------------------------------
spi: Fixes for v6.10

A series of fixes that came in since the merge window, the main thing
being the fixes Andy did for DMA sync where we were calling into the DMA
API in suprising ways and causing issues as a result, the main thing
being confusing the IOMMU code.

We've also got some fairly important fixes for the stm32 driver, it
supports a wide range of hardware and some optimisations that were done
recently have broken on some systems, and a fix to prevent glitched
signals on the bus in the cadence driver.

----------------------------------------------------------------
Andy Shevchenko (3):
      spi: Don't mark message DMA mapped when no transfer in it is
      spi: Check if transfer is mapped before calling DMA sync APIs
      spi: Assign dummy scatterlist to unidirectional transfers

Mark Brown (1):
      soi: Don't call DMA sync API when not needed

Uwe Kleine-König (2):
      spi: stm32: Revert change that enabled controller before asserting CS
      spi: stm32: Don't warn about spurious interrupts

Witold Sadowski (1):
      spi: cadence: Ensure data lines set to low during dummy-cycle period

 drivers/spi/spi-axi-spi-engine.c      |  2 +-
 drivers/spi/spi-cadence-xspi.c        | 20 +++++++++++++++-----
 drivers/spi/spi-hisi-kunpeng.c        |  2 --
 drivers/spi/spi-microchip-core-qspi.c |  1 +
 drivers/spi/spi-stm32.c               |  2 +-
 drivers/spi/spi.c                     | 32 +++++++++++++++++++++++++++-----
 6 files changed, 45 insertions(+), 14 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ