From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED Date: Wed, 25 Apr 2018 13:25:13 -0400 (EDT) Message-ID: <20180425.132513.1786379382285267245.davem@davemloft.net> References: <20180424221952.12081-1-anders.roxell@linaro.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: shuah@kernel.org, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org To: anders.roxell@linaro.org Return-path: In-Reply-To: <20180424221952.12081-1-anders.roxell@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Anders Roxell Date: Wed, 25 Apr 2018 00:19:52 +0200 > Script in_netns.sh is a utility function and not its own test so it > shouldn't be part of the TEST_PROGS. The in_netns.sh get used by > run_afpackettests. > To install in_netns.sh without being added to the main run_kselftest.sh > script use the TEST_GEN_PROGS_EXTENDED variable. > > Fixes: 5ff9c1a3dd92 ("selftests: net: add in_netns.sh to TEST_PROGS") > Signed-off-by: Anders Roxell Please respin this against the 'net' tree as we want this bug fixed there not just 'net-next'. Thanks.