netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Mingming Cao <mmc@linux.ibm.com>, netdev@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, bjking1@linux.ibm.com,
	haren@linux.ibm.com, ricklind@linux.ibm.com, mmc@linux.ibm.com,
	Dave Marquardt <davemarq@linux.ibm.com>
Subject: Re: [PATCH net-next 2/4] ibmvnic: Use atomic64_t for queue stats
Date: Thu, 3 Jul 2025 10:58:22 +0800	[thread overview]
Message-ID: <202507031001.nn9LVAkH-lkp@intel.com> (raw)
In-Reply-To: <20250630234806.10885-3-mmc@linux.ibm.com>

Hi Mingming,

kernel test robot noticed the following build warnings:

[auto build test WARNING on net-next/main]

url:    https://github.com/intel-lab-lkp/linux/commits/Mingming-Cao/ibmvnic-Derive-NUM_RX_STATS-NUM_TX_STATS-dynamically/20250701-074915
base:   net-next/main
patch link:    https://lore.kernel.org/r/20250630234806.10885-3-mmc%40linux.ibm.com
patch subject: [PATCH net-next 2/4] ibmvnic: Use atomic64_t for queue stats
compiler: clang version 20.1.7 (https://github.com/llvm/llvm-project 6146a88f60492b520a36f8f8f3231e15f3cc6082)

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/oe-kbuild-all/202507031001.nn9LVAkH-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> drivers/net/ethernet/ibm/ibmvnic.c: linux/atomic.h is included more than once.

vim +62 drivers/net/ethernet/ibm/ibmvnic.c

    34	
    35	#include <linux/module.h>
    36	#include <linux/moduleparam.h>
    37	#include <linux/types.h>
    38	#include <linux/errno.h>
    39	#include <linux/completion.h>
    40	#include <linux/ioport.h>
    41	#include <linux/dma-mapping.h>
    42	#include <linux/kernel.h>
    43	#include <linux/netdevice.h>
    44	#include <linux/etherdevice.h>
    45	#include <linux/skbuff.h>
    46	#include <linux/init.h>
    47	#include <linux/delay.h>
    48	#include <linux/mm.h>
    49	#include <linux/ethtool.h>
    50	#include <linux/proc_fs.h>
    51	#include <linux/if_arp.h>
    52	#include <linux/in.h>
    53	#include <linux/ip.h>
    54	#include <linux/ipv6.h>
    55	#include <linux/irq.h>
    56	#include <linux/irqdomain.h>
    57	#include <linux/kthread.h>
    58	#include <linux/seq_file.h>
    59	#include <linux/interrupt.h>
    60	#include <net/net_namespace.h>
    61	#include <asm/hvcall.h>
  > 62	#include <linux/atomic.h>
    63	#include <asm/vio.h>
    64	#include <asm/xive.h>
    65	#include <asm/iommu.h>
    66	#include <linux/uaccess.h>
    67	#include <asm/firmware.h>
    68	#include <linux/workqueue.h>
    69	#include <linux/if_vlan.h>
    70	#include <linux/utsname.h>
    71	#include <linux/cpu.h>
  > 72	#include <linux/atomic.h>
    73	

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

  reply	other threads:[~2025-07-03  2:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-30 23:48 [PATCH net-next 0/4] ibmvnic: Improve queue stats and subcrq indirect handling Mingming Cao
2025-06-30 23:48 ` [PATCH net-next 1/4] ibmvnic: Derive NUM_RX_STATS/NUM_TX_STATS dynamically Mingming Cao
2025-07-02  1:30   ` Jakub Kicinski
2025-06-30 23:48 ` [PATCH net-next 2/4] ibmvnic: Use atomic64_t for queue stats Mingming Cao
2025-07-03  2:58   ` kernel test robot [this message]
2025-06-30 23:48 ` [PATCH net-next 3/4] ibmvnic: Use ndo_get_stats64 to fix inaccurate SAR reporting Mingming Cao
2025-06-30 23:48 ` [PATCH net-next 4/4] ibmvnic: Make max subcrq indirect entries tunable via module param Mingming Cao
2025-07-02  1:31   ` Jakub Kicinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202507031001.nn9LVAkH-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=bjking1@linux.ibm.com \
    --cc=davemarq@linux.ibm.com \
    --cc=haren@linux.ibm.com \
    --cc=mmc@linux.ibm.com \
    --cc=netdev@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=ricklind@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).