All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Danilo Krummrich" <dakr@kernel.org>
To: "Nathan Chancellor" <nathan@kernel.org>
Cc: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	"Zhang Yuwei" <zhangyuwei20@huawei.com>,
	"Marco Crivellari" <marco.crivellari@suse.com>,
	"Tejun Heo" <tj@kernel.org>, <driver-core@lists.linux.dev>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] driver core: Use system_percpu_wq instead of system_wq
Date: Tue, 02 Jun 2026 15:48:21 +0200	[thread overview]
Message-ID: <DIYLZYLC90KZ.4RUH3GPWPA1J@kernel.org> (raw)
In-Reply-To: <20260601-driver-core-fix-system_wq-warning-v1-1-f9001a70ee25@kernel.org>

On Tue Jun 2, 2026 at 5:56 AM CEST, Nathan Chancellor wrote:
> diff --git a/drivers/base/dd.c b/drivers/base/dd.c
> index a8ca2092905e..60c005223844 100644
> --- a/drivers/base/dd.c
> +++ b/drivers/base/dd.c
> @@ -324,7 +324,7 @@ void deferred_probe_extend_timeout(void)
>  	 * start a new one.
>  	 */
>  	if (delayed_work_pending(&deferred_probe_timeout_work) &&
> -	    mod_delayed_work(system_wq, &deferred_probe_timeout_work,
> +	    mod_delayed_work(system_percpu_wq, &deferred_probe_timeout_work,

Thanks for catching this!

I think this does not actually require per-CPU affinity, but that's independent
of this patch of course.

Thanks,
Danilo

  parent reply	other threads:[~2026-06-02 13:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-02  3:56 [PATCH] driver core: Use system_percpu_wq instead of system_wq Nathan Chancellor
2026-06-02  8:07 ` Rafael J. Wysocki
2026-06-02 13:48 ` Danilo Krummrich [this message]
2026-06-02 13:52 ` Danilo Krummrich

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=DIYLZYLC90KZ.4RUH3GPWPA1J@kernel.org \
    --to=dakr@kernel.org \
    --cc=driver-core@lists.linux.dev \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marco.crivellari@suse.com \
    --cc=nathan@kernel.org \
    --cc=rafael@kernel.org \
    --cc=tj@kernel.org \
    --cc=zhangyuwei20@huawei.com \
    /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.