public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Provide mechanism to disable select RDT features & use for Skylake
@ 2017-08-24 16:26 Luck, Tony
  2017-08-24 16:26 ` [PATCH 1/3] x86/intel_rdt: Move special case code for Haswell to a quirk function Luck, Tony
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Luck, Tony @ 2017-08-24 16:26 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Tony Luck, Vikas Shivappa, x86, linux-kernel, H. Peter Anvin,
	Peter Zijlstra, Shankar, Ravi V, Yu, Fenghua, Andi Kleen,
	Stephane Eranian, David Carrillo-Cisneros

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-25 20:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 16:26 [PATCH 0/3] Provide mechanism to disable select RDT features & use for Skylake Luck, Tony
2017-08-24 16:26 ` [PATCH 1/3] x86/intel_rdt: Move special case code for Haswell to a quirk function Luck, Tony
2017-08-25 20:04   ` [tip:x86/cache] " tip-bot for Tony Luck
2017-08-24 16:26 ` [PATCH 2/3] x86/intel_rdt: Add command line options for resource director technology Luck, Tony
2017-08-25 20:04   ` [tip:x86/cache] " tip-bot for Tony Luck
2017-08-24 16:26 ` [PATCH 3/3] x86/intel_rdt: Turn off most RDT features on Skylake Luck, Tony
2017-08-25 20:04   ` [tip:x86/cache] " tip-bot for Tony Luck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox