From: kernel test robot <lkp@intel.com>
To: Allison Henderson <achender@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC 02/15] net/rds: Give each connection its own workqueue
Date: Sun, 26 Oct 2025 08:03:13 +0800 [thread overview]
Message-ID: <202510260705.2YLUonGC-lkp@intel.com> (raw)
In-Reply-To: <20251022191715.157755-3-achender@kernel.org>
Hi Allison,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:
[auto build test ERROR on net/main]
[also build test ERROR on net-next/main linus/master horms-ipvs/master v6.18-rc2 next-20251024]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Allison-Henderson/net-rds-Add-per-cp-work-queue/20251023-032058
base: net/main
patch link: https://lore.kernel.org/r/20251022191715.157755-3-achender%40kernel.org
patch subject: [RFC 02/15] net/rds: Give each connection its own workqueue
config: s390-allyesconfig (https://download.01.org/0day-ci/archive/20251026/202510260705.2YLUonGC-lkp@intel.com/config)
compiler: s390-linux-gcc (GCC) 15.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251026/202510260705.2YLUonGC-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/202510260705.2YLUonGC-lkp@intel.com/
All errors (new ones prefixed by >>):
net/rds/ib.c: In function 'rds_ib_unregister_client':
>> net/rds/ib.c:500:25: error: 'RDS_NMBR_CP_WQS' undeclared (first use in this function)
500 | for (i = 0; i < RDS_NMBR_CP_WQS; ++i)
| ^~~~~~~~~~~~~~~
net/rds/ib.c:500:25: note: each undeclared identifier is reported only once for each function it appears in
In file included from include/linux/srcu.h:21,
from include/linux/notifier.h:16,
from arch/s390/include/asm/uprobes.h:12,
from include/linux/uprobes.h:66,
from include/linux/mm_types.h:16,
from include/linux/uio.h:9,
from include/linux/socket.h:8,
from include/uapi/linux/in.h:25,
from include/linux/in.h:19,
from net/rds/ib.c:34:
>> net/rds/ib.c:501:33: error: 'rds_cp_wqs' undeclared (first use in this function); did you mean 'rds_ib_wq'?
501 | flush_workqueue(rds_cp_wqs[i]);
| ^~~~~~~~~~
include/linux/workqueue.h:778:41: note: in definition of macro 'flush_workqueue'
778 | struct workqueue_struct *_wq = (wq); \
| ^~
vim +/RDS_NMBR_CP_WQS +500 net/rds/ib.c
491
492 static void rds_ib_unregister_client(void)
493 {
494 int i;
495
496 ib_unregister_client(&rds_ib_client);
497 /* wait for rds_ib_dev_free() to complete */
498 flush_workqueue(rds_wq);
499
> 500 for (i = 0; i < RDS_NMBR_CP_WQS; ++i)
> 501 flush_workqueue(rds_cp_wqs[i]);
502 }
503
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-10-26 0:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-22 19:17 [RFC 00/15] net/rds: RDS-TCP bug fix collection Allison Henderson
2025-10-22 19:17 ` [RFC 01/15] net/rds: Add per cp work queue Allison Henderson
2025-10-22 19:17 ` [RFC 02/15] net/rds: Give each connection its own workqueue Allison Henderson
2025-10-26 0:03 ` kernel test robot [this message]
2025-10-22 19:17 ` [RFC 03/15] net/rds: Change return code from rds_send_xmit() when lock is taken Allison Henderson
2025-10-22 19:17 ` [RFC 04/15] net/rds: No shortcut out of RDS_CONN_ERROR Allison Henderson
2025-10-22 19:17 ` [RFC 05/15] net/rds: rds_tcp_accept_one ought to not discard messages Allison Henderson
2025-10-22 19:17 ` [RFC 06/15] net/rds: new extension header: rdma bytes Allison Henderson
2025-10-22 19:17 ` [RFC 07/15] net/rds: Encode cp_index in TCP source port Allison Henderson
2025-10-22 19:17 ` [RFC 08/15] net/rds: rds_tcp_conn_path_shutdown must not discard messages Allison Henderson
2025-10-22 19:17 ` [RFC 09/15] net/rds: Kick-start TCP receiver after accept Allison Henderson
2025-10-22 19:17 ` [RFC 10/15] net/rds: Clear reconnect pending bit Allison Henderson
2025-10-22 19:17 ` [RFC 11/15] net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrives Allison Henderson
2025-10-22 19:17 ` [RFC 12/15] net/rds: Trigger rds_send_ping() more than once Allison Henderson
2025-10-22 19:17 ` [RFC 13/15] net/rds: Delegate fan-out to a background worker Allison Henderson
2025-10-22 19:17 ` [RFC 14/15] net/rds: Use proper peer port number even when not connected Allison Henderson
2025-10-22 19:17 ` [RFC 15/15] net/rds: rds_sendmsg should not discard payload_len Allison Henderson
2025-10-22 22:04 ` [RFC 00/15] net/rds: RDS-TCP bug fix collection Allison Henderson
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=202510260705.2YLUonGC-lkp@intel.com \
--to=lkp@intel.com \
--cc=achender@kernel.org \
--cc=oe-kbuild-all@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.