* [folded-merged] mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed-fix.patch removed from -mm tree
@ 2022-11-30 23:46 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-11-30 23:46 UTC (permalink / raw)
To: mm-commits, torvalds, nadav.amit, hughd, hannes, akpm, akpm
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@linux-foundation.org>
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@google.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Nadav Amit <nadav.amit@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@linux-foundation.org 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-30 23:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-30 23:46 [folded-merged] mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.