The patch titled libata: add HTS541616J9SA00 to NCQ blacklist has been removed from the -mm tree. Its filename was libata-add-hts541616j9sa00-to-ncq-blacklist.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: libata: add HTS541616J9SA00 to NCQ blacklist From: Tejun Heo <htejun@xxxxxxxxx> Another member of HTS5416* family doing spurious NCQ completion. Signed-off-by: Tejun Heo <htejun@xxxxxxxxx> Cc: Enrico Sardi <enricoss@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/libata-core.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/ata/libata-core.c~libata-add-hts541616j9sa00-to-ncq-blacklist drivers/ata/libata-core.c --- a/drivers/ata/libata-core.c~libata-add-hts541616j9sa00-to-ncq-blacklist +++ a/drivers/ata/libata-core.c @@ -3809,6 +3809,7 @@ static const struct ata_blacklist_entry /* Drives which do spurious command completion */ { "HTS541680J9SA00", "SB2IC7EP", ATA_HORKAGE_NONCQ, }, { "HTS541612J9SA00", "SBDIC7JP", ATA_HORKAGE_NONCQ, }, + { "Hitachi HTS541616J9SA00", "SB4OC70P", ATA_HORKAGE_NONCQ, }, { "WDC WD740ADFD-00NLR1", NULL, ATA_HORKAGE_NONCQ, }, /* Devices with NCQ limits */ _ Patches currently in -mm which might be from htejun@xxxxxxxxx are git-libata-all.patch pata_acpi-restore-driver.patch libata-implement-ata_wait_after_reset.patch sata_promise-cleanups.patch sata_promise-sata-hotplug-support.patch libata-add-irq_flags-to-struct-pata_platform_info.patch libata-add-irq_flags-to-struct-pata_platform_info-fix.patch git-scsi-misc.patch git-scsi-misc-vs-greg-sysfs-stuff.patch git-block.patch update-documentation-block-barriertxt.patch dma-mapping-prevent-dma-dependent-code-from-linking-on.patch lib-add-idr_for_each.patch lib-add-idr_for_each-fix.patch lib-add-idr_remove_all.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