On Mon, 20 Apr 2026 17:40:32 +0200 Greg Kroah-Hartman <[email protected]> wrote: > > This is the start of the stable review cycle for the 6.12.83 release. > There are 162 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, 22 Apr 2026 15:38:55 +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 <[email protected]> For UML (x86_64), I am also seeing the same issue as for 6.18.y: ./include/linux/srcutiny.h:14:10: fatal error: 'linux/irq_work_types.h' file not found 14 | #include <linux/irq_work_types.h> | ^~~~~~~~~~~~~~~~~~~~~~~~ Please see the details at: https://lore.kernel.org/stable/[email protected]/ Cc: Joel Fernandes <[email protected]> Cc: Paul E. McKenney <[email protected]> Cc: Boqun Feng <[email protected]> Cc: Sasha Levin <[email protected]> Cc: Josh Triplett <[email protected]> Cc: Lai Jiangshan <[email protected]> Cc: Mathieu Desnoyers <[email protected]> Cc: Peter Zijlstra (Intel) <[email protected]> Cc: Steven Rostedt <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Uladzislau Rezki <[email protected]> Cc: Zqiang <[email protected]> Cc: [email protected] Cc: Richard Weinberger <[email protected]> Cc: Anton Ivanov <[email protected]> Cc: Johannes Berg <[email protected]> Cc: [email protected] We also still have the many missing safety comments Clippy warnings we recently discussed: warning: unsafe block missing a safety comment --> rust/kernel/init/macros.rs:1015:25 Benno/Gary: I am tempted to just `#![allow(...)]` them for now (but if you plan to add the comments soon, please let me know!). Cc: Benno Lossin <[email protected]> Cc: Gary Guo <[email protected]> Thanks! Cheers, Miguel

