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(-)