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]
Message-Id: <d3b46690-0822-46cf-9736-43a3ff7cf58d@app.fastmail.com>
Date: Fri, 20 Jun 2025 21:28:42 +0200
From: "Arnd Bergmann" <arnd@...db.de>
To: "Arnd Bergmann" <arnd@...nel.org>, "Petr Mladek" <pmladek@...e.com>,
 Thomas Weißschuh <thomas.weissschuh@...utronix.de>,
 "John Ogness" <john.ogness@...utronix.de>
Cc: "Steven Rostedt" <rostedt@...dmis.org>,
 "Sergey Senozhatsky" <senozhatsky@...omium.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] printk: kunit: support offstack cpumask

On Fri, Jun 20, 2025, at 21:25, Arnd Bergmann wrote:
> 
> +	if (alloc_cpumask_var(&test_cpus, GFP_KERNEL))
> +		return;
> +

Sorry, I got the polarity wrong here, alloc_cpumask_var()
returns true on success.

      Arnd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ