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]
Message-ID: <20241114052657.b75tvi4w4cvbzfxi@desk>
Date: Wed, 13 Nov 2024 21:55:14 -0800
From: Pawan Gupta <pawan.kumar.gupta@...ux.intel.com>
To: David Kaplan <david.kaplan@....com>
Cc: Thomas Gleixner <tglx@...utronix.de>, Borislav Petkov <bp@...en8.de>,
	Peter Zijlstra <peterz@...radead.org>,
	Josh Poimboeuf <jpoimboe@...nel.org>,
	Ingo Molnar <mingo@...hat.com>,
	Dave Hansen <dave.hansen@...ux.intel.com>, x86@...nel.org,
	"H . Peter Anvin" <hpa@...or.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 07/35] x86/bugs: Restructure rfds mitigation

On Tue, Nov 05, 2024 at 03:54:27PM -0600, David Kaplan wrote:
> +static void __init rfds_update_mitigation(void)
> +{
> +	if (!boot_cpu_has_bug(X86_BUG_RFDS))
> +		return;
> +
> +	if (mitigate_any_verw())
> +		rfds_mitigation = RFDS_MITIGATION_VERW;

Ditto as TAA and MMIO.

> +	pr_info("Register File Data Sampling: %s\n", rfds_strings[rfds_mitigation]);
> +}

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ