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! > _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
