All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corey Minyard <corey@minyard.net>
To: Marco Crivellari <marco.crivellari@suse.com>
Cc: mclapinski@google.com, linux-kernel@vger.kernel.org,
	openipmi-developer@lists.sourceforge.net
Subject: Re: [PATCH v3] ipmi:si: Add async init to ipmi_si
Date: Thu, 13 Aug 2026 09:33:54 -0500	[thread overview]
Message-ID: <an3V0gmzU0qdgbvF@mail.minyard.net> (raw)
In-Reply-To: <20260813130402.235882-1-marco.crivellari@suse.com>

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!
> 

      reply	other threads:[~2026-08-13 14:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-10  7:48 [PATCH v3] ipmi:si: Add async init to ipmi_si Michal Clapinski
2026-08-12 21:29 ` Corey Minyard
2026-08-13 13:04 ` Marco Crivellari
2026-08-13 14:33   ` Corey Minyard [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=an3V0gmzU0qdgbvF@mail.minyard.net \
    --to=corey@minyard.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marco.crivellari@suse.com \
    --cc=mclapinski@google.com \
    --cc=openipmi-developer@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.