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_HELO_NONE,SPF_PASS 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 2B024C31E50 for ; Fri, 14 Jun 2019 23:20:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 095C421848 for ; Fri, 14 Jun 2019 23:20:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725993AbfFNXT7 (ORCPT ); Fri, 14 Jun 2019 19:19:59 -0400 Received: from www62.your-server.de ([213.133.104.62]:40528 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725889AbfFNXT7 (ORCPT ); Fri, 14 Jun 2019 19:19:59 -0400 Received: from [78.46.172.2] (helo=sslproxy05.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 1hbvUD-00088p-JZ; Sat, 15 Jun 2019 01:19:57 +0200 Received: from [178.199.41.31] (helo=linux.home) by sslproxy05.your-server.de with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1hbvUD-000UtC-En; Sat, 15 Jun 2019 01:19:57 +0200 Subject: Re: [PATCH bpf-next] samples/bpf: fix include path in Makefile To: Prashant Bhole , Alexei Starovoitov Cc: netdev@vger.kernel.org, bpf@vger.kernel.org References: <20190614064318.16313-1-prashantbhole.linux@gmail.com> From: Daniel Borkmann Message-ID: <94d7d941-8fdb-58f9-f6ba-d7c539fc7984@iogearbox.net> Date: Sat, 15 Jun 2019 01:19:56 +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: <20190614064318.16313-1-prashantbhole.linux@gmail.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.100.3/25480/Fri Jun 14 10:12:45 2019) Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 06/14/2019 08:43 AM, Prashant Bhole wrote: > Recent commit included libbpf.h in selftests/bpf/bpf_util.h. > Since some samples use bpf_util.h and samples/bpf/Makefile doesn't > have libbpf.h path included, build was failing. Let's add the path > in samples/bpf/Makefile. > > Signed-off-by: Prashant Bhole Applied, thanks!