All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bart Van Assche <bart.vanassche@wdc.com>
To: target-devel@vger.kernel.org
Subject: [PATCH 00/11] SCSI target patches for kernel v4.15
Date: Tue, 31 Oct 2017 18:03:08 +0000	[thread overview]
Message-ID: <20171031180319.19258-1-bart.vanassche@wdc.com> (raw)

Hello Martin,

This patch series consists of patches I came up with while reviewing and
testing the SCSI target code. Please consider these patches for kernel v4.15.

Thanks,

Bart.

Bart Van Assche (11):
  target: Move a declaration of a global variable into a header file
  target: Suppress gcc 7 fallthrough warnings
  target: Inline transport_put_cmd()
  target: Avoid that EXTENDED COPY commands triggers lock inversion
  target/iscsi: Define OFFLOAD_BUF_SIZE once
  target/iscsi: Use min() in iscsit_dump_data_payload() instead of
    open-coding it
  target/iscsi: Fix endianness in an error message
  target/iscsi: Modify iscsit_do_crypto_hash_buf() prototype
  target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd()
  target/iscsi: Detect conn_cmd_list corruption early
  usb/gadget: Make it again possible to enable the legacy drivers
    without enabling USB_ETH

 drivers/target/iscsi/cxgbit/cxgbit_main.c        |  1 +
 drivers/target/iscsi/iscsi_target.c              | 50 +++++++++++-------------
 drivers/target/iscsi/iscsi_target_erl1.c         |  7 ++--
 drivers/target/iscsi/iscsi_target_seq_pdu_list.c |  2 -
 drivers/target/iscsi/iscsi_target_util.c         |  4 ++
 drivers/target/target_core_configfs.c            | 18 ++++++++-
 drivers/target/target_core_fabric_configfs.c     |  2 -
 drivers/target/target_core_internal.h            |  1 +
 drivers/target/target_core_pr.c                  |  2 +
 drivers/target/target_core_transport.c           | 27 +++----------
 drivers/usb/gadget/Kconfig                       |  4 +-
 drivers/usb/gadget/legacy/Kconfig                | 10 +++++
 include/target/target_core_base.h                |  1 +
 13 files changed, 68 insertions(+), 61 deletions(-)

-- 
2.14.2


             reply	other threads:[~2017-10-31 18:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-31 18:03 Bart Van Assche [this message]
2017-12-13 23:50 ` [PATCH 00/11] SCSI target patches for kernel v4.16 Bart Van Assche
2018-01-18 16:11 ` Bart Van Assche
2019-04-02 19:58 ` [PATCH 00/11] SCSI target patches for kernel v5.2 Bart Van Assche
2019-04-16  2:38 ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171031180319.19258-1-bart.vanassche@wdc.com \
    --to=bart.vanassche@wdc.com \
    --cc=target-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.