mbox series

[v2,0/3] Some renaming and horkage improvements

Message ID 20240718103358.176260-1-dlemoal@kernel.org
Headers show
Series Some renaming and horkage improvements | expand

Message

Damien Le Moal July 18, 2024, 10:33 a.m. UTC
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(-)