Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp696266ybk; Fri, 15 May 2020 11:08:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJykcnEsiiHh8dn6TF2Lpv+UaZNene6FRos2OXnfl582jiV8XFOSBkXr/p+Uhv/RVGatw3pM X-Received: by 2002:aa7:dd12:: with SMTP id i18mr4220065edv.133.1589566100982; Fri, 15 May 2020 11:08:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589566100; cv=none; d=google.com; s=arc-20160816; b=mNDfPuOuhG+gKhX6bl/VzqWKAa7PBUPI9jVbSZc88rF55ektDYGZo3/qGxwJtWWdxQ SxMREHQ+PscheWtJexgdS3RLiKQorsubgD1Dam+I4sBRRu5GuuXQRWoG72SidJJqqODM wi8Rv+H7+u8lYryFoN4C8qBV/8aSqbpdoC/zSeOFRLWK0MTZO6VNXb+yzJ3sVoLjeOfp BVq24xL8DvXgysoRO3xD5BcOx7WBiJu8kfWA+dl9g1LCWB7I6KyYRVK38aFDFbaSVcOp +Py0RNyAqqVuqhSLVvxZpPaGjz3+cDZkyH43GT3WSkNyppYX8h554c5h8FKebFMZ7QVu NcUg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=Q/dm0jOyN5kJVOc6BFlP/qaPo22TfIfcOpHhYPLGExs=; b=IcCKpx0g4q6k6SQMwiXsCvIeI+apUMh4kzML2o+m1g18faVpKZwWZ9FwW5aZPAt63C thKzAwpnx2ULJJYIuFA9B48IC4WkI5ve+gFinq0PcdN2nNJ+SCUqQErC381JI0vDOq+g 9Ud92QnMKFFMPH5vog0h6My30yz3VCZYWZTePYdCJWwzdGD09rLtBi87KAMBBbw/KGsf RfK20FOGm3yw8Cckm+ksRVdzZ7zxscsdW0+p/avM38Yqp9w1H9RfAeVlLt8ald+S2vRj RhJ5QWa5fXDZ1HXcgxNYZLIH7waIkVV+STEDeQJLGDk7eKVmg/CYSZy+kzEIROG8Zgfg v/tA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m20si1621968ejr.172.2020.05.15.11.07.56; Fri, 15 May 2020 11:08:20 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726275AbgEOSEG (ORCPT + 99 others); Fri, 15 May 2020 14:04:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726144AbgEOSEF (ORCPT ); Fri, 15 May 2020 14:04:05 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3FE8C061A0C; Fri, 15 May 2020 11:04:05 -0700 (PDT) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 82EAC72D; Fri, 15 May 2020 18:04:05 +0000 (UTC) Date: Fri, 15 May 2020 12:04:04 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org Subject: Re: [PATCH 09/14] docs: move digsig docs to the security book Message-ID: <20200515120404.289e2729@lwn.net> In-Reply-To: <6af5365404c7bd9d008e7e3a77ba83587fd33012.1588345503.git.mchehab+huawei@kernel.org> References: <6af5365404c7bd9d008e7e3a77ba83587fd33012.1588345503.git.mchehab+huawei@kernel.org> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 1 May 2020 17:37:53 +0200 Mauro Carvalho Chehab wrote: > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/{digsig.txt => security/digsig.rst} | 0 > Documentation/security/index.rst | 1 + > 2 files changed, 1 insertion(+) > rename Documentation/{digsig.txt => security/digsig.rst} (100%) > > diff --git a/Documentation/digsig.txt b/Documentation/security/digsig.rst > similarity index 100% > rename from Documentation/digsig.txt > rename to Documentation/security/digsig.rst > diff --git a/Documentation/security/index.rst b/Documentation/security/index.rst > index fc503dd689a7..8129405eb2cc 100644 > --- a/Documentation/security/index.rst > +++ b/Documentation/security/index.rst > @@ -15,3 +15,4 @@ Security Documentation > self-protection > siphash > tpm/index > + digsig Applied, thanks. jon