On Mon, Nov 06, 2023 at 09:37:56AM -0800, Florian Fainelli wrote: > On 11/6/23 05:03, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.10.200 release. > > There are 95 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 Wed, 08 Nov 2023 13:02:46 +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/v5.x/stable-review/patch-5.10.200-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-5.10.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > perf fails to build with: > > util/evlist.c: In function 'evlist__add_aux_dummy': > util/evlist.c:269:31: warning: implicit declaration of function > 'evlist__dummy_event'; did you mean 'evsel__is_dummy_event'? > [-Wimplicit-function-declaration] > 269 | struct evsel *evsel = evlist__dummy_event(evlist); > | ^~~~~~~~~~~~~~~~~~~ > | evsel__is_dummy_event > util/evlist.c:269:31: warning: initialization of 'struct evsel *' from 'int' > makes pointer from integer without a cast [-Wint-conversion] > > ... > > LINK /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/perf > /local/stbopt_p/toolchains_303/stbgcc-12.3-0.2/bin/../lib/gcc/aarch64-unknown-linux-musl/12.3.0/../../../../aarch64-unknown-linux-musl/bin/ld: /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/perf-in.o: > in function `evlist__add_aux_dummy': > /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/util/evlist.c:269: > undefined reference to `evlist__dummy_event' > collect2: error: ld returned 1 exit status Will go fix that now, thanks. greg k-h