[PATCH 0/2] arm64/mm: Standardize printing for pgtable entries
Anshuman Khandual
anshuman.khandual at arm.com
Mon Aug 31 23:54:52 PDT 2026
Standardize printing for pgtable entries using recently introduced generic
helper ptval_bytes_to_hex_str() in core MM which automatically enables 128
bits entries when added later.
But first move __check_safe_pte_update() outside <asm/pgtable.h> to avoid
a cyclic dependency while accessing these afore mentioned core MM helpers
defined in <linux/pgtable.h>. This replaces the original page table entry
print standardisation proposal which was earlier part of the D128 series.
https://lore.kernel.org/linux-mm/20260729122452.3797443-11-anshuman.khandual@arm.com/
This series applies on v7.3-rc1 but after the following.
https://lore.kernel.org/linux-mm/20260831054331.625505-1-anshuman.khandual@arm.com/
Cc: David Hildenbrand (Arm) <david at kernel.org>
Cc: Mike Rapoport (Microsoft) <rppt at kernel.org>
Cc: Andrew Morton <akpm at linux-foundation.org>
Cc: Lorenzo Stoakes <ljs at kernel.org>
Cc: Catalin Marinas <catalin.marinas at arm.com>
Cc: Will Deacon <will at kernel.org>
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-kernel at vger.kernel.org
Cc: linux-mm at kvack.org
Anshuman Khandual (2):
arm64/mm: Move __check_safe_pte_update()
arm64/mm: Standardize printing for pgtable entries
arch/arm64/include/asm/pgtable.h | 47 +-----------------------------
arch/arm64/mm/fault.c | 20 +++++++++----
arch/arm64/mm/mmu.c | 49 ++++++++++++++++++++++++++++++++
3 files changed, 65 insertions(+), 51 deletions(-)
--
2.43.0
More information about the linux-arm-kernel
mailing list