Received: by 10.223.185.116 with SMTP id b49csp1325274wrg; Wed, 21 Feb 2018 16:45:06 -0800 (PST) X-Google-Smtp-Source: AH8x224Wl1khm2LVbyh509nYrbnBS72k6/9s8TgRVuTaLIjiCAi8hmgZNTQf3uwQmaixFJz8ZRaS X-Received: by 10.101.73.141 with SMTP id r13mr4133125pgs.161.1519260306233; Wed, 21 Feb 2018 16:45:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519260306; cv=none; d=google.com; s=arc-20160816; b=ZyGB24OrdtqWDd199aCWtS6ehJSrlKOaHU/4uhKAJZuAGw7nz8hMLTBvheNZ0Ckdjs lqaZkK7F0EdGX5dkwLdI6YbI2h0LgaauZm4rqjTVFmci9aLuRyPLxvk/SGc7pQ7nV9rp rhADHaCVKvAbR7DSIw17OmUep8++/ZT0T0eiAWHvodOLFLM6iaHarzYD6ClUKaGlilby u4LC7uWg3mHzb87Dz1C3pTj7cy7+Qa9tjWcDcr3QBNUchGMiabq1TqVooh/2juey6IJF y6fb7OmriMn9oqfsRhfLhHPQsHkyCT0eN5Gkn8v1ED5q4WR4JyUbXR8jfUdyGiOi7kae UHAQ== 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=pd/B1utsiVklM+qCAEi71lHcF9JAX2CBNxh3WHj19hI=; b=cBZuw3i0WytMx2p7Yic370sVU5QlhKxcMEoK2cIHL6t/Yaap1gAVrfwyuW2jLVBN65 afXjwhzSwna9DniZ4zmXmmEtBMIYuz3FSNLEsG73cdgY/lP2ptLnqbHOhksVATItEX3N NXH7y5gsU3jRM8N7XW8hI2CpMraY+fejBcvPI8HfENsgyvseFJvXHR9DAPVanm3XF6m+ YF4S7KxJCE93FJBfAIY+bQ4FSmO831FmfOX8u308bCH375ya5MG9INntsmmhHtC1krhu A2GCk+CiHgahML32AKC2o4LjAQy+CsYEQy4b9ijokeVdTminyrvhVGsL+6GB+WkBt5R4 gn3Q== 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 a90si3181142pfe.34.2018.02.21.16.44.50; Wed, 21 Feb 2018 16:45:06 -0800 (PST) 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 S1751570AbeBVAoI (ORCPT + 99 others); Wed, 21 Feb 2018 19:44:08 -0500 Received: from www62.your-server.de ([213.133.104.62]:55150 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751336AbeBVAoH (ORCPT ); Wed, 21 Feb 2018 19:44:07 -0500 Received: from [62.202.221.135] (helo=linux.home) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-SHA:256) (Exim 4.85_2) (envelope-from ) id 1eoezS-0005yi-VO; Thu, 22 Feb 2018 01:44:03 +0100 Subject: Re: [PATCH] selftests/bpf: update gitignore with test_libbpf_open To: Shuah Khan , shuah@kernel.org, David Miller , anders.roxell@linaro.org Cc: ast@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org References: <20180221213001.18682-1-anders.roxell@linaro.org> <20180221.174830.160781272671654190.davem@davemloft.net> <89896e14-e4ad-bb3d-2d9f-44cfa084a8cd@kernel.org> <54b323b8-6ada-a1d4-c347-9dec15923a92@iogearbox.net> <06743ec3-071d-6465-acad-9966ce72fc57@osg.samsung.com> From: Daniel Borkmann Message-ID: Date: Thu, 22 Feb 2018 01:44:02 +0100 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: <06743ec3-071d-6465-acad-9966ce72fc57@osg.samsung.com> 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/24336/Wed Feb 21 18:21:56 2018) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/22/2018 01:37 AM, Shuah Khan wrote: > On 02/21/2018 05:33 PM, Daniel Borkmann wrote: >> Hi Shuah, >> >> On 02/22/2018 12:03 AM, Shuah Khan wrote: >>> On 02/21/2018 03:48 PM, David Miller wrote: >>>> From: Anders Roxell >>>> Date: Wed, 21 Feb 2018 22:30:01 +0100 >>>> >>>>> bpf builds a test program for loading BPF ELF files. Add the executable >>>>> to the .gitignore list. >>>>> >>>>> Signed-off-by: Anders Roxell >>>> >>>> Acked-by: David S. Miller >>> >>> Thanks. I will pull this in for 4.16-rc >> >> I would have taken this into bpf tree, but fair enough. This one >> in particular doesn't cause any conflicts right now, so feel free >> to pick it up then. But usual paths are via bpf / bpf-next as we >> otherwise would run into real ugly merge conflicts. > > Daniel, > > Go for it. I know bpf tree stuff causes conflicts. That is why I usually > stay away from bpfs selftests and let you handle them. > > You are taking the other one away, pick this up as well. Okay, great, thanks for your understanding, Shuah. Just applied to bpf tree. > Acked-by: Shuah Khan > > thanks, > -- Shuah >