Re: [PATCH v2 3/3] mm: add WQ_PERCPU to alloc_workqueue users

From: Marco Crivellari

Date: Mon Jan 26 2026 - 10:43:47 EST


On Sat, Jan 24, 2026 at 11:21 PM Sebastian Andrzej Siewior
<bigeasy@xxxxxxxxxxxxx> wrote:
> [..]
> > void __init kmem_cache_init_late(void)
> > {
> > - flushwq = alloc_workqueue("slub_flushwq", WQ_MEM_RECLAIM, 0);
> > +#ifndef CONFIG_SLUB_TINY
>
> This ifndef does not belong here.
>
> > + flushwq = alloc_workqueue("slub_flushwq", WQ_MEM_RECLAIM | WQ_PERCPU,
> > + 0);
> > WARN_ON(!flushwq);
> > }
>
> Without the ifndef above I am happy with
> Reviewed-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>

Thanks, it seems like I messed up the thing when I rebased...


--

Marco Crivellari

L3 Support Engineer