All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linlin Zhang <linlin.zhang@oss.qualcomm.com>
To: Eric Biggers <ebiggers@kernel.org>
Cc: virtio-dev@lists.linux.dev, stefanha@redhat.com,
	neeraj.soni@oss.qualcomm.com
Subject: Re: [PATCH v1] virtio-blk: Add inline encryption support
Date: Wed, 19 Aug 2026 19:30:15 +0800	[thread overview]
Message-ID: <97c80fa6-2e04-490a-8b38-c951d7c80486@oss.qualcomm.com> (raw)
In-Reply-To: <20260819043321.GB9971@sol>



On 8/19/2026 12:33 PM, Eric Biggers wrote:
> On Fri, Aug 14, 2026 at 07:23:01AM -0700, Linlin Zhang wrote:
>> When the feature is negotiated, the device reports inline encryption
>> characteristics through virtio_blk_enc_characteristics. Add
>> VIRTIO_BLK_T_GET_CRYPTO_MODES, VIRTIO_BLK_T_CRYPTO_IN, and
>> VIRTIO_BLK_T_CRYPTO_OUT so that the driver can discover supported
>> crypto modes and submit inline-encrypted I/O requests.
> 
> How is the driver expected to program and evict keyslots?

There are 2 new added drivers, one is virtio blk extension driver which is
generic, and the other is crypto virtualization driver which is vendor
specific.

The virtio blk extension driver manages the initialization of blk-crypto-profile,
and implements the interfaces of blk_crypto_ll_ops.

The crypto virtualization driver performs similar operation like the key handling
part in ufs-qcom and ice drivers. It forwards the key program/eviction request to
Trust Zone via SMC call.

For QCOM, the whole flow of key program/eviction is like
  - block layer passes the request to virtio_blk extension driver via blk_crypto_ll_ops
  - virtio_blk extension -> crypto virtualization -> qcom_scm -> SCM -> HYP ->TZ

The vendors can implement their own crypto virtualization driver.

> 
>> For background on inline encryption in UFS and eMMC storage, see:
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/block/inline-encryption.rst
> 
> Is there a corresponding Linux driver patch so that we can see how this
> is intended to be used?
> 
> - Eric

Thanks for your review!
I'm preparing the Linux driver patch series and will push them to your
review in a few days.


  parent reply	other threads:[~2026-08-19 11:30 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-14 14:23 [PATCH v1] virtio-blk: Add inline encryption support Linlin Zhang
2026-08-17 17:16 ` Stefan Hajnoczi
2026-08-18  4:53   ` Linlin Zhang
     [not found] ` <20260819042915.GA9971@sol>
2026-08-19 11:10   ` Linlin Zhang
     [not found] ` <20260819043321.GB9971@sol>
2026-08-19 11:30   ` Linlin Zhang [this message]
2026-08-19 19:35     ` Stefan Hajnoczi
2026-08-20 14:37       ` Linlin Zhang
2026-08-19 21:18 ` Stefan Hajnoczi
2026-08-20 16:18   ` Linlin Zhang
2026-08-21 12:49     ` Linlin Zhang
2026-08-21 15:33       ` Stefan Hajnoczi
2026-08-22 10:04         ` Linlin Zhang
2026-08-21 15:30     ` Stefan Hajnoczi
2026-08-22 10:43       ` Linlin Zhang
  -- strict thread matches above, loose matches on Subject: below --
2026-01-27 14:14 Linlin Zhang
2026-01-27 14:20 ` Linlin Zhang
2026-01-27 21:09   ` Stefan Hajnoczi
2026-01-30 10:23     ` Linlin Zhang
2026-02-02 15:56       ` Stefan Hajnoczi
2026-02-03 10:06         ` Linlin Zhang
2026-02-03 14:43           ` Stefan Hajnoczi
2026-02-04 13:57             ` Linlin Zhang
2026-02-04 17:27               ` Stefan Hajnoczi

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=97c80fa6-2e04-490a-8b38-c951d7c80486@oss.qualcomm.com \
    --to=linlin.zhang@oss.qualcomm.com \
    --cc=ebiggers@kernel.org \
    --cc=neeraj.soni@oss.qualcomm.com \
    --cc=stefanha@redhat.com \
    --cc=virtio-dev@lists.linux.dev \
    /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.