[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f74e480c731a8ef0775a86021fc85482ab245217.camel@sipsolutions.net>
Date: Thu, 20 Nov 2025 10:28:10 +0100
From: Johannes Berg <johannes@...solutions.net>
To: Marco Crivellari <marco.crivellari@...e.com>,
linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org
Cc: Tejun Heo <tj@...nel.org>, Lai Jiangshan <jiangshanlai@...il.com>,
Frederic Weisbecker <frederic@...nel.org>, Sebastian Andrzej Siewior
<bigeasy@...utronix.de>, Michal Hocko <mhocko@...e.com>, Stanislav
Yakovlev <stas.yakovlev@...il.com>
Subject: Re: [PATCH] wifi: ipw2x00: replace use of system_unbound_wq with
system_dfl_wq
The subject and this:
> Switch to using system_dfl_wq because system_unbound_wq is going away as
> part of a workqueue restructuring.
>
doesn't match what you actually do:
> - mod_delayed_work(system_wq, &priv->rf_kill, round_jiffies_relative(HZ));
> + mod_delayed_work(system_percpu_wq, &priv->rf_kill, round_jiffies_relative(HZ));
>
johannes
Powered by blists - more mailing lists