From nobody Thu Apr 9 11:56:39 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 36E263D903D; Mon, 9 Mar 2026 15:20:36 +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=1773069639; cv=none; b=s0BLimiTMC+LmggQ6knVQpdJdkFV6v5hQkJEfXNN2pH3vbegG1c6QA/4gVXhV2YKWFI7frvFLujCvW6QFBB0utUo4c1+BYaT0iVA/AoME+dk6rSnVM/r8Y9LEIRJ5kBUBK9xqwPbmTYdHuSxdiEdUJUfcG4wSMPclYwa7v8qndQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773069639; c=relaxed/simple; bh=DqhTRr8CaIg0WOOkVXziM7LkJ185oCccscWNtuTlliQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=C2dtoUlVcVH6LEm4KLUIeSMOtyftAG2yzlL70qMrv1JBz06mD+gSAuLwWT4YeexO2uzSjFVVyU/4sVyad/IhIjq4oSWeS7HqFiBI5BPxvFhvnPEqKJTcSOIk7K/mmoyVy9EEORInK7w+RkqrvDyiKrfYLqF+vKTd++Tlz+3CG+s= 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=lzaUvGkH; 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="lzaUvGkH" 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=6UKsTiQKnFSM9Hj1ADDF9mPcImxzZ8Cs+q/b207zLVk=; b=lzaUvGkHwIlx 3YhsYfmd/9qscl1jiMZqll0fW8WYuSjIkMUEGYsUHz+cg+iiS+YwyYjir9Uh2qcci9Ecgx3Db0UkI Av7cLm+LsBpasPX7inZLBl306nW9V2XRHNDIadTS4Ol4aS+n5QRPFxVRRQZOco+oDt4L9Zf1qDle3 nvs6CFU5oKUd0TKaxss5hFeHTaA2I1OR+jBQhnqy/cl4mnGDeOzrYGrTKdNbDKPo17xaPrhN2ZisV F/3nwlm04V9Vq8PZQ9iCJM1OUSv3DVeLPr54Ehfl50OAjUcfLpUKgnUI1s+svvxv8ChhLI20/KwbR GoL4WgA0xlr4m1Ef5d/HYg==; 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 1vzcNW-006Tez-0e; Mon, 09 Mar 2026 16:20:13 +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 629FKKIR565249 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Mon, 9 Mar 2026 15:20:20 GMT Received: (from root@localhost) by dev004.aci.vzint.dev (8.16.1/8.16.1/Submit) id 629FKKb6565248; Mon, 9 Mar 2026 15:20:20 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 v4 3/5] selftests: net: rename pmtu.sh to pmtu-test.sh Date: Mon, 9 Mar 2026 15:20:11 +0000 Message-ID: <20260309152013.565216-4-aleksey.oladko@virtuozzo.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260309152013.565216-1-aleksey.oladko@virtuozzo.com> References: <20260309152013.565216-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 605c54c0e8a3..8fa6ef771757 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -63,7 +63,7 @@ TEST_PROGS :=3D \ netns-name.sh \ netns-sysctl.sh \ nl_netdev.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