All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ufs: Fix a race between the interrupt handler and the reset handler
@ 2022-06-13 21:44 Bart Van Assche
  2022-06-13 21:44 ` [PATCH v2 1/3] scsi: ufs: Simplify ufshcd_clear_cmd() Bart Van Assche
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Bart Van Assche @ 2022-06-13 21:44 UTC (permalink / raw)
  To: Martin K . Petersen
  Cc: Jaegeuk Kim, Adrian Hunter, linux-scsi, Bart Van Assche

Hi Martin,

This patch series is version two of a fix between the UFS interrupt handler and
reset handlers. Please consider this patch series for kernel v5.20.

Changes compared to v1:
- Converted a single patch into three patches.
- Modified patch 3/3 such that only cleared requests are completed.

Bart Van Assche (3):
  scsi: ufs: Simplify ufshcd_clear_cmd()
  scsi: ufs: Support clearing multiple commands at once
  scsi: ufs: Fix a race between the interrupt handler and the reset
    handler

 drivers/ufs/core/ufshcd.c | 76 ++++++++++++++++++++++++---------------
 1 file changed, 48 insertions(+), 28 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-17  2:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-13 21:44 [PATCH v2 0/3] ufs: Fix a race between the interrupt handler and the reset handler Bart Van Assche
2022-06-13 21:44 ` [PATCH v2 1/3] scsi: ufs: Simplify ufshcd_clear_cmd() Bart Van Assche
2022-06-13 21:44 ` [PATCH v2 2/3] scsi: ufs: Support clearing multiple commands at once Bart Van Assche
2022-06-13 21:44 ` [PATCH v2 3/3] scsi: ufs: Fix a race between the interrupt handler and the reset handler Bart Van Assche
2022-06-14  2:23 ` [PATCH v2 0/3] " Stanley Chu
2022-06-14  6:51 ` Adrian Hunter
2022-06-17  2:20 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.