From: Jani Nikula <jani.nikula-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
To: Jarkko Sakkinen
<jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Cc: "open list:DOCUMENTATION"
<linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
open list <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Jonathan Corbet <corbet-T1hC0tSOHrs@public.gmane.org>
Subject: Re: [PATCH 3/3] tpm: move documentation under Documentation/security
Date: Fri, 04 Nov 2016 14:06:00 +0200 [thread overview]
Message-ID: <8760o3ih5j.fsf@intel.com> (raw)
In-Reply-To: <20161103235752.19256-4-jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
On Fri, 04 Nov 2016, Jarkko Sakkinen <jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote:
> In order too make Documentation root directory cleaner move the tpm
> directory under Documentation/security.
FWIW I like this.
BR,
Jani.
>
> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
> ---
> 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
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>,
tpmdd-devel@lists.sourceforge.net
Cc: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>,
Jonathan Corbet <corbet@lwn.net>,
"open list\:DOCUMENTATION" <linux-doc@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 3/3] tpm: move documentation under Documentation/security
Date: Fri, 04 Nov 2016 14:06:00 +0200 [thread overview]
Message-ID: <8760o3ih5j.fsf@intel.com> (raw)
In-Reply-To: <20161103235752.19256-4-jarkko.sakkinen@linux.intel.com>
On Fri, 04 Nov 2016, Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> wrote:
> In order too make Documentation root directory cleaner move the tpm
> directory under Documentation/security.
FWIW I like this.
BR,
Jani.
>
> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
> ---
> 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
next prev parent reply other threads:[~2016-11-04 12:06 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-03 23:57 [PATCH 0/3] Migrate TPM documentation to rst/Sphinx scheme Jarkko Sakkinen
[not found] ` <20161103235752.19256-1-jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2016-11-03 23:57 ` [PATCH 1/3] tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEV Jarkko Sakkinen
2016-11-03 23:57 ` Jarkko Sakkinen
2016-11-05 3:00 ` Jarkko Sakkinen
[not found] ` <20161105030034.6xpd2u7rp5d6d76i-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-11-07 0:46 ` Stefan Berger
2016-11-07 0:46 ` Stefan Berger
2016-11-03 23:57 ` [PATCH 3/3] tpm: move documentation under Documentation/security Jarkko Sakkinen
2016-11-03 23:57 ` Jarkko Sakkinen
[not found] ` <20161103235752.19256-4-jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2016-11-04 12:06 ` Jani Nikula [this message]
2016-11-04 12:06 ` Jani Nikula
2016-11-04 13:01 ` Jarkko Sakkinen
2016-11-04 16:34 ` James Morris
2016-11-07 22:37 ` Jonathan Corbet
2016-11-07 22:37 ` Jonathan Corbet
2016-11-08 0:22 ` Jarkko Sakkinen
2016-11-03 23:57 ` [PATCH 2/3] tpm: transition tpm_vtpm_proxy documentation to the Sphinx Jarkko Sakkinen
2016-11-03 23:57 ` Jarkko Sakkinen
2016-11-05 3:01 ` Jarkko Sakkinen
2016-11-07 0:47 ` Stefan Berger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8760o3ih5j.fsf@intel.com \
--to=jani.nikula-vuqaysv1563yd54fqh9/ca@public.gmane.org \
--cc=corbet-T1hC0tSOHrs@public.gmane.org \
--cc=jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.