[GIT PULL] CRC fixes for 6.15
From: Eric Biggers
Date: Fri Mar 28 2025 - 12:38:32 EST
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(-)