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: Tue, 23 Jan 2024 14:13:10 -1000
From: Tejun Heo <tj@...nel.org>
To: Lai Jiangshan <jiangshanlai@...il.com>
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

On Fri, Jan 19, 2024 at 03:55:49PM +0800, Lai Jiangshan wrote:
> 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.

Yeah, will do that.

Thanks.

-- 
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ