[PATCH V2 0/2] mm/debug_vm_pgtable: Some minor updates

From: Anshuman Khandual
Date: Tue Dec 01 2020 - 07:20:49 EST


This series contains some cleanups and new test suggestions from Catalin
from an earlier discussion.

https://lore.kernel.org/linux-mm/20201123142237.GF17833@gaia/

This series is based on v5.10-rc6 and has been tested on arm64 and x86 but
has only been build tested on riscv, s390, arc etc. It would be great if
folks could test this on these platforms as well. Thank you.

Cc: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Cc: Gerald Schaefer <gerald.schaefer@xxxxxxxxxxxxx>
Cc: Vineet Gupta <vgupta@xxxxxxxxxxxx>
Cc: Catalin Marinas <catalin.marinas@xxxxxxx>
Cc: Paul Walmsley <paul.walmsley@xxxxxxxxxx>
Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>

Changes in V2:

- Added some missing tests in pud_basic_tests()
- Added bidirectional dirty check after pxx_wrprotect() per Catalin
- Moved WARN_ON(pte_dirty(pte_wrprotect(pte))) just after page table entry creation

Changes in V1:

https://lore.kernel.org/linux-mm/1606453584-15399-1-git-send-email-anshuman.khandual@xxxxxxx/

Anshuman Khandual (2):
mm/debug_vm_pgtable/basic: Add validation for dirtiness after write protect
mm/debug_vm_pgtable/basic: Iterate over entire protection_map[]

Documentation/vm/arch_pgtable_helpers.rst | 8 +-
mm/debug_vm_pgtable.c | 89 ++++++++++++++++++++---
2 files changed, 81 insertions(+), 16 deletions(-)

--
2.20.1