linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] SCSI core patches
@ 2023-05-18 19:31 Bart Van Assche
  2023-05-18 19:31 ` [PATCH v4 1/3] scsi: core: Use min() instead of open-coding it Bart Van Assche
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bart Van Assche @ 2023-05-18 19:31 UTC (permalink / raw)
  To: Martin K . Petersen; +Cc: Christoph Hellwig, linux-scsi, Bart Van Assche

Hi Martin,

Please consider these SCSI core patches for the next merge window.

Thanks,

Bart.

Changes compared to v3:
- Changed the SCSI tracing format to make it less likely to break existing
  user space software that parses SCSI trace information.
- Dropped patch "Delay running the queue if the host is blocked".

Changes compared to v2:
- Dropped patch "Update a source code comment".
- In patch "Trace SCSI sense data", changed the format for the sense key and
  left out a superfluous parenthese.
- In patch "Only kick the requeue list if necessary", moved the
  blk_mq_kick_requeue_list() call from scsi_run_host_queues() into
  scsi_run_queue().

Changes compared to v1:
- Improved the SCSI tracing patch as requested by Steven Rostedt and
  Niklas Cassel.
- Added patch "Delay running the queue if the host is blocked".

Bart Van Assche (3):
  scsi: core: Use min() instead of open-coding it
  scsi: core: Trace SCSI sense data
  scsi: core: Only kick the requeue list if necessary

 drivers/scsi/scsi_common.c  |  3 +--
 drivers/scsi/scsi_lib.c     | 13 ++++++++-----
 include/trace/events/scsi.h | 21 +++++++++++++++++++--
 3 files changed, 28 insertions(+), 9 deletions(-)


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

end of thread, other threads:[~2023-06-08  1:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 19:31 [PATCH v4 0/3] SCSI core patches Bart Van Assche
2023-05-18 19:31 ` [PATCH v4 1/3] scsi: core: Use min() instead of open-coding it Bart Van Assche
2023-05-18 19:31 ` [PATCH v4 2/3] scsi: core: Trace SCSI sense data Bart Van Assche
2023-05-19  7:03   ` Ming Lei
2023-05-19  9:35   ` Niklas Cassel
2023-05-18 19:31 ` [PATCH v4 3/3] scsi: core: Only kick the requeue list if necessary Bart Van Assche
2023-05-31 15:06 ` [PATCH v4 0/3] SCSI core patches Martin K. Petersen
2023-06-08  1:42 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).