All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix sparse warnings in scsi_debug
@ 2022-03-01 11:30 Damien Le Moal
  2022-03-01 11:30 ` [PATCH v2 1/2] scsi: scsi_debug: silence sparse unexpected unlock warnings Damien Le Moal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Damien Le Moal @ 2022-03-01 11:30 UTC (permalink / raw)
  To: linux-scsi, Martin K . Petersen; +Cc: Douglas Gilbert

A couple of patches to suppress sparse warnings in scsi_debug. No
functional changes.

Changes from v1:
* Added Acked-by tag to patch 1
* Fixed patch 2 (find_next_bit() call and break comment)

Damien Le Moal (2):
  scsi: scsi_debug: silence sparse unexpected unlock warnings
  scsi: scsi_debug: fix qc_lock use in sdebug_blk_mq_poll()

 drivers/scsi/scsi_debug.c | 84 ++++++++++++++++++++++++---------------
 1 file changed, 51 insertions(+), 33 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-03-15  5:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-01 11:30 [PATCH v2 0/2] Fix sparse warnings in scsi_debug Damien Le Moal
2022-03-01 11:30 ` [PATCH v2 1/2] scsi: scsi_debug: silence sparse unexpected unlock warnings Damien Le Moal
2022-03-01 11:30 ` [PATCH v2 2/2] scsi: scsi_debug: fix qc_lock use in sdebug_blk_mq_poll() Damien Le Moal
2022-03-09  3:31 ` [PATCH v2 0/2] Fix sparse warnings in scsi_debug Martin K. Petersen
2022-03-15  5:02 ` 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.