mbox series

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

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

Pull-request

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

Message

Mark Brown March 21, 2025, 2:39 p.m. UTC
The following changes since commit 4701f33a10702d5fc577c32434eb62adde0a1ae1:

  Linux 6.14-rc7 (2025-03-16 12:55:17 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 176fda56d72a267731f82aa4a3aeca430394f10e:

  spi: Fix reference count leak in slave_show() (2025-03-19 12:47:50 +0000)

----------------------------------------------------------------
spi: Fix for v6.14

This is a straightforward fix for a reference count leak in the rarely
used SPI device mode functionality.

----------------------------------------------------------------
Miaoqian Lin (1):
      spi: Fix reference count leak in slave_show()

 drivers/spi/spi.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org March 21, 2025, 9:27 p.m. UTC | #1
The pull request you sent on Fri, 21 Mar 2025 14:39:10 +0000:

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

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

Thank you!