public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Ian Rogers <irogers@google.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Jiri Olsa <jolsa@kernel.org>, Namhyung Kim <namhyung@kernel.org>,
	Zhengjun Xing <zhengjun.xing@linux.intel.com>,
	Kan Liang <kan.liang@linux.intel.com>,
	linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org,
	Edward Baker <edward.baker@intel.com>,
	Perry Taylor <perry.taylor@intel.com>,
	Caleb Biggers <caleb.biggers@intel.com>,
	Stephane Eranian <eranian@google.com>
Subject: Re: [PATCH v2 00/21] Update uncore topics, 3x event updates, 2x new archs.
Date: Thu, 13 Apr 2023 08:51:16 -0300	[thread overview]
Message-ID: <ZDfstOf4UHxIJ+fq@kernel.org> (raw)
In-Reply-To: <ZDfsEwcqNl7tJm37@kernel.org>

Em Thu, Apr 13, 2023 at 08:48:35AM -0300, Arnaldo Carvalho de Melo escreveu:
> Em Wed, Apr 12, 2023 at 10:09:50PM -0700, Ian Rogers escreveu:
> > Update the uncore PMUs and topic classification as created by:
> > https://github.com/intel/perfmon/pull/70
> > 
> > Event updates stem from:
> > https://github.com/intel/perfmon/pull/68
> > impacting alderlake, icelakex and sapphirerapids.
> > 
> > Grand Ridge and Sierra Forest events stem from:
> > https://github.com/intel/perfmon/pull/69
> > 
> > Changes generated by with PR70 in place:
> > https://github.com/intel/perfmon/blob/main/scripts/create_perf_json.py
> > 
> > v2. Adds improvements to uncore topics, uncore PMU name fixes and
> >     fixes a trigraph issue from ??? being in the json.
> 
> Som problem with your mailer? Missing some patches, I'll try b4 +
> manual...

And it is failing on the first patch:

[acme@toolbox perf-tools-next]$ b4 am -P1 -ctsl --cc-trailers 20230413051011.3440849-1-irogers@google.com
Grabbing thread from lore.kernel.org/all/20230413051011.3440849-1-irogers%40google.com/t.mbox.gz
Checking for newer revisions
Grabbing search results from lore.kernel.org
Analyzing 14 messages in the thread
Checking attestation on all messages, may take a moment...
---
  ✓ [PATCH v2 1/21] perf vendor events intel: Update alderlake to v1.20
    ✓ Signed: DKIM/google.com
    + Link: https://lore.kernel.org/r/20230413051011.3440849-2-irogers@google.com
    + Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
Total patches: 1 (cherrypicked: 1)
---
Cover: ./v2_20230412_irogers_update_uncore_topics_3x_event_updates_2x_new_archs.cover
 Link: https://lore.kernel.org/r/20230413051011.3440849-1-irogers@google.com
 Base: not specified
       git am ./v2_20230412_irogers_update_uncore_topics_3x_event_updates_2x_new_archs.mbx
⬢[acme@toolbox perf-tools-next]$        git am ./v2_20230412_irogers_update_uncore_topics_3x_event_updates_2x_new_archs.mbx
Applying: perf vendor events intel: Update alderlake to v1.20
error: patch failed: tools/perf/pmu-events/arch/x86/alderlake/other.json:162
error: tools/perf/pmu-events/arch/x86/alderlake/other.json: patch does not apply
error: patch failed: tools/perf/pmu-events/arch/x86/alderlake/pipeline.json:31
error: tools/perf/pmu-events/arch/x86/alderlake/pipeline.json: patch does not apply
error: patch failed: tools/perf/pmu-events/arch/x86/mapfile.csv:1
error: tools/perf/pmu-events/arch/x86/mapfile.csv: patch does not apply
Patch failed at 0001 perf vendor events intel: Update alderlake to v1.20
hint: Use 'git am --show-current-patch=diff' to see the failed patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
⬢[acme@toolbox perf-tools-next]$ git log --oneline -10
4453deacf44615b2 (HEAD -> perf-tools-next, quaco/perf-tools-next, acme/tmp.perf-tools-next, acme/perf-tools-next) perf sched: Fix sched latency analysis incorrection when using 'sched:sched_wakeup'
9efe423e43878934 (acme/perf/core) perf pmu: Use perf_cpu_map__set_nr() in perf_pmu__cpus_match() to allow for refcnt checking
b277851417e0149a libperf: Add a perf_cpu_map__set_nr() available as an internal function for tools/perf to use
1f94479edb4decdc libperf: Make perf_cpu_map__alloc() available as an internal function for tools/perf to use
7bb1d048bdfe1c7d perf cpumap: Use perf_cpu_map__nr(cpus) to access cpus->nr
4e8db2d7520f780f perf map: Add map__refcnt() accessor to use in the maps test
984abd349d0f76d4 perf scripts python intel-pt-events: Delete unused 'event_attr variable
eab5051788f6111a perf top: Expand the range of multithreaded phase
ed4da0d3de1e1781 tools headers: Remove s390 ptrace.h in check-headers.sh
57f14b5ae1a97537 perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its contents


  reply	other threads:[~2023-04-13 11:51 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13  5:09 [PATCH v2 00/21] Update uncore topics, 3x event updates, 2x new archs Ian Rogers
2023-04-13  5:09 ` [PATCH v2 01/21] perf vendor events intel: Update alderlake to v1.20 Ian Rogers
2023-04-13  5:09 ` [PATCH v2 02/21] perf vendor events intel: Update icelakex " Ian Rogers
2023-04-13  5:09 ` [PATCH v2 03/21] perf vendor events intel: Update sapphirerapids to v1.12 Ian Rogers
2023-04-13  5:09 ` [PATCH v2 04/21] perf vendor events intel: Add grandridge Ian Rogers
2023-04-13  5:09 ` [PATCH v2 05/21] perf vendor events intel: Add sierraforest Ian Rogers
2023-04-13  5:09 ` [PATCH v2 06/21] perf vendor events intel: Fix uncore topics for broadwell Ian Rogers
2023-04-13  5:09 ` [PATCH v2 07/21] perf vendor events intel: Fix uncore topics for broadwellde Ian Rogers
2023-04-13  5:09 ` [PATCH v2 08/21] perf vendor events intel: Fix uncore topics for broadwellx Ian Rogers
2023-04-13  5:09 ` [PATCH v2 09/21] perf vendor events intel: Fix uncore topics for cascadelakex Ian Rogers
2023-04-13  5:10 ` [PATCH v2 10/21] perf vendor events intel: Fix uncore topics for haswell Ian Rogers
2023-04-13  5:10 ` [PATCH v2 11/21] perf vendor events intel: Fix uncore topics for haswellx Ian Rogers
2023-04-13  5:10 ` [PATCH v2 12/21] perf vendor events intel: Fix uncore topics for icelake Ian Rogers
2023-04-13  5:10 ` [PATCH v2 13/21] perf vendor events intel: Fix uncore topics for ivybridge Ian Rogers
2023-04-13  5:10 ` [PATCH v2 14/21] perf vendor events intel: Fix uncore topics for ivytown Ian Rogers
2023-04-13  5:10 ` [PATCH v2 15/21] perf vendor events intel: Fix uncore topics for jaketown Ian Rogers
2023-04-13  5:10 ` [PATCH v2 16/21] perf vendor events intel: Fix uncore topics for knightslanding Ian Rogers
2023-04-13  5:10 ` [PATCH v2 17/21] perf vendor events intel: Fix uncore topics for sandybridge Ian Rogers
2023-04-13  5:10 ` [PATCH v2 18/21] perf vendor events intel: Fix uncore topics for skylake Ian Rogers
2023-04-13  5:10 ` [PATCH v2 19/21] perf vendor events intel: Fix uncore topics for skylakex Ian Rogers
2023-04-13  5:10 ` [PATCH v2 20/21] perf vendor events intel: Fix uncore topics for snowridgex Ian Rogers
2023-04-13  5:10 ` [PATCH v2 21/21] perf vendor events intel: Fix uncore topics for tigerlake Ian Rogers
2023-04-13 11:48 ` [PATCH v2 00/21] Update uncore topics, 3x event updates, 2x new archs Arnaldo Carvalho de Melo
2023-04-13 11:51   ` Arnaldo Carvalho de Melo [this message]
2023-04-13 13:16     ` Ian Rogers

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=ZDfstOf4UHxIJ+fq@kernel.org \
    --to=acme@kernel.org \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=caleb.biggers@intel.com \
    --cc=edward.baker@intel.com \
    --cc=eranian@google.com \
    --cc=irogers@google.com \
    --cc=jolsa@kernel.org \
    --cc=kan.liang@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=perry.taylor@intel.com \
    --cc=peterz@infradead.org \
    --cc=zhengjun.xing@linux.intel.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