From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5977C33C9E for ; Tue, 14 Jan 2020 19:36:42 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 73BE324655 for ; Tue, 14 Jan 2020 19:36:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Zb3L+hf3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 73BE324655 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:45136 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irRzV-0004PC-3U for qemu-devel@archiver.kernel.org; Tue, 14 Jan 2020 14:36:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38250) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irRy3-0002nd-Hk for qemu-devel@nongnu.org; Tue, 14 Jan 2020 14:35:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irRxz-0007Jw-MK for qemu-devel@nongnu.org; Tue, 14 Jan 2020 14:35:11 -0500 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:43335 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1irRxz-0007Jk-JM for qemu-devel@nongnu.org; Tue, 14 Jan 2020 14:35:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579030507; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LDfsfm+SWA5+Kiwatmpc6gkezr981Jx3Sa8/C7IeaCc=; b=Zb3L+hf3ez7fHOPyXfxHVQsbbF+Z7NsLLPp3I4BkbWNS6HmbJY+OD0iKIL8ERuil9fuxGa Hk1TkRmcJM5UnqvN11ZoAFWZrYEOQqF7dP8hlDLREVzPtLpy+H50JXN4PdOBpKyidWbwpt E0yCJe13Rnbf25TLsIZdDafBxiGcThg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-146-AkAtIDI_O1CWi7-QEgvbmw-1; Tue, 14 Jan 2020 14:33:58 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9B0C41800D78; Tue, 14 Jan 2020 19:33:57 +0000 (UTC) Received: from maximlenovopc.usersys.redhat.com (unknown [10.35.206.41]) by smtp.corp.redhat.com (Postfix) with ESMTP id AFCF77C83A; Tue, 14 Jan 2020 19:33:52 +0000 (UTC) From: Maxim Levitsky To: qemu-devel@nongnu.org Subject: [PATCH 00/13] LUKS: encryption slot management using amend interface Date: Tue, 14 Jan 2020 21:33:37 +0200 Message-Id: <20200114193350.10830-1-mlevitsk@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-MC-Unique: AkAtIDI_O1CWi7-QEgvbmw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 207.211.31.120 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin Wolf , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , qemu-block@nongnu.org, Markus Armbruster , Max Reitz , Maxim Levitsky , John Snow Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Hi! Here is the updated series of my patches, incorporating all the feedback I = received. Patches are strictly divided by topic to 3 groups, and each group depends o= n former groups. * Patches 1,2 implement qcrypto generic amend interface, including definiti= on of structs used in crypto.json and implement this in luks crypto driver Nothing is exposed to the user at this stage * Patches 3-9 use the code from patches 1,2 to implement qemu-img amend bas= ed encryption slot management for luks and for qcow2, and add a bunch of iotests to cover that. * Patches 10-13 add x-blockdev-amend (I'll drop the -x prefix if you like),= and wire it to luks and qcow2 driver to implement qmp based encryption slot managemen= t also using the code from patches 1,2, and also add a bunch of iotests to cover this. Best regards, Maxim Levitsky Maxim Levitsky (13): qcrypto: add generic infrastructure for crypto options amendment qcrypto-luks: implement encryption key management block: amend: add 'force' option block: amend: separate amend and create options for qemu-img block/crypto: rename two functions block/crypto: implement the encryption key management qcow2: extend qemu-img amend interface with crypto options iotests: filter few more luks specific create options qemu-iotests: qemu-img tests for luks key management block: add generic infrastructure for x-blockdev-amend qmp command block/crypto: implement blockdev-amend block/qcow2: implement blockdev-amend iotests: add tests for blockdev-amend block.c | 4 +- block/Makefile.objs | 2 +- block/amend.c | 108 +++++++++ block/crypto.c | 204 +++++++++++++++-- block/crypto.h | 34 +++ block/qcow2.c | 269 +++++++++++++++------- crypto/block-luks.c | 374 ++++++++++++++++++++++++++++++- crypto/block.c | 31 +++ crypto/blockpriv.h | 8 + include/block/block.h | 1 + include/block/block_int.h | 24 +- include/crypto/block.h | 22 ++ qapi/block-core.json | 68 ++++++ qapi/crypto.json | 64 ++++++ qapi/job.json | 4 +- qemu-img-cmds.hx | 4 +- qemu-img.c | 26 ++- qemu-img.texi | 6 +- tests/qemu-iotests/087.out | 6 +- tests/qemu-iotests/134.out | 2 +- tests/qemu-iotests/158.out | 4 +- tests/qemu-iotests/188.out | 2 +- tests/qemu-iotests/189.out | 4 +- tests/qemu-iotests/198.out | 4 +- tests/qemu-iotests/300 | 207 +++++++++++++++++ tests/qemu-iotests/300.out | 99 ++++++++ tests/qemu-iotests/301 | 90 ++++++++ tests/qemu-iotests/301.out | 30 +++ tests/qemu-iotests/302 | 284 +++++++++++++++++++++++ tests/qemu-iotests/302.out | 40 ++++ tests/qemu-iotests/303 | 235 +++++++++++++++++++ tests/qemu-iotests/303.out | 33 +++ tests/qemu-iotests/common.filter | 6 +- tests/qemu-iotests/group | 6 + 34 files changed, 2174 insertions(+), 131 deletions(-) create mode 100644 block/amend.c create mode 100755 tests/qemu-iotests/300 create mode 100644 tests/qemu-iotests/300.out create mode 100755 tests/qemu-iotests/301 create mode 100644 tests/qemu-iotests/301.out create mode 100644 tests/qemu-iotests/302 create mode 100644 tests/qemu-iotests/302.out create mode 100644 tests/qemu-iotests/303 create mode 100644 tests/qemu-iotests/303.out --=20 2.17.2