From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Thorsten Leemhuis <linux@leemhuis.info>
Cc: Florian Fainelli <f.fainelli@gmail.com>,
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@nabladev.com, jonathanh@nvidia.com,
sudipm.mukherjee@gmail.com, rwarsow@gmx.de, conor@kernel.org,
hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
sr@sladewatkins.com
Subject: Re: [PATCH 7.1 0000/2077] 7.1.5-rc1 review
Date: Wed, 22 Jul 2026 14:20:31 +0200 [thread overview]
Message-ID: <2026072247-trickle-brook-edef@gregkh> (raw)
In-Reply-To: <10b731a1-a278-413e-97b3-7ba203637ebb@leemhuis.info>
On Wed, Jul 22, 2026 at 06:23:08AM +0200, Thorsten Leemhuis wrote:
> On 7/21/26 19:54, Florian Fainelli wrote:
> > On 7/21/26 07:54, Greg Kroah-Hartman wrote:
> >> This is the start of the stable review cycle for the 7.1.5 release.
> >> There are 2077 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.
> >>
> >> Responses should be made by Thu, 23 Jul 2026 15:23:00 +0000.
> >> Anything received after that time might be too late.
> >>
> >> The whole patch series can be found in one patch at:
> >> https://www.kernel.org/pub/linux/kernel/v7.x/stable-review/
> >> patch-7.1.5-rc1.gz
> >> or in the git tree and branch at:
> >> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-
> >> rc.git linux-7.1.y
> >> and the diffstat can be found below.
> >
> > perf fails to build with:
> >
> > In file included from builtin-sched.c:28:
> > builtin-sched.c: In function 'latency_switch_event':
> > builtin-sched.c:1196:34: error: 'struct perf_sample' has no member named
> > 'file_offset'
> > 1196 | sample->file_offset, cpu);
> > | ^~
> >
> >
> > which is due to 6018a2a9ff1baa45426f7a52f8ec4f7d32fedfce ("perf sched:
> > Replace BUG_ON on invalid CPU with graceful skip"), we need to backport
> > a490187f22b4bfae7ef752edbe3fb13017ca11c ("perf sample: Add file_offset
> > field to struct perf_sample")
>
> Was that enough to make perf build for you? I also ran into this error:
>
> util/libdw.c: In function ‘libdw__addr2line’:
> util/libdw.c:204:25: error: implicit declaration of function
> ‘inline_node__clear_frames’ [-Wimplicit-function-declaration]
> 204 | inline_node__clear_frames(node);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~
>
> Which from a quick check was fixed by picking up 674dea094ef659 ("perf
> srcline: Introduce inline_node__clear_frames()"). But then I ran into
> yet another error:
>
> util/session.c: In function ‘perf_session__deliver_event’:
> util/session.c:1619:14: error: ‘evsel’ undeclared (first use in this
> function)
> 1619 | if ((evsel->core.attr.sample_type & PERF_SAMPLE_CPU) &&
> | ^~~~~
> util/session.c:1619:14: note: each undeclared identifier is reported
> only once for each function it appears in
Argh, I haven't checked perf builds in a long time. And yes, they are
broken. Let me go fix these up for 6.18 and 7.1 and then drop all the
perf patches for older kernels as systems should always be using the
newest perf tool, not the older one, anyway.
I'll do that and then push out some -rc2 releases...
thanks,
greg k-h
next prev parent reply other threads:[~2026-07-22 12:20 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 14:54 [PATCH 7.1 0000/2077] 7.1.5-rc1 review Greg Kroah-Hartman
2026-07-21 14:57 ` [PATCH 7.1 0184/2077] uaccess: fix ignored_trailing logic in copy_struct_to_user() Greg Kroah-Hartman
2026-07-21 14:57 ` [PATCH 7.1 0185/2077] sockptr: fix usize check in copy_struct_from_sockptr() for user pointers Greg Kroah-Hartman
2026-07-21 15:14 ` [PATCH 7.1 1190/2077] rtc: ds1307: handle oscillator stop flag for ds1337/ds1339/ds3231 Greg Kroah-Hartman
2026-07-21 15:18 ` [PATCH 7.1 1416/2077] arm64/mm: Optimize TLB flush in unmap_hotplug_[pmd|pud]_range() Greg Kroah-Hartman
2026-07-21 17:54 ` [PATCH 7.1 0000/2077] 7.1.5-rc1 review Florian Fainelli
2026-07-22 4:23 ` Thorsten Leemhuis
2026-07-22 12:20 ` Greg Kroah-Hartman [this message]
2026-07-22 16:43 ` Sasha Levin
2026-07-21 20:21 ` Ronald Warsow
2026-07-21 22:21 ` Brett A C Sheffield
2026-07-22 4:42 ` Peter Schneider
2026-07-22 10:32 ` Ron Economos
2026-07-22 12:40 ` Takeshi Ogasawara
[not found] ` <4dbf52af-61a2-4767-8c85-b358cc157812@rnnvmail201.nvidia.com>
2026-07-22 13:14 ` Jon Hunter
2026-07-22 16:56 ` Shuah Khan
2026-07-22 17:47 ` Pavel Machek
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=2026072247-trickle-brook-edef@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=achill@achill.org \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=hargar@microsoft.com \
--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=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@nabladev.com \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=sr@sladewatkins.com \
--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