[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250328163821.GA148488@sol.localdomain>
Date: Fri, 28 Mar 2025 09:38:21 -0700
From: Eric Biggers <ebiggers@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
Ard Biesheuvel <ardb@...nel.org>,
David Binderman <dcb314@...mail.com>
Subject: [GIT PULL] CRC fixes for 6.15
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(-)
Powered by blists - more mailing lists