mbox series

[GIT,PULL] CRC fixes for 6.15

Message ID 20250328163821.GA148488@sol.localdomain (mailing list archive)
State New
Headers show
Series [GIT,PULL] CRC fixes for 6.15 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/crc-for-linus

Message

Eric Biggers March 28, 2025, 4:38 p.m. UTC
The following changes since commit 1e26c5e28ca5821a824e90dd359556f5e9e7b89f:

  Merge tag 'media/v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2025-03-25 21:00:31 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/crc-for-linus

for you to fetch changes up to d48b663f410f8b35b8ba9bd597bafaa00f53293b:

  arm64/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch() (2025-03-26 14:04:43 -0700)

----------------------------------------------------------------

Fix out-of-scope array bugs in arm and arm64's crc_t10dif_arch().

----------------------------------------------------------------
Eric Biggers (2):
      arm/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch()
      arm64/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch()

 arch/arm/lib/crc-t10dif-glue.c   | 4 +---
 arch/arm64/lib/crc-t10dif-glue.c | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org March 28, 2025, 8:41 p.m. UTC | #1
The pull request you sent on Fri, 28 Mar 2025 09:38:21 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git tags/crc-for-linus

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

Thank you!