From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: [PATCH bpf 0/3] Misc BPF fixes Date: Tue, 12 Dec 2017 02:25:29 +0100 Message-ID: <20171212012532.30268-1-daniel@iogearbox.net> Cc: netdev@vger.kernel.org, Daniel Borkmann To: ast@kernel.org Return-path: Received: from www62.your-server.de ([213.133.104.62]:34073 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751289AbdLLBZ5 (ORCPT ); Mon, 11 Dec 2017 20:25:57 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Couple of outstanding fixes for BPF tree: 1) fixes a perf RB corruption, 2) and 3) fixes a few build issues from the recent bpf_perf_event.h uapi corrections. Thanks! Daniel Borkmann (3): bpf: fix corruption on concurrent perf_event_output calls bpf: fix build issues on um due to mising bpf_perf_event.h bpf: fix broken BPF selftest build arch/um/include/asm/Kbuild | 1 + kernel/trace/bpf_trace.c | 19 ++++++++++++------- tools/include/uapi/asm/bpf_perf_event.h | 7 +++++++ tools/testing/selftests/bpf/Makefile | 13 +------------ 4 files changed, 21 insertions(+), 19 deletions(-) create mode 100644 tools/include/uapi/asm/bpf_perf_event.h -- 2.9.5