From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sirio Balmelli Subject: [PATCH v2 0/2] selftests/bpf Date: Mon, 30 Apr 2018 09:17:08 +0200 Message-ID: <20180430071706.sn4vochr64mxkum4@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-wm0-f65.google.com ([74.125.82.65]:37921 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751923AbeD3HRL (ORCPT ); Mon, 30 Apr 2018 03:17:11 -0400 Received: by mail-wm0-f65.google.com with SMTP id i3so12530893wmf.3 for ; Mon, 30 Apr 2018 00:17:10 -0700 (PDT) Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: Thank you for reviewing earlier patch :) Resubmitting with a saner include chain. I was unsure whether to reply to your mail directly or submit an entirely new set of patches marked 'v2'; apologies if this breaks the workflow. Sirio Balmelli (2): selftests/bpf: Makefile: add includes to fix broken test build selftests/bpf: update .gitignore files tools/bpf/bpftool/.gitignore | 12 ++++++++++++ tools/testing/selftests/bpf/.gitignore | 1 + tools/testing/selftests/bpf/Makefile | 10 ++++++++-- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 tools/bpf/bpftool/.gitignore -- 2.7.4