Re: [PATCH 6.6 000/508] 6.6.141-rc1 review

From: Florian Fainelli

Date: Wed May 20 2026 - 16:34:03 EST


On 5/20/26 09:17, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.6.141 release.
There are 508 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 Fri, 22 May 2026 16:20:16 +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/v6.x/stable-review/patch-6.6.141-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-6.6.y
and the diffstat can be found below.

thanks,

greg k-h

perf fails to build with:

util/symbol-elf.c: In function 'dso__process_kernel_symbol':
util/symbol-elf.c:1379:7: warning: implicit declaration of function 'dso__rel'; did you mean 'dso__get'? [-Wimplicit-function-declaration]
if (dso__rel(dso))
^~~~~~~~
dso__get

this is coming from this commit:

commit 8b4beba45e858aa793dd5d4d2e86d60c8c1915e6
Author: Chuck Lever <chuck.lever@xxxxxxxxxx>
Date: Mon Mar 23 11:58:04 2026 -0400

perf tools: Fix module symbol resolution for non-zero .text sh_addr

[ Upstream commit 9a82bfde4775b7a87cd1a7e791f46f83ae442848 ]

--
Florian