From nobody Thu Dec 18 03:20:21 2025 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DF6C733554D for ; Fri, 31 Oct 2025 08:05:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761897916; cv=none; b=MqvRCFW362ya3jO7KNCBlv7rxXcF4sgx8lCokVVOd2Bm0+df59Rrp1YklzGmSWRxh1sO3S+aBi+Rh2kquvloCqLXDs467/GowAoL5Ayp/AORGhxhbSrLVnbgR2RmcBZZ83MfItwwQIoNqLBMvRw3e9iajpbQBMw3cyDaWb6BaAY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761897916; c=relaxed/simple; bh=EeQlUXkWQC37VA+bYsxzFWGd6/K4AxgcApQlX8DCaPI=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=EbKoDTYQIkjmuxFCaXdvzCxHKpv+tbh3GGFX5zv28vxtin//qkhAwf/iFV9SlKVwDTnRtU5nqYITFR3pPWm8xyiIUR4NFhbFcwVO/UZ/7okqEp9CUExcfcNIVrqRgaQlL/yQeqDlBFLVyPVIMKsh7PRh0tB7nusYJnqEl/L6wi4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=nVF12WGh; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="nVF12WGh" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 6DE541A17AC; Fri, 31 Oct 2025 08:05:13 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 439AF60704; Fri, 31 Oct 2025 08:05:13 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id E118C1180FB59; Fri, 31 Oct 2025 09:05:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1761897912; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=CrbRVpU6RN8+Pg9aSpPk8JXyw67nrDa535KDMx8knCI=; b=nVF12WGh20nkxAMXKYFtfGMCVs868490kMPUSc4ZiBJeXzGcDY+yChlcB0OsDfEnzK8vu5 jX+xvTqGg78xZ2jGuhGd/sP/qEAV+nchjR9rvyhN+UGKXml9/bE+DMiIk5lR0YtJtKwiSq ZQ81jQALTom8ox9JuHf1m9M3+cOZYIJMH2N4JJk9j+jV0yLuaLqrcNPgVpxvMGTU0p1i+4 Rf6wFw9fp7iQxYVso4G2ArobzubtWWts9wLNXWctjDBXNuPrj26eZ61AjsmFHCSdWMCE4W grPOsGxeWeQJVeyQlmwGd04UVE2o1LkxwPBY/VRyTWJGiRPhRqdfkavJEHEfXA== From: "Bastien Curutchet (eBPF Foundation)" Date: Fri, 31 Oct 2025 09:04:45 +0100 Subject: [PATCH bpf-next v7 09/15] selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20251031-xsk-v7-9-39fe486593a3@bootlin.com> References: <20251031-xsk-v7-0-39fe486593a3@bootlin.com> In-Reply-To: <20251031-xsk-v7-0-39fe486593a3@bootlin.com> To: =?utf-8?q?Bj=C3=B6rn_T=C3=B6pel?= , Magnus Karlsson , Maciej Fijalkowski , Jonathan Lemon , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Eduard Zingerman , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Mykola Lysenko , Shuah Khan , "David S. Miller" , Jakub Kicinski , Jesper Dangaard Brouer Cc: Thomas Petazzoni , Alexis Lothore , netdev@vger.kernel.org, bpf@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, "Bastien Curutchet (eBPF Foundation)" X-Mailer: b4 0.14.2 X-Last-TLS-Session-Version: TLSv1.3 xsk_reattach_xdp calls exit_with_error() on failures. This exits the program immediately. It prevents the following tests from being run and isn't compliant with the CI. Add a return value to the functions handling XDP attachments to handle errors more smoothly. Reviewed-by: Maciej Fijalkowski Signed-off-by: Bastien Curutchet (eBPF Foundation) --- tools/testing/selftests/bpf/test_xsk.c | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/tools/testing/selftests/bpf/test_xsk.c b/tools/testing/selftes= ts/bpf/test_xsk.c index 7db1d974e31511e93b05bf70be991cee4cd444c6..0adb6c0b948f6216b24d0562bcd= a26097dbb9dbc 100644 --- a/tools/testing/selftests/bpf/test_xsk.c +++ b/tools/testing/selftests/bpf/test_xsk.c @@ -1643,7 +1643,7 @@ static bool xdp_prog_changed_tx(struct test_spec *tes= t) return ifobj->xdp_prog !=3D test->xdp_prog_tx || ifobj->mode !=3D test->m= ode; } =20 -static void xsk_reattach_xdp(struct ifobject *ifobj, struct bpf_program *x= dp_prog, +static int xsk_reattach_xdp(struct ifobject *ifobj, struct bpf_program *xd= p_prog, struct bpf_map *xskmap, enum test_mode mode) { int err; @@ -1652,31 +1652,40 @@ static void xsk_reattach_xdp(struct ifobject *ifobj= , struct bpf_program *xdp_pro err =3D xsk_attach_xdp_program(xdp_prog, ifobj->ifindex, mode_to_xdp_flag= s(mode)); if (err) { ksft_print_msg("Error attaching XDP program\n"); - exit_with_error(-err); + return err; } =20 if (ifobj->mode !=3D mode && (mode =3D=3D TEST_MODE_DRV || mode =3D=3D TE= ST_MODE_ZC)) if (!xsk_is_in_mode(ifobj->ifindex, XDP_FLAGS_DRV_MODE)) { ksft_print_msg("ERROR: XDP prog not in DRV mode\n"); - exit_with_error(EINVAL); + return -EINVAL; } =20 ifobj->xdp_prog =3D xdp_prog; ifobj->xskmap =3D xskmap; ifobj->mode =3D mode; + + return 0; } =20 -static void xsk_attach_xdp_progs(struct test_spec *test, struct ifobject *= ifobj_rx, +static int xsk_attach_xdp_progs(struct test_spec *test, struct ifobject *i= fobj_rx, struct ifobject *ifobj_tx) { - if (xdp_prog_changed_rx(test)) - xsk_reattach_xdp(ifobj_rx, test->xdp_prog_rx, test->xskmap_rx, test->mod= e); + int err =3D 0; + + if (xdp_prog_changed_rx(test)) { + err =3D xsk_reattach_xdp(ifobj_rx, test->xdp_prog_rx, test->xskmap_rx, t= est->mode); + if (err) + return err; + } =20 if (!ifobj_tx || ifobj_tx->shared_umem) - return; + return 0; =20 if (xdp_prog_changed_tx(test)) - xsk_reattach_xdp(ifobj_tx, test->xdp_prog_tx, test->xskmap_tx, test->mod= e); + err =3D xsk_reattach_xdp(ifobj_tx, test->xdp_prog_tx, test->xskmap_tx, t= est->mode); + + return err; } =20 static void clean_sockets(struct test_spec *test, struct ifobject *ifobj) @@ -1789,7 +1798,8 @@ static int testapp_validate_traffic(struct test_spec = *test) } } =20 - xsk_attach_xdp_progs(test, ifobj_rx, ifobj_tx); + if (xsk_attach_xdp_progs(test, ifobj_rx, ifobj_tx)) + return TEST_FAILURE; return __testapp_validate_traffic(test, ifobj_rx, ifobj_tx); } =20 --=20 2.51.0