All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: Re: [PATCH v5 net-next 1/1] sched: Add dualpi2 qdisc
Date: Sun, 23 Feb 2025 10:50:30 +0800	[thread overview]
Message-ID: <202502231059.o6xHmMam-lkp@intel.com> (raw)

:::::: 
:::::: Manual check reason: "low confidence bisect report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20250222100725.27838-2-chia-yu.chang@nokia-bell-labs.com>
References: <20250222100725.27838-2-chia-yu.chang@nokia-bell-labs.com>
TO: chia-yu.chang@nokia-bell-labs.com
TO: netdev@vger.kernel.org
TO: dave.taht@gmail.com
TO: pabeni@redhat.com
TO: jhs@mojatatu.com
TO: kuba@kernel.org
TO: stephen@networkplumber.org
TO: xiyou.wangcong@gmail.com
TO: jiri@resnulli.us
TO: davem@davemloft.net
TO: edumazet@google.com
TO: horms@kernel.org
TO: andrew+netdev@lunn.ch
TO: ij@kernel.org
TO: ncardwell@google.com
TO: koen.de_schepper@nokia-bell-labs.com
TO: g.white@cablelabs.com
TO: ingemar.s.johansson@ericsson.com
TO: mirja.kuehlewind@ericsson.com
TO: cheshire@apple.com
TO: rs.ietf@gmx.at
TO: Jason_Livingood@comcast.com
TO: vidhi_goel@apple.com
CC: Olga Albisser <olga@albisser.org>
CC: Olivier Tilmans <olivier.tilmans@nokia.com>
CC: Henrik Steen <henrist@henrist.net>
CC: Bob Briscoe <research@bobbriscoe.net>
CC: "Chia-Yu Chang" <chia-yu.chang@nokia-bell-labs.com>

Hi,

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/chia-yu-chang-nokia-bell-labs-com/sched-Add-dualpi2-qdisc/20250222-181035
base:   net-next/main
patch link:    https://lore.kernel.org/r/20250222100725.27838-2-chia-yu.chang%40nokia-bell-labs.com
patch subject: [PATCH v5 net-next 1/1] sched: Add dualpi2 qdisc
:::::: branch date: 17 hours ago
:::::: commit date: 17 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/202502231059.o6xHmMam-lkp@intel.com/

includecheck warnings: (new ones prefixed by >>)
>> include/linux/netdevice.h: linux/netdev_features.h is included more than once.

vim +33 include/linux/netdevice.h

    32	
  > 33	#include <linux/netdev_features.h>
    34	#include <linux/percpu.h>
    35	#include <linux/rculist.h>
    36	#include <linux/workqueue.h>
    37	#include <linux/dynamic_queue_limits.h>
    38	
    39	#include <net/net_namespace.h>
    40	#ifdef CONFIG_DCB
    41	#include <net/dcbnl.h>
    42	#endif
    43	#include <net/netprio_cgroup.h>
  > 44	#include <linux/netdev_features.h>
    45	#include <linux/neighbour.h>
    46	#include <linux/netdevice_xmit.h>
    47	#include <uapi/linux/netdevice.h>
    48	#include <uapi/linux/if_bonding.h>
    49	#include <uapi/linux/pkt_cls.h>
    50	#include <uapi/linux/netdev.h>
    51	#include <linux/hashtable.h>
    52	#include <linux/rbtree.h>
    53	#include <net/net_trackers.h>
    54	#include <net/net_debug.h>
    55	#include <net/dropreason-core.h>
    56	#include <net/neighbour_tables.h>
    57	

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

             reply	other threads:[~2025-02-23  2:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-23  2:50 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-22 10:07 [PATCH v5 net-next 0/1] DUALPI2 patch chia-yu.chang
2025-02-22 10:07 ` [PATCH v5 net-next 1/1] sched: Add dualpi2 qdisc chia-yu.chang
2025-02-24 20:30   ` Jakub Kicinski
2025-02-25 18:07     ` Chia-Yu Chang (Nokia)
2025-02-26  0:41   ` Cong Wang
2025-03-02 15:37     ` Chia-Yu Chang (Nokia)
     [not found]       ` <s6XvSuJ8nXItuCMN4KLwbJvYh8P3pAtM4TpVWLomsju1tts9T7CGMmmuWSJcIhkC-aXOZndLLoB8jIfDCwdkVH6POUi86FIO5jfkcUhI2nw=@ealdwulf.org.uk>
2025-03-03  1:10         ` Chia-Yu Chang (Nokia)
2025-03-03 16:20           ` Koen De Schepper (Nokia)

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=202502231059.o6xHmMam-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild@lists.linux.dev \
    /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 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.