public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Ian Rogers <irogers@google.com>
Cc: Thorsten Leemhuis <linux@leemhuis.info>,
	stable@vger.kernel.org, patches@lists.linux.dev,
	linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
	akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
	patches@kernelci.org, lkft-triage@lists.linaro.org,
	pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
	conor@kernel.org, hargar@microsoft.com, broonie@kernel.org,
	Justin Forbes <jforbes@fedoraproject.org>,
	Namhyung Kim <namhyung@kernel.org>
Subject: Re: [PATCH 6.13 000/499] 6.13.11-rc1 review
Date: Tue, 8 Apr 2025 17:17:26 +0200	[thread overview]
Message-ID: <2025040818-iodine-theater-7e1f@gregkh> (raw)
In-Reply-To: <CAP-5=fVCADCyXeeLZT4EpU1OtOxMKB8omf5FFpDHmKgOWetW2A@mail.gmail.com>

On Tue, Apr 08, 2025 at 08:07:09AM -0700, Ian Rogers wrote:
> On Tue, Apr 8, 2025 at 6:09 AM Thorsten Leemhuis <linux@leemhuis.info> wrote:
> >
> > On 08.04.25 12:43, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 6.13.11 release.
> > > There are 499 patches in this series, all will be posted as a response
> > > to this one.  If anyone has any issues with these being applied, please
> > > let me know.
> >
> > Compiling for Fedora failed:
> >
> > util/stat.c: In function ‘evsel__is_alias’:
> > util/stat.c:565:16: error: implicit declaration of function ‘perf_pmu__name_no_suffix_match’ [-Wimplicit-function-declaration]
> >   565 |         return perf_pmu__name_no_suffix_match(evsel_a->pmu, evsel_b->pmu->name);
> >       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> > From a *very very* quick look I wonder if it might be due to this change,
> > as it seems to depend on 63e287131cf0c5 ("perf pmu: Rename name matching
> > for no suffix or wildcard variants") [v6.15-rc1]:
> >
> > > Ian Rogers <irogers@google.com>
> > >     perf stat: Don't merge counters purely on name
> >
> > But as I said, it was just a very very quick look, so I might be totally
> > off track there.
> 
> Thanks Thorsten, I repeated the failure and reverting that patch fixes
> the build. Alternatively, cherry-picking:
> 
> ```
> commit 63e287131cf0c59b026053d6d63fe271604ffa7e
> Author: Ian Rogers <irogers@google.com>
> Date:   Fri Jan 31 23:43:18 2025 -0800
> 
>    perf pmu: Rename name matching for no suffix or wildcard variants
> 
>    Wildcard PMU naming will match a name like pmu_1 to a PMU name like
>    pmu_10 but not to a PMU name like pmu_2 as the suffix forms part of
>    the match. No suffix matching will match pmu_10 to either pmu_1 or
>    pmu_2. Add or rename matching functions on PMU to make it clearer what
>    kind of matching is being performed.
> 
>    Signed-off-by: Ian Rogers <irogers@google.com>
>    Reviewed-by: Kan Liang <kan.liang@linux.intel.com>
>    Link: https://lore.kernel.org/r/20250201074320.746259-4-irogers@google.com
>    Signed-off-by: Namhyung Kim <namhyung@kernel.org>
> ```
> 
> Also fixes the build.

Now added to both queues, thanks.

greg k-h

  reply	other threads:[~2025-04-08 15:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-08 10:43 [PATCH 6.13 000/499] 6.13.11-rc1 review Greg Kroah-Hartman
2025-04-08 10:46 ` [PATCH 6.13 162/499] RDMA/core: Dont expose hw_counters outside of init net namespace Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.13 484/499] ext4: fix OOB read when checking dotdot dir Greg Kroah-Hartman
2025-04-08 13:08 ` [PATCH 6.13 000/499] 6.13.11-rc1 review Thorsten Leemhuis
2025-04-08 15:07   ` Ian Rogers
2025-04-08 15:17     ` Greg Kroah-Hartman [this message]
2025-04-08 15:01 ` Mark Brown
2025-04-08 15:12   ` Nathan Chancellor
2025-04-08 15:18   ` Greg Kroah-Hartman
2025-04-08 15:30     ` Greg Kroah-Hartman
2025-04-08 15:35 ` Naresh Kamboju

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=2025040818-iodine-theater-7e1f@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=hargar@microsoft.com \
    --cc=irogers@google.com \
    --cc=jforbes@fedoraproject.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@leemhuis.info \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=namhyung@kernel.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=srw@sladewatkins.net \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /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