On Fri, Jan 29, 2016 at 03:28:40AM -0800, tip-bot for Alexei Starovoitov wrote: > Commit-ID: e03e7ee34fdd1c3ef494949a75cb8c61c7265fa9 > Gitweb: http://git.kernel.org/tip/e03e7ee34fdd1c3ef494949a75cb8c61c7265fa9 > Author: Alexei Starovoitov <[email protected]> > AuthorDate: Mon, 25 Jan 2016 20:59:49 -0800 > Committer: Ingo Molnar <[email protected]> > CommitDate: Fri, 29 Jan 2016 08:35:25 +0100 > > perf/bpf: Convert perf_event_array to use struct file > > Robustify refcounting. > > Signed-off-by: Alexei Starovoitov <[email protected]> > Signed-off-by: Peter Zijlstra (Intel) <[email protected]> > Link: http://lkml.kernel.org/r/[email protected] > Signed-off-by: Ingo Molnar <[email protected]> > --- > include/linux/perf_event.h | 4 ++-- > kernel/bpf/arraymap.c | 21 +++++++++++---------- > kernel/events/core.c | 21 ++++++++++----------- > kernel/trace/bpf_trace.c | 14 ++++++++++---- > 4 files changed, 33 insertions(+), 27 deletions(-)
Tested the latest perf/urgent. bpf tests are passing. kmemleak and kasan are quiet. Thanks

