The patch titled git-md-accel-fix has been removed from the -mm tree. Its filename was git-md-accel-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: git-md-accel-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> This looks like it'll oops nicely. Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/dma/ioatdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/dma/ioatdma.c~git-md-accel-fix drivers/dma/ioatdma.c --- a/drivers/dma/ioatdma.c~git-md-accel-fix +++ a/drivers/dma/ioatdma.c @@ -492,7 +492,7 @@ static void ioat_dma_dependency_added(st spin_lock_bh(&ioat_chan->desc_lock); if (ioat_chan->pending == 0) { spin_unlock_bh(&ioat_chan->desc_lock); - ioat_dma_memcpy_cleanup(chan); + ioat_dma_memcpy_cleanup(ioat_chan); } else spin_unlock_bh(&ioat_chan->desc_lock); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch git-acpi.patch git-arm.patch git-powerpc.patch git-drm.patch git-dvb.patch git-input.patch setstream-param-for-psmouse-tweak.patch sis-warning-fixes.patch git-mips-fixup.patch git-mtd.patch git-netdev-all.patch e1000-fix-shared-interrupt-warning-message-fix.patch Fabric7-VIOC-driver-fixes.patch revert-drivers-net-tulip-dmfe-support-basic-carrier-detection.patch dmfe-add-support-for-suspend-resume-fix.patch git-s390.patch git-scsi-misc.patch revert-md-avoid-possible-bug_on-in-md-bitmap-handling-for-git-block.patch git-block-fixup.patch git-unionfs-fixup.patch after-before-x86_64-mm-mmconfig-share.patch smaps-add-clear_refs-file-to-clear-reference-fix.patch fix-rmmod-read-write-races-in-proc-entries-fix.patch kprobes-list-all-active-probes-in-the-system.patch reduce-size-of-task_struct-on-64-bit-machines-fix.patch mm-shrink-parent-dentries-when-shrinking-slab.patch add-epoll-compat-code-to-kernel-compatc-tidy.patch genalloc-warning-fixes.patch call-cpu_chain-with-cpu_down_failed-if-cpu_down_prepare-failed-vs-reduce-size-of-task_struct-on-64-bit-machines.patch revert-x86_64-mm-putreg-check.patch utrace-vs-reduce-size-of-task_struct-on-64-bit-machines.patch git-gccbug-fixup.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