]> www.infradead.org Git - users/willy/pagecache.git/commit
mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 8 Feb 2023 18:02:13 +0000 (13:02 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 1 Aug 2023 19:14:16 +0000 (15:14 -0400)
commitf2e3fe9be797d144b4df614b381a70911abd4248
tree1649b636e96603df20372620415b67adaa588a1f
parentbf869947f58c382486e6a92143ae20f447833911
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.

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>
arch/arm64/include/asm/pgtable.h
arch/riscv/include/asm/pgtable.h
arch/x86/include/asm/pgtable.h
include/linux/page_table_check.h
mm/page_table_check.c