From: Bart Van Assche <bart.vanassche@wdc.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org, linux-scsi@vger.kernel.org,
Christoph Hellwig <hch@lst.de>,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
Herbert Xu <herbert@gondor.apana.org.au>,
linux-nvme@lists.infradead.org,
Bart Van Assche <bart.vanassche@wdc.com>
Subject: [PATCH v4 0/5] Introduce sgl_alloc() and sgl_free()
Date: Fri, 5 Jan 2018 08:26:45 -0800 [thread overview]
Message-ID: <20180105162650.31083-1-bart.vanassche@wdc.com> (raw)
Hello Jens,
As you know there are multiple drivers that both allocate a scatter/gather
list and populate that list with pages. This patch series moves the code for
allocating and freeing such scatterlists from several drivers into
lib/scatterlist.c. Please consider this patch series for kernel v4.16.
Changes between v3 and v4:
- Left out patches 6..8 as requested by Martin Petersen. These patches will be
sent to Martin after this series has been merged.
Changes between v2 and v3:
- Added Reviewed-by tags that had been posted as replies on v2.
- Cc'ed the crypto maintainers for the entire patch series.
Changes between v1 and v2:
- Moved the sgl_alloc*() and sgl_free() functions from a new source file into
lib/scatterlist.c.
- Changed the argument order for the sgl_alloc*() functions such that the
(pointer to) the output argument comes last.
Bart Van Assche (5):
lib/scatterlist: Introduce sgl_alloc() and sgl_free()
crypto: scompress - use sgl_alloc() and sgl_free()
nvmet/fc: Use sgl_alloc() and sgl_free()
nvmet/rdma: Use sgl_alloc() and sgl_free()
target: Use sgl_alloc_order() and sgl_free()
crypto/Kconfig | 1 +
crypto/scompress.c | 51 +---------------
drivers/nvme/target/Kconfig | 2 +
drivers/nvme/target/fc.c | 36 +----------
drivers/nvme/target/rdma.c | 63 ++------------------
drivers/target/Kconfig | 1 +
drivers/target/target_core_transport.c | 46 ++-------------
include/linux/scatterlist.h | 10 ++++
lib/Kconfig | 4 ++
lib/scatterlist.c | 105 +++++++++++++++++++++++++++++++++
10 files changed, 135 insertions(+), 184 deletions(-)
--
2.15.1
next reply other threads:[~2018-01-05 16:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-05 16:26 Bart Van Assche [this message]
2018-01-05 16:26 ` [PATCH v4 1/5] lib/scatterlist: Introduce sgl_alloc() and sgl_free() Bart Van Assche
2018-01-05 16:26 ` [PATCH v4 2/5] crypto: scompress - use " Bart Van Assche
2018-01-05 16:26 ` [PATCH v4 3/5] nvmet/fc: Use " Bart Van Assche
2018-01-05 16:33 ` James Smart
2018-01-05 16:26 ` [PATCH v4 4/5] nvmet/rdma: " Bart Van Assche
2018-01-05 16:26 ` [PATCH v4 5/5] target: Use sgl_alloc_order() " Bart Van Assche
2018-01-05 19:49 ` [PATCH v4 0/5] Introduce sgl_alloc() " Jens Axboe
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=20180105162650.31083-1-bart.vanassche@wdc.com \
--to=bart.vanassche@wdc.com \
--cc=ard.biesheuvel@linaro.org \
--cc=axboe@kernel.dk \
--cc=hch@lst.de \
--cc=herbert@gondor.apana.org.au \
--cc=linux-block@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=linux-scsi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox