* linux-next: build warnings after merge of the mm-unstable tree
@ 2025-09-11 5:20 Stephen Rothwell
0 siblings, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2025-09-11 5:20 UTC (permalink / raw)
To: Andrew Morton
Cc: Chris Li, Kairui Song, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 482 bytes --]
Hi all,
After merging the mm-unstable tree, today's linux-next build (htmldocs)
produced these warnings:
Documentation/mm/swap-table.rst:39: WARNING: duplicate label mm/swap-table:swap table, other instance in Documentation/mm/swap-table.rst [autosectionlabel.mm/swap-table]
Documentation/mm/swap-table.rst: WARNING: document isn't included in any toctree
Introduced by commit
0e27c611ceb0 ("docs/mm: add document for swap table")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* linux-next: build warnings after merge of the mm-unstable tree
@ 2025-11-05 5:23 Stephen Rothwell
2025-11-05 16:03 ` Zi Yan
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2025-11-05 5:23 UTC (permalink / raw)
To: Andrew Morton; +Cc: Zi Yan, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 502 bytes --]
Hi all,
After merging the mm-unstable tree, today's linux-next build (htmldocs)
produced these warnings:
Documentation/core-api/mm-api:134: mm/huge_memory.c:3593: ERROR: Unexpected indentation. [docutils]
Documentation/core-api/mm-api:134: mm/huge_memory.c:3595: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Introduced by commit
95164597715a ("mm/huge_memory: fix kernel-doc comments for folio_split() and related")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: build warnings after merge of the mm-unstable tree
2025-11-05 5:23 linux-next: build warnings after merge of the mm-unstable tree Stephen Rothwell
@ 2025-11-05 16:03 ` Zi Yan
0 siblings, 0 replies; 3+ messages in thread
From: Zi Yan @ 2025-11-05 16:03 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Andrew Morton, Linux Kernel Mailing List, Linux Next Mailing List
On 5 Nov 2025, at 0:23, Stephen Rothwell wrote:
> Hi all,
>
> After merging the mm-unstable tree, today's linux-next build (htmldocs)
> produced these warnings:
>
> Documentation/core-api/mm-api:134: mm/huge_memory.c:3593: ERROR: Unexpected indentation. [docutils]
> Documentation/core-api/mm-api:134: mm/huge_memory.c:3595: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
>
> Introduced by commit
>
> 95164597715a ("mm/huge_memory: fix kernel-doc comments for folio_split() and related")
The following patch fixed the error and warning:
From c49e940cc23e051e3f4faf0bca002a05bb6b0dc1 Mon Sep 17 00:00:00 2001
From: Zi Yan <ziy@nvidia•com>
Date: Wed, 5 Nov 2025 11:01:09 -0500
Subject: [PATCH] mm/huge_memory: fix an error and a warning from docutils
Add a newline to fix the following error and warning:
Documentation/core-api/mm-api:134: mm/huge_memory.c:3593: ERROR: Unexpected indentation. [docutils]
Documentation/core-api/mm-api:134: mm/huge_memory.c:3595: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Signed-off-by: Zi Yan <ziy@nvidia•com>
---
mm/huge_memory.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/mm/huge_memory.c b/mm/huge_memory.c
index a30fee2001b5..36fc4ff002c9 100644
--- a/mm/huge_memory.c
+++ b/mm/huge_memory.c
@@ -3590,6 +3590,7 @@ static void __split_folio_to_order(struct folio *folio, int old_order,
* uniform_split is false.
*
* The high level flow for these two methods are:
+ *
* 1. uniform split: @xas is split with no expectation of failure and a single
* __split_folio_to_order() is called to split the @folio into @new_order
* along with stats update.
--
2.51.0
Best Regards,
Yan, Zi
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-05 16:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-05 5:23 linux-next: build warnings after merge of the mm-unstable tree Stephen Rothwell
2025-11-05 16:03 ` Zi Yan
-- strict thread matches above, loose matches on Subject: below --
2025-09-11 5:20 Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox