mbox series

[GIT,PULL] arm64 fixes for -rc1

Message ID 20230908153007.GA7281@willie-the-truck (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64 fixes for -rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

Message

Will Deacon Sept. 8, 2023, 3:30 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 8, 2023, 8 p.m. UTC | #1
The pull request you sent on Fri, 8 Sep 2023 16:30:07 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

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

Thank you!