[GIT PULL] arm64 fixes for -rc6

Will Deacon will at kernel.org
Fri Jun 28 01:59:29 PDT 2024


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(-)



More information about the linux-arm-kernel mailing list