The quilt patch titled Subject: mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed-fix has been removed from the -mm tree. Its filename was mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed-fix.patch This patch was dropped because it was folded into mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed-fix Date: Wed Nov 9 04:07:36 PM PST 2022 Fix UP build, per Linus Cc: Hugh Dickins <hughd@xxxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Cc: Nadav Amit <nadav.amit@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mmu_gather.c | 2 ++ 1 file changed, 2 insertions(+) --- a/mm/mmu_gather.c~mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed-fix +++ a/mm/mmu_gather.c @@ -48,6 +48,7 @@ static bool tlb_next_batch(struct mmu_ga return true; } +#ifdef CONFIG_SMP /** * tlb_flush_rmaps - do pending rmap removals after we have flushed the TLB * @tlb: the current mmu_gather @@ -72,6 +73,7 @@ void tlb_flush_rmaps(struct mmu_gather * tlb->delayed_rmap = 0; } +#endif static void tlb_batch_pages_flush(struct mmu_gather *tlb) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed.patch mm-memremap_pages-replace-zone_device_page_init-with-pgmap_request_folios-fix.patch mm-gup-remove-foll_migration-fix.patch mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix.patch mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix-2.patch mm-document-sys-class-bdi-bdi-min_bytes-knob-fix.patch mm-document-sys-class-bdi-bdi-max_ratio_fine-knob-fix.patch mm-document-sys-class-bdi-bdi-min_ratio_fine-knob-fix.patch