From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 599D238425A; Thu, 12 Mar 2026 03:10:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773285063; cv=none; b=H0r+LQNWiqh43slK+2VVnRL2znXx+sr86aFx67CqwvuefOepZqaaMj+4wux2J+I5DlLKr6WOlnDjMVI4VDY4BKt6rCkqAn/p96falcARxPNaS77JqYcVhncgXdHkjuW2IQahPhh+6mGU0l3hi55Wfzxf0fGn+ACMxYQ4aI0f3zU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773285063; c=relaxed/simple; bh=4AyF6qq2eKeMZ2o27Gj3pDh6oStLzbnfpjigh8+H/k4=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=tzbRXtg8fgaV9h+qpf/q+A3k6sLSXWEx1ldQnDZIqf95mS1bc/Qzk2+l2E6F1OQfICROLIztIBLzC8P5Ecm1iupDn/l0IUaq4kg6VeAGBYdkZEhV26r4YKxhqkO2raLcxRC9ngtOsGAHoxhisamtsqmut8Vws+oEHcKByJemBPk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DG79/evn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DG79/evn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22ECCC19421; Thu, 12 Mar 2026 03:10:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773285058; bh=4AyF6qq2eKeMZ2o27Gj3pDh6oStLzbnfpjigh8+H/k4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=DG79/evnfhFpCFF4QoFH2+PkKiWNDpUJc8u3f8FZDekZytrL0SyKzYhgK0w4wwNeG TuKSImHO5zJXcyP2mjBltJYUDLTuQcyWhipdt4Se+VkTfPttZLyUtyTOvYdYys+Ro7 XrW7269d3TZPff6OVPhLbvaP5MasZcmpFg8+NKyVuKEtDk70VgeKmvkV5gqYWRQSLC Jfx942T34IQcFHaSmaiKCrKS99iaSfkQy0fJan2epTcZcVJfyKzXglhEajpt90PR7J HOnhq7sx+xMPqpuPkC165O0fFhQe0uOQBDVd3/EXI+j3rMmJc1G5DmVJLa2B4uR0kG rXPbpJF6sk0SQ== Date: Wed, 11 Mar 2026 20:10:57 -0700 From: Jakub Kicinski To: Aleksei Oladko Cc: "David S . Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Shuah Khan , Aaron Conole , Ilya Maximets , Eelco Chaudron , Stefano Brivio , netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, dev@openvswitch.org Subject: Re: [PATCH net v4 3/5] selftests: net: rename pmtu.sh to pmtu-test.sh Message-ID: <20260311201057.049950d1@kernel.org> In-Reply-To: <20260309152013.565216-4-aleksey.oladko@virtuozzo.com> References: <20260309152013.565216-1-aleksey.oladko@virtuozzo.com> <20260309152013.565216-4-aleksey.oladko@virtuozzo.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 9 Mar 2026 15:20:11 +0000 Aleksei Oladko wrote: > Rename the pmtu.sh test script to pmtu-test.sh. No functional > changes are made, only the file name is updated. Please try to fix the test ?