This is a note to let you know that I've just added the patch titled scsi: qla2xxx: Turn off noisy message log to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: scsi-qla2xxx-turn-off-noisy-message-log.patch and it can be found in the queue-6.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 8ebaa45163a3fedc885c1dc7d43ea987a2f00a06 Mon Sep 17 00:00:00 2001 From: Quinn Tran <qutran@xxxxxxxxxxx> Date: Fri, 14 Jul 2023 12:31:01 +0530 Subject: scsi: qla2xxx: Turn off noisy message log From: Quinn Tran <qutran@xxxxxxxxxxx> commit 8ebaa45163a3fedc885c1dc7d43ea987a2f00a06 upstream. Some consider noisy log as test failure. Turn off noisy message log. Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Quinn Tran <qutran@xxxxxxxxxxx> Signed-off-by: Nilesh Javali <njavali@xxxxxxxxxxx> Link: https://lore.kernel.org/r/20230714070104.40052-8-njavali@xxxxxxxxxxx Reviewed-by: Himanshu Madhani <himanshu.madhani@xxxxxxxxxx> Signed-off-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/scsi/qla2xxx/qla_nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/scsi/qla2xxx/qla_nvme.c +++ b/drivers/scsi/qla2xxx/qla_nvme.c @@ -664,7 +664,7 @@ static int qla_nvme_post_cmd(struct nvme rval = qla2x00_start_nvme_mq(sp); if (rval != QLA_SUCCESS) { - ql_log(ql_log_warn, vha, 0x212d, + ql_dbg(ql_dbg_io + ql_dbg_verbose, vha, 0x212d, "qla2x00_start_nvme_mq failed = %d\n", rval); sp->priv = NULL; priv->sp = NULL; Patches currently in stable-queue which might be from qutran@xxxxxxxxxxx are queue-6.1/scsi-qla2xxx-adjust-iocb-resource-on-qpair-create.patch queue-6.1/scsi-qla2xxx-fix-tmf-leak-through.patch queue-6.1/scsi-qla2xxx-fix-deletion-race-condition.patch queue-6.1/scsi-qla2xxx-fix-erroneous-link-up-failure.patch queue-6.1/scsi-qla2xxx-flush-mailbox-commands-on-chip-reset.patch queue-6.1/scsi-qla2xxx-fix-command-flush-during-tmf.patch queue-6.1/scsi-qla2xxx-fix-inconsistent-tmf-timeout.patch queue-6.1/scsi-qla2xxx-turn-off-noisy-message-log.patch queue-6.1/scsi-qla2xxx-limit-tmf-to-8-per-function.patch queue-6.1/scsi-qla2xxx-fix-session-hang-in-gnl.patch