On 12/3/24 06:35, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.12.2 release. There are 826 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, 05 Dec 2024 14:45:11 +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.12.2-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.12.y and the diffstat can be found below.
thanks,
greg k-h
Same build issue as the one reported for perf on 6.11.11-rc1:
util/stat-display.c: In function 'uniquify_event_name': util/stat-display.c:895:45: error: 'struct evsel' has no member named 'alternate_hw_config' 895 | if (counter->pmu->is_core && counter->alternate_hw_config != PERF_COUNT_HW_MAX) | ^~
caused by 629f9fa8142105b4cb07e9b4d4452dab0ca40914 ("perf stat: Uniquify event name improvements")