Linux-SPI Archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
	Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] SPI fixes for v6.9-rc6
Date: Fri, 03 May 2024 11:03:12 +0900	[thread overview]
Message-ID: <5fbf754d3bc37a9d4f8c81c7adf78e11.broonie@kernel.org> (raw)

The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

  Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4756fa529b2f12b7cb8f21fe229b0f6f47190829:

  spi: fix null pointer dereference within spi_sync (2024-05-01 11:02:48 +0900)

----------------------------------------------------------------
spi: Fixes for v6.9

A few small fixes for v6.9, the core fix is for issues with reuse of a
spi_message in the case where we've got queued messages (a relatively
rare occurrence with modern code so it wasn't noticed in testing).  We
also avoid an issue with the Kunpeng driver by simply removing the debug
interface that could trigger it, and address issues with confusing and
corrupted output when printing the IP version of the AXI SPI engine.

----------------------------------------------------------------
David Lechner (1):
      spi: axi-spi-engine: fix version format string

Devyn Liu (1):
      spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs

Mans Rullgard (1):
      spi: fix null pointer dereference within spi_sync

 drivers/spi/spi-axi-spi-engine.c | 2 +-
 drivers/spi/spi-hisi-kunpeng.c   | 2 --
 drivers/spi/spi.c                | 1 +
 3 files changed, 2 insertions(+), 3 deletions(-)

             reply	other threads:[~2024-05-03  2:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03  2:03 Mark Brown [this message]
2024-05-03 16:29 ` [GIT PULL] SPI fixes for v6.9-rc6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5fbf754d3bc37a9d4f8c81c7adf78e11.broonie@kernel.org \
    --to=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).