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 36E48BE5E; Wed, 28 Jan 2026 02:46:42 +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=1769568403; cv=none; b=hNvl6JT8a1MWVofJPyyOY6s6jHDHXd59K2e2Mxk4SoGV1XIwfFvkKW7lzCSK0nCffc3dQamzIXDgr27gB/ZTRcOmhul6KzOSwXNVBQYNCV1kI3g+V1hkSKZ5FBUOM1n+Ib+RWbkPEtrO0Mo8j/iEWjLGWuh0BnKnPD4VNEyVzqc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769568403; c=relaxed/simple; bh=6QutqYo8fc+TAuoksRVxjFskRI6tdobRyRccMe2sDRI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=WI/HBwbgMf8nYxbDGFAxjHlqAlhrLlR13pnuGJP7A8+NnMDrMvfNzfXQzfxw9tTylyOEWpK8NGHna3hgLuJQS81kEqSe9Osc5VTgtbm1SYfOe7R1oGTj9cGBV1UzY4gPKXxbDik2vui+aeQ+HmomyCZjIfk4vKLHnVLGsS6Uuwc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lbpmBqaj; 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="lbpmBqaj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3C590C116C6; Wed, 28 Jan 2026 02:46:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769568402; bh=6QutqYo8fc+TAuoksRVxjFskRI6tdobRyRccMe2sDRI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lbpmBqajkXlCsf6mKX2AwUX9NgojX2N3CyR1XGrLsADPzIoKm5V99M2tWgGEYG5Ev hJbBSGJF5goifPez+MWyPg+Z6axNk4B7ILR5VCAuwBh6QDOiSlqZIYwgGxYOZOlbMY Gyn5+7bbHZaxMZSYdRBMyc9oNkPPpq4oyrUMsPVbAolaWsxpX/Au4zOYg9n6KlFSHw eh3VRxQOG3UFRe7ghkgZ9it63iZ6gdHU7+iGdD3ozo1SO+UQbf+1TN3c32WBCsNUsV 0HlX5PFSknrrYDw85R89t4Y5woOSI7a3MsMbTpNEhiXQAWG3ctVjpy7nP//65w6veF aAIE44MPhvZ5w== Date: Tue, 27 Jan 2026 18:46:41 -0800 From: Jakub Kicinski To: Aleksei Oladko Cc: "David S . Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Shuah Khan , Aaron Conole , netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Konstantin Khorenko Subject: Re: [PATCH v2 4/5] selftests: net: run pmtu.sh in netns to avoid host firewall interference Message-ID: <20260127184641.6150e97b@kernel.org> In-Reply-To: <20260127225134.304362-5-aleksey.oladko@virtuozzo.com> References: <20260127225134.304362-1-aleksey.oladko@virtuozzo.com> <20260127225134.304362-5-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 Tue, 27 Jan 2026 22:51:33 +0000 Aleksei Oladko wrote: > - pmtu.sh \ > + pmtu_wrapper.sh \ The real script needs to be listed in TEST_FILES now, right? More importantly - please rename the script and use the pmtu.sh as the name of the wrapper. CI system which track the test by name will lose history if the test is renamed. Not a big deal but seems trivially avoidable. -- pw-bot: cr