[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230908153007.GA7281@willie-the-truck>
Date: Fri, 8 Sep 2023 16:30:07 +0100
From: Will Deacon <will@...nel.org>
To: torvalds@...ux-foundation.org
Cc: catalin.marinas@....com, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, kernel-team@...roid.com
Subject: [GIT PULL] arm64 fixes for -rc1
Hi Linus,
Please pull these three arm64 fixes for -rc1. The main one is a fix for
a broken strscpy() conversion that landed in the merge window and broke
early parsing of the kernel command line.
Cheers,
Will
--->8
The following changes since commit e1df27213941725962f68c64349bbcc60ece0314:
Merge branch 'for-next/selftests' into for-next/core (2023-08-25 12:36:57 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
for you to fetch changes up to 8bd795fedb8450ecbef18eeadbd23ed8fc7630f5:
arm64: csum: Fix OoB access in IP checksum code for negative lengths (2023-09-07 10:15:20 +0100)
----------------------------------------------------------------
arm64 fixes for -rc1
- Fix an incorrect mask in the CXL PMU driver
- Fix a regression in early parsing of the kernel command line
- Fix an IP checksum OoB access reported by syzbot
----------------------------------------------------------------
Jeongtae Park (1):
perf: CXL: fix mismatched number of counters mask
Will Deacon (2):
arm64/sysreg: Fix broken strncpy() -> strscpy() conversion
arm64: csum: Fix OoB access in IP checksum code for negative lengths
arch/arm64/kernel/idreg-override.c | 6 +++---
arch/arm64/lib/csum.c | 2 +-
drivers/perf/cxl_pmu.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists