mbox series

[stable,4.19,0/1] fix io hung for scsi

Message ID 20220730084651.4093719-1-yukuai1@huaweicloud.com (mailing list archive)
Headers show
Series fix io hung for scsi | expand

Message

Yu Kuai July 30, 2022, 8:46 a.m. UTC
From: Yu Kuai <yukuai3@huawei.com>

One of our product reported a io hung problem, turns out the problem
can be fixed by the patch.

I'm not sure why this patch is not backported yet, however, please
consider it in 4.19 lts.

Ming Lei (1):
  scsi: core: Fix race between handling STS_RESOURCE and completion

 drivers/scsi/scsi_lib.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Greg Kroah-Hartman July 31, 2022, 10:46 a.m. UTC | #1
On Sat, Jul 30, 2022 at 04:46:50PM +0800, Yu Kuai wrote:
> From: Yu Kuai <yukuai3@huawei.com>
> 
> One of our product reported a io hung problem, turns out the problem
> can be fixed by the patch.
> 
> I'm not sure why this patch is not backported yet, however, please
> consider it in 4.19 lts.

It was not backported as it did not apply as-is.  Can you also provide a
version for 5.4.y so that if someone were to upgrade to a newer kernel
version, they would not have a regression?  Once we have that, then we
can accept this 4.19.y version.

thanks,

greg k-h
Yu Kuai Aug. 1, 2022, 12:59 a.m. UTC | #2
Hi, Greg

在 2022/07/31 18:46, Greg KH 写道:
> On Sat, Jul 30, 2022 at 04:46:50PM +0800, Yu Kuai wrote:
>> From: Yu Kuai <yukuai3@huawei.com>
>>
>> One of our product reported a io hung problem, turns out the problem
>> can be fixed by the patch.
>>
>> I'm not sure why this patch is not backported yet, however, please
>> consider it in 4.19 lts.
> 
> It was not backported as it did not apply as-is.  Can you also provide a
> version for 5.4.y so that if someone were to upgrade to a newer kernel
> version, they would not have a regression?  Once we have that, then we
> can accept this 4.19.y version.
> 
Of courest, thanks for your notice.

Kuai
> thanks,
> 
> greg k-h
> .
>