The patch titled Subject: mm-free-zapped-tail-pages-when-splitting-isolated-thp-fix has been added to the -mm mm-unstable branch. Its filename is mm-free-zapped-tail-pages-when-splitting-isolated-thp-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-free-zapped-tail-pages-when-splitting-isolated-thp-fix.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: Usama Arif <usamaarif642@xxxxxxxxx> Subject: mm-free-zapped-tail-pages-when-splitting-isolated-thp-fix Date: Thu, 15 Aug 2024 20:16:56 +0100 fix bug going from v1 page version to the folio version of the patch in v3 Signed-off-by: Usama Arif <usamaarif642@xxxxxxxxx> Reported-by: Kairui Song <ryncsn@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/huge_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/huge_memory.c~mm-free-zapped-tail-pages-when-splitting-isolated-thp-fix +++ a/mm/huge_memory.c @@ -3152,7 +3152,7 @@ static void __split_huge_page(struct pag folio_clear_active(new_folio); folio_clear_unevictable(new_folio); - if (!folio_batch_add(&free_folios, folio)) { + if (!folio_batch_add(&free_folios, new_folio)) { mem_cgroup_uncharge_folios(&free_folios); free_unref_folios(&free_folios); } _ Patches currently in -mm which might be from usamaarif642@xxxxxxxxx are mm-free-zapped-tail-pages-when-splitting-isolated-thp-fix.patch mm-introduce-a-pageflag-for-partially-mapped-folios.patch mm-introduce-a-pageflag-for-partially-mapped-folios-fix.patch mm-split-underutilized-thps.patch mm-add-sysfs-entry-to-disable-splitting-underutilized-thps.patch