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]
Date: Fri, 28 Jun 2024 09:59:29 +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 -rc6

Hi Linus,

Please can you pull this pair of small arm64 fixes for -rc6?

One is a fix for the recently merged uffd-wp support (which was
triggering a spurious warning) and the other is a fix to the clearing
of the initial idmap pgd in some configurations.

Cheers,

Will

--->8

The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:

  Linux 6.10-rc3 (2024-06-09 14:19:43 -0700)

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 ecc54006f158ae0245a13e59026da2f0239c1b86:

  arm64: Clear the initial ID map correctly before remapping (2024-06-24 12:37:46 +0100)

----------------------------------------------------------------
arm64 fixes for -rc6

- Fix spurious page-table warning when clearing PTE_UFFD_WP in a live
  pte

- Fix clearing of the idmap pgd when using large addressing modes

----------------------------------------------------------------
Ryan Roberts (1):
      arm64: mm: Permit PTE SW bits to change in live mappings

Zenghui Yu (1):
      arm64: Clear the initial ID map correctly before remapping

 arch/arm64/include/asm/pgtable-hwdef.h | 1 +
 arch/arm64/kernel/pi/map_kernel.c      | 2 +-
 arch/arm64/mm/mmu.c                    | 3 ++-
 3 files changed, 4 insertions(+), 2 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ