The patch titled Subject: proc-add-kpageidle-file-fix-6-fix has been removed from the -mm tree. Its filename was proc-add-kpageidle-file-fix-6-fix.patch This patch was dropped because it was folded into proc-add-kpageidle-file.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: proc-add-kpageidle-file-fix-6-fix fix build fs/proc/page.c: In function 'kpageidle_clear_pte_refs_one': fs/proc/page.c:330: error: implicit declaration of function 'pmdp_clear_young_notify' fs/proc/page.c:336: error: implicit declaration of function 'ptep_clear_young_notify' fs/proc/page.c: In function 'kpageidle_read': fs/proc/page.c:397: error: 'KPMBITS' undeclared (first use in this function) fs/proc/page.c:397: error: (Each undeclared identifier is reported only once fs/proc/page.c:397: error: for each function it appears in.) fs/proc/page.c: In function 'kpageidle_write': fs/proc/page.c:450: error: 'KPMBITS' undeclared (first use in this function) Cc: Andres Lagar-Cavilla <andreslc@xxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/page.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN fs/proc/page.c~proc-add-kpageidle-file-fix-6-fix fs/proc/page.c --- a/fs/proc/page.c~proc-add-kpageidle-file-fix-6-fix +++ a/fs/proc/page.c @@ -10,6 +10,7 @@ #include <linux/seq_file.h> #include <linux/hugetlb.h> #include <linux/memcontrol.h> +#include <linux/mmu_notifier.h> #include <linux/page_idle.h> #include <linux/kernel-page-flags.h> #include <asm/uaccess.h> @@ -17,6 +18,7 @@ #define KPMSIZE sizeof(u64) #define KPMMASK (KPMSIZE - 1) +#define KPMBITS (KPMSIZE * BITS_PER_BYTE) /* /proc/kpagecount - an array exposing page counts * _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are proc-add-kpageidle-file.patch proc-add-kpageidle-file-fix-6-fix-2-fix.patch proc-add-kpageidle-file-fix-99.patch proc-export-idle-flag-via-kpageflags-fix.patch procfs-always-expose-proc-pid-map_files-and-make-it-readable-fix.patch procfs-always-expose-proc-pid-map_files-and-make-it-readable-fix-fix.patch fs-coda-fix-readlink-buffer-overflow-checkpatch-fixes.patch kexec-split-kexec_file-syscall-code-to-kexec_filec-fix.patch kexec-split-kexec_file-syscall-code-to-kexec_filec-fix-2.patch kexec-split-kexec_file-syscall-code-to-kexec_filec-fix-2-fix.patch kexec-split-kexec_file-syscall-code-to-kexec_filec-fix-2-fix-fix.patch kexec-split-kexec_load-syscall-from-kexec-core-code-checkpatch-fixes.patch align-crash_notes-allocation-to-make-it-be-inside-one-physical-page-fix.patch mm-mpx-add-vm_flags_t-vm_flags-arg-to-do_mmap_pgoff-fix-checkpatch-fixes.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