Re: [PATCH] x86/tsx: Get the tsx= command line parameter with core_param()
From: Pawan Gupta
Date: Thu Jul 31 2025 - 15:16:52 EST
On Thu, Jul 31, 2025 at 10:34:33AM +0200, Petr Tesarik wrote:
> Use core_param() to get the value of the tsx= command line parameter.
> Although cmdline_find_option() works fine, the option is reported as
> unknown and passed to user space. The latter is not a real issue, but
> the former is confusing and makes people wonder if the tsx= parameter
> had any effect and double-check for typos unnecessarily.
>
> Signed-off-by: Petr Tesarik <ptesarik@xxxxxxxx>
Reviewed-by: Pawan Gupta <pawan.kumar.gupta@xxxxxxxxxxxxxxx>