Re: [PATCH v10 11/12] powerpc: mm: Use set_pte_at_unchecked() for early-boot / internal usages

2024-03-14 Thread LTC IMAP
On Wed, 2024-03-13 at 11:30 +, Christophe Leroy wrote: > > > Le 13/03/2024 à 05:21, Rohan McLure a écrit : > > In the new set_ptes() API, set_pte_at() (a special case of > > set_ptes()) > > is intended to be instrumented by the page table check facility. > > There > > are however several othe

Re: [PATCH v10 09/12] powerpc: mm: Add common pud_pfn stub for all platforms

2024-03-13 Thread LTC IMAP
On Wed, 2024-03-13 at 11:08 +, Christophe Leroy wrote: > > > Le 13/03/2024 à 05:21, Rohan McLure a écrit : > > Prior to this commit, pud_pfn was implemented with BUILD_BUG as the > > inline > > function for 64-bit Book3S systems but is never included, as its > > invocations in generic code ar