mbox series

[0/3] Some renaming and horkage improvements

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

Message

Damien Le Moal July 18, 2024, 9:53 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.

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 | 111 +++++++++++++++++++++++++++++++-------
 include/linux/libata.h    | 108 ++++++++++++++++++++++++-------------
 2 files changed, 163 insertions(+), 56 deletions(-)