Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934870AbcKDNBI (ORCPT ); Fri, 4 Nov 2016 09:01:08 -0400 Received: from mga02.intel.com ([134.134.136.20]:56004 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934248AbcKDNBG (ORCPT ); Fri, 4 Nov 2016 09:01:06 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,443,1473145200"; d="scan'208";a="27466345" Date: Fri, 4 Nov 2016 07:01:02 -0600 From: Jarkko Sakkinen To: Jani Nikula Cc: tpmdd-devel@lists.sourceforge.net, Jonathan Corbet , "open list:DOCUMENTATION" , open list , linux-security-module@vger.kernel.org, James Morris Subject: Re: [PATCH 3/3] tpm: move documentation under Documentation/security Message-ID: <20161104130102.pm4ggspfbyemrx6u@intel.com> References: <20161103235752.19256-1-jarkko.sakkinen@linux.intel.com> <20161103235752.19256-4-jarkko.sakkinen@linux.intel.com> <8760o3ih5j.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8760o3ih5j.fsf@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2686 Lines: 74 On Fri, Nov 04, 2016 at 02:06:00PM +0200, Jani Nikula wrote: > On Fri, 04 Nov 2016, Jarkko Sakkinen wrote: > > In order too make Documentation root directory cleaner move the tpm > > directory under Documentation/security. > > FWIW I like this. Thx. I just realized that I should have CC'd to linux-security-module to get say from James as this makes path for the whole security tree. James, sorry about that. Can you share your opinion? > BR, > Jani. /Jarkko > > > > > > 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 > > -- > Jani Nikula, Intel Open Source Technology Center