Re: [PATCH v8 0/7] Support page table check

2023-10-13 Thread Christophe Leroy
Le 16/02/2023 à 00:11, Rohan McLure a écrit : > Support the page table check sanitiser on all PowerPC platforms. This > sanitiser works by serialising assignments, reassignments and clears of > page table entries at each level in order to ensure that anonymous > mappings have at most one writable

Re: [PATCH v8 0/7] Support page table check

2023-03-30 Thread Michael Ellerman
Rohan McLure writes: > Anyone got time to review this one? I was planning to pick it up, but it's going to conflict badly with the set_ptes() series: https://lore.kernel.org/all/20230315051444.3229621-1-wi...@infradead.org/ I thought that series was likely to go in soon, but I see it's still

Re: [PATCH v8 0/7] Support page table check

2023-03-29 Thread Rohan McLure
Anyone got time to review this one? > On 16 Feb 2023, at 10:11 am, Rohan McLure wrote: > > Support the page table check sanitiser on all PowerPC platforms. This > sanitiser works by serialising assignments, reassignments and clears of > page table entries at each level in order to ensure that an