mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
@ 2018-06-08 16:07 Tony Luck
  2018-06-09 14:18 ` [tip:x86/urgent] " tip-bot for Tony Luck
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Luck @ 2018-06-08 16:07 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: Tony Luck, Fenghua Yu, Vikas Shivappa, x86, linux-kernel

New stepping of Skylake has fixes for cache occupancy and memory
bandwidth monitoring.

Update the code to enable these by default on newer steppings.

Cc: stable@vger.kernel.org # v4.14
Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 arch/x86/kernel/cpu/intel_rdt.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/x86/kernel/cpu/intel_rdt.c b/arch/x86/kernel/cpu/intel_rdt.c
index 24bfa63e86cf..ec4754f81cbd 100644
--- a/arch/x86/kernel/cpu/intel_rdt.c
+++ b/arch/x86/kernel/cpu/intel_rdt.c
@@ -845,6 +845,8 @@ static __init void rdt_quirks(void)
 	case INTEL_FAM6_SKYLAKE_X:
 		if (boot_cpu_data.x86_stepping <= 4)
 			set_rdt_options("!cmt,!mbmtotal,!mbmlocal,!l3cat");
+		else
+			set_rdt_options("!l3cat");
 	}
 }
 
-- 
2.17.0

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

end of thread, other threads:[~2018-06-09 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08 16:07 [PATCH] x86/intel_rdt: Enable CMT and MBM on new Skylake stepping Tony Luck
2018-06-09 14:18 ` [tip:x86/urgent] " 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

Powered by JetHome