From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taeung Song Subject: Re: [PATCH] samples/bpf: Add BTF build flags to Makefile Date: Thu, 26 Jul 2018 18:54:11 +0900 Message-ID: <9b9e83da-61b0-c0a5-4520-afcdda6549fd@gmail.com> References: <20180725163039.2838-1-treeze.taeung@gmail.com> <20180725203844.ighlqmfw6227rhby@kafai-mbp.dhcp.thefacebook.com> <20180725204538.is5aidet4qwbvlg4@kafai-mbp.dhcp.thefacebook.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Daniel Borkmann , Alexei Starovoitov , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Martin KaFai Lau Return-path: In-Reply-To: <20180725204538.is5aidet4qwbvlg4@kafai-mbp.dhcp.thefacebook.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 07/26/2018 05:45 AM, Martin KaFai Lau wrote: > On Wed, Jul 25, 2018 at 01:38:44PM -0700, Martin KaFai Lau wrote: >> On Thu, Jul 26, 2018 at 01:30:39AM +0900, Taeung Song wrote: >>> To smoothly test BTF supported binary on samples/bpf, >>> let samples/bpf/Makefile probe llc, pahole and >>> llvm-objcopy for BPF support and use them >>> like tools/testing/selftests/bpf/Makefile >>> changed from the commit c0fa1b6c3efc ("bpf: btf: >>> Add BTF tests") >>> >>> Cc: Martin KaFai Lau >>> Signed-off-by: Taeung Song >> Thanks for the patch. LGTM. >> >> Acked-by: Martin KaFai Lau > and it should go to bpf-next (Please use the proper tag in the > Subject, thanks!). > Yep, will change it ! :) Thanks, Taeung