From: Eric Biggers <ebiggers@kernel.org>
To: stable@vger.kernel.org
Cc: linux-block@vger.kernel.org
Subject: [PATCH 5.15 0/3] blk-crypto fixes for 5.15
Date: Wed, 3 May 2023 21:03:26 -0700 [thread overview]
Message-ID: <20230504040329.106127-1-ebiggers@kernel.org> (raw)
This series backports some blk-crypto fixes to 5.15.
Eric Biggers (3):
blk-mq: release crypto keyslot before reporting I/O complete
blk-crypto: make blk_crypto_evict_key() return void
blk-crypto: make blk_crypto_evict_key() more robust
block/blk-core.c | 7 ++++
block/blk-crypto-internal.h | 25 +++++++++++---
block/blk-crypto.c | 69 +++++++++++++++++++++----------------
block/blk-merge.c | 2 ++
block/blk-mq.c | 2 +-
block/keyslot-manager.c | 43 +++++++++++------------
drivers/md/dm-table.c | 19 +++-------
include/linux/blk-crypto.h | 4 +--
8 files changed, 99 insertions(+), 72 deletions(-)
base-commit: 8a7f2a5c5aa1648edb4f2029c6ec33870afb7a95
--
2.40.1
next reply other threads:[~2023-05-04 4:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-04 4:03 Eric Biggers [this message]
2023-05-04 4:03 ` [PATCH 5.15 1/3] blk-mq: release crypto keyslot before reporting I/O complete Eric Biggers
2023-05-04 4:03 ` [PATCH 5.15 2/3] blk-crypto: make blk_crypto_evict_key() return void Eric Biggers
2023-05-04 4:03 ` [PATCH 5.15 3/3] blk-crypto: make blk_crypto_evict_key() more robust Eric Biggers
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=20230504040329.106127-1-ebiggers@kernel.org \
--to=ebiggers@kernel.org \
--cc=linux-block@vger.kernel.org \
--cc=stable@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;
as well as URLs for NNTP newsgroup(s).