lkml.org 
[lkml]   [2017]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] Provide mechanism to disable select RDT features & use for Skylake
Date
From: Tony Luck <tony.luck@intel.com>

Some of the RDT features are affected by errata on Skylake. Make sure
unsuspecting users do not accidentally use these.

To do this we add a CPU model quirk mechanism that disables the
features affected by the errata by default. But also add a command
line mechanism for users to turn them back on again for cases
where the use case still works despite the issue.

First patch establishes the CPU quirk mechanism and uses it for
the existing Haswell probe code.

Second sets up the command line arguments.

Last adds the code for Skylake model to disable features
affected by errata.

Tony Luck (3):
x86/intel_rdt: Move special case code for Haswell to a quirk function
x86/intel_rdt: Add command line options for resource director
technology
x86/intel_rdt: Turn off most RDT features on Skylake

Documentation/admin-guide/kernel-parameters.rst | 1 +
Documentation/admin-guide/kernel-parameters.txt | 6 +
arch/x86/kernel/cpu/intel_rdt.c | 147 +++++++++++++++++++-----
3 files changed, 123 insertions(+), 31 deletions(-)

--
2.11.0

\
 
 \ /
  Last update: 2017-08-24 18:28    [W:0.085 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site