Re: [PATCH v7 3/5] mm/hugetlb_vmemmap: move comment block to Documentation/vm

2022-03-05 Thread Jonathan Corbet
Joao Martins writes: >>> +HugeTLB pages consist of multiple base page size pages and is supported by >>> +many architectures. See hugetlbpage.rst in the Documentation directory for > > While at it, I'll replace hugetlbpage.rst in the Documentation directory to > be: > > See :ref:`Documentation/v

Re: [PATCH v7 3/5] mm/hugetlb_vmemmap: move comment block to Documentation/vm

2022-03-05 Thread Joao Martins
On 3/4/22 15:21, Jonathan Corbet wrote: > Joao Martins writes: > >> In preparation for device-dax for using hugetlbfs compound page tail >> deduplication technique, move the comment block explanation into a >> common place in Documentation/vm. >> >> Cc: Muchun Song >> Cc: Mike Kravetz >> Sugges