]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: pm80xx: Improve debugging for aborted commands
authorVishakha Channapattan <vishakhavc@google.com>
Tue, 26 Nov 2024 22:55:46 +0000 (22:55 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 4 Dec 2024 19:50:50 +0000 (14:50 -0500)
commit5efff64c6be9a236200e026ce8f401b2c62afe32
tree42afd1b561f04e2338fd5630f0f811990bee96dd
parentb64004dbcd239d5eeac0b41c167a306291510d55
scsi: pm80xx: Improve debugging for aborted commands

Improves the debugging capabilities of the driver by adding more context to
debug messages:

 1. Introduce a new function to show pending commands.

 2. Include the tag number in NCQ EH path debug messages.

 3. Add logging for ata_tag along with pm80xx tag to map I/Os aborted with
    ATA logs.

Signed-off-by: Vishakha Channapattan <vishakhavc@google.com>
Signed-off-by: Salomon Dushimirimana <salomondush@google.com>
Link: https://lore.kernel.org/r/20241126225546.975441-1-salomondush@google.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/pm8001/pm8001_hwi.c
drivers/scsi/pm8001/pm8001_sas.c
drivers/scsi/pm8001/pm8001_sas.h
drivers/scsi/pm8001/pm80xx_hwi.c