tree: https://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git resctrl2_v65 head: 13c888afbee9f7da0a4a969617dea9889da9d711 commit: 48b1b4708de24b0c1dff810db00317c3fdcf7bab [2/4] resctrl2: Arch x86 modules for most of the legacy control/monitor functions config: i386-randconfig-054-20230909 (https://download.01.org/0day-ci/archive/20230909/202309090453.79L6LZbv-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230909/202309090453.79L6LZbv-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/202309090453.79L6LZbv-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> fs/resctrl2/arch/x86/rdt_l3_cat.c:571:32: warning: 'cat_feature' defined but not used [-Wunused-const-variable=] 571 | static const struct x86_cpu_id cat_feature[] = { | ^~~~~~~~~~~ -- >> fs/resctrl2/arch/x86/rdt_mbm_local_rate.c:55:32: warning: 'mon_feature' defined but not used [-Wunused-const-variable=] 55 | static const struct x86_cpu_id mon_feature[] = { | ^~~~~~~~~~~ -- >> fs/resctrl2/arch/x86/rdt_l3_mba.c:247:32: warning: 'mba_feature' defined but not used [-Wunused-const-variable=] 247 | static const struct x86_cpu_id mba_feature[] = { | ^~~~~~~~~~~ vim +/cat_feature +571 fs/resctrl2/arch/x86/rdt_l3_cat.c 569 570 #if !defined(CDP) && !defined(PSEUDO_LOCK) > 571 static const struct x86_cpu_id cat_feature[] = { 572 #if CACHE_LEVEL == 3 573 X86_MATCH_FEATURE(X86_FEATURE_CAT_L3, 0), 574 #endif 575 #if CACHE_LEVEL == 2 576 X86_MATCH_FEATURE(X86_FEATURE_CAT_L2, 0), 577 #endif 578 { } 579 }; 580 MODULE_DEVICE_TABLE(x86cpu, cat_feature); 581 #endif 582 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki