All of lore.kernel.org
 help / color / mirror / Atom feed
* [iwlwifi-chromeos:chromeos-6.12__release/core94-22 1/1] drivers/net/wireless/iwl7000/iwlwifi/mld/mac80211.c: iface.h is included more than once.
@ 2025-01-20  8:48 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-01-20  8:48 UTC (permalink / raw)
  To: Golan Ben Ami, Michael Golant, Johannes Berg, Emmanuel Grumbach,
	Miri Korenblit
  Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/chromeos.git chromeos-6.12__release/core94-22
head:   602e50d4b13bf636b54b213ed73465b95173dfd3
commit: 602e50d4b13bf636b54b213ed73465b95173dfd3 [1/1] CHROMIUM: iwl7000: mld: record the last signal average per station
:::::: branch date: 6 hours ago
:::::: commit date: 6 hours 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/202501200256.ruTQBqme-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> drivers/net/wireless/iwl7000/iwlwifi/mld/mac80211.c: iface.h is included more than once.
--
>> drivers/net/wireless/iwl7000/iwlwifi/mld/stats.c: mlo.h is included more than once.

vim +12 drivers/net/wireless/iwl7000/iwlwifi/mld/mac80211.c

     8	
     9	#include "mld.h"
    10	#include "mac80211.h"
    11	#include "phy.h"
  > 12	#include "iface.h"
    13	#include "power.h"
    14	#include "sta.h"
    15	#include "agg.h"
    16	#include "scan.h"
    17	#include "d3.h"
    18	#include "tlc.h"
    19	#include "key.h"
    20	#include "ap.h"
    21	#include "tx.h"
    22	#include "roc.h"
  > 23	#include "iface.h"
    24	#include "mlo.h"
    25	#include "stats.h"
    26	#include "low_latency.h"
    27	#include "fw/api/scan.h"
    28	#include "fw/api/context.h"
    29	#include "fw/api/filter.h"
    30	#include "fw/api/sta.h"
    31	#include "fw/api/tdls.h"
    32	#ifdef CPTCFG_IWLWIFI_SUPPORT_DEBUG_OVERRIDES
    33	#include "fw/api/dhc.h"
    34	#endif
    35	#ifdef CONFIG_PM_SLEEP
    36	#include "fw/api/d3.h"
    37	#endif /* CONFIG_PM_SLEEP */
    38	#ifdef CPTCFG_IWL_VENDOR_CMDS
    39	#include "vendor-cmd.h"
    40	#endif
    41	#include "iwl-trans.h"
    42	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


^ permalink raw reply	[flat|nested] 2+ messages in thread
* [iwlwifi-chromeos:chromeos-6.12__release/core94-22 1/1] drivers/net/wireless/iwl7000/iwlwifi/mld/mac80211.c: iface.h is included more than once.
@ 2025-01-19 18:17 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-01-19 18:17 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: Golan Ben Ami <golan.ben.ami@intel.com>
TO: Michael Golant <michael.golant@intel.com>
TO: Johannes Berg <johannes.berg@intel.com>
TO: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
TO: Miri Korenblit <miriam.rachel.korenblit@intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/chromeos.git chromeos-6.12__release/core94-22
head:   602e50d4b13bf636b54b213ed73465b95173dfd3
commit: 602e50d4b13bf636b54b213ed73465b95173dfd3 [1/1] CHROMIUM: iwl7000: mld: record the last signal average per station
:::::: branch date: 6 hours ago
:::::: commit date: 6 hours 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/202501200256.ruTQBqme-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> drivers/net/wireless/iwl7000/iwlwifi/mld/mac80211.c: iface.h is included more than once.
--
>> drivers/net/wireless/iwl7000/iwlwifi/mld/stats.c: mlo.h is included more than once.

vim +12 drivers/net/wireless/iwl7000/iwlwifi/mld/mac80211.c

     8	
     9	#include "mld.h"
    10	#include "mac80211.h"
    11	#include "phy.h"
  > 12	#include "iface.h"
    13	#include "power.h"
    14	#include "sta.h"
    15	#include "agg.h"
    16	#include "scan.h"
    17	#include "d3.h"
    18	#include "tlc.h"
    19	#include "key.h"
    20	#include "ap.h"
    21	#include "tx.h"
    22	#include "roc.h"
  > 23	#include "iface.h"
    24	#include "mlo.h"
    25	#include "stats.h"
    26	#include "low_latency.h"
    27	#include "fw/api/scan.h"
    28	#include "fw/api/context.h"
    29	#include "fw/api/filter.h"
    30	#include "fw/api/sta.h"
    31	#include "fw/api/tdls.h"
    32	#ifdef CPTCFG_IWLWIFI_SUPPORT_DEBUG_OVERRIDES
    33	#include "fw/api/dhc.h"
    34	#endif
    35	#ifdef CONFIG_PM_SLEEP
    36	#include "fw/api/d3.h"
    37	#endif /* CONFIG_PM_SLEEP */
    38	#ifdef CPTCFG_IWL_VENDOR_CMDS
    39	#include "vendor-cmd.h"
    40	#endif
    41	#include "iwl-trans.h"
    42	

-- 
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-01-20  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-20  8:48 [iwlwifi-chromeos:chromeos-6.12__release/core94-22 1/1] drivers/net/wireless/iwl7000/iwlwifi/mld/mac80211.c: iface.h is included more than once kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2025-01-19 18:17 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.