All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the risc-v tree
@ 2022-03-29  2:34 Stephen Rothwell
  2022-03-29 16:46 ` Palmer Dabbelt
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2022-03-29  2:34 UTC (permalink / raw)
  To: Palmer Dabbelt, Paul Walmsley
  Cc: Atish Patra, Atish Patra, Atish Patra, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

Hi all,

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

Documentation/riscv/index.rst:5: WARNING: toctree contains reference to nonexisting document 'riscv/pmu'

Introduced by commit

  23b1f18326ec ("Documentation: riscv: Remove the old documentation")

This is actually in Linus' tree.  Sorry I missed it when it was
introduced.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the risc-v tree
  2022-03-29  2:34 linux-next: build warning after merge of the risc-v tree Stephen Rothwell
@ 2022-03-29 16:46 ` Palmer Dabbelt
  2022-04-01  0:05   ` Palmer Dabbelt
  0 siblings, 1 reply; 5+ messages in thread
From: Palmer Dabbelt @ 2022-03-29 16:46 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Paul Walmsley, Atish Patra, atishp, Atish Patra, linux-kernel,
	linux-next

On Mon, 28 Mar 2022 19:34:12 PDT (-0700), Stephen Rothwell wrote:
> Hi all,
>
> After merging the risc-v tree, today's linux-next build (htmldocs)
> produced this warning:
>
> Documentation/riscv/index.rst:5: WARNING: toctree contains reference to nonexisting document 'riscv/pmu'
>
> Introduced by commit
>
>   23b1f18326ec ("Documentation: riscv: Remove the old documentation")
>
> This is actually in Linus' tree.  Sorry I missed it when it was
> introduced.

I guess I missed it too.  I just sent a patch to fix it up.

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

* Re: linux-next: build warning after merge of the risc-v tree
  2022-03-29 16:46 ` Palmer Dabbelt
@ 2022-04-01  0:05   ` Palmer Dabbelt
  2022-04-01  0:41     ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Palmer Dabbelt @ 2022-04-01  0:05 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Paul Walmsley, Atish Patra, atishp, Atish Patra, linux-kernel,
	linux-next

On Tue, 29 Mar 2022 09:46:57 PDT (-0700), Palmer Dabbelt wrote:
> On Mon, 28 Mar 2022 19:34:12 PDT (-0700), Stephen Rothwell wrote:
>> Hi all,
>>
>> After merging the risc-v tree, today's linux-next build (htmldocs)
>> produced this warning:
>>
>> Documentation/riscv/index.rst:5: WARNING: toctree contains reference to nonexisting document 'riscv/pmu'
>>
>> Introduced by commit
>>
>>   23b1f18326ec ("Documentation: riscv: Remove the old documentation")
>>
>> This is actually in Linus' tree.  Sorry I missed it when it was
>> introduced.
>
> I guess I missed it too.  I just sent a patch to fix it up.

Coming around to the fix reminds me that I should have asked what you're 
running to trigger these, as I should probably add it to my tests.

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

* Re: linux-next: build warning after merge of the risc-v tree
  2022-04-01  0:05   ` Palmer Dabbelt
@ 2022-04-01  0:41     ` Stephen Rothwell
  2022-04-01  3:15       ` Palmer Dabbelt
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2022-04-01  0:41 UTC (permalink / raw)
  To: Palmer Dabbelt
  Cc: Paul Walmsley, Atish Patra, atishp, linux-kernel, linux-next

[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]

Hi Palmer,

On Thu, 31 Mar 2022 17:05:15 -0700 (PDT) Palmer Dabbelt <palmer@dabbelt.com> wrote:
>
> On Tue, 29 Mar 2022 09:46:57 PDT (-0700), Palmer Dabbelt wrote:
> > On Mon, 28 Mar 2022 19:34:12 PDT (-0700), Stephen Rothwell wrote:  
> >>
> >> After merging the risc-v tree, today's linux-next build (htmldocs)
> >> produced this warning:
> >>
> >> Documentation/riscv/index.rst:5: WARNING: toctree contains reference to nonexisting document 'riscv/pmu'
> >>
> >> Introduced by commit
> >>
> >>   23b1f18326ec ("Documentation: riscv: Remove the old documentation")
> >>
> >> This is actually in Linus' tree.  Sorry I missed it when it was
> >> introduced.  
> >
> > I guess I missed it too.  I just sent a patch to fix it up.  
> 
> Coming around to the fix reminds me that I should have asked what you're 
> running to trigger these, as I should probably add it to my tests.

I just do a "make htmldocs" once a day and compare it to the previous
days results.  You will need to install quite a bit of extra stuff for
sphinx to work.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the risc-v tree
  2022-04-01  0:41     ` Stephen Rothwell
@ 2022-04-01  3:15       ` Palmer Dabbelt
  0 siblings, 0 replies; 5+ messages in thread
From: Palmer Dabbelt @ 2022-04-01  3:15 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Paul Walmsley, Atish Patra, atishp, linux-kernel, linux-next

On Thu, 31 Mar 2022 17:41:46 PDT (-0700), Stephen Rothwell wrote:
> Hi Palmer,
>
> On Thu, 31 Mar 2022 17:05:15 -0700 (PDT) Palmer Dabbelt <palmer@dabbelt.com> wrote:
>>
>> On Tue, 29 Mar 2022 09:46:57 PDT (-0700), Palmer Dabbelt wrote:
>> > On Mon, 28 Mar 2022 19:34:12 PDT (-0700), Stephen Rothwell wrote:  
>> >>
>> >> After merging the risc-v tree, today's linux-next build (htmldocs)
>> >> produced this warning:
>> >>
>> >> Documentation/riscv/index.rst:5: WARNING: toctree contains reference to nonexisting document 'riscv/pmu'
>> >>
>> >> Introduced by commit
>> >>
>> >>   23b1f18326ec ("Documentation: riscv: Remove the old documentation")
>> >>
>> >> This is actually in Linus' tree.  Sorry I missed it when it was
>> >> introduced.  
>> >
>> > I guess I missed it too.  I just sent a patch to fix it up.  
>> 
>> Coming around to the fix reminds me that I should have asked what you're 
>> running to trigger these, as I should probably add it to my tests.
>
> I just do a "make htmldocs" once a day and compare it to the previous
> days results.  You will need to install quite a bit of extra stuff for
> sphinx to work.

OK, I guess I'll throw it on the list but TBH that sounds like something 
I'll never keep working for long, even if I do set it up once -- I'm a 
terrible sysadmin ;)

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

end of thread, other threads:[~2022-04-01  3:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29  2:34 linux-next: build warning after merge of the risc-v tree Stephen Rothwell
2022-03-29 16:46 ` Palmer Dabbelt
2022-04-01  0:05   ` Palmer Dabbelt
2022-04-01  0:41     ` Stephen Rothwell
2022-04-01  3:15       ` Palmer Dabbelt

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.