From: Jakub Kicinski Date: Fri, 5 Jun 2026 01:33:53 +0000 (-0700) Subject: Merge branch 'selftests-rds-roce-support-follow-ups' X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f646f464d5eb6ffac9be5c721dadb23891ccdb58;p=thirdparty%2Flinux.git Merge branch 'selftests-rds-roce-support-follow-ups' Allison Henderson says: ==================== selftests: rds: ROCE support follow ups This is a follow up series to the "Add ROCE support to rds selftests" series. The first patch renames run.sh to rds_run.sh, which provides a self-describing name that appears on the netdev CI dashboard. The second patch addresses a sashiko complaint that I thought was worth circling back for. In the patch "pin RDS sockets to their intended transport," sockets are pinned to the specific transport they are meant to test. By default, socket transports are implicitly selected based on the network topology, but it is possible that they can fail back to other transports if the underlying connection could not be established. So the patch pins them to the intended transport to avoid false positives. The third patch "support RDS built as loadable modules," lifts the CONFIG_MODULES=n requirement, and updates the check_*conf_enabled() to allow modules set to "=m" and further load the backing modules for any component set as such. config.sh is updated to match. The fourth patch converts the rdma-prerequisite checks to return XFAIL rather than SKIP, since the RDMA datapath is not run in netdev CI. Questions, comments and feedback appreciated! ==================== Link: https://patch.msgid.link/20260602050657.26389-1-achender@kernel.org Signed-off-by: Jakub Kicinski --- f646f464d5eb6ffac9be5c721dadb23891ccdb58