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