The patch titled x86-microcode-microcode-driver-cleanup tidy has been removed from the -mm tree. Its filename is x86-microcode-microcode-driver-cleanup-tidy.patch This patch was dropped because it was folded into x86-microcode-microcode-driver-cleanup.patch ------------------------------------------------------ Subject: x86-microcode-microcode-driver-cleanup tidy From: Andrew Morton <akpm@xxxxxxxx> Cc: Shaohua Li <shaohua.li@xxxxxxxxx> Cc: Tigran Aivazian <tigran@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/microcode.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN arch/i386/kernel/microcode.c~x86-microcode-microcode-driver-cleanup-tidy arch/i386/kernel/microcode.c --- a/arch/i386/kernel/microcode.c~x86-microcode-microcode-driver-cleanup-tidy +++ a/arch/i386/kernel/microcode.c @@ -298,8 +298,7 @@ find: } /* free previous update file */ - if (uci->mc) - vfree(uci->mc); + vfree(uci->mc); memcpy(new_mc, mc, total_size); uci->mc = new_mc; _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch revert-x86_64-mm-i386-remove-lock-section.patch fix-x86_64-mm-spinlock-cleanup.patch have-x86-use-add_active_range-and-free_area_init_nodes.patch vm-add-per-zone-writeout-counter.patch slab-fix-kmalloc_node-applying-memory-policies-if-nodeid-==-numa_node_id.patch gfp_thisnode-for-the-slab-allocator-v2.patch do_no_pfn.patch nommu-set-bdi-capabilities-for-dev-mem-and-dev-kmem.patch nommu-move-the-fallback-arch_vma_name-to-a-sensible-place.patch inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default.patch x86-microcode-microcode-driver-cleanup.patch x86-microcode-microcode-driver-cleanup-tidy.patch x86-microcode-add-sysfs-and-hotplug-support-fix.patch eisa-bus-modalias-attributes-support-1-fix-git-kbuild-fix.patch add-address_space_operationsbatch_write-fix.patch alloc_fdtable-cleanup.patch sysctl-allow-proc-sys-without-sys_sysctl-fix.patch add-probe_kernel_address.patch x86-use-probe_kernel_address-in-handle_bug.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