2022-09-23 08:18:40

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the mm tree

Hi all,

After merging the mm tree, today's linux-next build (htmldocs) failed
like this:

Sphinx parallel build error:
docutils.utils.SystemMessage: /home/sfr/next/next/Documentation/process/coding-style.rst:1213: (SEVERE/4) Title level inconsistent:

Use WARN_ON_ONCE() rather than WARN() or WARN_ON()
**************************************************

Caused by commit

13ea678a035b ("coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")")

I have reverted that commit for today.

--
Cheers,
Stephen Rothwell


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

2022-09-23 08:33:40

by David Hildenbrand

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the mm tree

On 23.09.22 10:12, Stephen Rothwell wrote:
> Hi all,
>
> After merging the mm tree, today's linux-next build (htmldocs) failed
> like this:
>
> Sphinx parallel build error:
> docutils.utils.SystemMessage: /home/sfr/next/next/Documentation/process/coding-style.rst:1213: (SEVERE/4) Title level inconsistent:
>
> Use WARN_ON_ONCE() rather than WARN() or WARN_ON()
> **************************************************
>
> Caused by commit
>
> 13ea678a035b ("coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")")
>
> I have reverted that commit for today.

Thanks, an updated patch is already in the works as that issue has been
raised independently.

--
Thanks,

David / dhildenb