* [android-common:mirror-chromeos-5.10-arcvm 1/1] kernel/sched/core.c:1660:7: error: 'struct sched_entity' has no member named 'avg'
@ 2025-07-04 11:01 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-07-04 11:01 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
Hi David,
FYI, the error/warning still remains.
tree: https://android.googlesource.com/kernel/common mirror-chromeos-5.10-arcvm
head: 57eaf09d30ceb65be00c907370420547a7992943
commit: e0515f89730a8597730e11f244a80d37c7970d4a [1/1] CHROMIUM: FROMLIST: sched/fair: Add util_guest for tasks
config: arm-randconfig-003-20250704 (https://download.01.org/0day-ci/archive/20250704/202507041822.oUTpdIMz-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 7.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250704/202507041822.oUTpdIMz-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/202507041822.oUTpdIMz-lkp@intel.com/
All errors (new ones prefixed by >>):
kernel/sched/core.c: In function '__setscheduler_task_util':
>> kernel/sched/core.c:1660:7: error: 'struct sched_entity' has no member named 'avg'
p->se.avg.util_guest = attr->sched_util_min;
^
vim +1660 kernel/sched/core.c
1656
1657 if (likely(!(attr->sched_flags & SCHED_FLAG_UTIL_GUEST)))
1658 return;
1659
> 1660 p->se.avg.util_guest = attr->sched_util_min;
1661 }
1662
--
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:[~2025-07-04 11:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 11:01 [android-common:mirror-chromeos-5.10-arcvm 1/1] kernel/sched/core.c:1660:7: error: 'struct sched_entity' has no member named 'avg' 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.