[merged mm-stable] mm-hugetlb-correct-config_cgroup_hugetlb-macro-name-in-comment.patch removed from -mm tree
Andrew Morton <[email protected]> Tue, 28 Jul 2026 21:13:22 -0700
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: mm: hugetlb: correct CONFIG_CGROUP_HUGETLB macro name in comment
has been removed from the -mm tree. Its filename was
mm-hugetlb-correct-config_cgroup_hugetlb-macro-name-in-comment.patch
This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Ethan Nelson-Moore <[email protected]>
Subject: mm: hugetlb: correct CONFIG_CGROUP_HUGETLB macro name in comment
Date: Mon, 15 Jun 2026 17:01:31 -0700
A comment in <linux/hugetlb_cgroup.h> incorrectly refers to
CONFIG_MEM_RES_CTLR_HUGETLB, which has never existed in the kernel,
instead of CONFIG_CGROUP_HUGETLB. Correct it.
Discovered while searching for CONFIG_* symbols referenced in code but not
defined in any Kconfig file.
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Ethan Nelson-Moore <[email protected]>
Reviewed-by: David Hildenbrand (Arm) <[email protected]>
Reviewed-by: Lorenzo Stoakes <[email protected]>
Cc: Anthony Yznaga <[email protected]>
Cc: Muchun Song <[email protected]>
Cc: Oscar Salvador <[email protected]>
Cc: Pedro Falcato <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
include/linux/hugetlb_cgroup.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/include/linux/hugetlb_cgroup.h~mm-hugetlb-correct-config_cgroup_hugetlb-macro-name-in-comment
+++ a/include/linux/hugetlb_cgroup.h
@@ -267,5 +267,5 @@ static inline void hugetlb_cgroup_migrat
{
}
-#endif /* CONFIG_MEM_RES_CTLR_HUGETLB */
+#endif /* CONFIG_CGROUP_HUGETLB */
#endif
_
Patches currently in -mm which might be from [email protected] are
maple_tree-remove-undocumented-config_maple_rcu_disabled-macro.patch
mm-fix-config_stack_growsup-typo-in-tools-testing-vma-include-duph.patch