linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Revert "hugetlb: make hugetlb depends on SYSFS or SYSCTL"
@ 2025-08-26  3:09 Miaohe Lin
  2025-08-27  3:35 ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: Miaohe Lin @ 2025-08-26  3:09 UTC (permalink / raw)
  To: akpm, muchun.song, osalvador, david; +Cc: linmiaohe, linux-mm, linux-kernel

Commit f8142cf94d47 ("hugetlb: make hugetlb depends on SYSFS or SYSCTL")
added dependency on SYSFS or SYSCTL but hugetlb can be used without SYSFS
or SYSCTL. So this dependency is wrong and should be removed.

This reverts commit f8142cf94d4737ea0c3baffb3b9bad8addcb9b6b.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202508222032.bwJsQPZ1-lkp@intel.com/
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
---
 fs/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index c654a3642897..187a75440aca 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -250,7 +250,6 @@ config ARCH_SUPPORTS_HUGETLBFS
 menuconfig HUGETLBFS
 	bool "HugeTLB file system support"
 	depends on ARCH_SUPPORTS_HUGETLBFS
-	depends on (SYSFS || SYSCTL)
 	select MEMFD_CREATE
 	select PADATA if SMP
 	help
-- 
2.33.0



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

end of thread, other threads:[~2025-08-28  3:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-26  3:09 [PATCH] Revert "hugetlb: make hugetlb depends on SYSFS or SYSCTL" Miaohe Lin
2025-08-27  3:35 ` Andrew Morton
2025-08-28  2:31   ` Miaohe Lin
2025-08-28  2:49     ` Andrew Morton
2025-08-28  3:29       ` Miaohe Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox