tree: https://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git mpam/snapshot/v6.10-rc1 head: d9ba67a1a8dc6551a0b3254a8f2ee9993ad17957 commit: b3015be71d9bb40b55d832bdcc6b4641cbce3ba1 [95/114] untested: arm_mpam: resctrl: Add support for csu counters config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20240614/202406142227.9SGqPIPG-lkp@xxxxxxxxx/config) compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project 78ee473784e5ef6f0b19ce4cb111fb6e4d23c6b2) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240614/202406142227.9SGqPIPG-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/202406142227.9SGqPIPG-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> drivers/platform/arm64/mpam/mpam_resctrl.c:33: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * The classes we've picked to map to resctrl events. vim +33 drivers/platform/arm64/mpam/mpam_resctrl.c 31 32 /** > 33 * The classes we've picked to map to resctrl events. 34 * Resctrl believes all the worlds a Xeon, and these are all on the L3. This 35 * array lets us find the actual class backing the event counters. e.g. 36 * the only memory bandwith counters may be on the memory controller, but to 37 * make use of them, we pretend they are on L3. 38 * Class pointer may be NULL. 39 */ 40 static struct mpam_class *mpam_resctrl_counters[QOS_NUM_EVENTS]; 41 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki