The patch titled Subject: mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix has been removed from the -mm tree. Its filename was mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix.patch This patch was dropped because it was folded into mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors.patch ------------------------------------------------------ From: kbuild test robot <fengguang.wu@xxxxxxxxx> Subject: mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix remap_oldmem_pfn_checked() can be static Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> Cc: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/vmcore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN fs/proc/vmcore.c~mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix fs/proc/vmcore.c --- a/fs/proc/vmcore.c~mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix +++ a/fs/proc/vmcore.c @@ -340,7 +340,7 @@ static inline char *alloc_elfnotes_buf(s * * Returns zero on success, -EAGAIN on failure. */ -int remap_oldmem_pfn_checked(struct vm_area_struct *vma, unsigned long from, +static int remap_oldmem_pfn_checked(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) { @@ -391,7 +391,7 @@ fail: return -EAGAIN; } -int vmcore_remap_oldmem_pfn(struct vm_area_struct *vma, +static int vmcore_remap_oldmem_pfn(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) { _ Patches currently in -mm which might be from fengguang.wu@xxxxxxxxx are origin.patch fs-befs-linuxvfsc-check-superblock-before-dump-operation.patch nilfs2-integrate-sysfs-support-into-driver.patch mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors.patch mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix-fix.patch lib-scatterlist-make-arch_has_sg_chain-an-actual-kconfig-fix.patch lib-scatterlist-make-arch_has_sg_chain-an-actual-kconfig-fix-2.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