On Wed, Apr 09, 2025 at 09:09:02AM +0200, Thorsten Leemhuis wrote:
On 09.04.25 01:05, Florian Fainelli wrote:
On 4/8/25 12:55, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.14.2 release. There are 728 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.
perf fails to build with:
util/hist.c: In function '__hists__add_entry': util/hist.c:745:37: error: 'struct addr_location' has no member named 'parallelism' 745 | .parallelism = al->parallelism, | ^~ make[6]: *** [/local/users/fainelli/buildroot/output/arm64/build/linux- custom/tools/build/Makefile.build:86: /local/users/fainelli/buildroot/ output/arm64/build/linux-custom/tools/perf/util/hist.o] Error 1
Same here. From a quick look and test-compile it seems that the patch "perf report: Add parallelism sort key" that is included in this rc depends on f13bc61b2e3795 ("perf report: Add machine parallelism").
The former is 2/7 of a series, where the latter is 1/7 ( https://lore.kernel.org/all/0f8c1b8eb12619029e31b3d5c0346f4616a5aeda.1739437... )
Thanks, now dropped, and I've verified that this fixes the build issue. I'll do a new -rc round in a bit.
thanks for testing!
greg k-h