linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] docs: process/index.rst: Fix reference to nonexistent document
       [not found] ` <20200718165107.625847-5-dwlsalmeida@gmail.com>
@ 2020-07-20  1:02   ` Kees Cook
  2020-07-20 12:39   ` Stephen Kitt
  2020-07-23 20:26   ` Jonathan Corbet
  2 siblings, 0 replies; 3+ messages in thread
From: Kees Cook @ 2020-07-20  1:02 UTC (permalink / raw)
  To: Daniel W. S. Almeida
  Cc: aou, steve, corbet, gregkh, jpoimboe, linux-doc, linux-kernel,
	tyhicks, clang-built-linux, palmer, paul.walmsley, jkosina, tglx,
	linux-riscv

On Sat, Jul 18, 2020 at 01:50:59PM -0300, Daniel W. S. Almeida wrote:
> From: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
> 
> Fix the following warning:
> 
> WARNING: toctree contains reference to nonexistent document
> 'process/unaligned-memory-access'
> 
> The path to the document was wrong.
> 
> Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>

Reviewed-by: Kees Cook <keescook@chromium.org>

-- 
Kees Cook

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: process/index.rst: Fix reference to nonexistent document
       [not found] ` <20200718165107.625847-5-dwlsalmeida@gmail.com>
  2020-07-20  1:02   ` [PATCH] docs: process/index.rst: Fix reference to nonexistent document Kees Cook
@ 2020-07-20 12:39   ` Stephen Kitt
  2020-07-23 20:26   ` Jonathan Corbet
  2 siblings, 0 replies; 3+ messages in thread
From: Stephen Kitt @ 2020-07-20 12:39 UTC (permalink / raw)
  To: Daniel W. S. Almeida
  Cc: aou, keescook, corbet, gregkh, jpoimboe, linux-doc, linux-kernel,
	tyhicks, clang-built-linux, palmer, paul.walmsley, jkosina, tglx,
	linux-riscv


[-- Attachment #1.1: Type: text/plain, Size: 510 bytes --]

On Sat, 18 Jul 2020 13:50:59 -0300, "Daniel W. S. Almeida"
<dwlsalmeida@gmail.com> wrote:

> From: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
> 
> Fix the following warning:
> 
> WARNING: toctree contains reference to nonexistent document
> 'process/unaligned-memory-access'
> 
> The path to the document was wrong.
> 
> Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>

Fixes: c9b54d6f362c ("docs: move other kAPI documents to core-api")
Reviewed-by: Stephen Kitt <steve@sk2.org>

[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: process/index.rst: Fix reference to nonexistent document
       [not found] ` <20200718165107.625847-5-dwlsalmeida@gmail.com>
  2020-07-20  1:02   ` [PATCH] docs: process/index.rst: Fix reference to nonexistent document Kees Cook
  2020-07-20 12:39   ` Stephen Kitt
@ 2020-07-23 20:26   ` Jonathan Corbet
  2 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2020-07-23 20:26 UTC (permalink / raw)
  To: Daniel W. S. Almeida
  Cc: aou, steve, keescook, jkosina, gregkh, paul.walmsley, linux-doc,
	linux-kernel, tyhicks, clang-built-linux, palmer, jpoimboe, tglx,
	linux-riscv

On Sat, 18 Jul 2020 13:50:59 -0300
"Daniel W. S. Almeida" <dwlsalmeida@gmail.com> wrote:

> From: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
> 
> Fix the following warning:
> 
> WARNING: toctree contains reference to nonexistent document
> 'process/unaligned-memory-access'
> 
> The path to the document was wrong.
> 
> Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
> ---
>  Documentation/process/index.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst
> index f07c9250c3acb..dd231ffc8422d 100644
> --- a/Documentation/process/index.rst
> +++ b/Documentation/process/index.rst
> @@ -32,7 +32,7 @@ Below are the essential guides that every developer should read.
>     kernel-enforcement-statement
>     kernel-driver-statement
>  
> -Other guides to the community that are of interest to most developers are: 
> +Other guides to the community that are of interest to most developers are:
>  
>  .. toctree::
>     :maxdepth: 1
> @@ -61,7 +61,7 @@ lack of a better place.
>     botching-up-ioctls
>     clang-format
>     ../riscv/patch-acceptance
> -   unaligned-memory-access
> +   ../core-api/unaligned-memory-access

Applied, but the right solution is probably just to list it in the
core-api book rather than here.

Thanks,

jon

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-23 20:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200718165107.625847-1-dwlsalmeida@gmail.com>
     [not found] ` <20200718165107.625847-5-dwlsalmeida@gmail.com>
2020-07-20  1:02   ` [PATCH] docs: process/index.rst: Fix reference to nonexistent document Kees Cook
2020-07-20 12:39   ` Stephen Kitt
2020-07-23 20:26   ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).