On Tue, Dec 17, 2024 at 12:00:51PM -0800, Florian Fainelli wrote: > On 12/17/24 09:06, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 6.6.67 release. > > There are 109 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, 19 Dec 2024 17:05:03 +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.67-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: > > evlist.c: In function '__perf_evlist__propagate_maps': > evlist.c:55:21: error: implicit declaration of function > 'perf_cpu_map__is_empty'; did you mean 'perf_cpu_map__empty'? > [-Werror=implicit-function-declaration] > 55 | if (perf_cpu_map__is_empty(evsel->cpus)) { > | ^~~~~~~~~~~~~~~~~~~~~~ > | perf_cpu_map__empty > evlist.c:55:21: error: nested extern declaration of 'perf_cpu_map__is_empty' > [-Werror=nested-externs] > cc1: all warnings being treated as errors > make[6]: *** [/local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/build/Makefile.build:98: /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/perf/libperf/evlist.o] > Error 1 > > this is caused by 74d444cca1eb616912c3ffe4b8a060a7bb192618 ("libperf: > evlist: Fix --cpu argument on hybrid platform") Now dropped, thanks. greg k-h