From: Eric Biggers <ebiggers@kernel.org>
To: dm-devel@lists.linux.dev, Alasdair Kergon <agk@redhat.com>,
Mike Snitzer <snitzer@kernel.org>,
Mikulas Patocka <mpatocka@redhat.com>
Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-fscrypt@vger.kernel.org,
Bartosz Golaszewski <brgl@bgdev.pl>,
Gaurav Kashyap <quic_gaurkash@quicinc.com>
Subject: [PATCH v2 0/2] dm: pass through operations on wrapped inline crypto keys
Date: Thu, 1 May 2025 14:23:18 -0700 [thread overview]
Message-ID: <20250501212320.8281-1-ebiggers@kernel.org> (raw)
This series makes the device-mapper layer pass through the blk-crypto
wrapped key operations when underlying devices support them.
This is targeting linux-dm/dm-6.16.
Changed in v2:
- Call dm_put_live_table() even when dm_get_live_table() returns NULL.
Eric Biggers (2):
blk-crypto: export wrapped key functions
dm: pass through operations on wrapped inline crypto keys
block/blk-crypto-profile.c | 4 +
drivers/md/dm-table.c | 177 +++++++++++++++++++++++++++++++++++++
2 files changed, 181 insertions(+)
base-commit: d5d16fabe431d1f7b822cf03f54e7186b284b7bd
--
2.49.0
next reply other threads:[~2025-05-01 21:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-01 21:23 Eric Biggers [this message]
2025-05-01 21:23 ` [PATCH v2 1/2] blk-crypto: export wrapped key functions Eric Biggers
2025-05-01 21:23 ` [PATCH v2 2/2] dm: pass through operations on wrapped inline crypto keys Eric Biggers
2025-05-05 16:15 ` Mikulas Patocka
2025-05-05 17:03 ` Eric Biggers
2025-05-05 21:01 ` Mikulas Patocka
2025-05-05 21:14 ` Eric Biggers
2025-05-06 17:14 ` Mikulas Patocka
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=20250501212320.8281-1-ebiggers@kernel.org \
--to=ebiggers@kernel.org \
--cc=agk@redhat.com \
--cc=brgl@bgdev.pl \
--cc=dm-devel@lists.linux.dev \
--cc=linux-block@vger.kernel.org \
--cc=linux-fscrypt@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mpatocka@redhat.com \
--cc=quic_gaurkash@quicinc.com \
--cc=snitzer@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.