Re: [PATCH v4 11/36] x86/bugs: Restructure spectre_v2_user mitigation

From: Josh Poimboeuf
Date: Thu Apr 10 2025 - 12:41:21 EST


On Mon, Mar 10, 2025 at 11:39:58AM -0500, David Kaplan wrote:
> @@ -214,6 +211,8 @@ void __init cpu_select_mitigations(void)
> * choices.
> */
> retbleed_update_mitigation();
> + /* spectre_v2_user_update_mitigation() depends on retbleed_mitigation */
> + spectre_v2_user_update_mitigation();

Function names need trailing parentheses: "retbleed_mitigation()"

--
Josh