[GIT PULL] arm64 fixes for -rc1

Will Deacon will at kernel.org
Fri Sep 8 08:30:07 PDT 2023


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(-)



More information about the linux-arm-kernel mailing list