From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E6CFC32788 for ; Thu, 11 Oct 2018 08:36:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0FD9D2087D for ; Thu, 11 Oct 2018 08:36:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0FD9D2087D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=iogearbox.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728279AbeJKQCy (ORCPT ); Thu, 11 Oct 2018 12:02:54 -0400 Received: from www62.your-server.de ([213.133.104.62]:41394 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726135AbeJKQCy (ORCPT ); Thu, 11 Oct 2018 12:02:54 -0400 Received: from [88.198.220.130] (helo=sslproxy01.your-server.de) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1gAWST-00030A-Kb; Thu, 11 Oct 2018 10:36:37 +0200 Received: from [62.203.87.61] (helo=linux.home) by sslproxy01.your-server.de with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1gAWST-00068K-EU; Thu, 11 Oct 2018 10:36:37 +0200 Subject: Re: [PATCH] selftests: bpf: install script with_addr.sh To: Anders Roxell , ast@kernel.org, shuah@kernel.org Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org References: <20181010142704.26990-1-anders.roxell@linaro.org> From: Daniel Borkmann Message-ID: <10e2cd79-b3b9-c2cc-8587-2885781716f8@iogearbox.net> Date: Thu, 11 Oct 2018 10:36:36 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20181010142704.26990-1-anders.roxell@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.100.1/25026/Thu Oct 11 06:49:43 2018) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/10/2018 04:27 PM, Anders Roxell wrote: > When test_flow_dissector.sh runs it complains that it can't find script > with_addr.sh: > > ./test_flow_dissector.sh: line 81: ./with_addr.sh: No such file or > directory > > Rework so that with_addr.sh gets installed, add it to > TEST_PROGS_EXTENDED variable. > > Fixes: 50b3ed57dee9 ("selftests/bpf: test bpf flow dissection") > Signed-off-by: Anders Roxell Applied to bpf-next, thanks Anders! From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel at iogearbox.net (Daniel Borkmann) Date: Thu, 11 Oct 2018 10:36:36 +0200 Subject: [PATCH] selftests: bpf: install script with_addr.sh In-Reply-To: <20181010142704.26990-1-anders.roxell@linaro.org> References: <20181010142704.26990-1-anders.roxell@linaro.org> Message-ID: <10e2cd79-b3b9-c2cc-8587-2885781716f8@iogearbox.net> On 10/10/2018 04:27 PM, Anders Roxell wrote: > When test_flow_dissector.sh runs it complains that it can't find script > with_addr.sh: > > ./test_flow_dissector.sh: line 81: ./with_addr.sh: No such file or > directory > > Rework so that with_addr.sh gets installed, add it to > TEST_PROGS_EXTENDED variable. > > Fixes: 50b3ed57dee9 ("selftests/bpf: test bpf flow dissection") > Signed-off-by: Anders Roxell Applied to bpf-next, thanks Anders! From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel@iogearbox.net (Daniel Borkmann) Date: Thu, 11 Oct 2018 10:36:36 +0200 Subject: [PATCH] selftests: bpf: install script with_addr.sh In-Reply-To: <20181010142704.26990-1-anders.roxell@linaro.org> References: <20181010142704.26990-1-anders.roxell@linaro.org> Message-ID: <10e2cd79-b3b9-c2cc-8587-2885781716f8@iogearbox.net> Content-Type: text/plain; charset="UTF-8" Message-ID: <20181011083636.W5m3Tno7rrhZWqpWOARUMCVq-lY0l_a7KIbOtEKskw8@z> On 10/10/2018 04:27 PM, Anders Roxell wrote: > When test_flow_dissector.sh runs it complains that it can't find script > with_addr.sh: > > ./test_flow_dissector.sh: line 81: ./with_addr.sh: No such file or > directory > > Rework so that with_addr.sh gets installed, add it to > TEST_PROGS_EXTENDED variable. > > Fixes: 50b3ed57dee9 ("selftests/bpf: test bpf flow dissection") > Signed-off-by: Anders Roxell Applied to bpf-next, thanks Anders!