All of lore.kernel.org
 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>,
	"Andreas Gerstmayr" <agerstmayr@redhat.com>,
	"Daniel Díaz" <daniel.diaz@linaro.org>,
	"Hagen Paul Pfeifer" <hagen@jauu.net>,
	"He Zhe" <zhe.he@windriver.com>,
	"Ian Rogers" <irogers@google.com>,
	"Jin Yao" <yao.jin@linux.intel.com>,
	"kbuild test robot" <lkp@intel.com>,
	"Kemeng Shi" <shikemeng@huawei.com>,
	"kernel test robot" <rong.a.chen@intel.com>,
	"Kim Phillips" <kim.phillips@amd.com>,
	"Naresh Kamboju" <naresh.kamboju@linaro.org>,
	"Sam Lunt" <samuel.j.lunt@gmail.com>,
	"Stephane Eranian" <eranian@google.com>
Subject: Re: [GIT PULL] perf/urgent fixes and some improvements
Date: Sat, 4 Apr 2020 10:37:00 +0200	[thread overview]
Message-ID: <20200404083700.GB21353@gmail.com> (raw)
In-Reply-To: <20200403145443.24774-1-acme@kernel.org>


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

> Hi Ingo/Thomas,
> 
> 	Please consider pulling, this is on top of a previous submitted
> perf-core-for-mingo-5.7-20200325 tag,
> 
> Best regards,
> 
> - Arnaldo
> 
> Test results at the end of this message, as usual.
> 
> The following changes since commit 0d33b34352531ff7029c58eda2321340c0ea3f5f:
> 
>   perf dso: Fix dso comparison (2020-03-24 10:57:38 -0300)
> 
> 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.7-20200403
> 
> for you to fetch changes up to 9ff76cea4e9e6d49a6f764ae114fc0fb8de97816:
> 
>   perf python: Fix clang detection to strip out options passed in $CC (2020-04-03 10:04:59 -0300)

>  68 files changed, 1376 insertions(+), 78 deletions(-)

Pulled, thanks a lot Arnaldo!

	Ingo

WARNING: multiple messages have this Message-ID (diff)
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>,
	"Andreas Gerstmayr" <agerstmayr@redhat.com>,
	"Daniel Díaz" <daniel.diaz@linaro.org>,
	"Hagen Paul Pfeifer" <hagen@jauu.net>,
	"He Zhe" <zhe.he@windriver.com>,
	"Ian Rogers" <irogers@google.com>,
	"Jin Yao" <yao.jin@linux.intel.com>,
	"kbuild test robot" <lkp@intel.com>,
	"Kemeng Shi" <shikemeng@huawei.com>,
	"kernel test robot" <rong.a.chen@intel.com>,
	"Kim Phillips" <kim.phillips@amd.com>,
	"Naresh Kamboju" <naresh.kamboju@linaro.org>,
	"Sam Lunt" <samuel.j.lunt@gmail.com>,
	"Stephane Eranian" <eranian@google.com>,
	"Tony Jones" <tonyj@suse.de>,
	"Yu-cheng Yu" <yu-cheng.yu@intel.com>,
	"Arnaldo Carvalho de Melo" <acme@redhat.com>
Subject: Re: [GIT PULL] perf/urgent fixes and some improvements
Date: Sat, 4 Apr 2020 10:37:00 +0200	[thread overview]
Message-ID: <20200404083700.GB21353@gmail.com> (raw)
In-Reply-To: <20200403145443.24774-1-acme@kernel.org>


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

> Hi Ingo/Thomas,
> 
> 	Please consider pulling, this is on top of a previous submitted
> perf-core-for-mingo-5.7-20200325 tag,
> 
> Best regards,
> 
> - Arnaldo
> 
> Test results at the end of this message, as usual.
> 
> The following changes since commit 0d33b34352531ff7029c58eda2321340c0ea3f5f:
> 
>   perf dso: Fix dso comparison (2020-03-24 10:57:38 -0300)
> 
> 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.7-20200403
> 
> for you to fetch changes up to 9ff76cea4e9e6d49a6f764ae114fc0fb8de97816:
> 
>   perf python: Fix clang detection to strip out options passed in $CC (2020-04-03 10:04:59 -0300)

>  68 files changed, 1376 insertions(+), 78 deletions(-)

Pulled, thanks a lot Arnaldo!

	Ingo

  parent reply	other threads:[~2020-04-04  8:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03 14:54 [GIT PULL] perf/urgent fixes and some improvements Arnaldo Carvalho de Melo
2020-04-03 14:54 ` Arnaldo Carvalho de Melo
2020-04-03 14:54 ` [PATCH 01/31] perf callchain: Update docs regarding kernel/user space unwinding Arnaldo Carvalho de Melo
2020-04-03 14:54 ` [PATCH 02/31] perf parse-events: Add defensive NULL check Arnaldo Carvalho de Melo
2020-04-03 14:54 ` [PATCH 03/31] perf: Normalize gcc parameter when generating arch errno table Arnaldo Carvalho de Melo
2020-04-03 14:54 ` [PATCH 04/31] x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode map Arnaldo Carvalho de Melo
2020-04-03 14:54 ` [PATCH 05/31] perf test x86: Add CET instructions to the new instructions test Arnaldo Carvalho de Melo
2020-04-03 14:54 ` [PATCH 06/31] perf script: Introduce --deltatime option Arnaldo Carvalho de Melo
2020-04-03 14:54 ` [PATCH 07/31] perf/core: Add PERF_RECORD_CGROUP event Arnaldo Carvalho de Melo
2020-04-03 14:54 ` [PATCH 08/31] perf/core: Add PERF_SAMPLE_CGROUP feature Arnaldo Carvalho de Melo
2020-04-04  8:37 ` Ingo Molnar [this message]
2020-04-04  8:37   ` [GIT PULL] perf/urgent fixes and some improvements 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=20200404083700.GB21353@gmail.com \
    --to=mingo@kernel.org \
    --cc=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=agerstmayr@redhat.com \
    --cc=daniel.diaz@linaro.org \
    --cc=eranian@google.com \
    --cc=hagen@jauu.net \
    --cc=irogers@google.com \
    --cc=jolsa@kernel.org \
    --cc=kim.phillips@amd.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=namhyung@kernel.org \
    --cc=naresh.kamboju@linaro.org \
    --cc=rong.a.chen@intel.com \
    --cc=samuel.j.lunt@gmail.com \
    --cc=shikemeng@huawei.com \
    --cc=tglx@linutronix.de \
    --cc=williams@redhat.com \
    --cc=yao.jin@linux.intel.com \
    --cc=zhe.he@windriver.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.