* [openeuler:OLK-5.10 2737/2737] drivers/scsi/linkdata/ps3stor/ps3_recovery.c: ps3_ioc_state.h is included more than once.
@ 2025-02-11 11:33 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-02-11 11:33 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: kernel@openeuler.org
tree: https://gitee.com/openeuler/kernel.git OLK-5.10
head: 7152a244f5f9fb024d93d293168ce0b62309680a
commit: 13f748eddc9dfdec8a18922ed601e1906dcb183a [2737/2737] [PATCH] SCSI: Linkdata: Supports Linkdata HBA/RAID Controllers
:::::: branch date: 9 hours ago
:::::: commit date: 3 days ago
compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99)
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/202502111949.SlRodAD8-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/scsi/linkdata/ps3stor/ps3_recovery.c: ps3_ioc_state.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/ps3_recovery.c: ps3_recovery.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_device_update.c: linux/mutex.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/ps3_device_update.c: ps3_device_update.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/linux/ps3_dump.c: linux/uaccess.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_device_manager.c: scsi/scsi_tcq.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_r1x_write_lock.c: ps3_driver_log.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_ioctl.c: linux/mutex.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_debug.c: ps3_htp_def.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/ps3_debug.c: ps3_instance_manager.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_mgr_channel.c: ps3_cmd_complete.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_mgr_cmd.c: linux/mutex.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_irq.c: linux/kernel.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_scsih.c: ps3_module_para.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_instance_manager.h: ps3_irq.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/ps3_instance_manager.h: ps3_cmd_channel.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/ps3_instance_manager.h: ps3_inner_data.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/linux/ps3_base.c: ps3_scsi_cmd_err.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/linux/ps3_base.c: ps3_driver_log.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_ioc_adp.c: ps3_scsih.h is included more than once.
vim +10 drivers/scsi/linkdata/ps3stor/ps3_recovery.c
6
7 #include <scsi/scsi.h>
8 #endif
9 #include "ps3_recovery.h"
> 10 #include "ps3_ioc_state.h"
11 #include "ps3_event.h"
12 #include "ps3_mgr_channel.h"
13 #include "ps3_cmd_complete.h"
14 #include "ps3_device_update.h"
15 #include "ps3_ioc_manager.h"
16 #include "ps3_mgr_cmd.h"
17 #include "ps3_scsi_cmd_err.h"
18 #include "ps3_scsih.h"
19 #include "ps3_cmd_statistics.h"
20 #include "ps3_r1x_write_lock.h"
> 21 #include "ps3_ioc_state.h"
22 #include "ps3_module_para.h"
23 #include "ps3_ioctl.h"
24 #include "ps3_dump.h"
25 #include "ps3_cli_debug.h"
26 #include "ps3_kernel_version.h"
27
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread* [openeuler:OLK-5.10 2737/2737] drivers/scsi/linkdata/ps3stor/ps3_recovery.c: ps3_ioc_state.h is included more than once.
@ 2025-02-13 3:08 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-02-13 3:08 UTC (permalink / raw)
To: kernel; +Cc: oe-kbuild-all
tree: https://gitee.com/openeuler/kernel.git OLK-5.10
head: 7152a244f5f9fb024d93d293168ce0b62309680a
commit: 13f748eddc9dfdec8a18922ed601e1906dcb183a [2737/2737] [PATCH] SCSI: Linkdata: Supports Linkdata HBA/RAID Controllers
:::::: branch date: 9 hours ago
:::::: commit date: 3 days ago
compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99)
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/202502111949.SlRodAD8-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/scsi/linkdata/ps3stor/ps3_recovery.c: ps3_ioc_state.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/ps3_recovery.c: ps3_recovery.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_device_update.c: linux/mutex.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/ps3_device_update.c: ps3_device_update.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/linux/ps3_dump.c: linux/uaccess.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_device_manager.c: scsi/scsi_tcq.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_r1x_write_lock.c: ps3_driver_log.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_ioctl.c: linux/mutex.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_debug.c: ps3_htp_def.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/ps3_debug.c: ps3_instance_manager.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_mgr_channel.c: ps3_cmd_complete.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_mgr_cmd.c: linux/mutex.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_irq.c: linux/kernel.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_scsih.c: ps3_module_para.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_instance_manager.h: ps3_irq.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/ps3_instance_manager.h: ps3_cmd_channel.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/ps3_instance_manager.h: ps3_inner_data.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/linux/ps3_base.c: ps3_scsi_cmd_err.h is included more than once.
>> drivers/scsi/linkdata/ps3stor/linux/ps3_base.c: ps3_driver_log.h is included more than once.
--
>> drivers/scsi/linkdata/ps3stor/ps3_ioc_adp.c: ps3_scsih.h is included more than once.
vim +10 drivers/scsi/linkdata/ps3stor/ps3_recovery.c
6
7 #include <scsi/scsi.h>
8 #endif
9 #include "ps3_recovery.h"
> 10 #include "ps3_ioc_state.h"
11 #include "ps3_event.h"
12 #include "ps3_mgr_channel.h"
13 #include "ps3_cmd_complete.h"
14 #include "ps3_device_update.h"
15 #include "ps3_ioc_manager.h"
16 #include "ps3_mgr_cmd.h"
17 #include "ps3_scsi_cmd_err.h"
18 #include "ps3_scsih.h"
19 #include "ps3_cmd_statistics.h"
20 #include "ps3_r1x_write_lock.h"
> 21 #include "ps3_ioc_state.h"
22 #include "ps3_module_para.h"
23 #include "ps3_ioctl.h"
24 #include "ps3_dump.h"
25 #include "ps3_cli_debug.h"
26 #include "ps3_kernel_version.h"
27
--
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-02-13 3:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-11 11:33 [openeuler:OLK-5.10 2737/2737] drivers/scsi/linkdata/ps3stor/ps3_recovery.c: ps3_ioc_state.h is included more than once kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2025-02-13 3:08 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.