[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6c36f396-fb6c-4cbe-86e2-39b3ce85ffd3@gmail.com>
Date: Tue, 17 Dec 2024 12:00:51 -0800
From: Florian Fainelli <f.fainelli@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, stable@...r.kernel.org
Cc: patches@...ts.linux.dev, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
sudipm.mukherjee@...il.com, srw@...dewatkins.net, rwarsow@....de,
conor@...nel.org, hargar@...rosoft.com, broonie@...nel.org
Subject: Re: [PATCH 6.6 000/109] 6.6.67-rc1 review
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")
--
Florian
Powered by blists - more mailing lists