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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B332C433F5 for ; Wed, 2 Feb 2022 08:49:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245180AbiBBItW (ORCPT ); Wed, 2 Feb 2022 03:49:22 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:43198 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237169AbiBBItV (ORCPT ); Wed, 2 Feb 2022 03:49:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1643791761; 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: in-reply-to:in-reply-to:references:references; bh=VTjMgxqFw7q3lN61xuKdMsCU7dwv3H2LQch/NOGulyE=; b=EpljswTe8npkRzhFe6lmcBsGIEG++b4BDm4Bp3kVnTKiDMImZGrPgD2+zzky1wiL3Us1la 6rm6jinDw9DkoH7xoge2qXZ/ReizZAlfdmLC8pEOLQvwrastNn3Us2h/HY6jNMC5Ox2Ixm UkE6gLgVCGeTNI0fe8Jm+c3l9GWqAMg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-418-e53eU149PTiv7iptKT2yDQ-1; Wed, 02 Feb 2022 03:49:18 -0500 X-MC-Unique: e53eU149PTiv7iptKT2yDQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8F21D81F002; Wed, 2 Feb 2022 08:49:15 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.47]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DC5E31F2F9; Wed, 2 Feb 2022 08:49:10 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 396041800397; Wed, 2 Feb 2022 09:49:09 +0100 (CET) Date: Wed, 2 Feb 2022 09:49:09 +0100 From: Gerd Hoffmann To: Dov Murik Cc: linux-efi@vger.kernel.org, Borislav Petkov , Ashish Kalra , Brijesh Singh , Tom Lendacky , Ard Biesheuvel , James Morris , "Serge E. Hallyn" , Andi Kleen , Greg KH , Andrew Scull , Dave Hansen , "Dr. David Alan Gilbert" , Lenny Szubowicz , Peter Gonda , James Bottomley , Tobin Feldman-Fitzthum , Jim Cadden , Daniele Buono , linux-coco@lists.linux.dev, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 5/5] docs: security: Add coco/efi_secret documentation Message-ID: <20220202084909.ancetiuel6xysh2q@sirius.home.kraxel.org> References: <20220201124413.1093099-1-dovmurik@linux.ibm.com> <20220201124413.1093099-6-dovmurik@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220201124413.1093099-6-dovmurik@linux.ibm.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: On Tue, Feb 01, 2022 at 12:44:13PM +0000, Dov Murik wrote: > Add documentation for the efi_secret module which allows access > to Confidential Computing injected secrets. Looks good, but might need updates when the paths change. Reviewed-by: Gerd Hoffmann take care, Gerd