From: kernel test robot <lkp@intel.com>
To: Matt Johnston <matt@codeconstruct.com.au>,
Jeremy Kerr <jk@codeconstruct.com.au>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Simon Horman <horms@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev, netdev@vger.kernel.org,
Matt Johnston <matt@codeconstruct.com.au>
Subject: Re: [PATCH net-next 3/7] net: mctp: Add test for conflicting bind()s
Date: Fri, 4 Jul 2025 19:55:07 +0800 [thread overview]
Message-ID: <202507041923.SYifiPF1-lkp@intel.com> (raw)
In-Reply-To: <20250703-mctp-bind-v1-3-bb7e97c24613@codeconstruct.com.au>
Hi Matt,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 8b98f34ce1d8c520403362cb785231f9898eb3ff]
url: https://github.com/intel-lab-lkp/linux/commits/Matt-Johnston/net-mctp-Prevent-duplicate-binds/20250703-171427
base: 8b98f34ce1d8c520403362cb785231f9898eb3ff
patch link: https://lore.kernel.org/r/20250703-mctp-bind-v1-3-bb7e97c24613%40codeconstruct.com.au
patch subject: [PATCH net-next 3/7] net: mctp: Add test for conflicting bind()s
config: sparc-randconfig-001-20250704 (https://download.01.org/0day-ci/archive/20250704/202507041923.SYifiPF1-lkp@intel.com/config)
compiler: sparc64-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250704/202507041923.SYifiPF1-lkp@intel.com/reproduce)
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/202507041923.SYifiPF1-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from net/mctp/route.c:1538:
>> net/mctp/test/route-test.c:1254:65: warning: 'type1' defined but not used [-Wunused-const-variable=]
1254 | static const struct mctp_test_bind_setup bind_addr8_netdefault, type1 = {
| ^~~~~
>> net/mctp/test/route-test.c:1254:42: warning: 'bind_addr8_netdefault' defined but not used [-Wunused-const-variable=]
1254 | static const struct mctp_test_bind_setup bind_addr8_netdefault, type1 = {
| ^~~~~~~~~~~~~~~~~~~~~
vim +/type1 +1254 net/mctp/test/route-test.c
1253
> 1254 static const struct mctp_test_bind_setup bind_addr8_netdefault, type1 = {
1255 .bind_addr = 8, .bind_net = MCTP_NET_ANY, .bind_type = 1,
1256 };
1257
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-07-04 11:55 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-03 9:11 [PATCH net-next 0/7] net: mctp: Improved bind handling Matt Johnston
2025-07-03 9:11 ` [PATCH net-next 1/7] net: mctp: Prevent duplicate binds Matt Johnston
2025-07-03 9:11 ` [PATCH net-next 2/7] net: mctp: Treat MCTP_NET_ANY specially in bind() Matt Johnston
2025-07-03 9:11 ` [PATCH net-next 3/7] net: mctp: Add test for conflicting bind()s Matt Johnston
2025-07-04 11:55 ` kernel test robot [this message]
2025-07-03 9:11 ` [PATCH net-next 4/7] net: mctp: Use hashtable for binds Matt Johnston
2025-07-03 9:11 ` [PATCH net-next 5/7] net: mctp: Allow limiting binds to a peer address Matt Johnston
2025-07-14 19:16 ` Dan Carpenter
2025-07-15 1:13 ` Matt Johnston
2025-07-03 9:11 ` [PATCH net-next 6/7] net: mctp: Test conflicts of connect() with bind() Matt Johnston
2025-07-04 11:01 ` kernel test robot
2025-07-03 9:11 ` [PATCH net-next 7/7] net: mctp: Add bind lookup test Matt Johnston
2025-08-11 11:35 ` Alexandre Ghiti
2025-08-12 5:11 ` Matt Johnston
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=202507041923.SYifiPF1-lkp@intel.com \
--to=lkp@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jk@codeconstruct.com.au \
--cc=kuba@kernel.org \
--cc=matt@codeconstruct.com.au \
--cc=netdev@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=pabeni@redhat.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 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.