[PATCH v2 0/2] x86/tsx: Improve handling of the tsx= kernel parameter

Petr Tesarik posted 2 patches 5 days, 4 hours ago
arch/x86/kernel/cpu/cpu.h |  9 --------
arch/x86/kernel/cpu/tsx.c | 47 +++++++++++++++++++++++++--------------
2 files changed, 30 insertions(+), 26 deletions(-)
[PATCH v2 0/2] x86/tsx: Improve handling of the tsx= kernel parameter
Posted by Petr Tesarik 5 days, 4 hours ago
Parse the tsx= kernel parameter with early_param(), so it is not
reported as unknown.

Changes from v1:
* make tsx_ctrl_state local to tsx.c
* use early_param() instead of core_param()

Petr Tesarik (2):
  x86/tsx: Make tsx_ctrl_state static
  x86/tsx: Get the tsx= command line parameter with early_param()

 arch/x86/kernel/cpu/cpu.h |  9 --------
 arch/x86/kernel/cpu/tsx.c | 47 +++++++++++++++++++++++++--------------
 2 files changed, 30 insertions(+), 26 deletions(-)

-- 
2.50.1