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

From: Marco Crivellari

Date: Thu Aug 13 2026 - 09:05:08 EST


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!