On Mon, 23 Mar 2026 14:42:57 +0100 Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.19.10 release. There are 220 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 Mar 2026 13:44:33 +0000. Anything received after that time might be too late.
Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested for loongarch64:
Tested-by: Miguel Ojeda ojeda@kernel.org
For loongarch64, I am seeing:
drivers/gpu/nova-core/nova_core.o: warning: objtool: _RNvMs1_NtNtCskfHXyXj90Gn_9nova_core3gsp4cmdqNtB5_4Cmdq3new+0x2c8: return with modified stack frame
Which got fixed in mainline by:
c7940c8bf215 ("gpu: nova-core: fix stack overflow in GSP memory allocation")
But 1) this is just for loongarch64, 2) Nova is still being developed and 3) it is just for 6.19.y, so that is probably there was no Cc: stable@. Anyway, Cc'ing here.
Cc: Gary Guo gary@garyguo.net Cc: Tim Kovalenko tim.kovalenko@proton.me
Cc: Danilo Krummrich dakr@kernel.org Cc: Alexandre Courbot acourbot@nvidia.com Cc: nouveau@lists.freedesktop.org
Cc: Huacai Chen chenhuacai@kernel.org Cc: WANG Xuerui kernel@xen0n.name Cc: loongarch@lists.linux.dev
Thanks!
Cheers, Miguel