2024-05-06 11:10:25

by Bagas Sanjaya

[permalink] [raw]
Subject: [PATCH] Documentation: tpm: Add TPM security docs toctree entry

Stephen Rothwell reports htmldocs warning when merging tpmdd tree for
linux-next:

Documentation/security/tpm/tpm-security.rst: WARNING: document isn't included in any toctree

Add toctree entry for TPM security docs to fix above warning.

Fixes: ddfb3687c538 ("Documentation: add tpm-security.rst")
Reported-by: Stephen Rothwell <[email protected]>
Closes: https://lore.kernel.org/linux-next/[email protected]/
Signed-off-by: Bagas Sanjaya <[email protected]>
---
Documentation/security/tpm/index.rst | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/security/tpm/index.rst b/Documentation/security/tpm/index.rst
index f27a17f60a9602..fa593d960040a9 100644
--- a/Documentation/security/tpm/index.rst
+++ b/Documentation/security/tpm/index.rst
@@ -5,6 +5,7 @@ Trusted Platform Module documentation
.. toctree::

tpm_event_log
+ tpm-security
tpm_tis
tpm_vtpm_proxy
xen-tpmfront

base-commit: 152585665f0f6b89e67ed6d04c17b18d1f0f4077
--
An old man doll... just what I always wanted! - Clara



2024-05-07 20:09:11

by Jarkko Sakkinen

[permalink] [raw]
Subject: Re: [PATCH] Documentation: tpm: Add TPM security docs toctree entry

On Mon May 6, 2024 at 1:59 PM EEST, Bagas Sanjaya wrote:
> Stephen Rothwell reports htmldocs warning when merging tpmdd tree for
> linux-next:
>
> Documentation/security/tpm/tpm-security.rst: WARNING: document isn't included in any toctree
>
> Add toctree entry for TPM security docs to fix above warning.
>
> Fixes: ddfb3687c538 ("Documentation: add tpm-security.rst")
> Reported-by: Stephen Rothwell <[email protected]>
> Closes: https://lore.kernel.org/linux-next/[email protected]/
> Signed-off-by: Bagas Sanjaya <[email protected]>
> ---
> Documentation/security/tpm/index.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/security/tpm/index.rst b/Documentation/security/tpm/index.rst
> index f27a17f60a9602..fa593d960040a9 100644
> --- a/Documentation/security/tpm/index.rst
> +++ b/Documentation/security/tpm/index.rst
> @@ -5,6 +5,7 @@ Trusted Platform Module documentation
> .. toctree::
>
> tpm_event_log
> + tpm-security
> tpm_tis
> tpm_vtpm_proxy
> xen-tpmfront
>
> base-commit: 152585665f0f6b89e67ed6d04c17b18d1f0f4077

Reviewed-by: Jarkko Sakkinen <[email protected]>

I'll apply asap

BR, Jarkko