Re: [PATCH v12 11/11] powerpc: mm: Support page table check

2024-04-03 Thread Pasha Tatashin
On Tue, Apr 2, 2024 at 1:13 AM Rohan McLure wrote: > > On creation and clearing of a page table mapping, instrument such calls > by invoking page_table_check_pte_set and page_table_check_pte_clear > respectively. These calls serve as a sanity check against illegal > mappings. > > Enable ARCH_SUPPO

[PATCH v12 11/11] powerpc: mm: Support page table check

2024-04-01 Thread Rohan McLure
On creation and clearing of a page table mapping, instrument such calls by invoking page_table_check_pte_set and page_table_check_pte_clear respectively. These calls serve as a sanity check against illegal mappings. Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK for all platforms. See also: riscv support