Re: [PATCH 6.12 000/337] 6.12.103-rc1 review
Miguel Ojeda <[email protected]>
| Newsgroups | dev.linux.lists.patches,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 07 Aug 2026 16:33:24 +0200 Greg Kroah-Hartman <[email protected]> wrote: > > This is the start of the stable review cycle for the 6.12.103 release. > There are 337 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, 09 Aug 2026 14:33:46 +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]> I also had the slub `inline` issue, which I see Sasha fixed already: In file included from mm/slub.c:21: mm/slab.h:572:24: warning: duplicate 'inline' declaration specifier [-Wduplicate-decl-specifier] 572 | static __always_inline inline bool need_kmalloc_no_objext(void) | ^ ././include/linux/compiler_types.h:249:16: note: expanded from macro 'inline' 249 | #define inline inline __gnu_inline __inline_maybe_unused notrace | ^ Thanks! Cheers, Miguel