linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Jiri Olsa <jolsa@kernel.org>, Namhyung Kim <namhyung@kernel.org>,
	Clark Williams <williams@redhat.com>,
	linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
	Adrian Hunter <adrian.hunter@intel.com>,
	Leo Yan <leo.yan@linaro.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Thomas Richter <tmricht@linux.ibm.com>,
	Wei Li <liwei391@huawei.com>,
	Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: Re: [GIT PULL] perf/urgent improvements and fixes
Date: Wed, 26 Feb 2020 15:19:07 +0100	[thread overview]
Message-ID: <20200226141907.GA3100@gmail.com> (raw)
In-Reply-To: <20200221015310.16914-1-acme@kernel.org>


* Arnaldo Carvalho de Melo <acme@kernel.org> wrote:

> Hi Ingo/Thomas,
> 
> 	Please consider pulling,
> 
> Best regards,
> 
> - Arnaldo
> 
> The following changes since commit b1da3acc781ce445445d959b41064d209a27bc2d:
> 
>   Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs (2020-02-17 21:08:37 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-5.6-20200220
> 
> for you to fetch changes up to b103de53e09f20d645eb313477f52d1993347605:
> 
>   perf arch powerpc: Sync powerpc syscall.tbl with the kernel sources (2020-02-18 13:36:57 -0300)
> 
> ----------------------------------------------------------------
> perf/urgent fixes:
> 
> auxtrace:
> 
>   Adrian Hunter:
> 
>   - Fix endless record after being terminated on arm-spe.
> 
>   Wei Li:
> 
>   - Fix endless record after being terminated on Intel PT and BTS and
>     on ARM's cs-etm.
> 
> perf test:
> 
>   Thomas Richter
> 
>   - Fix test trace+probe_vfs_getname.sh on s390
> 
> PowerPC:
> 
>   Arnaldo Carvalho de Melo:
> 
>   - Sync powerpc syscall.tbl with the kernel sources.
> 
> BPF:
> 
>   Arnaldo Carvalho de Melo:
> 
>   - Remove extraneous bpf/ subdir from bpf.h headers used to build bpf events.
> 
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
> 
> ----------------------------------------------------------------
> Adrian Hunter (2):
>       perf arm-spe: Fix endless record after being terminated
>       perf auxtrace: Add auxtrace_record__read_finish()
> 
> Arnaldo Carvalho de Melo (2):
>       perf bpf: Remove bpf/ subdir from bpf.h headers used to build bpf events
>       perf arch powerpc: Sync powerpc syscall.tbl with the kernel sources
> 
> Thomas Richter (1):
>       perf test: Fix test trace+probe_vfs_getname.sh on s390
> 
> Wei Li (3):
>       perf intel-pt: Fix endless record after being terminated
>       perf intel-bts: Fix endless record after being terminated
>       perf cs-etm: Fix endless record after being terminated
> 
>  tools/perf/arch/arm/util/cs-etm.c                  | 18 ++----------------
>  tools/perf/arch/arm64/util/arm-spe.c               | 17 ++---------------
>  tools/perf/arch/powerpc/entry/syscalls/syscall.tbl |  2 ++
>  tools/perf/arch/x86/util/intel-bts.c               | 17 ++---------------
>  tools/perf/arch/x86/util/intel-pt.c                | 17 ++---------------
>  tools/perf/include/bpf/pid_filter.h                |  2 +-
>  tools/perf/include/bpf/stdio.h                     |  2 +-
>  tools/perf/include/bpf/unistd.h                    |  2 +-
>  tools/perf/tests/shell/lib/probe_vfs_getname.sh    |  2 +-
>  tools/perf/util/auxtrace.c                         | 22 +++++++++++++++++++++-
>  tools/perf/util/auxtrace.h                         |  6 ++++++
>  11 files changed, 41 insertions(+), 66 deletions(-)

Pulled, thanks a lot Arnaldo!

	Ingo

  parent reply	other threads:[~2020-02-26 14:19 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-21  1:53 [GIT PULL] perf/urgent improvements and fixes Arnaldo Carvalho de Melo
2020-02-21  1:53 ` [PATCH 1/8] perf bpf: Remove bpf/ subdir from bpf.h headers used to build bpf events Arnaldo Carvalho de Melo
2020-02-21  1:53 ` [PATCH 2/8] perf test: Fix test trace+probe_vfs_getname.sh on s390 Arnaldo Carvalho de Melo
2020-02-21  1:53 ` [PATCH 3/8] perf intel-pt: Fix endless record after being terminated Arnaldo Carvalho de Melo
2020-02-21  1:53 ` [PATCH 4/8] perf intel-bts: " Arnaldo Carvalho de Melo
2020-02-21  1:53 ` [PATCH 5/8] perf cs-etm: " Arnaldo Carvalho de Melo
2020-02-21  1:53 ` [PATCH 6/8] perf arm-spe: " Arnaldo Carvalho de Melo
2020-02-21  1:53 ` [PATCH 7/8] perf auxtrace: Add auxtrace_record__read_finish() Arnaldo Carvalho de Melo
2020-02-21  1:53 ` [PATCH 8/8] perf arch powerpc: Sync powerpc syscall.tbl with the kernel sources Arnaldo Carvalho de Melo
2020-02-26 14:19 ` Ingo Molnar [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-19 13:02 [GIT PULL] perf/urgent improvements and fixes Arnaldo Carvalho de Melo
2020-07-19 20:00 ` pr-tracker-bot
2020-02-14 19:10 Arnaldo Carvalho de Melo
2020-02-15  8:36 ` Ingo Molnar
2019-12-23 13:32 Arnaldo Carvalho de Melo
2019-12-23 21:28 ` Ingo Molnar
2019-10-01 11:11 Arnaldo Carvalho de Melo
2019-10-07 13:16 ` Ingo Molnar
2019-08-08 18:53 Arnaldo Carvalho de Melo
2019-05-27 22:36 Arnaldo Carvalho de Melo

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=20200226141907.GA3100@gmail.com \
    --to=mingo@kernel.org \
    --cc=acme@kernel.org \
    --cc=acme@redhat.com \
    --cc=adrian.hunter@intel.com \
    --cc=jolsa@kernel.org \
    --cc=leo.yan@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=liwei391@huawei.com \
    --cc=namhyung@kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=tglx@linutronix.de \
    --cc=tmricht@linux.ibm.com \
    --cc=williams@redhat.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).