mbox series

[GIT,PULL] arm64 fixes for 6.13-rc1

Message ID Z0osmEaBnjdHS3Q0@arm.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] arm64 fixes for 6.13-rc1 | expand

Pull-request

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

Message

Catalin Marinas Nov. 29, 2024, 9:05 p.m. UTC
Hi Linus,

Please pull the three fixes below that turned up during the merging
window. They are on top of the arm64-upstream tag I sent last week.
There will be at least a couple more next week but I'm waiting for -rc1
because of some dependencies. Thanks.

The following changes since commit 83ef4a378e563d085ddd7214c2a393116b5f3435:

  Merge branch 'for-next/pkey-signal' into for-next/core (2024-11-14 12:07:30 +0000)

are available in the Git repository at:

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

for you to fetch changes up to dfdf714fed559c09021df1d2a4bb64c0ad5f53bc:

  perf/arm-cmn: Ensure port and device id bits are set properly (2024-11-25 18:53:05 +0000)

----------------------------------------------------------------
arm64 fixes for 6.13-rc1:

- Deselect ARCH_CORRECT_STACKTRACE_ON_KRETPROBE so that tests depending
  on it don't run (and fail) on arm64

- Fix lockdep assert in the Arm SMMUv3 PMU driver

- Fix the port and device ID bits setting in the Arm CMN perf driver

----------------------------------------------------------------
Chun-Tse Shao (1):
      perf/arm-smmuv3: Fix lockdep assert in ->event_init()

Mark Rutland (1):
      arm64: disable ARCH_CORRECT_STACKTRACE_ON_KRETPROBE tests

Namhyung Kim (1):
      perf/arm-cmn: Ensure port and device id bits are set properly

 arch/arm64/Kconfig            |  1 -
 drivers/perf/arm-cmn.c        |  4 ++--
 drivers/perf/arm_smmuv3_pmu.c | 19 +++++++++++--------
 3 files changed, 13 insertions(+), 11 deletions(-)