Re: [PATCH v7 15/20] huge_memory: Add vmf_insert_folio_pud()

2025-02-10 Thread David Hildenbrand
On 04.02.25 23:48, Alistair Popple wrote: Currently DAX folio/page reference counts are managed differently to normal pages. To allow these to be managed the same as normal pages introduce vmf_insert_folio_pud. This will map the entire PUD-sized folio and take references as it would for a normall

[PATCH v7 15/20] huge_memory: Add vmf_insert_folio_pud()

2025-02-04 Thread Alistair Popple
Currently DAX folio/page reference counts are managed differently to normal pages. To allow these to be managed the same as normal pages introduce vmf_insert_folio_pud. This will map the entire PUD-sized folio and take references as it would for a normally mapped page. This is distinct from the cu