mbox series

[0/2] Fix the error path in ufshcd_async_scan()

Message ID 20231218225229.2542156-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Fix the error path in ufshcd_async_scan() | expand

Message

Bart Van Assche Dec. 18, 2023, 10:52 p.m. UTC
Hi Martin,

This patch series fixes a kernel crash triggered by the error path of
ufshcd_async_scan(). Please consider this patch series for the next merge
window.

Thanks,

Bart.

Bart Van Assche (2):
  scsi: ufs: Simplify power management during async scan
  scsi: ufs: Remove the ufshcd_hba_exit() call from ufshcd_async_scan()

 drivers/ufs/core/ufshcd.c | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Comments

Martin K. Petersen Jan. 4, 2024, 4:03 a.m. UTC | #1
Bart,

> This patch series fixes a kernel crash triggered by the error path of
> ufshcd_async_scan(). Please consider this patch series for the next
> merge window.

Applied to 6.8/scsi-staging, thanks!