Re: [PATCH 6.6 000/109] 6.6.67-rc1 review

From: Greg Kroah-Hartman
Date: Thu Dec 19 2024 - 11:06:11 EST


On Wed, Dec 18, 2024 at 11:19:48AM +0530, Harshit Mogalapalli wrote:
> Hi Greg,
>
> On 17/12/24 22:36, 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.
>
> This below commit is causing perf build failure, could you please drop this:
>
> > James Clark <james.clark@xxxxxxxxxx>
> > libperf: evlist: Fix --cpu argument on hybrid platform
>
> 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
>

offending ncommit should now be dropped, thanks.

greg k-h