From patchwork Thu Nov 3 23:57:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarkko Sakkinen X-Patchwork-Id: 691098 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.sourceforge.net (lists.sourceforge.net [216.34.181.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3t924F6dJnz9t0Z for ; Fri, 4 Nov 2016 10:58:53 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=sfs-ml-1.v29.ch3.sourceforge.com) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1c2RuC-0006ec-Lc; Thu, 03 Nov 2016 23:58:48 +0000 Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1c2RuB-0006eW-J8 for tpmdd-devel@lists.sourceforge.net; Thu, 03 Nov 2016 23:58:47 +0000 Received-SPF: neutral (sog-mx-1.v43.ch3.sourceforge.com: 217.30.184.167 is neither permitted nor denied by domain of iki.fi) client-ip=217.30.184.167; envelope-from=jarkko.sakkinen@iki.fi; helo=mail.kapsi.fi; Received: from mail.kapsi.fi ([217.30.184.167]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) id 1c2RuA-0006k6-RJ for tpmdd-devel@lists.sourceforge.net; Thu, 03 Nov 2016 23:58:47 +0000 Received: from [198.233.217.214] (helo=localhost) by mail.kapsi.fi with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1c2Ru2-0001BB-Qc; Fri, 04 Nov 2016 01:58:39 +0200 From: Jarkko Sakkinen To: tpmdd-devel@lists.sourceforge.net Date: Thu, 3 Nov 2016 17:57:52 -0600 Message-Id: <20161103235752.19256-4-jarkko.sakkinen@linux.intel.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161103235752.19256-1-jarkko.sakkinen@linux.intel.com> References: <20161103235752.19256-1-jarkko.sakkinen@linux.intel.com> X-SA-Exim-Connect-IP: 198.233.217.214 X-SA-Exim-Mail-From: jarkko.sakkinen@iki.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false X-Spam-Score: 0.7 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [217.30.184.167 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) X-Headers-End: 1c2RuA-0006k6-RJ Cc: "open list:DOCUMENTATION" , open list , Jonathan Corbet Subject: [tpmdd-devel] [PATCH 3/3] tpm: move documentation under Documentation/security X-BeenThere: tpmdd-devel@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: Tpm Device Driver maintainance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: tpmdd-devel-bounces@lists.sourceforge.net In order too make Documentation root directory cleaner move the tpm directory under Documentation/security. Signed-off-by: Jarkko Sakkinen --- Documentation/index.rst | 2 +- Documentation/security/index.rst | 7 +++++++ Documentation/{ => security}/tpm/index.rst | 0 Documentation/{ => security}/tpm/tpm_vtpm_proxy.rst | 0 Documentation/{ => security}/tpm/xen-tpmfront.txt | 0 5 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Documentation/security/index.rst rename Documentation/{ => security}/tpm/index.rst (100%) rename Documentation/{ => security}/tpm/tpm_vtpm_proxy.rst (100%) rename Documentation/{ => security}/tpm/xen-tpmfront.txt (100%) diff --git a/Documentation/index.rst b/Documentation/index.rst index 0058b65..b4c3034 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -19,7 +19,7 @@ Contents: media/dvb-drivers/index media/v4l-drivers/index gpu/index - tpm/index + security/index Indices and tables ================== diff --git a/Documentation/security/index.rst b/Documentation/security/index.rst new file mode 100644 index 0000000..9bae6bb --- /dev/null +++ b/Documentation/security/index.rst @@ -0,0 +1,7 @@ +====================== +Security documentation +====================== + +.. toctree:: + + tpm/index diff --git a/Documentation/tpm/index.rst b/Documentation/security/tpm/index.rst similarity index 100% rename from Documentation/tpm/index.rst rename to Documentation/security/tpm/index.rst diff --git a/Documentation/tpm/tpm_vtpm_proxy.rst b/Documentation/security/tpm/tpm_vtpm_proxy.rst similarity index 100% rename from Documentation/tpm/tpm_vtpm_proxy.rst rename to Documentation/security/tpm/tpm_vtpm_proxy.rst diff --git a/Documentation/tpm/xen-tpmfront.txt b/Documentation/security/tpm/xen-tpmfront.txt similarity index 100% rename from Documentation/tpm/xen-tpmfront.txt rename to Documentation/security/tpm/xen-tpmfront.txt