On Fri, Dec 15, 2023, at 11:10 AM, Andrew Morton wrote: > On Fri, 15 Dec 2023 18:36:51 +0800 kernel test robot <lkp@xxxxxxxxx> wrote: > >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master >> head: 17cb8a20bde66a520a2ca7aad1063e1ce7382240 >> commit: 5898c0939406116f8ab33dc5a50d36f3b5d44863 [7414/8213] mm/ksm: add sysfs knobs for advisor >> config: openrisc-randconfig-r016-20230621 (https://download.01.org/0day-ci/archive/20231215/202312151854.4k8dhWf6-lkp@xxxxxxxxx/config) >> compiler: or1k-linux-gcc (GCC) 13.2.0 >> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231215/202312151854.4k8dhWf6-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/202312151854.4k8dhWf6-lkp@xxxxxxxxx/ >> >> All warnings (new ones prefixed by >>): >> >> >> mm/ksm.c:344:13: warning: 'set_advisor_defaults' defined but not used [-Wunused-function] >> 344 | static void set_advisor_defaults(void) > > Thanks. It looks like there's a bunch of advisor code and storage > which can go away if CONFIG_SYSFS=n? I'll have a look.