linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexei Starovoitov <alexei.starovoitov@gmail.com>
To: tglx@linutronix.de, dsahern@gmail.com, wangnan0@huawei.com,
	alexander.shishkin@linux.intel.com,
	torvalds@linux-foundation.org, mingo@kernel.org,
	acme@infradead.org, daniel@iogearbox.net, jolsa@kernel.org,
	linux-kernel@vger.kernel.org, eranian@google.com,
	acme@redhat.com, vincent.weaver@maine.edu, jolsa@redhat.com,
	peterz@infradead.org, ast@kernel.org, hpa@zytor.com,
	namhyung@kernel.org
Subject: Re: [tip:perf/urgent] perf/bpf: Convert perf_event_array to use struct file
Date: Fri, 29 Jan 2016 12:01:19 -0800	[thread overview]
Message-ID: <20160129200117.GA13894@ast-mbp.thefacebook.com> (raw)
In-Reply-To: <tip-e03e7ee34fdd1c3ef494949a75cb8c61c7265fa9@git.kernel.org>

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 <alexei.starovoitov@gmail.com>
> AuthorDate: Mon, 25 Jan 2016 20:59:49 -0800
> Committer:  Ingo Molnar <mingo@kernel.org>
> 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 <ast@kernel.org>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
> Link: http://lkml.kernel.org/r/20160126045947.GA40151@ast-mbp.thefacebook.com
> Signed-off-by: Ingo Molnar <mingo@kernel.org>
> ---
>  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

  reply	other threads:[~2016-01-29 20:01 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-15 11:22 [PATCH] perf: Cleanup user's child events Alexander Shishkin
2016-01-15 12:54 ` Peter Zijlstra
2016-01-15 13:05   ` Alexander Shishkin
2016-01-15 13:09     ` Peter Zijlstra
2016-01-15 14:07       ` [PATCH] perf: Synchronously cleanup " Alexander Shishkin
2016-01-15 17:57         ` Peter Zijlstra
2016-01-18 12:07           ` Alexander Shishkin
2016-01-18 12:37           ` Alexander Shishkin
2016-01-18 14:44             ` Peter Zijlstra
2016-01-19 15:12               ` [PATCH v2] " Alexander Shishkin
2016-01-19 20:05                 ` Peter Zijlstra
2016-01-19 21:58                   ` Alexei Starovoitov
2016-01-20  8:32                     ` Peter Zijlstra
2016-01-21  4:55                       ` Alexei Starovoitov
2016-01-20  7:04                   ` Alexander Shishkin
2016-01-20  8:03                     ` Peter Zijlstra
2016-01-22 11:35                   ` Alexander Shishkin
2016-01-22 12:12                     ` Peter Zijlstra
2016-01-22 12:38                     ` Peter Zijlstra
2016-01-22 19:44                       ` Alexei Starovoitov
2016-01-25 11:48                         ` Peter Zijlstra
2016-01-25 14:54                           ` Peter Zijlstra
2016-01-25 21:04                             ` Peter Zijlstra
2016-01-26  4:59                               ` Alexei Starovoitov
2016-01-26 16:16                                 ` Peter Zijlstra
2016-01-26 17:24                                   ` Peter Zijlstra
2016-01-26 23:31                                     ` Alexei Starovoitov
2016-01-27  9:58                                       ` Peter Zijlstra
2016-01-27 17:52                                         ` Alexei Starovoitov
2016-01-29 11:28                                 ` [tip:perf/urgent] perf/bpf: Convert perf_event_array to use struct file tip-bot for Alexei Starovoitov
2016-01-29 20:01                                   ` Alexei Starovoitov [this message]
2016-01-19 20:07                 ` [PATCH v2] perf: Synchronously cleanup child events Peter Zijlstra
2016-01-19  7:45         ` [PATCH] " Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160129200117.GA13894@ast-mbp.thefacebook.com \
    --to=alexei.starovoitov@gmail.com \
    --cc=acme@infradead.org \
    --cc=acme@redhat.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=ast@kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=dsahern@gmail.com \
    --cc=eranian@google.com \
    --cc=hpa@zytor.com \
    --cc=jolsa@kernel.org \
    --cc=jolsa@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=vincent.weaver@maine.edu \
    --cc=wangnan0@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).