[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230515070156.1790181-1-haowenchao2@huawei.com>
Date: Mon, 15 May 2023 15:01:54 +0800
From: Wenchao Hao <haowenchao2@...wei.com>
To: "James E . J . Bottomley" <jejb@...ux.ibm.com>,
"Martin K . Petersen" <martin.petersen@...cle.com>,
Ming Lei <ming.lei@...hat.com>, <linux-scsi@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: <linfeilong@...wei.com>, <louhongxiang@...wei.com>,
Wenchao Hao <haowenchao2@...wei.com>
Subject: [PATCH 0/2] Fix kernel panic in scsi_queue_rq()
'cfee29ffb45b ("scsi: core: Do not increase scsi_device's iorequest_cnt
if dispatch failed")' introduce bug which would cause kernel panic.
So revert the changes and fix the origin issue by decreasing the
iorequest_cnt if scsi_dispatch_cmd return failed.
Wenchao Hao (2):
Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if
dispatch failed"
scsi: core: decrease scsi_device's iorequest_cnt if dispatch failed
drivers/scsi/scsi_lib.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
2.32.0
Powered by blists - more mailing lists