The patch titled move-vsyscall-page-out-of-fixmap-into-normal-vma-as-per-mmap fix has been removed from the -mm tree. Its filename is move-vsyscall-page-out-of-fixmap-into-normal-vma-as-per-mmap-fix.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. ------------------------------------------------------ Subject: move-vsyscall-page-out-of-fixmap-into-normal-vma-as-per-mmap fix From: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Ingo pointed out that exec-shield deserves credit for this, and I agree. Signed-off-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/sysenter.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/i386/kernel/sysenter.c~move-vsyscall-page-out-of-fixmap-into-normal-vma-as-per-mmap-fix arch/i386/kernel/sysenter.c --- devel/arch/i386/kernel/sysenter.c~move-vsyscall-page-out-of-fixmap-into-normal-vma-as-per-mmap-fix 2006-05-18 12:14:36.000000000 -0700 +++ devel-akpm/arch/i386/kernel/sysenter.c 2006-05-18 12:14:36.000000000 -0700 @@ -2,6 +2,8 @@ * linux/arch/i386/kernel/sysenter.c * * (C) Copyright 2002 Linus Torvalds + * Portions based on the vdso-randomization code from exec-shield: + * Copyright(C) 2005-2006, Red Hat, Inc., Ingo Molnar * * This file contains the needed initializations to support sysenter. */ _ Patches currently in -mm which might be from rusty@xxxxxxxxxxxxxxx are origin.patch x86-increase-interrupt-vector-range.patch move-vsyscall-page-out-of-fixmap-into-normal-vma-as-per-mmap.patch move-vsyscall-page-out-of-fixmap-into-normal-vma-as-per-mmap-fix.patch x86-move-vsyscall-page-out-of-fixmap-above-stack.patch kernel-kernel-cpuc-to-mutexes.patch ensure-null-deref-cant-possibly-happen-in-is_exported.patch define-__raw_get_cpu_var-and-use-it.patch allow-for-per-cpu-data-being-in-tdata-and-tbss-sections.patch allow-for-per-cpu-data-being-in-tdata-and-tbss-sections-fix.patch allow-for-per-cpu-data-being-in-tdata-and-tbss-sections-tidy.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