mm: convert page_table_check_pte_set() to page_table_check_ptes_set()
Tell the page table check how many PTEs & PFNs we want it to check. Link: https://lkml.kernel.org/r/20230802151406.3735276-3-willy@infradead.org Signed-off-by:Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by:
Mike Rapoport (IBM) <rppt@kernel.org> Acked-by:
Pasha Tatashin <pasha.tatashin@soleen.com> Reviewed-by:
Anshuman Khandual <anshuman.khandual@arm.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org>
Showing
- arch/arm64/include/asm/pgtable.h 1 addition, 1 deletionarch/arm64/include/asm/pgtable.h
- arch/riscv/include/asm/pgtable.h 1 addition, 1 deletionarch/riscv/include/asm/pgtable.h
- arch/x86/include/asm/pgtable.h 1 addition, 1 deletionarch/x86/include/asm/pgtable.h
- include/linux/page_table_check.h 7 additions, 6 deletionsinclude/linux/page_table_check.h
- mm/page_table_check.c 9 additions, 7 deletionsmm/page_table_check.c
Please register or sign in to comment