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: <818b4c905bc295ef7b7e773ff3bbc0c5.broonie@kernel.org>
Date:   Sun, 30 Jul 2023 16:58:30 +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.5-rc3

The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:

  Linux 6.5-rc3 (2023-07-23 15:24:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to cc71c42b3dc1085d3e72dfa5603e827b9eb59da1:

  spi: spi-qcom-qspi: Add mem_ops to avoid PIO for badly sized reads (2023-07-26 12:47:20 +0100)

----------------------------------------------------------------
spi: Fixes for v6.5

A bunch of fixes for the Qualcomm QSPI driver, fixing multiple issues
with the newly added DMA mode - it had a number of issues exposed when
tested in a wider range of use cases, both race condition style issues
and issues with different inputs to those that had been used in test.

----------------------------------------------------------------
Douglas Anderson (2):
      spi: spi-qcom-qspi: Fallback to PIO for xfers that aren't multiples of 4 bytes
      spi: spi-qcom-qspi: Add mem_ops to avoid PIO for badly sized reads

Vijaya Krishna Nivarthi (4):
      spi: spi-qcom-qspi: Ignore disabled interrupts' status in isr
      spi: spi-qcom-qspi: Use GFP_ATOMIC flag while allocating for descriptor
      spi: spi-qcom-qspi: Call dma_wmb() after setting up descriptors
      spi: spi-qcom-qspi: Add DMA_CHAIN_DONE to ALL_IRQS

 drivers/spi/spi-qcom-qspi.c | 54 ++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 49 insertions(+), 5 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ