From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH] net: sample/bpf/tracex3_user.c: erase "ARRAY_SIZE" redefined Date: Thu, 4 Oct 2018 16:33:43 +0200 Message-ID: <07d3987a-05e2-104b-b7f1-ba9653a4393c@iogearbox.net> References: <20181003140248.zdvydnelwhw7wcb6@yubo-2> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: ast@kernel.org, davem@davemloft.net, netdev@vger.kernel.org, yuzibode@126.com Return-path: Received: from www62.your-server.de ([213.133.104.62]:44582 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727380AbeJDV1W (ORCPT ); Thu, 4 Oct 2018 17:27:22 -0400 In-Reply-To: <20181003140248.zdvydnelwhw7wcb6@yubo-2> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/03/2018 04:02 PM, Bo YU wrote: > There is a warning when compiling bpf program in sample/bpf > > BTW,i get the warning from David's net tree, then i git clone > bpf tree try to compile bpf program,but it tell me failed to > do that maybe i was not compile the whole kernel once. > I don't know this is ok or not. > > Signed-off-by: Bo YU Seeing the same, therefore applied to bpf-next with commit message fixed up a bit, thanks!