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, 15 Feb 2024 13:39:06 +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.8-rc4

The following changes since commit 6500ad28fd5d67d5ca0fee9da73c463090842440:

  spi: sh-msiof: avoid integer overflow in constants (2024-01-30 15:27:21 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 269e31aecdd0b70f53a05def79480f15cbcc0fd6:

  spi-mxs: Fix chipselect glitch (2024-02-13 15:48:22 +0000)

----------------------------------------------------------------
spi: Fixes for v6.8

A smallish collection of fixes for SPI, all driver specific, plus one
device ID addition for a new Intel part.  The ppc4xx isn't routinely
covered by most of the automated testing so there were some errors that
were missed in some of the recent API conversions, otherwise there's
nothing super remarkable here.

----------------------------------------------------------------
Carlos Song (1):
      spi: imx: fix the burst length at DMA mode and CPU mode

Christian Lamparter (1):
      spi: spi-ppc4xx: include missing platform_device.h

Mika Westerberg (1):
      spi: intel-pci: Add support for Lunar Lake-M SPI serial flash

Ralf Schlatterbeck (1):
      spi-mxs: Fix chipselect glitch

Uwe Kleine-König (3):
      spi: ppc4xx: Fix fallout from include cleanup
      spi: ppc4xx: Fix fallout from rename in struct spi_bitbang
      spi: ppc4xx: Drop write-only variable

Vaishnav Achath (1):
      spi: omap2-mcspi: Revert FIFO support without DMA

 drivers/spi/spi-imx.c         |   9 +--
 drivers/spi/spi-intel-pci.c   |   1 +
 drivers/spi/spi-mxs.c         |   3 +-
 drivers/spi/spi-omap2-mcspi.c | 137 +++---------------------------------------
 drivers/spi/spi-ppc4xx.c      |  21 +++----
 5 files changed, 25 insertions(+), 146 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ