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: <20250605134126.GA4845@willie-the-truck>
Date: Thu, 5 Jun 2025 14:41:26 +0100
From: Will Deacon <will@...nel.org>
To: torvalds@...ux-foundation.org
Cc: catalin.marinas@....com, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org, kernel-team@...roid.com
Subject: [GIT PULL] arm64 fixes for -rc1

Hi Linus,

Please pull the following arm64 fixes for -rc1. Usual summary in the
tag, but we've got a couple of build fixes when using LLD, a missing TLB
invalidation and a workaround for broken firmware on SoCs with CPUs that
implement MPAM.

Cheers,

Will

--->8

The following changes since commit 217e3cbba3d6613bee9ac33ddc330f8676eb9eca:

  Merge branch 'for-next/vdso' into for-next/core (2025-05-27 12:26:54 +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 10f885d63a0efd50b0d22bf27eb3cf727838e99e:

  arm64: Add override for MPAM (2025-06-02 13:49:09 +0100)

----------------------------------------------------------------
arm64 fixes for -rc1

- Disable problematic linker assertions for broken versions of LLD.

- Work around sporadic link failure with LLD and various randconfig
  builds.

- Fix missing invalidation in the TLB batching code when reclaim races
  with mprotect() and friends.

- Add a command-line override for MPAM to allow booting on systems with
  broken firmware.

----------------------------------------------------------------
Ard Biesheuvel (2):
      arm64: Disable LLD linker ASSERT()s for the time being
      arm64: Work around convergence issue with LLD linker

Ryan Roberts (1):
      arm64/mm: Close theoretical race where stale TLB entry remains valid

Xi Ruoyao (1):
      arm64: Add override for MPAM

 Documentation/admin-guide/kernel-parameters.txt |  3 +++
 arch/arm64/include/asm/el2_setup.h              | 24 ++++++++++--------------
 arch/arm64/include/asm/kernel-pgtable.h         |  2 +-
 arch/arm64/include/asm/tlbflush.h               |  9 +++++----
 arch/arm64/kernel/cpufeature.c                  |  7 +++++--
 arch/arm64/kernel/cpuinfo.c                     |  7 +++++--
 arch/arm64/kernel/image-vars.h                  | 17 +++++++++++++++++
 arch/arm64/kernel/pi/idreg-override.c           |  3 +++
 8 files changed, 49 insertions(+), 23 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ