From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org, torvalds@linux-foundation.org,
nadav.amit@gmail.com, hughd@google.com, hannes@cmpxchg.org,
akpm@linux-foundation.org, akpm@linux-foundation.org
Subject: [folded-merged] mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed-fix.patch removed from -mm tree
Date: Wed, 30 Nov 2022 15:46:03 -0800 [thread overview]
Message-ID: <20221130234604.833AEC433D7@smtp.kernel.org> (raw)
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
reply other threads:[~2022-11-30 23:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221130234604.833AEC433D7@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=hannes@cmpxchg.org \
--cc=hughd@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=nadav.amit@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.