Re: linux-next: build warning after merge of the mm tree
From: Baolin Wang
Date: Thu Jun 06 2024 - 01:02:21 EST
On 2024/6/6 11:23, Stephen Rothwell wrote:
Hi all,
After merging the mm tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/admin-guide/mm/transhuge.rst:342: ERROR: Unexpected indentation.
Introduced by commit
716119bee914 ("mm: shmem: add multi-size THP sysfs interface for anonymous shmem")
from the mm-unstable branch of the mm tree.
Thanks for reporting.
Andrew, could you help to fold below changes into this serires, which
can fix the htmldocs building error? Thanks.
diff --git a/Documentation/admin-guide/mm/transhuge.rst
b/Documentation/admin-guide/mm/transhuge.rst
index b76d15e408b3..22005989363f 100644
--- a/Documentation/admin-guide/mm/transhuge.rst
+++ b/Documentation/admin-guide/mm/transhuge.rst
@@ -338,6 +338,7 @@ and its value for each mTHP is essentially
consistent with the global setting.
An 'inherit' option is added to ensure compatibility with these global
settings.
Conversely, the options 'force' and 'deny' are dropped, which are
rather testing
artifacts from the old ages.
+
always
Attempt to allocate <size> huge pages every time we need a new page;