All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-pass-task-and-mm-to-do_madvise-fix-fix-fix-fix.patch removed from -mm tree
@ 2020-04-30  1:04 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-04-30  1:04 UTC (permalink / raw)
  To: minchan, mm-commits, rdunlap


The patch titled
     Subject: mm-pass-task-and-mm-to-do_madvise-fix-fix-fix-fix
has been removed from the -mm tree.  Its filename was
     mm-pass-task-and-mm-to-do_madvise-fix-fix-fix-fix.patch

This patch was dropped because it was folded into mm-pass-task-and-mm-to-do_madvise.patch

------------------------------------------------------
From: Randy Dunlap <rdunlap@infradead.org>
Subject: mm-pass-task-and-mm-to-do_madvise-fix-fix-fix-fix

add missing includes

Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/madvise.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/mm/madvise.c~mm-pass-task-and-mm-to-do_madvise-fix-fix-fix-fix
+++ a/mm/madvise.c
@@ -22,12 +22,14 @@
 #include <linux/file.h>
 #include <linux/blkdev.h>
 #include <linux/backing-dev.h>
+#include <linux/compat.h>
 #include <linux/pagewalk.h>
 #include <linux/swap.h>
 #include <linux/swapops.h>
 #include <linux/shmem_fs.h>
 #include <linux/mmu_notifier.h>
 #include <linux/sched/mm.h>
+#include <linux/uio.h>
 
 #include <asm/tlb.h>
 
_

Patches currently in -mm which might be from rdunlap@infradead.org are

mm-pass-task-and-mm-to-do_madvise.patch
mm-support-vector-address-ranges-for-process_madvise-fix-fix.patch

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

only message in thread, other threads:[~2020-04-30  1:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30  1:04 [folded-merged] mm-pass-task-and-mm-to-do_madvise-fix-fix-fix-fix.patch removed from -mm tree akpm

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.