* [intel-lts:6.1/dovetail-xenomai 15605/15708] drivers/clocksource/mmio.c: linux/slab.h is included more than once.
@ 2024-01-15 8:13 ` kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2024-01-12 13:16 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
CC: Hao Li <hao3.li@intel.com>
tree: https://github.com/intel/linux-intel-lts.git 6.1/dovetail-xenomai
head: b21b4201c7eb0370e452a439cb4ce6e97c732972
commit: d4e16bf0941a00ae6aec566cfd1496d416139429 [15605/15708] clocksource: mmio: add user-mappable mmio clocksources
:::::: branch date: 9 days ago
:::::: commit date: 4 weeks 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/202401122105.8DOW8dWD-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/clocksource/mmio.c: linux/slab.h is included more than once.
vim +8 drivers/clocksource/mmio.c
> 8 #include <linux/slab.h>
9 #include <linux/spinlock.h>
10 #include <linux/uaccess.h>
11 #include <linux/miscdevice.h>
12 #include <linux/list.h>
> 13 #include <linux/slab.h>
14 #include <linux/fs.h>
15 #include <linux/mm.h>
16 #include <linux/mman.h>
17 #include <linux/device.h>
18
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* [intel-lts:6.1/dovetail-xenomai 15605/15708] drivers/clocksource/mmio.c: linux/slab.h is included more than once.
@ 2024-01-13 5:37 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2024-01-13 5:37 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
CC: Hao Li <hao3.li@intel.com>
tree: https://github.com/intel/linux-intel-lts.git 6.1/dovetail-xenomai
head: b21b4201c7eb0370e452a439cb4ce6e97c732972
commit: d4e16bf0941a00ae6aec566cfd1496d416139429 [15605/15708] clocksource: mmio: add user-mappable mmio clocksources
:::::: branch date: 10 days ago
:::::: commit date: 5 weeks 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/202401131355.lrapqTYY-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/clocksource/mmio.c: linux/slab.h is included more than once.
vim +8 drivers/clocksource/mmio.c
> 8 #include <linux/slab.h>
9 #include <linux/spinlock.h>
10 #include <linux/uaccess.h>
11 #include <linux/miscdevice.h>
12 #include <linux/list.h>
> 13 #include <linux/slab.h>
14 #include <linux/fs.h>
15 #include <linux/mm.h>
16 #include <linux/mman.h>
17 #include <linux/device.h>
18
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* [intel-lts:6.1/dovetail-xenomai 15605/15708] drivers/clocksource/mmio.c: linux/slab.h is included more than once.
@ 2024-01-15 8:13 ` kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2024-01-15 8:13 UTC (permalink / raw)
Cc: oe-kbuild-all, Hao Li
tree: https://github.com/intel/linux-intel-lts.git 6.1/dovetail-xenomai
head: b21b4201c7eb0370e452a439cb4ce6e97c732972
commit: d4e16bf0941a00ae6aec566cfd1496d416139429 [15605/15708] clocksource: mmio: add user-mappable mmio clocksources
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 <yujie.liu@intel.com>
| Closes: https://lore.kernel.org/r/202401122105.8DOW8dWD-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/clocksource/mmio.c: linux/slab.h is included more than once.
vim +8 drivers/clocksource/mmio.c
> 8 #include <linux/slab.h>
9 #include <linux/spinlock.h>
10 #include <linux/uaccess.h>
11 #include <linux/miscdevice.h>
12 #include <linux/list.h>
> 13 #include <linux/slab.h>
14 #include <linux/fs.h>
15 #include <linux/mm.h>
16 #include <linux/mman.h>
17 #include <linux/device.h>
18
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-15 8:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-12 13:16 [intel-lts:6.1/dovetail-xenomai 15605/15708] drivers/clocksource/mmio.c: linux/slab.h is included more than once kernel test robot
2024-01-15 8:13 ` kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2024-01-13 5:37 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.