Re: [PATCH v4 7/7] mm: Documentation: clarify where the mTHP stats live
Lance Yang <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 11, 2026 at 06:48:39AM -0600, Nico Pache (Red Hat) wrote: >The note about khugepaged counters references /proc/vmstat for the PMD >case, but never mentions where the mTHPs stats can be found >(i.e.: /sys/kernel/mm/transparent_hugepage/hugepages-<size>kB/stats/) >Add a small addition to this section for clarity. > >Also fix a missing period while we are at it. > >Reviewed-by: Baolin Wang <[email protected]> >Suggested-by: Lorenzo Stoakes <[email protected]> >Acked-by: David Hildenbrand (Arm) <[email protected]> >Signed-off-by: Nico Pache (Red Hat) <[email protected]> >--- Reviewed-by: Lance Yang <[email protected]>