On 2025/1/24 6:24, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: d0d106a2bd21499901299160744e5fe9f4c83ddb > commit: f8142cf94d4737ea0c3baffb3b9bad8addcb9b6b hugetlb: make hugetlb depends on SYSFS or SYSCTL > date: 2 years, 4 months ago > config: powerpc-kismet-CONFIG_HUGETLBFS-CONFIG_PPC_8xx-0-0 (https://download.01.org/0day-ci/archive/20250124/202501240611.LDmD2nkj-lkp@xxxxxxxxx/config) > reproduce: (https://download.01.org/0day-ci/archive/20250124/202501240611.LDmD2nkj-lkp@xxxxxxxxx/reproduce) > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > the same patch/commit), kindly add following tags > | Reported-by: kernel test robot <lkp@xxxxxxxxx> > | Closes: https://lore.kernel.org/oe-kbuild-all/202501240611.LDmD2nkj-lkp@xxxxxxxxx/ Thanks for report. Sorry for late respond. I was on my Spring Festival vacation. > > kismet warnings: (new ones prefixed by >>) >>> kismet: WARNING: unmet direct dependencies detected for HUGETLBFS when selected by PPC_8xx > WARNING: unmet direct dependencies detected for HUGETLBFS > Depends on [n]: (X86 || IA64 || SPARC64 || ARCH_SUPPORTS_HUGETLBFS [=y] || BROKEN [=n]) && (SYSFS [=n] || SYSCTL [=n]) > Selected by [y]: > - PPC_8xx [=y] && <choice> I am a bit confused. HUGETLBFS depends on SYSFS or SYSCTL. How can it be selected while SYSFS [=n] || SYSCTL [=n]? Or am I miss something? Thanks. .