mbox series

[v2,0/3] SCSI core patches for kernel v5.4

Message ID 20190801223814.140729-1-bvanassche@acm.org (mailing list archive)
Headers show
Series SCSI core patches for kernel v5.4 | expand

Message

Bart Van Assche Aug. 1, 2019, 10:38 p.m. UTC
Hi Martin,

The patches in this series address SCSI device blocking and unblocking and fix
a boot failure. Please consider these patches for kernel version v5.4.

Thanks,

Bart.

Changes compared to v1:
- As requested by James, dropped the patch that changes the return type of
  scsi_target_block() and moved the WARN_ONCE() statement into device_block().

Bart Van Assche (3):
  Make scsi_internal_device_unblock_nowait() reject invalid new_state
    values
  Complain if scsi_target_block() fails
  Reduce memory required for SCSI logging

 drivers/scsi/scsi_lib.c     | 15 +++++++++++-
 drivers/scsi/scsi_logging.c | 48 +++----------------------------------
 include/scsi/scsi_dbg.h     |  2 --
 3 files changed, 17 insertions(+), 48 deletions(-)

Comments

Martin K. Petersen Aug. 8, 2019, 1:49 a.m. UTC | #1
Bart,

> The patches in this series address SCSI device blocking and unblocking
> and fix a boot failure. Please consider these patches for kernel
> version v5.4.

Applied to 5.4/scsi-queue, thank you!