mbox series

[GIT,PULL] SPI fixes for v6.8-rc2

Message ID 20240201120602.C29FCC433C7@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.8-rc2 | expand

Pull-request

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

Message

Mark Brown Feb. 1, 2024, 12:05 p.m. UTC
The following changes since commit 8c2ae772fe08e33f3d7a83849e85539320701abd:

  spi: fix finalize message on error return (2024-01-25 21:55:48 +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-rc2

for you to fetch changes up to 6500ad28fd5d67d5ca0fee9da73c463090842440:

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

----------------------------------------------------------------
spi: Fix for v6.8

One simple fix for a minor but valid issue with constants overflowing
identified via cppcheck.

----------------------------------------------------------------
Wolfram Sang (1):
      spi: sh-msiof: avoid integer overflow in constants

 drivers/spi/spi-sh-msiof.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 1, 2024, 6:23 p.m. UTC | #1
The pull request you sent on Thu, 01 Feb 2024 12:05:52 +0000:

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

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

Thank you!