On 3/10/26 04:05, Sasha Levin wrote:
This is the start of the stable review cycle for the 6.19.7 release. There are 311 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 Mar 12 11:04:16 AM UTC 2026. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/r... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.19.y and the diffstat can be found below.
Thanks, Sasha
perf fails to build the pmu-events for all of the freescale SoCs, I am not sure yet whether this is a build environment issue or a genuine perf build system failure:
cp: cannot stat 'pmu-events/arch/arm64/freescale/imx8mm/sys/metrics.json': No such file or directory CC /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/util/maps.o cp: cannot stat 'pmu-events/arch/arm64/freescale/imx8mm/sys/ddrc.json': No such file or directory cp: cannot stat 'pmu-events/arch/arm64/freescale/imx94/sys/metrics.json': No such file or directory cp: cannot stat 'pmu-events/arch/arm64/freescale/imx94/sys/ddrc.json': No such file or directory CC /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/util/pstack.o GEN /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/pmu-events/arch/arm64/freescale/imx91/sys/metrics.json CC /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/util/session.o make[5]: *** [pmu-events/Build:44: /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/pmu-events/arch/arm64/freescale/imx8mm/sys/metrics.json] Error 1 make[5]: *** Waiting for unfinished jobs.... GEN /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/pmu-events/arch/arm64/freescale/imx91/sys/ddrc.json make[5]: *** [pmu-events/Build:44: /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/pmu-events/arch/arm64/freescale/imx8mm/sys/ddrc.json] Error 1 make[5]: *** [pmu-events/Build:44: /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/pmu-events/arch/arm64/freescale/imx94/sys/metrics.json] Error 1 make[5]: *** [pmu-events/Build:44: /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/pmu-events/arch/arm64/freescale/imx94/sys/ddrc.json] Error 1
...
cp: cannot stat 'pmu-events/arch/arm64/freescale/imx8mm/sys/metrics.json': No such file or directory make[5]: *** [pmu-events/Build:44: /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/pmu-events/arch/arm64/freescale/imx8mm/sys/metrics.json] Error 1 make[4]: *** [Makefile.perf:770: /local/users/fainelli/buildroot/output/arm64/build/linux-custom/tools/perf/pmu-events/pmu-events-in.o] Error 2 make[4]: *** Waiting for unfinished jobs....