From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH v4 0/2] selftests/bpf Date: Thu, 10 May 2018 00:56:08 +0200 Message-ID: References: <20180508133544.6kwfglryatxkzatp@vm4> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Sirio Balmelli Return-path: Received: from www62.your-server.de ([213.133.104.62]:35095 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965426AbeEIW4K (ORCPT ); Wed, 9 May 2018 18:56:10 -0400 In-Reply-To: <20180508133544.6kwfglryatxkzatp@vm4> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 05/08/2018 03:35 PM, Sirio Balmelli wrote: > Review of v3 patch much appreciated. > > Respun the series to omit the Makefile include, will work on > a separate patch for that; > replied to the v3 thread with queries specific to the include issue. > > best, > > Sirio > > Sirio Balmelli (2): > selftests/bpf: add architecture-agnostic headers > selftests/bpf: ignore build products > > tools/bpf/bpftool/.gitignore | 3 +++ > tools/include/uapi/asm/bitsperlong.h | 18 ++++++++++++++++++ > tools/include/uapi/asm/errno.h | 17 +++++++++++++++++ > tools/testing/selftests/bpf/.gitignore | 1 + > 4 files changed, 39 insertions(+) > create mode 100644 tools/bpf/bpftool/.gitignore > create mode 100644 tools/include/uapi/asm/bitsperlong.h > create mode 100644 tools/include/uapi/asm/errno.h Applied to bpf-next, thanks Sirio!