[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 00/11] RFC crypto/luks: encryption key managm
From: |
Maxim Levitsky |
Subject: |
Re: [Qemu-devel] [PATCH v2 00/11] RFC crypto/luks: encryption key managment using amend interface |
Date: |
Sun, 22 Sep 2019 11:17:03 +0300 |
On Fri, 2019-09-20 at 17:14 -0400, John Snow wrote:
>
> On 9/12/19 6:30 PM, Maxim Levitsky wrote:
> > This patch series is continuation of my work to add encryption
> > key managment to luks/qcow2 with luks.
> >
> > This is second version of this patch set.
> > The changes are mostly addressing the review feedback,
> > plus I tested (and fixed sadly) the somewhat ugly code
> > that allows to still write share a raw luks device,
> > while preveting the key managment from happening in this case,
> > as it is unsafe.
> > I added a new iotest dedicated to that as well.
> >
> > Best regards,
> > Maxim Levitsky
> >
>
> What branch is this based on?
> It doesn't seem to apply to origin/master.
>
> --js
It is based on refactoring patch series I send before,
which is also under review:
"[PATCH v2 00/13] RFC crypto/luks: preparation for encryption key managment"
Best regards,
Maxim Levitsky
- [Qemu-block] [PATCH v2 04/11] block: amend: add 'force' option, (continued)
- [Qemu-block] [PATCH v2 04/11] block: amend: add 'force' option, Maxim Levitsky, 2019/09/12
- [Qemu-block] [PATCH v2 02/11] qcrypto-luks: extend the create options for upcoming encryption key management, Maxim Levitsky, 2019/09/12
- [Qemu-block] [PATCH v2 05/11] block/crypto: implement the encryption key management, Maxim Levitsky, 2019/09/12
- [Qemu-block] [PATCH v2 06/11] qcow2: implement crypto amend options, Maxim Levitsky, 2019/09/12
- [Qemu-block] [PATCH v2 07/11] block: add x-blockdev-amend qmp command, Maxim Levitsky, 2019/09/12
- [Qemu-block] [PATCH v2 08/11] block/crypto: implement blockdev-amend, Maxim Levitsky, 2019/09/12
- [Qemu-block] [PATCH v2 09/11] block/qcow2: implement blockdev-amend, Maxim Levitsky, 2019/09/12
- [Qemu-block] [PATCH v2 10/11] iotests: filter few more luks specific create options, Maxim Levitsky, 2019/09/12
- [Qemu-block] [PATCH v2 11/11] iotests : add tests for encryption key management, Maxim Levitsky, 2019/09/12
- Re: [Qemu-devel] [PATCH v2 00/11] RFC crypto/luks: encryption key managment using amend interface, John Snow, 2019/09/20