The patch titled Subject: sparc64: add missing initialization of folio in tlb_batch_add() has been added to the -mm mm-unstable branch. Its filename is sparc64-add-missing-initialization-of-folio-in-tlb_batch_add.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/sparc64-add-missing-initialization-of-folio-in-tlb_batch_add.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: "Mike Rapoport (IBM)" <rppt@xxxxxxxxxx> Subject: sparc64: add missing initialization of folio in tlb_batch_add() Date: Mon, 4 Sep 2023 20:37:59 +0300 Commit 1a10a44dfc1d ("sparc64: implement the new page table range API") missed initialization of folio variable in tlb_batch_add() which causes boot tests to crash. Add missing initialization. Link: https://lkml.kernel.org/r/20230904174350.GF3223@xxxxxxxxxx Fixes: 1a10a44dfc1d ("sparc64: implement the new page table range API") Reported-by: Guenter Roeck <linux@xxxxxxxxxxxx> Signed-off-by: Mike Rapoport (IBM) <rppt@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/sparc/mm/tlb.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/sparc/mm/tlb.c~sparc64-add-missing-initialization-of-folio-in-tlb_batch_add +++ a/arch/sparc/mm/tlb.c @@ -301,3 +301,4 @@ pgtable_t pgtable_trans_huge_withdraw(st return pgtable; } #endif /* CONFIG_TRANSPARENT_HUGEPAGE */ +Mon Sep 4 12:33:06 PM PDT 2023 _ Patches currently in -mm which might be from rppt@xxxxxxxxxx are sparc64-add-missing-initialization-of-folio-in-tlb_batch_add.patch