mbox series

[GIT,PULL] SPI fixes for v6.11-rc7

Message ID ba736f747a1d58f7043b187c2d1dd97d.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.11-rc7 | expand

Pull-request

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

Message

Mark Brown Sept. 13, 2024, 6:30 p.m. UTC
The following changes since commit c9ca76e8239810ccb08825a7b847c39d367410a6:

  MAINTAINERS: SPI: Add mailing list imx@lists.linux.dev for nxp spi drivers (2024-09-05 19:15:45 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 2a8787c1cdc7be24fdd8953ecd1a8743a1006235:

  spi: nxp-fspi: fix the KASAN report out-of-bounds bug (2024-09-11 22:25:44 +0100)

----------------------------------------------------------------
spi: Fixes for v6.11

A few last minute fixes for v6.11, they're all individually unremarkable
and only last minute due to when they came in.

----------------------------------------------------------------
Han Xu (1):
      spi: nxp-fspi: fix the KASAN report out-of-bounds bug

Jinjie Ruan (2):
      spi: geni-qcom: Undo runtime PM changes at driver exit time
      spi: geni-qcom: Fix incorrect free_irq() sequence

 drivers/spi/spi-geni-qcom.c | 17 ++++++++---------
 drivers/spi/spi-nxp-fspi.c  |  5 +++--
 2 files changed, 11 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 13, 2024, 6:51 p.m. UTC | #1
The pull request you sent on Fri, 13 Sep 2024 19:30:19 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.11-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e936e7d4a83b5ff6b7a685722f0ba348383af68c

Thank you!