The patch titled Subject: proc-remove-pde_data-completely-fix-fix has been removed from the -mm tree. Its filename was proc-remove-pde_data-completely-fix-fix.patch This patch was dropped because it was folded into proc-remove-pde_data-completely.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: proc-remove-pde_data-completely-fix-fix Cc: Muchun Song <songmuchun@xxxxxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Reported-by: kernel test robot <lkp@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/nubus/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/nubus/proc.c~proc-remove-pde_data-completely-fix-fix +++ a/drivers/nubus/proc.c @@ -93,7 +93,7 @@ struct nubus_proc_pde_data { static struct nubus_proc_pde_data * nubus_proc_alloc_pde_data(unsigned char *ptr, unsigned int size) { - struct nubus_proc_pded *pded; + struct nubus_proc_pde_data *pded; pded = kmalloc(sizeof(*pded), GFP_KERNEL); if (!pded) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are proc-remove-pde_data-completely.patch mm-remove-cleancache-fix.patch mm-simplify-try_to_unuse-fix.patch mm.patch documentation-vm-page_ownerrst-update-the-documentation-fix.patch mm-mempolicy-convert-from-atomic_t-to-refcount_t-on-mempolicy-refcnt-fix.patch arch-x86-include-asm-pgtableh-needs-spinlockh.patch mutex-subsystem-synchro-test-module-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch