* Re: [PATCH 6.18 000/198] 6.18.24-rc1 review [not found] <20260420153935.605963767@linuxfoundation.org> @ 2026-04-21 9:55 ` Miguel Ojeda 2026-04-21 15:02 ` Greg KH 0 siblings, 1 reply; 2+ messages in thread From: Miguel Ojeda @ 2026-04-21 9:55 UTC (permalink / raw) To: gregkh Cc: achill, akpm, broonie, conor, f.fainelli, hargar, jonathanh, linux-kernel, linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, sr, stable, sudipm.mukherjee, torvalds, Miguel Ojeda, Joel Fernandes, Paul E. McKenney, Boqun Feng, Sasha Levin, Josh Triplett, Lai Jiangshan, Mathieu Desnoyers, Peter Zijlstra (Intel), Steven Rostedt, Thomas Gleixner, Uladzislau Rezki, Zqiang, rcu, Richard Weinberger, Anton Ivanov, Johannes Berg, linux-um On Mon, 20 Apr 2026 17:39:39 +0200 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 6.18.24 release. > There are 198 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:57 +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 UML (x86_64) I am seeing: In file included from arch/um/kernel/asm-offsets.c:3: In file included from ./arch/x86/um/shared/sysdep/kernel-offsets.h:5: In file included from ./include/linux/crypto.h:18: In file included from ./include/linux/slab.h:16: In file included from ./include/linux/gfp.h:7: In file included from ./include/linux/mmzone.h:1538: In file included from ./include/linux/memory_hotplug.h:7: In file included from ./include/linux/notifier.h:16: In file included from ./include/linux/srcu.h:59: ./include/linux/srcutiny.h:14:10: fatal error: 'linux/irq_work_types.h' file not found 14 | #include <linux/irq_work_types.h> | ^~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. Caused by commit 95721c9fb3a1 ("srcu: Use irq_work to start GP in tiny SRCU"). The header seems to simply not be there, i.e. either the `#include` is changed or commit c809f081fe40 ("irqwork: Move data struct to a types header") is backported. Cc: Joel Fernandes <joelagnelf@nvidia.com> Cc: Paul E. McKenney <paulmck@kernel.org> Cc: Boqun Feng <boqun@kernel.org> Cc: Sasha Levin <sashal@kernel.org> Cc: Josh Triplett <josh@joshtriplett.org> Cc: Lai Jiangshan <jiangshanlai@gmail.com> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Cc: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Uladzislau Rezki <urezki@gmail.com> Cc: Zqiang <qiang.zhang@linux.dev> Cc: rcu@vger.kernel.org Cc: Richard Weinberger <richard@nod.at> Cc: Anton Ivanov <anton.ivanov@cambridgegreys.com> Cc: Johannes Berg <johannes@sipsolutions.net> Cc: linux-um@lists.infradead.org I hope that helps! Cheers, Miguel ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 6.18 000/198] 6.18.24-rc1 review 2026-04-21 9:55 ` [PATCH 6.18 000/198] 6.18.24-rc1 review Miguel Ojeda @ 2026-04-21 15:02 ` Greg KH 0 siblings, 0 replies; 2+ messages in thread From: Greg KH @ 2026-04-21 15:02 UTC (permalink / raw) To: Miguel Ojeda Cc: achill, akpm, broonie, conor, f.fainelli, hargar, jonathanh, linux-kernel, linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, sr, stable, sudipm.mukherjee, torvalds, Joel Fernandes, Paul E. McKenney, Boqun Feng, Sasha Levin, Josh Triplett, Lai Jiangshan, Mathieu Desnoyers, Peter Zijlstra (Intel), Steven Rostedt, Thomas Gleixner, Uladzislau Rezki, Zqiang, rcu, Richard Weinberger, Anton Ivanov, Johannes Berg, linux-um On Tue, Apr 21, 2026 at 11:55:49AM +0200, Miguel Ojeda wrote: > On Mon, 20 Apr 2026 17:39:39 +0200 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > > > This is the start of the stable review cycle for the 6.18.24 release. > > There are 198 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:57 +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 UML (x86_64) I am seeing: > > In file included from arch/um/kernel/asm-offsets.c:3: > In file included from ./arch/x86/um/shared/sysdep/kernel-offsets.h:5: > In file included from ./include/linux/crypto.h:18: > In file included from ./include/linux/slab.h:16: > In file included from ./include/linux/gfp.h:7: > In file included from ./include/linux/mmzone.h:1538: > In file included from ./include/linux/memory_hotplug.h:7: > In file included from ./include/linux/notifier.h:16: > In file included from ./include/linux/srcu.h:59: > ./include/linux/srcutiny.h:14:10: fatal error: 'linux/irq_work_types.h' file not found > 14 | #include <linux/irq_work_types.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~ > 1 error generated. > > Caused by commit 95721c9fb3a1 ("srcu: Use irq_work to start GP in tiny > SRCU"). The header seems to simply not be there, i.e. either the > `#include` is changed or commit c809f081fe40 ("irqwork: Move data struct > to a types header") is backported. > > Cc: Joel Fernandes <joelagnelf@nvidia.com> > Cc: Paul E. McKenney <paulmck@kernel.org> > Cc: Boqun Feng <boqun@kernel.org> > Cc: Sasha Levin <sashal@kernel.org> > Cc: Josh Triplett <josh@joshtriplett.org> > Cc: Lai Jiangshan <jiangshanlai@gmail.com> > Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> > Cc: Peter Zijlstra (Intel) <peterz@infradead.org> > Cc: Steven Rostedt <rostedt@goodmis.org> > Cc: Thomas Gleixner <tglx@linutronix.de> > Cc: Uladzislau Rezki <urezki@gmail.com> > Cc: Zqiang <qiang.zhang@linux.dev> > Cc: rcu@vger.kernel.org > > Cc: Richard Weinberger <richard@nod.at> > Cc: Anton Ivanov <anton.ivanov@cambridgegreys.com> > Cc: Johannes Berg <johannes@sipsolutions.net> > Cc: linux-um@lists.infradead.org Thanks, I'll just drop this commit from 6.18 and older trees for now. greg k-h ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-21 15:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260420153935.605963767@linuxfoundation.org>
2026-04-21 9:55 ` [PATCH 6.18 000/198] 6.18.24-rc1 review Miguel Ojeda
2026-04-21 15:02 ` Greg KH
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox