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] [day] [month] [year] [list]
Date: Sun, 30 Jun 2024 09:51:04 +0200
From: Oleg Nesterov <oleg@...hat.com>
To: Wei Yang <richard.weiyang@...il.com>
Cc: akpm@...ux-foundation.org, brauner@...nel.org, mjguzik@...il.com,
	tandersen@...flix.com, linux-kernel@...r.kernel.org,
	Mike Rapoport <rppt@...nel.org>,
	David Hildenbrand <david@...hat.com>
Subject: Re: [PATCH] kernel/fork.c: get totalram_pages from memblock to
 calculate max_threads

On 06/30, Wei Yang wrote:
>
>  static void set_max_threads(unsigned int max_threads_suggested)
>  {
>  	u64 threads;
> -	unsigned long nr_pages = totalram_pages();
> +	unsigned long nr_pages = PHYS_PFN(memblock_phys_mem_size() - memblock_reserved_size());

Can't comment, I don't understand this patch.

but if you change set_max_threads, perhaps you can mark it as __init
for consistency?

Oleg.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ