From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sirio Balmelli Subject: [PATCH v4 0/2] selftests/bpf Date: Tue, 8 May 2018 15:35:45 +0200 Message-ID: <20180508133544.6kwfglryatxkzatp@vm4> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: netdev@vger.kernel.org To: daniel@iogearbox.net Return-path: Received: from mail-pl0-f68.google.com ([209.85.160.68]:37031 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753368AbeEHNfw (ORCPT ); Tue, 8 May 2018 09:35:52 -0400 Received: by mail-pl0-f68.google.com with SMTP id f7-v6so2253517plr.4 for ; Tue, 08 May 2018 06:35:52 -0700 (PDT) Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: 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 -- 2.7.4