The patch titled SCSI: aic7xxx_osm_pci resource leak fix has been removed from the -mm tree. Its filename is scsi-aic7xxx_osm_pci-resource-leak-fix.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Jesper Juhl <jesper.juhl@xxxxxxxxx> Fix resource leak in drivers/scsi/aic7xxx/aic7xxx_osm_pci.c::ahc_linux_pci_dev_probe() Found by the coverity checker (#668) Signed-off-by: Jesper Juhl <jesper.juhl@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/aic7xxx/aic7xxx_osm_pci.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/scsi/aic7xxx/aic7xxx_osm_pci.c~scsi-aic7xxx_osm_pci-resource-leak-fix drivers/scsi/aic7xxx/aic7xxx_osm_pci.c --- devel/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c~scsi-aic7xxx_osm_pci-resource-leak-fix 2006-04-23 16:05:55.000000000 -0700 +++ devel-akpm/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 2006-04-23 16:05:55.000000000 -0700 @@ -219,6 +219,7 @@ ahc_linux_pci_dev_probe(struct pci_dev * ahc->flags |= AHC_39BIT_ADDRESSING; } else { if (dma_set_mask(dev, DMA_32BIT_MASK)) { + ahc_free(ahc); printk(KERN_WARNING "aic7xxx: No suitable DMA available.\n"); return (-ENODEV); } _ Patches currently in -mm which might be from jesper.juhl@xxxxxxxxx are origin.patch git-mtd.patch git-scsi-rc-fixes.patch small-whitespace-cleanup-for-qlogic-driver.patch reduce-nr-of-ptr-derefs-in-fs-jffs2-summaryc.patch oss-cs46xx-cleanup-and-tiny-bugfix.patch i4l-memory-leak-fix-for-sc_ioctl.patch isdn-unsafe-interaction-between-isdn_write-and-isdn_writebuf_stub.patch binfmt_elf-codingstyle-cleanup-and-remove-some-pointless-casts.patch binfnt_elf-remove-more-casts.patch debug-shared-irqs.patch remove-redundant-null-checks-before-free-in-fs.patch remove-redundant-null-checks-before-free-in-arch.patch remove-redundant-null-checks-before-free-in-kernel.patch remove-redundant-null-checks-before-free-in-drivers.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