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 1F32FC433FE for ; Thu, 12 May 2022 06:19:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350231AbiELGTR (ORCPT ); Thu, 12 May 2022 02:19:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239775AbiELGTQ (ORCPT ); Thu, 12 May 2022 02:19:16 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 427AC140435; Wed, 11 May 2022 23:19:16 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id F1E4CB82701; Thu, 12 May 2022 06:19:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D84BC385B8; Thu, 12 May 2022 06:19:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652336353; bh=qOyBPK7TljuAhSrqbpM1O6XdNl/pRG4gfpH6MySft30=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rMGJhmWwGhuEOAxU/G9IM2KhVWGEpF75e2bPDyHEBqUTMaq0XxGUmQnlFh4K/Cw0D s113JAqy8t2S67WDVFdU92bgXLuU+jdNjBfbMYKfrNMSGAN5gmPNwniqgEt8v1M5+n ++RKu3MT0VmF3KduC4QivpQ1AdUyVybz83mOtMdVraPklhVX+p78PatrDKu6m46KT8 7owaBHE8lhGEImrGZ7FDVJsbmv26h/MVmd/GzR/dlheQjbiFdvrOKc9SjAcB7dLEH2 IHCb8Cr8/vxdx0XGXgDM2VHKiGaiFeWBe3oBbb+vDlF9CBjK/y2yPdmGnCLO4xefP/ j0B3MQ8trl4TA== Date: Wed, 11 May 2022 23:19:11 -0700 From: Eric Biggers To: Mimi Zohar Cc: linux-integrity@vger.kernel.org, Stefan Berger , linux-fscrypt@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 7/7] fsverity: update the documentation Message-ID: References: <20220505123141.1599622-1-zohar@linux.ibm.com> <20220505123141.1599622-8-zohar@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220505123141.1599622-8-zohar@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Thu, May 05, 2022 at 08:31:41AM -0400, Mimi Zohar wrote: > Update the fsverity documentation related to IMA signature support. > > Acked-by: Stefan Berger > Signed-off-by: Mimi Zohar > --- > Documentation/filesystems/fsverity.rst | 35 +++++++++++++++++--------- > 1 file changed, 23 insertions(+), 12 deletions(-) Acked-by: Eric Biggers - Eric