oe-kbuild.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [opencloudos:next 4787/4792] drivers/net/ethernet/bzwx/nce/ne6x_vf/ne6xvf.h: linux/sctp.h is included more than once.
@ 2024-04-11 18:24 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-04-11 18:24 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 next
head:   5a4887e84d1f38cdaa7d82d911ad735fb06009fe
commit: c783f7daed8739b9497e40656bc220d2d17c9c10 [4787/4792] drivers: add Chengdu BeiZhongWangXin Technology N5/N6 Series Network Card Driver
:::::: branch date: 8 hours ago
:::::: commit date: 10 hours ago
compiler: gcc-13 (Ubuntu 13.2.0-4ubuntu3) 13.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/202404120217.hu9eX7F0-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> drivers/net/ethernet/bzwx/nce/ne6x_vf/ne6xvf.h: linux/sctp.h is included more than once.
--
>> drivers/net/ethernet/bzwx/nce/ne6x/ne6x_debugfs.c: linux/fs.h is included more than once.

vim +17 drivers/net/ethernet/bzwx/nce/ne6x_vf/ne6xvf.h

     6	
     7	#include <linux/module.h>
     8	#include <linux/pci.h>
     9	#include <linux/aer.h>
    10	#include <linux/netdevice.h>
    11	#include <linux/vmalloc.h>
    12	#include <linux/interrupt.h>
    13	#include <linux/ethtool.h>
    14	#include <linux/if_vlan.h>
    15	#include <linux/ip.h>
    16	#include <linux/tcp.h>
  > 17	#include <linux/sctp.h>
    18	#include <linux/ipv6.h>
    19	#include <linux/kernel.h>
    20	#include <linux/bitops.h>
    21	#include <linux/timer.h>
    22	#include <linux/workqueue.h>
    23	#include <linux/wait.h>
    24	#include <linux/delay.h>
    25	#include <linux/gfp.h>
    26	#include <linux/skbuff.h>
    27	#include <linux/dma-mapping.h>
    28	#include <linux/etherdevice.h>
    29	#include <linux/socket.h>
    30	#include <linux/jiffies.h>
    31	#include <net/ipv6.h>
    32	#include <net/ip6_checksum.h>
    33	#include <net/udp.h>
  > 34	#include <linux/sctp.h>
    35	#include <linux/pci_hotplug.h>
    36	#include <net/pkt_cls.h>
    37	#include <net/tc_act/tc_gact.h>
    38	#include <net/tc_act/tc_mirred.h>
    39	#include <linux/bitmap.h>
    40	

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-11 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-11 18:24 [opencloudos:next 4787/4792] drivers/net/ethernet/bzwx/nce/ne6x_vf/ne6xvf.h: linux/sctp.h is included more than once kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).