From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org, david@redhat.com, baruch@tkos.co.il,
akpm@linux-foundation.org
Subject: [merged mm-stable] rmap-remove-anon_vma_link-nommu-stub.patch removed from -mm tree
Date: Sat, 02 Sep 2023 15:17:53 -0700 [thread overview]
Message-ID: <20230902221754.38303C433C7@smtp.kernel.org> (raw)
The quilt patch titled
Subject: rmap: remove anon_vma_link() nommu stub
has been removed from the -mm tree. Its filename was
rmap-remove-anon_vma_link-nommu-stub.patch
This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Baruch Siach <baruch@tkos.co.il>
Subject: rmap: remove anon_vma_link() nommu stub
Date: Thu, 24 Aug 2023 14:38:08 +0300
anon_vma_link() is unused since commit 5beb49305251 ("mm: change anon_vma
linking to fix multi-process server scalability issue").
Link: https://lkml.kernel.org/r/cdce9b00c9ab15f6d02eddf40dcad537d3e9676f.1692877089.git.baruch@tkos.co.il
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
include/linux/rmap.h | 1 -
1 file changed, 1 deletion(-)
--- a/include/linux/rmap.h~rmap-remove-anon_vma_link-nommu-stub
+++ a/include/linux/rmap.h
@@ -479,7 +479,6 @@ struct anon_vma *folio_lock_anon_vma_rea
#define anon_vma_init() do {} while (0)
#define anon_vma_prepare(vma) (0)
-#define anon_vma_link(vma) do {} while (0)
static inline int folio_referenced(struct folio *folio, int is_locked,
struct mem_cgroup *memcg,
_
Patches currently in -mm which might be from baruch@tkos.co.il are
maintainers-add-rmaph-to-mm-entry.patch
reply other threads:[~2023-09-02 22:17 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=20230902221754.38303C433C7@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=baruch@tkos.co.il \
--cc=david@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.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.