The patch titled Subject: mm-add-per-order-mthp-swpin-counters-v2 has been added to the -mm mm-unstable branch. Its filename is mm-add-per-order-mthp-swpin-counters-v2.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-add-per-order-mthp-swpin-counters-v2.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Barry Song <v-songbaohua@xxxxxxxx> Subject: mm-add-per-order-mthp-swpin-counters-v2 Date: Thu, 31 Oct 2024 12:34:23 +1300 add a blank line in doc Link: https://lkml.kernel.org/r/20241030233423.80759-1-21cnbao@xxxxxxxxx Signed-off-by: Barry Song <v-songbaohua@xxxxxxxx> Reviewed-by: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> Acked-by: David Hildenbrand <david@xxxxxxxxxx> Cc: Chris Li <chrisl@xxxxxxxxxx> Cc: Yosry Ahmed <yosryahmed@xxxxxxxxxx> Cc: "Huang, Ying" <ying.huang@xxxxxxxxx> Cc: Kairui Song <kasong@xxxxxxxxxxx> Cc: Ryan Roberts <ryan.roberts@xxxxxxx> Cc: Kanchana P Sridhar <kanchana.p.sridhar@xxxxxxxxx> Cc: Usama Arif <usamaarif642@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/admin-guide/mm/transhuge.rst | 1 + 1 file changed, 1 insertion(+) --- a/Documentation/admin-guide/mm/transhuge.rst~mm-add-per-order-mthp-swpin-counters-v2 +++ a/Documentation/admin-guide/mm/transhuge.rst @@ -533,6 +533,7 @@ anon_fault_fallback_charge zswpout is incremented every time a huge page is swapped out to zswap in one piece without splitting. + swpin is incremented every time a huge page is swapped in from a non-zswap swap device in one piece. _ Patches currently in -mm which might be from v-songbaohua@xxxxxxxx are mm-fix-pswpin-counter-for-large-folios-swap-in.patch mm-add-per-order-mthp-swpin-counters.patch mm-add-per-order-mthp-swpin-counters-v2.patch