mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] mm-refactor-vm_area_struct-anon_vma_name-usage-code-v3.patch removed from -mm tree
@ 2022-03-05  4:23 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-03-05  4:23 UTC (permalink / raw)
  To: mm-commits, willy, mhocko, surenb, akpm


The patch titled
     Subject: mm-refactor-vm_area_struct-anon_vma_name-usage-code-v3
has been removed from the -mm tree.  Its filename was
     mm-refactor-vm_area_struct-anon_vma_name-usage-code-v3.patch

This patch was dropped because it was folded into mm-refactor-vm_area_struct-anon_vma_name-usage-code.patch

------------------------------------------------------
From: Suren Baghdasaryan <surenb@google.com>
Subject: mm-refactor-vm_area_struct-anon_vma_name-usage-code-v3

fix comment

Link: https://lkml.kernel.org/r/20220223153613.835563-1-surenb@google.com
Link: https://lkml.kernel.org/r/20220224231834.1481408-1-surenb@google.com
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Suggested-by: Matthew Wilcox <willy@infradead.org>
Suggested-by: Michal Hocko <mhocko@suse.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/mm_inline.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/linux/mm_inline.h~mm-refactor-vm_area_struct-anon_vma_name-usage-code-v3
+++ a/include/linux/mm_inline.h
@@ -175,7 +175,7 @@ static inline void dup_anon_vma_name(str
 static inline void free_anon_vma_name(struct vm_area_struct *vma)
 {
 	/*
-	 * Not using anon_vma_name because it generates a warning if vma->vm_mm
+	 * Not using anon_vma_name because it generates a warning if mmap_lock
 	 * is not held, which might be the case here.
 	 */
 	if (!vma->vm_file)
_

Patches currently in -mm which might be from surenb@google.com are

mm-refactor-vm_area_struct-anon_vma_name-usage-code.patch
mm-prevent-vm_area_struct-anon_name-refcount-saturation.patch
mm-fix-use-after-free-when-anon-vma-name-is-used-after-vma-is-freed.patch
mm-count-time-in-drain_all_pages-during-direct-reclaim-as-memory-pressure.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-05  4:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-05  4:23 [folded-merged] mm-refactor-vm_area_struct-anon_vma_name-usage-code-v3.patch removed from -mm tree Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).