2023-10-11 06:23:15

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the arm-perf tree

Hi all,

After merging the arm-perf tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/admin-guide/perf/ampere_cspmu.rst: WARNING: document isn't included in any toctree

Introduced by commit

53a810ad3c5c ("perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2023-10-12 08:21:06

by Ilkka Koskinen

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the arm-perf tree


On Wed, 11 Oct 2023, Stephen Rothwell wrote:
> Hi all,
>
> After merging the arm-perf tree, today's linux-next build (htmldocs)
> produced this warning:
>
> Documentation/admin-guide/perf/ampere_cspmu.rst: WARNING: document isn't included in any toctree
>
> Introduced by commit
>
> 53a810ad3c5c ("perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU")

Thanks Stephen for catching another bug!



Will, it seems that I had made another stupid bug in the same patch. This
time I hadn't added the ampere cspmu document to perf toctree. I submitted
a fix for it:

https://lore.kernel.org/all/[email protected]/


Could you apply the patch or merge it with the ampere cspmu patch,
whichever you prefer?

Cheers, Ilkka

2023-10-12 11:32:27

by Will Deacon

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the arm-perf tree

On Thu, Oct 12, 2023 at 01:19:41AM -0700, Ilkka Koskinen wrote:
>
> On Wed, 11 Oct 2023, Stephen Rothwell wrote:
> > Hi all,
> >
> > After merging the arm-perf tree, today's linux-next build (htmldocs)
> > produced this warning:
> >
> > Documentation/admin-guide/perf/ampere_cspmu.rst: WARNING: document isn't included in any toctree
> >
> > Introduced by commit
> >
> > 53a810ad3c5c ("perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU")
>
> Thanks Stephen for catching another bug!
>
>
>
> Will, it seems that I had made another stupid bug in the same patch. This
> time I hadn't added the ampere cspmu document to perf toctree. I submitted a
> fix for it:
>
> https://lore.kernel.org/all/[email protected]/
>
>
> Could you apply the patch or merge it with the ampere cspmu patch, whichever
> you prefer?

Cheers, I'll pick that up today.

Will