linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Douglas Gilbert <dgilbert@interlog.com>
To: linux-scsi@vger.kernel.org
Cc: martin.petersen@oracle.com, jejb@linux.vnet.ibm.com,
	hare@suse.de, bostroesser@gmail.com, ddiss@suse.de
Subject: [PATCH v2 0/2] scsi_debug: change store from vmalloc to sgl
Date: Mon, 14 Dec 2020 22:28:34 -0500	[thread overview]
Message-ID: <20201215032836.437175-1-dgilbert@interlog.com> (raw)

This patchset is a reworking of a single patch titled:
"[PATCH] scsi_debug: change store from vmalloc to sgl"
sent to the linux-scsi list on 20201105.  That patch depended on
"[PATCH v4 0/4] scatterlist: add new capabilities" which is still
to be accepted through the linux-block tree. The kernel build robot
failed to compile the 20201105 patch due to that missing dependency.

In order to move forward, the first patch in this series adds the
sgl to sgl handling functions into the scsi_debug driver with a
"sdeb_" prefix. The second patch in this set is almost the same
as the original patch from 20201105.

This patchset is based on ithe 5.11/scsi-queue branch in MKP's
repository and builds clean on lk 5.10.0 .

Douglas Gilbert (2):
  scsi_debug: add sdeb_sgl_copy_sgl and friends
  scsi_debug: change store from vmalloc to sgl

 drivers/scsi/Kconfig      |   3 +-
 drivers/scsi/scsi_debug.c | 567 ++++++++++++++++++++++++++++----------
 2 files changed, 427 insertions(+), 143 deletions(-)

-- 
2.25.1


             reply	other threads:[~2020-12-15  3:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-15  3:28 Douglas Gilbert [this message]
2020-12-15  3:28 ` [PATCH v2 1/2] scsi_debug: add sdeb_sgl_copy_sgl and friends Douglas Gilbert
2020-12-15  3:28 ` [PATCH v2 2/2] scsi_debug: change store from vmalloc to sgl Douglas Gilbert

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=20201215032836.437175-1-dgilbert@interlog.com \
    --to=dgilbert@interlog.com \
    --cc=bostroesser@gmail.com \
    --cc=ddiss@suse.de \
    --cc=hare@suse.de \
    --cc=jejb@linux.vnet.ibm.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).