From nobody Fri Oct 3 07:42:28 2025 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 A1BDF3019B3 for ; Thu, 4 Sep 2025 10:11:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756980712; cv=none; b=DDrp0OtalllKqf1saFVZU5/twjbACtgT4/W9owQj2qHcRARgjsoKThnhW8KT8/h5IRIOrrTwveK+6eLJAUT7CLEDEa9PBwEVdXhvO1dpC7QAd4H5Wu3sJ2c4ughK3jeIX3YGK0u/RfJ07pGixG/+pjWFt+mH9w+6RoSv5L2Ng4g= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756980712; c=relaxed/simple; bh=VbBSHfB2zW+ctxCm4SGfQuzLRRhGKKeM2zk5FRtfr+A=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=uOVa7wKYWdPapgh/Y/uyEmZwQshi5Ga59AkBFaqc2Ya8Y5NPMwYMcbO9M3dQL7NK6Wcfg05NjyU+HEUVHNo3umxASKRnDfqveqJu3DgBoOnRvaT+66eo3h2H1muTwLMzuRzO17Dkj6ny/9gLYBeSnCwy46TQhV+f94S3cen/i74= 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=TY+CDx6R; arc=none smtp.client-ip=185.171.202.116 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="TY+CDx6R" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 07AD2C6B3AC; Thu, 4 Sep 2025 10:11:34 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 2F0A1606BB; Thu, 4 Sep 2025 10:11:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 7EB581C22DA51; Thu, 4 Sep 2025 12:11:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1756980707; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=YPVmNS28+Y5CKNfxtUjWegH8ekwHCY/1iuM0MB/ADZg=; b=TY+CDx6R1/DAQC1/h04l3fCKwC2oiXOkSLs9/o5lSo8DxRDScZwMD8V4kTTXXddxYnf7Yk NYN4A0k4Jb5mLHIUTHnOOEYdH6tEl1s8oaN1WF8tE5Li0+/K5Z3zvkR6BhpxX/j2aNnhgS BTy5cAZP2J6h0g9Nbweap2beMLnlWxZqGyhEZ9NzIdF903t9KBKLOwG2DFpPSpkYUfDhGX xVN6OEE8geZlu8zbOy6LjGFEaaVmZCHax93IxRRSBxsTrTr8IZ3qNVeYm8MYP4CHov8Nae NFGkcX6zvvdkWAYj0rUYBzwmClT9IJDG/u2uC2CWSNPnSTSejBhBpw9HuQ1NSw== From: "Bastien Curutchet (eBPF Foundation)" Date: Thu, 04 Sep 2025 12:10:27 +0200 Subject: [PATCH bpf-next v3 12/14] selftests/bpf: test_xsk: Move exit_with_error to xskxceiver.c 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: <20250904-xsk-v3-12-ce382e331485@bootlin.com> References: <20250904-xsk-v3-0-ce382e331485@bootlin.com> In-Reply-To: <20250904-xsk-v3-0-ce382e331485@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 exit_with_error() isn't called by test_xsk.c. It shouldn't be called in the future either, since some resources need to be cleaned before exiting when an error occurs. Move the definition of exit_with_error() to xskxceiver.c, where it's still used. Signed-off-by: Bastien Curutchet (eBPF Foundation) --- tools/testing/selftests/bpf/test_xsk.h | 7 ------- tools/testing/selftests/bpf/xskxceiver.c | 9 +++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/tools/testing/selftests/bpf/test_xsk.h b/tools/testing/selftes= ts/bpf/test_xsk.h index f4e192264b140c21cc861192fd0df991c46afd24..b068b25ea5da728fad1e17b894d= 6a1b1c9794f74 100644 --- a/tools/testing/selftests/bpf/test_xsk.h +++ b/tools/testing/selftests/bpf/test_xsk.h @@ -34,13 +34,6 @@ extern bool opt_verbose; #define print_verbose(x...) do { if (opt_verbose) ksft_print_msg(x); } whi= le (0) =20 -static void __exit_with_error(int error, const char *file, const char *fun= c, int line) -{ - ksft_test_result_fail("[%s:%s:%i]: ERROR: %d/\"%s\"\n", file, func, line,= error, - strerror(error)); - ksft_exit_xfail(); -} -#define exit_with_error(error) __exit_with_error(error, __FILE__, __func__= , __LINE__) =20 static inline u32 ceil_u32(u32 a, u32 b) { diff --git a/tools/testing/selftests/bpf/xskxceiver.c b/tools/testing/selft= ests/bpf/xskxceiver.c index 20ae62b7014427929e55e10b274757a95897ff1e..68aa3317dfc62cd4deac07f2d58= fefd55770775f 100644 --- a/tools/testing/selftests/bpf/xskxceiver.c +++ b/tools/testing/selftests/bpf/xskxceiver.c @@ -107,6 +107,15 @@ static u32 opt_run_test =3D RUN_ALL_TESTS; =20 void test__fail(void) { /* for network_helpers.c */ } =20 +static void __exit_with_error(int error, const char *file, const char *fun= c, int line) +{ + ksft_test_result_fail("[%s:%s:%i]: ERROR: %d/\"%s\"\n", file, func, line, + error, strerror(error)); + ksft_exit_xfail(); +} + +#define exit_with_error(error) __exit_with_error(error, __FILE__, __func__= , __LINE__) + static bool ifobj_zc_avail(struct ifobject *ifobject) { size_t umem_sz =3D DEFAULT_UMEM_BUFFERS * XSK_UMEM__DEFAULT_FRAME_SIZE; --=20 2.50.1