[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250211011020.2aopcvfav7nrshft@jpoimboe>
Date: Mon, 10 Feb 2025 17:10:20 -0800
From: Josh Poimboeuf <jpoimboe@...nel.org>
To: David Kaplan <david.kaplan@....com>
Cc: Thomas Gleixner <tglx@...utronix.de>, Borislav Petkov <bp@...en8.de>,
Peter Zijlstra <peterz@...radead.org>,
Pawan Gupta <pawan.kumar.gupta@...ux.intel.com>,
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 v3 16/35] x86/bugs: Restructure ssb mitigation
On Wed, Jan 08, 2025 at 02:24:56PM -0600, David Kaplan wrote:
> @@ -2272,15 +2280,6 @@ static enum ssb_mitigation __init __ssb_select_mitigation(void)
> }
> }
>
> - return mode;
> -}
> -
> -static void ssb_select_mitigation(void)
> -{
> - ssb_mode = __ssb_select_mitigation();
> -
> - if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS))
> - pr_info("%s\n", ssb_strings[ssb_mode]);
> }
Extra whitespace at end of function.
--
Josh
Powered by blists - more mailing lists