2022-03-29 15:08:16

by Bagas Sanjaya

[permalink] [raw]
Subject: [PATCH] Documentation: riscv: remove non-existent document from table of contents

Remove reference to non-existent pmu.rst from table of contents tree
in Documentation/riscv/index.rst.

Fixes: 23b1f18326ec ("Documentation: riscv: Remove the old
documentation")
Link: https://lore.kernel.org/linux-next/[email protected]/
Cc: Palmer Dabbelt <[email protected]>
Cc: Paul Walmsley <[email protected]>
Cc: Atish Patra <[email protected]>
Cc: Atish Patra <[email protected]>
Cc: Atish Patra <[email protected]>
Cc: Linux Kernel Mailing List <[email protected]>
Cc: Linux Next Mailing List <[email protected]>
Cc: [email protected]
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Bagas Sanjaya <[email protected]>
---
Documentation/riscv/index.rst | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/riscv/index.rst b/Documentation/riscv/index.rst
index ea915c1960488a..e23b876ad6ebb6 100644
--- a/Documentation/riscv/index.rst
+++ b/Documentation/riscv/index.rst
@@ -7,7 +7,6 @@ RISC-V architecture

boot-image-header
vm-layout
- pmu
patch-acceptance

features

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


2022-04-02 04:32:07

by Palmer Dabbelt

[permalink] [raw]
Subject: Re: [PATCH] Documentation: riscv: remove non-existent document from table of contents

On Tue, 29 Mar 2022 01:44:28 PDT (-0700), [email protected] wrote:
> Remove reference to non-existent pmu.rst from table of contents tree
> in Documentation/riscv/index.rst.
>
> Fixes: 23b1f18326ec ("Documentation: riscv: Remove the old
> documentation")
> Link: https://lore.kernel.org/linux-next/[email protected]/
> Cc: Palmer Dabbelt <[email protected]>
> Cc: Paul Walmsley <[email protected]>
> Cc: Atish Patra <[email protected]>
> Cc: Atish Patra <[email protected]>
> Cc: Atish Patra <[email protected]>
> Cc: Linux Kernel Mailing List <[email protected]>
> Cc: Linux Next Mailing List <[email protected]>
> Cc: [email protected]
> Reported-by: Stephen Rothwell <[email protected]>
> Signed-off-by: Bagas Sanjaya <[email protected]>
> ---
> Documentation/riscv/index.rst | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/Documentation/riscv/index.rst b/Documentation/riscv/index.rst
> index ea915c1960488a..e23b876ad6ebb6 100644
> --- a/Documentation/riscv/index.rst
> +++ b/Documentation/riscv/index.rst
> @@ -7,7 +7,6 @@ RISC-V architecture
>
> boot-image-header
> vm-layout
> - pmu
> patch-acceptance
>
> features
>
> base-commit: 1930a6e739c4b4a654a69164dbe39e554d228915

Adding the doc folks.

I'm going to go ahead and just take this via the RISC-V tree, as I just
broke things. I'd usually wait for longer for an ack/review, but IMO
it's saner to just get this into rc1 so builds don't break. My version
[1] was sent at the same time and was CC'd to the right place, but I'm
going to take this one instead.

[1]: https://lore.kernel.org/lkml/[email protected]/

Thanks!