Re: [PATCH v2 10/35] x86/bugs: Restructure gds mitigation
From: Pawan Gupta
Date: Thu Nov 14 2024 - 01:21:15 EST
On Tue, Nov 05, 2024 at 03:54:30PM -0600, David Kaplan wrote:
> @@ -892,7 +899,7 @@ static void __init gds_select_mitigation(void)
> } else {
> gds_mitigation = GDS_MITIGATION_UCODE_NEEDED;
> }
> - goto out;
> + return;
> }
>
> /* Microcode has mitigation, use it */
> @@ -914,8 +921,14 @@ static void __init gds_select_mitigation(void)
> gds_mitigation = GDS_MITIGATION_FULL_LOCKED;
> }
>
Nit, extra newline.
> +}