Re: [PATCH 0/7] Add folio_mk_pte() and simplify mk_pte()

2025-02-18 Thread David Hildenbrand
On 17.02.25 20:08, Matthew Wilcox (Oracle) wrote: The intent is to add folio_mk_pte() to remove the conversion from folio to page necessary to call mk_pte(). Eventually we might end up removing mk_pte(), but that's not what's being proposed today. I didn't want to add folio_mk_pte() to each arc

[PATCH 0/7] Add folio_mk_pte() and simplify mk_pte()

2025-02-17 Thread Matthew Wilcox (Oracle)
The intent is to add folio_mk_pte() to remove the conversion from folio to page necessary to call mk_pte(). Eventually we might end up removing mk_pte(), but that's not what's being proposed today. I didn't want to add folio_mk_pte() to each architecture, and I didn't want to lose any optimisatio