mbox series

[GIT,PULL] arm64 fixes for 6.9-rc1

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

Pull-request

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

Message

Catalin Marinas March 22, 2024, 12:09 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 22, 2024, 12:32 a.m. UTC | #1
The pull request you sent on Fri, 22 Mar 2024 00:09:14 +0000:

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

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

Thank you!