The patch titled Subject: mmfork-introduce-madv_wipeonfork-fix has been removed from the -mm tree. Its filename was mmfork-introduce-madv_wipeonfork-fix.patch This patch was dropped because it was folded into mmfork-introduce-madv_wipeonfork.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mmfork-introduce-madv_wipeonfork-fix numerically order arch/parisc/include/uapi/asm/mman.h #defines Cc: Helge Deller <deller@xxxxxx> Cc: Rik van Riel <riel@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/parisc/include/uapi/asm/mman.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN arch/parisc/include/uapi/asm/mman.h~mmfork-introduce-madv_wipeonfork-fix arch/parisc/include/uapi/asm/mman.h --- a/arch/parisc/include/uapi/asm/mman.h~mmfork-introduce-madv_wipeonfork-fix +++ a/arch/parisc/include/uapi/asm/mman.h @@ -57,12 +57,12 @@ overrides the coredump filter bits */ #define MADV_DODUMP 70 /* Clear the MADV_NODUMP flag */ -#define MADV_HWPOISON 100 /* poison a page for testing */ -#define MADV_SOFT_OFFLINE 101 /* soft offline page for testing */ - #define MADV_WIPEONFORK 71 /* Zero memory on fork, child only */ #define MADV_KEEPONFORK 72 /* Undo MADV_WIPEONFORK */ +#define MADV_HWPOISON 100 /* poison a page for testing */ +#define MADV_SOFT_OFFLINE 101 /* soft offline page for testing */ + /* compatibility flags */ #define MAP_FILE 0 #define MAP_VARIABLE 0 _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mmfork-introduce-madv_wipeonfork.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html