Received: by 10.192.165.148 with SMTP id m20csp3941578imm; Mon, 23 Apr 2018 15:33:03 -0700 (PDT) X-Google-Smtp-Source: AIpwx488Tr7XTwNsnZvUVQozyF+Q04JVwItX9TVQuRYiGfRH0neK+8yayEaUrC+kny+ZtSzM8Gj/ X-Received: by 2002:a17:902:22cc:: with SMTP id o12-v6mr23084195plg.38.1524522783643; Mon, 23 Apr 2018 15:33:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524522783; cv=none; d=google.com; s=arc-20160816; b=FQOIzXiBdzWGKp9fbNlq4mca8zmIniH09859RsiLCexWvC7sYF9hb4NWlvpXfV9LTw u+97zDi+1URpG+pdZm8RJW15K10a96De4P7vTCREpTJjCvafV84Kt5kqwJtEA3/nHQGb 50V0DtKH/NX50cFurvlp8c5aRMpIkFISFQLbiQhsnQEFygteqfnkD4CpaBzKNf7vEa88 6xcMrryXycBAgwn+gpNY65PKszXeWZ0R1Q+BchFd0eI7e4RzdgkV1eVi6vYoj7Ip45uF rsImBpb/xz7GbQV5SfqqTZBdGIzhD5FvcUgy2b1FyjWVtncufeiLn6PVTfJhryIw89f9 EGjg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=2c25s8jhfXZjU9nBDDeVPYBXp9ncEn6GDTPSJLh9kY4=; b=Wf+McY1gkMD71BVXivsG6iMqjX7n9L8IURZF0RDe1x9PPEV33TVcOXFtdBb3asljRl +aOUthWoatqU8HbSwuCKDsZZ5xaHedHkiY7iVnCvZ3GNTXsTw74d3Nl40153teYhzeCN i496CmXRkVSM/KlrZmhSIjwQ88s1KGjI3N67khucnrTr16euRV22+5BMov0IJ0ZVN9LC igSr84mzxgX9r5hOC6Ic/M5RwIff85vwBtZzNQWbCGarR7qGk/WDOGA4Ebe6Un1231hw P5qu+G+u+QKcuIBG2oEqIxPPLROxBIw37XE4jyZppiFpFwRMzcA65nVNm50aI5j9ionL LxFA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j197si841686pgc.552.2018.04.23.15.32.48; Mon, 23 Apr 2018 15:33:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932633AbeDWWbq (ORCPT + 99 others); Mon, 23 Apr 2018 18:31:46 -0400 Received: from www62.your-server.de ([213.133.104.62]:49525 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932514AbeDWWbp (ORCPT ); Mon, 23 Apr 2018 18:31:45 -0400 Received: from [62.202.221.10] (helo=linux.home) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-SHA:256) (Exim 4.85_2) (envelope-from ) id 1fAjzr-0007Ze-BX; Tue, 24 Apr 2018 00:31:43 +0200 Subject: Re: [PATCH] selftests: bpf: update .gitignore with missing file To: Anders Roxell Cc: ast@kernel.org, Shuah Khan , netdev@vger.kernel.org, Linux Kernel Mailing List , linux-kselftest@vger.kernel.org References: <20180423135057.951-1-anders.roxell@linaro.org> <5ea150a6-8af1-3aa8-7ff0-5fdb64054bab@iogearbox.net> From: Daniel Borkmann Message-ID: <065a8bc2-6065-3d43-8b03-35ed693de7ce@iogearbox.net> Date: Tue, 24 Apr 2018 00:31:42 +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: 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.99.3/24507/Mon Apr 23 22:27:26 2018) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/24/2018 12:14 AM, Anders Roxell wrote: > On 23 April 2018 at 23:34, Daniel Borkmann wrote: >> On 04/23/2018 03:50 PM, Anders Roxell wrote: >>> Fixes: c0fa1b6c3efc ("bpf: btf: Add BTF tests") >>> Signed-off-by: Anders Roxell >>> --- >>> tools/testing/selftests/bpf/.gitignore | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore >>> index 5e1ab2f0eb79..3e3b3ced3f7c 100644 >>> --- a/tools/testing/selftests/bpf/.gitignore >>> +++ b/tools/testing/selftests/bpf/.gitignore >>> @@ -15,3 +15,4 @@ test_libbpf_open >>> test_sock >>> test_sock_addr >>> urandom_read >>> +test_btf >> >> Against which tree is this? This doesn't apply to bpf-next. It would >> apply against bpf tree, but c0fa1b6c3efc ("bpf: btf: Add BTF tests") >> is part of bpf-next, so fits to neither of them. > > I'm sorry, > > I did it against this patch [1] that I thought was already applied to > the bpf tree. That was bpf tree since the original change already went to mainline; the BTF is in bpf-next however, so you need to rebase your change against that. Thanks, Daniel