[GIT PULL] arm64 fixes for 6.9-rc1
From: Catalin Marinas
Date: Thu Mar 21 2024 - 20:09:24 EST
Hi Linus,
Please pull the arm64 update and perf fix below. Thanks.
The following changes since commit 1ef21fcd6a50f011680dbbd678c1bea8e3f67ab9:
Revert "mm: add arch hook to validate mmap() prot flags" (2024-03-13 10:59:38 +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 1d63d1d9e5c5cb2e7c7ca75751a5eaf67c5623a7:
perf: starfive: fix 64-bit only COMPILE_TEST condition (2024-03-19 19:01:39 +0000)
----------------------------------------------------------------
arm64 fix/update:
- Re-instate the CPUMASK_OFFSTACK option for arm64 when NR_CPUS > 256.
The bug that led to the initial revert was the cpufreq-dt code not
using zalloc_cpumask_var().
- Make the STARFIVE_STARLINK_PMU config option depend on 64BIT to
prevent compile-test failures on 32-bit architectures due to missing
writeq().
----------------------------------------------------------------
Christoph Lameter (Ampere) (1):
ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
Conor Dooley (1):
perf: starfive: fix 64-bit only COMPILE_TEST condition
arch/arm64/Kconfig | 3 ++-
drivers/perf/Kconfig | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
--
Catalin