On Mon, May 23, 2022 at 04:36:39PM -0500, Daniel Díaz wrote:
Hello!
On 23/05/22 12:05, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.10.118 release. There are 97 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, 25 May 2022 16:56:55 +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.118-rc... 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
We see a build failure with Perf on x86_64 and i386, with bisection pointing to:
Kan Liang kan.liang@linux.intel.com perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform
The error message is:
arch/x86/util/perf_regs.c:13:10: fatal error: ../../../util/pmu-hybrid.h: No such file or directory 13 | #include "../../../util/pmu-hybrid.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Commit is now dropped, thanks.
greg k-h