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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <725F7D42-D23D-4033-AF52-7B4013B04992@sjtu.edu.cn>
Date: Thu, 27 Feb 2025 20:45:45 +0800
From: Zheyun Shen <szy0127@...u.edu.cn>
To: Sean Christopherson <seanjc@...gle.com>
Cc: linux-kernel@...r.kernel.org,
 kvm@...r.kernel.org
Subject: Re: [PATCH 6/7] x86, lib: Add wbinvd and wbnoinvd helpers to target
 multiple CPUs

Hi Sean,
Thank you for reviewing and combining the codes. 
> +static inline wbnoinvd_on_many_cpus(struct cpumask *cpus)
> +{
> + wbnoinvd();
> +}
The code above is missing the void return type.

Thank you!



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ