mbox series

[0/6] SCSI target patches for kernel v4.20

Message ID 20181015155139.143446-1-bvanassche@acm.org (mailing list archive)
Headers show
Series SCSI target patches for kernel v4.20 | expand

Message

Bart Van Assche Oct. 15, 2018, 3:51 p.m. UTC
Hi Martin,

Please consider this series of six patches for kernel v4.20. Except for
one new patch this patch series is a subset of the patch series I posted
earlier. I have selected those patches from that series of which I think
there is agreement about these patches. This patch series should not
conflict with the two other pending patch series (from Nicholas Bellinger
and from David Disseldorp).

Thanks,

Bart.

Bart Van Assche (6):
  target/core: Fix spelling in two source code comments
  target/core: Remove an unused data member from struct xcopy_pt_cmd
  target/core: Remove the SCF_COMPARE_AND_WRITE_POST flag
  target/core: Use the SECTOR_SHIFT constant
  target/core: Use sg_alloc_table() instead of open-coding it
  target/core: Always call transport_complete_callback() upon failure

 drivers/target/target_core_iblock.c    |  4 ++--
 drivers/target/target_core_iblock.h    |  1 -
 drivers/target/target_core_sbc.c       | 23 ++++++++++-------------
 drivers/target/target_core_transport.c | 15 +++++----------
 drivers/target/target_core_xcopy.c     |  3 ---
 include/target/target_core_base.h      |  1 -
 6 files changed, 17 insertions(+), 30 deletions(-)

Comments

Martin K. Petersen Oct. 16, 2018, 5:14 a.m. UTC | #1
Bart,

> Please consider this series of six patches for kernel v4.20. Except
> for one new patch this patch series is a subset of the patch series I
> posted earlier. I have selected those patches from that series of
> which I think there is agreement about these patches. This patch
> series should not conflict with the two other pending patch series
> (from Nicholas Bellinger and from David Disseldorp).

Applied to 4.20/scsi-queue. Thanks!