The patch titled Subject: a has been removed from the -mm tree. Its filename was linux-next-fix-2.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: a Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/nvdimm/test/iomap.c | 12 ------------ 1 file changed, 12 deletions(-) --- a/tools/testing/nvdimm/test/iomap.c~linux-next-fix-2 +++ a/tools/testing/nvdimm/test/iomap.c @@ -193,18 +193,6 @@ void __iomem *__wrap_ioremap(resource_si } EXPORT_SYMBOL(__wrap_ioremap); -void __iomem *__wrap_ioremap(resource_size_t offset, unsigned long size) -{ - return __nfit_test_ioremap(offset, size, ioremap); -} -EXPORT_SYMBOL(__wrap_ioremap); - -void __iomem *__wrap_ioremap_wc(resource_size_t offset, unsigned long size) -{ - return __nfit_test_ioremap(offset, size, ioremap_wc); -} -EXPORT_SYMBOL(__wrap_ioremap_wc); - void __wrap_iounmap(volatile void __iomem *addr) { struct nfit_test_resource *nfit_res = get_nfit_res((long) addr); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm.patch mm-oom-avoid-printk-iteration-under-rcu-fix.patch linux-next-git-rejects.patch linux-next-fix.patch drivers-block-null_blk_mainc-fix-layout.patch drivers-block-null_blk_mainc-fix-uninitialized-var-warnings.patch proc-convert-everything-to-struct-proc_ops-fix.patch bitops-more-bits_to_-macros-fix.patch bitops-more-bits_to_-macros-fix-fix.patch drivers-tty-serial-sh-scic-suppress-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch