* Re: [RFC PATCH v3 09/10] sched/fair: Add a class->task_woken callback in preparation for per-task throttling
[not found] <20240711130004.2157737-10-vschneid@redhat.com>
@ 2024-07-13 19:01 ` kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-07-13 19:01 UTC (permalink / raw)
To: Valentin Schneider; +Cc: llvm, oe-kbuild-all
Hi Valentin,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:
[auto build test ERROR on tip/sched/core]
[also build test ERROR on tip/master]
[cannot apply to paulmck-rcu/dev linus/master tip/auto-latest v6.10-rc7 next-20240712]
[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/Valentin-Schneider/rcuwait-Split-type-definition-to-its-own-header/20240711-225336
base: tip/sched/core
patch link: https://lore.kernel.org/r/20240711130004.2157737-10-vschneid%40redhat.com
patch subject: [RFC PATCH v3 09/10] sched/fair: Add a class->task_woken callback in preparation for per-task throttling
config: i386-buildonly-randconfig-006-20240713 (https://download.01.org/0day-ci/archive/20240714/202407140243.hhdyC70l-lkp@intel.com/config)
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240714/202407140243.hhdyC70l-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202407140243.hhdyC70l-lkp@intel.com/
All errors (new ones prefixed by >>):
>> kernel/sched/fair.c:13303:3: error: field designator 'task_woken' does not refer to any field in type 'const struct sched_class'
13303 | .task_woken = task_woken_fair,
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +13303 kernel/sched/fair.c
13301
13302 #ifdef CONFIG_CFS_BANDWIDTH
13303 .task_woken = task_woken_fair,
13304 #endif
13305
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-13 19:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240711130004.2157737-10-vschneid@redhat.com>
2024-07-13 19:01 ` [RFC PATCH v3 09/10] sched/fair: Add a class->task_woken callback in preparation for per-task throttling kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox