* kernel/cgroup/sli.c: linux/cgroup.h is included more than once.
@ 2024-01-25 21:47 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2024-01-25 21:47 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "low confidence bisect report"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: jasperwang@tencent.com
TO: kaixuxia@tencent.com
TO: frankjpliu@tencent.com
TO: kasong@tencent.com
TO: sagazchen@tencent.com
TO: kernelxing@tencent.com
TO: aurelianliu@tencent.com
TO: jason.zeng@intel.com
TO: wu.zheng@intel.com
TO: yingbao.jia@intel.com
TO: pei.p.jia@intel.com
tree: https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git master
head: 5aef72f74942091b6d408fce235629dc0620e74e
commit: 2690abc40b3ff5bce2553981394ee072eb1f5f66 sli: add sli event monitoring for cgroup
date: 1 year, 9 months ago
:::::: branch date: 34 hours ago
:::::: commit date: 1 year, 9 months ago
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
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/r/202401260540.7P5Emiq3-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> kernel/cgroup/sli.c: linux/cgroup.h is included more than once.
vim +3 kernel/cgroup/sli.c
> 3 #include <linux/cgroup.h>
4 #include <linux/module.h>
5 #include <linux/psi.h>
6 #include <linux/memcontrol.h>
7 #include <linux/sched.h>
8 #include <linux/sched/task_stack.h>
9 #include <linux/sched/sysctl.h>
10 #include <linux/stacktrace.h>
11 #include <asm/irq_regs.h>
12 #include "../sched/sched.h"
> 13 #include <linux/cgroup.h>
14 #include <linux/sli.h>
15 #include <linux/rculist.h>
16
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread* kernel/cgroup/sli.c: linux/cgroup.h is included more than once.
@ 2024-01-26 1:43 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2024-01-26 1:43 UTC (permalink / raw)
To: jasperwang, kaixuxia, frankjpliu, kasong, sagazchen, kernelxing,
aurelianliu, jason.zeng, wu.zheng, yingbao.jia, pei.p.jia
Cc: oe-kbuild-all
tree: https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git master
head: 5aef72f74942091b6d408fce235629dc0620e74e
commit: 2690abc40b3ff5bce2553981394ee072eb1f5f66 sli: add sli event monitoring for cgroup
date: 1 year, 9 months ago
:::::: branch date: 34 hours ago
:::::: commit date: 1 year, 9 months ago
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
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/r/202401260540.7P5Emiq3-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> kernel/cgroup/sli.c: linux/cgroup.h is included more than once.
vim +3 kernel/cgroup/sli.c
> 3 #include <linux/cgroup.h>
4 #include <linux/module.h>
5 #include <linux/psi.h>
6 #include <linux/memcontrol.h>
7 #include <linux/sched.h>
8 #include <linux/sched/task_stack.h>
9 #include <linux/sched/sysctl.h>
10 #include <linux/stacktrace.h>
11 #include <asm/irq_regs.h>
12 #include "../sched/sched.h"
> 13 #include <linux/cgroup.h>
14 #include <linux/sli.h>
15 #include <linux/rculist.h>
16
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-26 1:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 21:47 kernel/cgroup/sli.c: linux/cgroup.h is included more than once kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2024-01-26 1:43 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.