From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755547AbdBGU4k (ORCPT ); Tue, 7 Feb 2017 15:56:40 -0500 Received: from smtp-sh2.infomaniak.ch ([128.65.195.6]:37502 "EHLO smtp-sh2.infomaniak.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754414AbdBGU4i (ORCPT ); Tue, 7 Feb 2017 15:56:38 -0500 From: =?UTF-8?q?Micka=C3=ABl=20Sala=C3=BCn?= To: linux-kernel@vger.kernel.org Cc: =?UTF-8?q?Micka=C3=ABl=20Sala=C3=BCn?= , Alexei Starovoitov , Arnaldo Carvalho de Melo , Daniel Borkmann , "David S . Miller" , Joe Stringer , netdev@vger.kernel.org Subject: [PATCH v3 0/5] Miscellaneous fixes for BPF (perf tree) Date: Tue, 7 Feb 2017 21:56:04 +0100 Message-Id: <20170207205609.8035-1-mic@digikod.net> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Antivirus: Dr.Web (R) for Unix mail servers drweb plugin ver.6.0.2.8 X-Antivirus-Code: 0x100000 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series brings some fixes and small improvements to the BPF library and samples. This is intended for the perf tree and apply on e06094ab6755 ("Merge remote-tracking branch 'tip/perf/urgent' into perf/core"). Changes since v2: * add this cover letter Changes since v1: * exclude patches not intended for the perf tree Regards, Mickaël Salaün (5): bpf: Add missing header to the library bpf: Simplify bpf_load_program() error handling in the library samples/bpf: Ignore already processed ELF sections samples/bpf: Reset global variables samples/bpf: Add missing header samples/bpf/bpf_load.c | 7 +++++++ samples/bpf/tracex5_kern.c | 1 + tools/lib/bpf/bpf.c | 18 ++++++------------ tools/lib/bpf/bpf.h | 1 + 4 files changed, 15 insertions(+), 12 deletions(-) -- 2.11.0