The last we left the fix for the reported sil24 regression [1], Tejun had asked that I simplify the patch to just a flag [2]. Patch1 incorporates that feedback. Patch2 tries to make the ata tag allocator implementation slightly better than its current worst case implementation. I'm fine with replacing it with something better from the block layer, but that implementation had better address the quirk that patch1 does. [1]: https://bugzilla.kernel.org/show_bug.cgi?id=87101 [2]: http://marc.info/?l=linux-ide&m=141511124009903&w=2 --- Dan Williams (2): libata: allow sata_sil24 to opt-out of tag ordered submission libata: micro-optimize tag allocation drivers/ata/libahci.c | 2 +- drivers/ata/libata-core.c | 56 ++++++++++++++++++++++++++------------------- drivers/ata/libata-sff.c | 2 +- drivers/ata/sata_sil24.c | 2 +- include/linux/libata.h | 4 ++- 5 files changed, 37 insertions(+), 29 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html