* [anolis-intel-cloud:devel-6.6 49/49] kernel/dma/phytium/pswiotlb.c: linux/ctype.h is included more than once.
@ 2025-05-29 2:26 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-05-29 2:26 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: aubrey.li@linux.intel.com
tree: https://gitee.com/anolis/intel-cloud-kernel.git devel-6.6
head: 62cee0c43e18567eba021417ea42175a25b1132a
commit: 985517480ea330869ed27510db7af06a07cc8846 [49/49] anolis: phytium: pswiotlb: Add PSWIOTLB mechanism to improve DMA performance
:::::: branch date: 17 hours ago
:::::: commit date: 17 hours 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/202505291009.s6LU2LD4-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> kernel/dma/phytium/pswiotlb.c: linux/ctype.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/io.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/set_memory.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/scatterlist.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/gfp.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/highmem.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/debugfs.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/pfn.h is included more than once.
--
>> kernel/dma/phytium/pswiotlb-iommu.c: linux/crash_dump.h is included more than once.
vim +11 kernel/dma/phytium/pswiotlb.c
9
10 #include <linux/cache.h>
> 11 #include <linux/ctype.h>
12 #include <linux/debugfs.h>
13 #include <linux/dma-direct.h>
14 #include <linux/dma-map-ops.h>
15 #include <linux/mm.h>
16 #include <linux/export.h>
17 #include <linux/gfp.h>
18 #include <linux/highmem.h>
19 #include <linux/io.h>
20 #include <linux/iommu-helper.h>
21 #include <linux/init.h>
22 #include <linux/memblock.h>
23 #include <linux/pfn.h>
24 #include <linux/rculist.h>
25 #include <linux/scatterlist.h>
26 #include <linux/set_memory.h>
27 #include <linux/spinlock.h>
28 #include <linux/string.h>
29 #include <linux/pswiotlb.h>
30 #include <linux/pfn.h>
31 #include <linux/types.h>
> 32 #include <linux/ctype.h>
33 #include <linux/highmem.h>
34 #include <linux/gfp.h>
35 #include <linux/scatterlist.h>
36 #include <linux/mem_encrypt.h>
37 #include <linux/set_memory.h>
38 #ifdef CONFIG_DEBUG_FS
39 #include <linux/debugfs.h>
40 #endif
41 #ifdef CONFIG_DMA_RESTRICTED_POOL
42 #include <linux/io.h>
43 #include <linux/of.h>
44 #include <linux/of_fdt.h>
45 #include <linux/of_reserved_mem.h>
46 #include <linux/slab.h>
47 #endif
48
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* [anolis-intel-cloud:devel-6.6 49/49] kernel/dma/phytium/pswiotlb.c: linux/ctype.h is included more than once.
@ 2025-05-29 3:53 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-05-29 3:53 UTC (permalink / raw)
To: aubrey.li; +Cc: oe-kbuild-all
tree: https://gitee.com/anolis/intel-cloud-kernel.git devel-6.6
head: 62cee0c43e18567eba021417ea42175a25b1132a
commit: 985517480ea330869ed27510db7af06a07cc8846 [49/49] anolis: phytium: pswiotlb: Add PSWIOTLB mechanism to improve DMA performance
:::::: branch date: 17 hours ago
:::::: commit date: 17 hours 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/202505291009.s6LU2LD4-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> kernel/dma/phytium/pswiotlb.c: linux/ctype.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/io.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/set_memory.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/scatterlist.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/gfp.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/highmem.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/debugfs.h is included more than once.
>> kernel/dma/phytium/pswiotlb.c: linux/pfn.h is included more than once.
--
>> kernel/dma/phytium/pswiotlb-iommu.c: linux/crash_dump.h is included more than once.
vim +11 kernel/dma/phytium/pswiotlb.c
9
10 #include <linux/cache.h>
> 11 #include <linux/ctype.h>
12 #include <linux/debugfs.h>
13 #include <linux/dma-direct.h>
14 #include <linux/dma-map-ops.h>
15 #include <linux/mm.h>
16 #include <linux/export.h>
17 #include <linux/gfp.h>
18 #include <linux/highmem.h>
19 #include <linux/io.h>
20 #include <linux/iommu-helper.h>
21 #include <linux/init.h>
22 #include <linux/memblock.h>
23 #include <linux/pfn.h>
24 #include <linux/rculist.h>
25 #include <linux/scatterlist.h>
26 #include <linux/set_memory.h>
27 #include <linux/spinlock.h>
28 #include <linux/string.h>
29 #include <linux/pswiotlb.h>
30 #include <linux/pfn.h>
31 #include <linux/types.h>
> 32 #include <linux/ctype.h>
33 #include <linux/highmem.h>
34 #include <linux/gfp.h>
35 #include <linux/scatterlist.h>
36 #include <linux/mem_encrypt.h>
37 #include <linux/set_memory.h>
38 #ifdef CONFIG_DEBUG_FS
39 #include <linux/debugfs.h>
40 #endif
41 #ifdef CONFIG_DMA_RESTRICTED_POOL
42 #include <linux/io.h>
43 #include <linux/of.h>
44 #include <linux/of_fdt.h>
45 #include <linux/of_reserved_mem.h>
46 #include <linux/slab.h>
47 #endif
48
--
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:[~2025-05-29 3:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-29 3:53 [anolis-intel-cloud:devel-6.6 49/49] kernel/dma/phytium/pswiotlb.c: linux/ctype.h is included more than once kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2025-05-29 2:26 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.