lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <176250512811.632228.18184423075799177449.b4-ty@kernel.org>
Date: Fri, 07 Nov 2025 09:45:28 +0100
From: Niklas Cassel <cassel@...nel.org>
To: linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org, 
 Marco Crivellari <marco.crivellari@...e.com>
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>, Damien Le Moal <dlemoal@...nel.org>
Subject: Re: [PATCH] ata: libata-sff: add WQ_PERCPU to alloc_workqueue
 users

On Thu, 06 Nov 2025 17:08:13 +0100, Marco Crivellari wrote:
> Currently if a user enqueue a work item using schedule_delayed_work() the
> used wq is "system_wq" (per-cpu wq) while queue_delayed_work() use
> WORK_CPU_UNBOUND (used when a cpu is not specified). The same applies to
> schedule_work() that is using system_wq and queue_work(), that makes use
> again of WORK_CPU_UNBOUND.
> This lack of consistency cannot be addressed without refactoring the API.
> 
> [...]

Applied to libata/linux.git (for-6.19), thanks!

[1/1] ata: libata-sff: add WQ_PERCPU to alloc_workqueue users
      https://git.kernel.org/libata/linux/c/13f4d995

Kind regards,
Niklas


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ