From nobody Fri Apr 3 03:01:57 2026 Received: from relay.virtuozzo.com (relay.virtuozzo.com [130.117.225.111]) (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 9165B253B42; Sat, 21 Mar 2026 21:59:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=130.117.225.111 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774130374; cv=none; b=qRQFG9c6zJ9qG/hUrKu1ArF12PM3w7L4U2ZsDmh4lGvYuP+DrAdDW3Ia1SvVEpB65ed6Wo2wpt3LzvRegoxytNzObX5T9CwaNWvoB74cVHuOfk2F8jUMN71tk4srdMYyD2Hu81CZJvPh2RPJHE1zSc1xzaOAF+K9RhfGXJ3zm84= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774130374; c=relaxed/simple; bh=NYNrIM47vI2S3OfQPKB2PMvGfWBajJF++gQu1ycl6YI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=XzK9VY18fIRuIO890TMk0dbX/uIwmR2O0F7ZPf+v+FgiXb38ndWJs2Xpmxq/HOZQoY+A38z4pqzcT62WsIHNP/PL1dHF+WZrDENbslU461hdHKhaEFBZ7VytkHlNvsqQeAePEPELusvajQW/L6rtPCFnM/4iUMaxmvtewB+2FQc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=virtuozzo.com; spf=pass smtp.mailfrom=virtuozzo.com; dkim=pass (2048-bit key) header.d=virtuozzo.com header.i=@virtuozzo.com header.b=aDx9xy7y; arc=none smtp.client-ip=130.117.225.111 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=virtuozzo.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=virtuozzo.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=virtuozzo.com header.i=@virtuozzo.com header.b="aDx9xy7y" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=virtuozzo.com; s=relay; h=MIME-Version:Message-ID:Date:Subject:From: Content-Type; bh=KUlpielPZ4G3PXX4tBLiW1wz4LZTdTz/YOWsJyRcMfA=; b=aDx9xy7yZggj wimig9yHCnGq8I5HVm28RbiAIKMWd16S7/xonim9QJ61PoGOo6doyYJE+uNbf08lobi9HofCcAzMz 2eh5/5Tv+H+j/nrx4smnvGs3nBk/0YQGDX/QbigyLsW61KR4db//sAuL7v1tyTVhUDNGV+QQZvFQF AlltZeoEUlVfj0D7hQE37gh6ZXwzKHxYgUo4SkBABsxSIeaA1f9bVY6h1eI8c2dJitt/DHxMmYS1o 3slJEWwIR30NrpO9QBq9u1lAQBcs2f2UFn/kcx64EFLMM9IifZVzQrsRky5XulEjCMURr5+D2Wope 8HnMIscExouzRc8EX0y5sA==; Received: from [130.117.225.5] (helo=dev004.aci.vzint.dev) by relay.virtuozzo.com with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w44Jq-001ibR-14; Sat, 21 Mar 2026 22:59:10 +0100 Received: from dev004.aci.vzint.dev (localhost [127.0.0.1]) by dev004.aci.vzint.dev (8.16.1/8.16.1) with ESMTPS id 62LLxEh6175492 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Sat, 21 Mar 2026 21:59:15 GMT Received: (from root@localhost) by dev004.aci.vzint.dev (8.16.1/8.16.1/Submit) id 62LLxEs7175491; Sat, 21 Mar 2026 21:59:14 GMT From: Aleksei Oladko To: "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Shuah Khan , Aaron Conole , Ilya Maximets , Eelco Chaudron , Stefano Brivio Cc: netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, dev@openvswitch.org, Aleksei Oladko Subject: [PATCH net-next v6 2/4] selftests: net: rename pmtu.sh to pmtu-test.sh Date: Sat, 21 Mar 2026 21:59:06 +0000 Message-ID: <20260321215908.175465-3-aleksey.oladko@virtuozzo.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260321215908.175465-1-aleksey.oladko@virtuozzo.com> References: <20260321215908.175465-1-aleksey.oladko@virtuozzo.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Rename the pmtu.sh test script to pmtu-test.sh. No functional changes are made, only the file name is updated. Signed-off-by: Aleksei Oladko --- tools/testing/selftests/net/Makefile | 2 +- tools/testing/selftests/net/{pmtu.sh =3D> pmtu-test.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/testing/selftests/net/{pmtu.sh =3D> pmtu-test.sh} (100%) diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests= /net/Makefile index 6bced3ed798b..f18d28775c80 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -66,7 +66,7 @@ TEST_PROGS :=3D \ netns-sysctl.sh \ nl_netdev.py \ nl_nlctrl.py \ - pmtu.sh \ + pmtu-test.sh \ psock_snd.sh \ reuseaddr_ports_exhausted.sh \ reuseport_addr_any.sh \ diff --git a/tools/testing/selftests/net/pmtu.sh b/tools/testing/selftests/= net/pmtu-test.sh similarity index 100% rename from tools/testing/selftests/net/pmtu.sh rename to tools/testing/selftests/net/pmtu-test.sh --=20 2.43.0