Message ID | 20250204060041.409950-1-ebiggers@kernel.org |
---|---|
Headers | show |
Series | Support for hardware-wrapped inline encryption keys | expand |
Hi Jens, On Mon, Feb 03, 2025 at 10:00:34PM -0800, Eric Biggers wrote: > This is targeting 6.15. As per the suggestion from Jens > (https://lore.kernel.org/linux-block/c3407d1c-6c5c-42ee-b446-ccbab1643a62@kernel.dk/), > I'd like patches 1-3 to be queued up into a branch that gets pulled into > the block tree. I'll then take patches 4-7 through the fscrypt tree, > also for 6.15. If I end up with too many merge conflicts by trying to > take patches 5-7 (given that this is a cross-subsystem feature), my > fallback plan will be to wait until 6.16 to land patches 5-7, when they > will finally be unblocked by the block patches having landed. Let me know what you think about this plan. - Eric
On Mon, 03 Feb 2025 22:00:34 -0800, Eric Biggers wrote: > This patchset is based on v6.14-rc1 and is also available at: > > git fetch https://git.kernel.org/pub/scm/fs/fscrypt/linux.git wrapped-keys-v11 > > This patchset adds support for hardware-wrapped inline encryption keys, > a security feature supported by some SoCs. It adds the block and > fscrypt framework for the feature as well as support for it with UFS on > Qualcomm SoCs. > > [...] Applied, thanks! [1/7] blk-crypto: add basic hardware-wrapped key support commit: ebc4176551cdd021d02f4d2ed734e7b65e44442a [2/7] blk-crypto: show supported key types in sysfs commit: e35fde43e25ad725d27315992fba8088d1210b01 [3/7] blk-crypto: add ioctls to create and prepare hardware-wrapped keys commit: 1ebd4a3c095cd538d3c1c7c12738ef47d8e71f96 Best regards,