CC: [email protected]
TO: Peter Zijlstra <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git 
sched/core-sched
head:   a2f7c8bee1740fc80a75734268b065c96d68d29b
commit: 520bf37d416584c0aca5a190d922d4db145e5d91 [27/29] sched: Cgroup 
core-scheduling interface
:::::: branch date: 3 hours ago
:::::: commit date: 3 hours ago
config: x86_64-allnoconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>

All errors (new ones prefixed by >>):

   kernel/sched/core.c: In function 'ttwu_stat':
   kernel/sched/core.c:3232:13: warning: variable 'rq' set but not used 
[-Wunused-but-set-variable]
    3232 |  struct rq *rq;
         |             ^~
   kernel/sched/core.c: At top level:
>> kernel/sched/core.c:5731:90: error: parameter 2 ('tg') has incomplete type
    5731 | static inline void sched_core_cgroup_online(struct task_group 
*parent, struct task_group tg) { }
         |                                                                      
  ~~~~~~~~~~~~~~~~~~^~
>> kernel/sched/core.c:5731:20: error: function declaration isn't a prototype 
>> [-Werror=strict-prototypes]
    5731 | static inline void sched_core_cgroup_online(struct task_group 
*parent, struct task_group tg) { }
         |                    ^~~~~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors


vim +5731 kernel/sched/core.c

f337b79cee4299 Peter Zijlstra 2020-11-17  5729  
520bf37d416584 Peter Zijlstra 2021-03-30  5730  static inline void 
sched_core_cgroup_free(struct task_group *tg) { }
520bf37d416584 Peter Zijlstra 2021-03-30 @5731  static inline void 
sched_core_cgroup_online(struct task_group *parent, struct task_group tg) { }
520bf37d416584 Peter Zijlstra 2021-03-30  5732  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to