Hi Uma, kernel test robot noticed the following build errors: [auto build test ERROR on next-20250305] [also build test ERROR on v6.14-rc5] [cannot apply to drm-exynos/exynos-drm-next linus/master v6.14-rc5 v6.14-rc4 v6.14-rc3] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Uma-Shankar/drm-color-pipeline-base-work/20250306-011827 base: next-20250305 patch link: https://lore.kernel.org/r/20250305132608.2379253-2-uma.shankar%40intel.com patch subject: [v3 01/23] drm: color pipeline base work config: riscv-randconfig-002-20250306 (https://download.01.org/0day-ci/archive/20250306/202503060423.nDtYFy3Y-lkp@xxxxxxxxx/config) compiler: riscv64-linux-gcc (GCC) 14.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250306/202503060423.nDtYFy3Y-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/202503060423.nDtYFy3Y-lkp@xxxxxxxxx/ All error/warnings (new ones prefixed by >>): >> drivers/gpu/drm/drm_colorop.c:162:6: warning: no previous prototype for 'drm_colorop_cleanup' [-Wmissing-prototypes] 162 | void drm_colorop_cleanup(struct drm_colorop *colorop) | ^~~~~~~~~~~~~~~~~~~ -- In file included from include/linux/module.h:22, from include/kunit/test.h:24, from drivers/gpu/drm/vkms/tests/vkms_color_test.c:3: >> drivers/gpu/drm/vkms/tests/vkms_color_test.c:13:18: error: expected ',' or ';' before 'EXPORTED_FOR_KUNIT_TESTING' 13 | MODULE_IMPORT_NS(EXPORTED_FOR_KUNIT_TESTING); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ include/linux/moduleparam.h:26:61: note: in definition of macro '__MODULE_INFO' 26 | = __MODULE_INFO_PREFIX __stringify(tag) "=" info | ^~~~ include/linux/module.h:299:33: note: in expansion of macro 'MODULE_INFO' 299 | #define MODULE_IMPORT_NS(ns) MODULE_INFO(import_ns, ns) | ^~~~~~~~~~~ drivers/gpu/drm/vkms/tests/vkms_color_test.c:13:1: note: in expansion of macro 'MODULE_IMPORT_NS' 13 | MODULE_IMPORT_NS(EXPORTED_FOR_KUNIT_TESTING); | ^~~~~~~~~~~~~~~~ Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for FB_IOMEM_HELPERS Depends on [n]: HAS_IOMEM [=y] && FB_CORE [=n] Selected by [m]: - DRM_XE_DISPLAY [=y] && HAS_IOMEM [=y] && DRM [=y] && DRM_XE [=m] && DRM_XE [=m]=m [=m] && HAS_IOPORT [=y] vim +13 drivers/gpu/drm/vkms/tests/vkms_color_test.c 12 > 13 MODULE_IMPORT_NS(EXPORTED_FOR_KUNIT_TESTING); 14 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki