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!