The first 2 patches removes the use of the term "blacklist" from libata-core. The third patch adds printing on device scan of the horkage flags that will be applied to the device to help with debugging. Changes from v1: - Remove unused macro definition in patch 3 - Use unsigned int for horkage flags (patch 3) Damien Le Moal (3): ata: libata: Rename ata_dma_blacklisted() ata: libata: Rename ata_dev_blacklisted() ata: libata: Print horkages applied to devices drivers/ata/libata-core.c | 109 +++++++++++++++++++++++++++++++------- include/linux/libata.h | 108 ++++++++++++++++++++++++------------- 2 files changed, 160 insertions(+), 57 deletions(-) -- 2.45.2