Hi Tvrtko,

kernel test robot noticed the following build errors:

[auto build test ERROR on next-20251024]
[also build test ERROR on v6.18-rc2]
[cannot apply to drm-xe/drm-xe-next drm/drm-next drm-exynos/exynos-drm-next 
drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-misc/drm-misc-next 
drm-tip/drm-tip linus/master v6.18-rc2 v6.18-rc1 v6.17]
[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/Tvrtko-Ursulin/drm-sched-Consolidate-entity-run-queue-management/20251025-001017
base:   next-20251024
patch link:    
https://lore.kernel.org/r/20251024160800.79836-4-tvrtko.ursulin%40igalia.com
patch subject: [PATCH v3 03/27] drm/sched: Add some scheduling quality unit 
tests
config: riscv-allyesconfig 
(https://download.01.org/0day-ci/archive/20251027/[email protected]/config)
compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 
7cbf1a2591520c2491aa35339f227775f4d3adf6)
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20251027/[email protected]/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 <[email protected]>
| Closes: 
https://lore.kernel.org/oe-kbuild-all/[email protected]/

All errors (new ones prefixed by >>):

>> drivers/gpu/drm/scheduler/tests/tests_scheduler.c:676:10: error: initializer 
>> element is not a compile-time constant
                                 drm_sched_scheduler_two_clients_attr),
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/kunit/test.h:224:13: note: expanded from macro 
'KUNIT_CASE_PARAM_ATTR'
                     .attr = attributes, .module_name = KBUILD_MODNAME}
                             ^~~~~~~~~~
   1 error generated.


vim +676 drivers/gpu/drm/scheduler/tests/tests_scheduler.c

   672  
   673  static struct kunit_case drm_sched_scheduler_two_clients_tests[] = {
   674          KUNIT_CASE_PARAM_ATTR(drm_sched_scheduler_two_clients_test,
   675                                
drm_sched_scheduler_two_clients_gen_params,
 > 676                                drm_sched_scheduler_two_clients_attr),
   677          {}
   678  };
   679  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

Reply via email to