lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZfzMKqtxAfHwHY3p@arm.com>
Date: Fri, 22 Mar 2024 00:09:14 +0000
From: Catalin Marinas <catalin.marinas@....com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Will Deacon <will@...nel.org>, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] arm64 fixes for 6.9-rc1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ