The patch titled mm-vm_insert_pfn-tidy has been removed from the -mm tree. Its filename was mm-vm_insert_pfn-tidy.patch This patch was dropped because it was folded into add-vm_insert_pfn.patch ------------------------------------------------------ Subject: mm-vm_insert_pfn-tidy From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Nick Piggin <npiggin@xxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Hugh Dickins <hugh@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mm.h | 3 ++- mm/memory.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff -puN include/linux/mm.h~mm-vm_insert_pfn-tidy include/linux/mm.h --- a/include/linux/mm.h~mm-vm_insert_pfn-tidy +++ a/include/linux/mm.h @@ -1124,7 +1124,8 @@ unsigned long vmalloc_to_pfn(void *addr) int remap_pfn_range(struct vm_area_struct *, unsigned long addr, unsigned long pfn, unsigned long size, pgprot_t); int vm_insert_page(struct vm_area_struct *, unsigned long addr, struct page *); -int vm_insert_pfn(struct vm_area_struct *, unsigned long addr, unsigned long pfn); +int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr, + unsigned long pfn); struct page *follow_page(struct vm_area_struct *, unsigned long address, unsigned int foll_flags); diff -puN mm/memory.c~mm-vm_insert_pfn-tidy mm/memory.c --- a/mm/memory.c~mm-vm_insert_pfn-tidy +++ a/mm/memory.c @@ -1289,7 +1289,8 @@ EXPORT_SYMBOL(vm_insert_page); * This function should only be called from a vm_ops->fault handler, and * in that case the handler should return NULL. */ -int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn) +int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr, + unsigned long pfn) { struct mm_struct *mm = vma->vm_mm; int retval; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch add-vm_insert_pfn.patch mm-vm_insert_pfn-tidy.patch swiotlb-uninlinings.patch kprobes-list-all-active-probes-in-the-system-tidy.patch knfsd-sunrpc-teach-svc_sendto-to-deal-with-ipv6-addresses-tidy.patch knfsd-sunrpc-support-ipv6-addresses-in-rpc-servers-udp-receive-path-tidy.patch fbdev-driver-for-s3-trio-virge-update-2-fix.patch deprecate-sa_interrupt-and-friends.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