* [peterz-queue:sched/cleanup 20/22] kernel/sched/rt.c:2643:35: error: 'switched_from_rt' undeclared here (not in a function); did you mean 'switched_to_rt'?
@ 2024-10-31 16:05 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-10-31 16:05 UTC (permalink / raw)
To: Peter Zijlstra; +Cc: oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git sched/cleanup
head: 4e3feca600aeb6b6cee07822faf7d1a8aa0564b2
commit: 879c968b9feafb703c9b352fae0091b1c5b71bcc [20/22] sched: Fold sched_class::switch{ing,ed}_{to,from}() into the change pattern
config: sh-kfr2r09-romimage_defconfig (https://download.01.org/0day-ci/archive/20241031/202410312300.JsM54cxS-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 13.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241031/202410312300.JsM54cxS-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/202410312300.JsM54cxS-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from kernel/sched/build_policy.c:52:
>> kernel/sched/rt.c:2643:35: error: 'switched_from_rt' undeclared here (not in a function); did you mean 'switched_to_rt'?
2643 | .switched_from = switched_from_rt,
| ^~~~~~~~~~~~~~~~
| switched_to_rt
vim +2643 kernel/sched/rt.c
2638
2639 .task_tick = task_tick_rt,
2640
2641 .get_rr_interval = get_rr_interval_rt,
2642
> 2643 .switched_from = switched_from_rt,
2644 .switched_to = switched_to_rt,
2645 .prio_changed = prio_changed_rt,
2646
2647 .update_curr = update_curr_rt,
2648
--
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-10-31 16:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31 16:05 [peterz-queue:sched/cleanup 20/22] kernel/sched/rt.c:2643:35: error: 'switched_from_rt' undeclared here (not in a function); did you mean 'switched_to_rt'? kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.