On Tue, Oct 01, 2024 at 07:24:27AM -0700, Guenter Roeck wrote:
On 9/27/24 05:23, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.10.12 release. There are 58 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 Sun, 29 Sep 2024 12:17:00 +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.10.12-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.10.y and the diffstat can be found below.
Most loongarch builds are broken.
Building loongarch:defconfig ... failed
Error log: arch/loongarch/kvm/vcpu.c: In function 'kvm_set_one_reg': arch/loongarch/kvm/vcpu.c:575:35: error: 'struct kvm_vcpu_arch' has no member named 'st' 575 | vcpu->arch.st.guest_addr = 0;
This is due to commit 05969a694471 ("LoongArch: KVM: Invalidate guest steal time address on vCPU reset"). Note that this commit is not tagged as bug fix. I am copying the author.
Already reverted in my tree, thanks!
greg k-h