Re: [PATCH 6.6 0000/1266] 6.6.145-rc1 review
From: Florian Fainelli
Date: Tue Jul 21 2026 - 14:35:12 EST
On 7/21/26 08:07, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.6.145 release.
There are 1266 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/v6.x/stable-review/patch-6.6.145-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
Same perf build error on 6.6.145-rc1 as reported for 6.1.178-rc1:
In file included from builtin-sched.c:27:
builtin-sched.c: In function 'latency_switch_event':
builtin-sched.c:1182:34: error: 'struct perf_sample' has no member named 'file_offset'
1182 | sample->file_offset, cpu);
| ^~
util/debug.h:24:44: note: in definition of macro 'pr_warning'
24 | eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
| ^~~~~~~~~~~
builtin-sched.c: In function 'latency_runtime_event':
builtin-sched.c:1260:34: error: 'struct perf_sample' has no member named 'file_offset'
1260 | sample->file_offset, cpu);
| ^~
util/debug.h:24:44: note: in definition of macro 'pr_warning'
24 | eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
| ^~~~~~~~~~~
builtin-sched.c: In function 'map_switch_event':
builtin-sched.c:1637:34: error: 'struct perf_sample' has no member named 'file_offset'
1637 | sample->file_offset, this_cpu.cpu);
| ^~
util/debug.h:24:44: note: in definition of macro 'pr_warning'
24 | eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
| ^~~~~~~~~~~
make[5]: *** [/local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/build/Makefile.build:97: /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/builtin-sched.o] Error 1
--
Florian