Re: [PATCH v3] ipmi:si: Add async init to ipmi_si

From: Corey Minyard

Date: Thu Aug 13 2026 - 10:34:06 EST


On Thu, Aug 13, 2026 at 03:04:02PM +0200, Marco Crivellari wrote:
> Hi,
>
> > Added a new config option to allow offloading individual calls to
> > try_smi_init() using workqueue.
>
> > + if (IS_ENABLED(CONFIG_IPMI_SI_ASYNC_INIT))
> > + queue_work(system_unbound_wq, &new_smi->init_work);
>
> Please note that system_unbound_wq is deprecated. The new unbound
> workqueue is system_dfl_wq.

Thanks, I've fixed that.

-corey

>
>
> Thanks!
>