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]
Date: Fri, 19 Jan 2024 15:55:49 +0800
From: Lai Jiangshan <jiangshanlai@...il.com>
To: Tejun Heo <tj@...nel.org>
Cc: linux-kernel@...r.kernel.org, Naohiro.Aota@....com, kernel-team@...a.com
Subject: Re: [PATCH 8/9] workqueue: Introduce struct wq_node_nr_active

Hello, Tejun

On Sat, Jan 13, 2024 at 8:29 AM Tejun Heo <tj@...nel.org> wrote:

> @@ -327,6 +337,7 @@ struct workqueue_struct {
>         /* hot fields used during command issue, aligned to cacheline */
>         unsigned int            flags ____cacheline_aligned; /* WQ: WQ_* flags */
>         struct pool_workqueue __percpu __rcu **cpu_pwq; /* I: per-cpu pwqs */
> +       struct wq_node_nr_active **node_nr_active; /* I: per-node nr_active */

flexible array can be used here.

Thanks
Lai

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ