All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Marco Crivellari <marco.crivellari@suse.com>
Cc: linux-kernel@vger.kernel.org,
	Lai Jiangshan <jiangshanlai@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Frederic Weisbecker <frederic@kernel.org>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Michal Hocko <mhocko@suse.com>
Subject: Re: [PATCH v3 1/9] Workqueue: add system_percpu_wq and system_dfl_wq
Date: Wed, 11 Jun 2025 10:57:29 -1000	[thread overview]
Message-ID: <aEntuUxOGU1DA7Fu@slm.duckdns.org> (raw)
In-Reply-To: <20250611131438.651493-2-marco.crivellari@suse.com>

On Wed, Jun 11, 2025 at 03:14:30PM +0200, Marco Crivellari wrote:
> -extern struct workqueue_struct *system_wq;
> +extern struct workqueue_struct *system_wq; /* use system_percpu_wq, this will be removed */
> +extern struct workqueue_struct *system_percpu_wq;
>  extern struct workqueue_struct *system_highpri_wq;
>  extern struct workqueue_struct *system_long_wq;
>  extern struct workqueue_struct *system_unbound_wq;
> +extern struct workqueue_struct *system_dfl_wq;

This patch is just adding the extern decls. Shouldn't these be created?

Thanks.

-- 
tejun

  reply	other threads:[~2025-06-11 20:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-11 13:14 [PATCH v3 0/9] Workqueue: rename system workqueue and add WQ_PERCPU Marco Crivellari
2025-06-11 13:14 ` [PATCH v3 1/9] Workqueue: add system_percpu_wq and system_dfl_wq Marco Crivellari
2025-06-11 20:57   ` Tejun Heo [this message]
2025-06-12  7:47     ` Marco Crivellari
2025-06-11 13:14 ` [PATCH v3 2/9] Workqueue: replace use of system_wq with system_percpu_wq Marco Crivellari
2025-06-11 21:01   ` Tejun Heo
2025-06-12  9:39     ` Marco Crivellari
2025-06-11 13:14 ` [PATCH v3 3/9] Workqueue: replace use of system_unbound_wq with system_dfl_wq Marco Crivellari
2025-06-11 13:14 ` [PATCH v3 4/9] Workqueue: add new WQ_PERCPU flag Marco Crivellari
2025-06-11 13:14 ` [PATCH v3 5/9] Workqueue: net: WQ_PERCPU added to alloc_workqueue users Marco Crivellari
2025-06-11 13:14 ` [PATCH v3 6/9] Workqueue: mm: " Marco Crivellari
2025-06-11 13:14 ` [PATCH v3 7/9] Workqueue: fs: " Marco Crivellari
2025-06-11 13:14 ` [PATCH v3 8/9] Workqueue: WQ_PERCPU added to all the remaining users Marco Crivellari
2025-06-11 13:14 ` [PATCH v3 9/9] [Doc] Workqueue: add WQ_PERCPU Marco Crivellari

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=aEntuUxOGU1DA7Fu@slm.duckdns.org \
    --to=tj@kernel.org \
    --cc=bigeasy@linutronix.de \
    --cc=frederic@kernel.org \
    --cc=jiangshanlai@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marco.crivellari@suse.com \
    --cc=mhocko@suse.com \
    --cc=tglx@linutronix.de \
    /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.