Hi Martin, Please consider these SCSI core patches for the next merge window. Thanks, Bart. Changes compared to v1: - Improved the SCSI tracing patch as requested by Steven Rostedt and Niklas Cassel. - Added patch "scsi: core: Delay running the queue if the host is blocked" Bart Van Assche (5): scsi: core: Use min() instead of open-coding it scsi: core: Update a source code comment scsi: core: Trace SCSI sense data scsi: core: Only kick the requeue list if necessary scsi: core: Delay running the queue if the host is blocked drivers/scsi/scsi_common.c | 3 +-- drivers/scsi/scsi_lib.c | 20 ++++++++++++++------ include/scsi/scsi_host.h | 2 +- include/trace/events/scsi.h | 21 +++++++++++++++++++-- 4 files changed, 35 insertions(+), 11 deletions(-)