]> git.ipfire.org Git - thirdparty/linux.git/commit
scsi: lpfc: Log MCQE contents for mbox commands with no context
authorJustin Tee <justin.tee@broadcom.com>
Tue, 31 Mar 2026 20:59:21 +0000 (13:59 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 3 Apr 2026 01:34:01 +0000 (21:34 -0400)
commitf75754f2feaa3be2f07838ef53914d15a10fd587
tree98c64688a0a0ae733de1891cd7b0517a1e8f0e61
parent35f22f84bed13e122e549ffae490487122f3c3a8
scsi: lpfc: Log MCQE contents for mbox commands with no context

Update log message to display the entirety of an MCQE for which there is no
submission context.  This log message is not expected to occur and hence is
tagged as a LOG_TRACE_EVENT.  As such, move the hbalock release to before
this log message so that the trace event process does not hold the hbalock
for too long.

Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Link: https://patch.msgid.link/20260331205928.119833-4-justintee8345@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_sli.c