mbox series

[0/2] Backport an UFS error handler fix to the 5.15 stable tree

Message ID 20220218180439.19858-1-bvanassche@acm.org
Headers show
Series Backport an UFS error handler fix to the 5.15 stable tree | expand

Message

Bart Van Assche Feb. 18, 2022, 6:04 p.m. UTC
Hi Greg,

This series includes two patches:
- A backport of "scsi: ufs: Remove dead code".
- A backport of "scsi: ufs: Fix a deadlock in the error handler"

Although the first patch is a code cleanup patch, I have included it in this
series because the second patch depends on it.

An Android developer requested a backport of the second patch to the
android13-5.15 stable tree.

Please consider these patches for inclusion in the 5.15 stable tree.

Thanks,

Bart.

Bart Van Assche (2):
  scsi: ufs: Remove dead code
  scsi: ufs: Fix a deadlock in the error handler

 drivers/scsi/ufs/ufshcd.c | 58 ++++++++++-----------------------------
 drivers/scsi/ufs/ufshcd.h |  2 ++
 2 files changed, 16 insertions(+), 44 deletions(-)

Comments

Greg KH Feb. 20, 2022, 11:31 a.m. UTC | #1
On Fri, Feb 18, 2022 at 10:04:37AM -0800, Bart Van Assche wrote:
> Hi Greg,
> 
> This series includes two patches:
> - A backport of "scsi: ufs: Remove dead code".
> - A backport of "scsi: ufs: Fix a deadlock in the error handler"
> 
> Although the first patch is a code cleanup patch, I have included it in this
> series because the second patch depends on it.
> 
> An Android developer requested a backport of the second patch to the
> android13-5.15 stable tree.
> 
> Please consider these patches for inclusion in the 5.15 stable tree.

They also are required in the 5.16 stable tree, so that no one upgrades
kernel versions and hits a regression.  I have added them there as well.

thanks,

greg k-h