From: Namhyung Kim <namhyung@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Naresh Kamboju" <naresh.kamboju@linaro.org>,
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,
achill@achill.org, qemu-devel@nongnu.org,
"Alex Bennée" <alex.bennee@linaro.org>,
"Arnd Bergmann" <arnd@arndb.de>,
"Dan Carpenter" <dan.carpenter@linaro.org>,
"Anders Roxell" <anders.roxell@linaro.org>,
"Ben Copeland" <benjamin.copeland@linaro.org>,
"LTP List" <ltp@lists.linux.it>, chrubis <chrubis@suse.cz>,
"Petr Vorel" <pvorel@suse.cz>, "Ian Rogers" <irogers@google.com>,
linux-perf-users@vger.kernel.org,
"Zhang Yi" <yi.zhang@huaweicloud.com>,
"Joseph Qi" <jiangqi903@gmail.com>, "Jan Kara" <jack@suse.cz>,
linux-fsdevel@vger.kernel.org,
linux-ext4 <linux-ext4@vger.kernel.org>
Subject: Re: [PATCH 6.16 000/627] 6.16.1-rc1 review
Date: Thu, 14 Aug 2025 13:19:06 -0700 [thread overview]
Message-ID: <aJ5EupUV9t0jToY3@google.com> (raw)
In-Reply-To: <2025081300-frown-sketch-f5bd@gregkh>
Hello,
Thanks for the report!
On Wed, Aug 13, 2025 at 02:50:49PM +0200, Greg Kroah-Hartman wrote:
> On Wed, Aug 13, 2025 at 05:46:26PM +0530, Naresh Kamboju wrote:
> > Long story:
> > 1)
> > The perf gcc-13 build failed on x86_64 and i386.
> >
> > Build regression: qemu-arm64 ARM64_64K_PAGES ltp syscalls swap fsync
> > fallocate failed.
> >
> > > Ian Rogers <irogers@google.com>
> > > perf topdown: Use attribute to see an event is a topdown metic or slots
> >
> > Build error:
> >
> > arch/x86/tests/topdown.c: In function 'event_cb':
> > arch/x86/tests/topdown.c:53:25: error: implicit declaration of
> > function 'pr_debug' [-Werror=implicit-function-declaration]
> > 53 | pr_debug("Broken topdown information
> > for '%s'\n", evsel__name(evsel));
> > | ^~~~~~~~
> > cc1: all warnings being treated as errors
>
> Already fixed.
Are you sure? I'm not seeing the fix. Can you share the commit id?
I don't see the failure on my machine with gcc 14 but I also cannot
find what's the fix.
Thanks,
Namhyung
next prev parent reply other threads:[~2025-08-14 20:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250812173419.303046420@linuxfoundation.org>
2025-08-13 12:16 ` [PATCH 6.16 000/627] 6.16.1-rc1 review Naresh Kamboju
2025-08-13 12:50 ` Greg Kroah-Hartman
2025-08-13 14:31 ` Naresh Kamboju
2025-08-13 14:53 ` Greg Kroah-Hartman
2025-08-13 15:58 ` Dan Carpenter
2025-08-14 1:27 ` Zhang Yi
2025-08-14 15:30 ` Greg Kroah-Hartman
2025-08-14 20:19 ` Namhyung Kim [this message]
2025-08-15 5:33 ` Greg Kroah-Hartman
2025-08-15 16:24 ` Namhyung Kim
2025-08-13 12:51 ` Mark Brown
2025-08-13 13:41 ` Naresh Kamboju
2025-08-14 15:35 ` Greg Kroah-Hartman
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=aJ5EupUV9t0jToY3@google.com \
--to=namhyung@kernel.org \
--cc=achill@achill.org \
--cc=akpm@linux-foundation.org \
--cc=alex.bennee@linaro.org \
--cc=anders.roxell@linaro.org \
--cc=arnd@arndb.de \
--cc=benjamin.copeland@linaro.org \
--cc=broonie@kernel.org \
--cc=chrubis@suse.cz \
--cc=conor@kernel.org \
--cc=dan.carpenter@linaro.org \
--cc=f.fainelli@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=hargar@microsoft.com \
--cc=irogers@google.com \
--cc=jack@suse.cz \
--cc=jiangqi903@gmail.com \
--cc=jonathanh@nvidia.com \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=ltp@lists.linux.it \
--cc=naresh.kamboju@linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=pvorel@suse.cz \
--cc=qemu-devel@nongnu.org \
--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 \
--cc=yi.zhang@huaweicloud.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).