linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] perf/x86/intel: Enable C-state residency events for Knights Mill
  2016-11-30 23:39 [PATCH] perf/x86/intel: Enable C-state residency events for Knights Mill Piotr Luc
@ 2016-11-30 23:39 ` Thomas Gleixner
  2016-11-30 23:57   ` Luc, Piotr
  2016-12-01  0:08 ` [RESEND PATCH] " Piotr Luc
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Gleixner @ 2016-11-30 23:39 UTC (permalink / raw)
  To: Piotr Luc; +Cc: x86, Ingo Molnar, H. Peter Anvin, linux-kernel

On Thu, 1 Dec 2016, Piotr Luc wrote:

> The Knights Mill is enough close to Knights Landing so the path reuses
> C-state residency support of the latter.
>
> Signed-off-by: Piotr Luc <piotr.luc@intel.com>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: "H. Peter Anvin" <hpa@zytor.com>
> Cc: x86@kernel.org
> Cc: linux-kernel@vger.kernel.org

Please consult MAINTAINERS to figure out who should be on the CC list.

Thanks,

	tglx

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

* [PATCH] perf/x86/intel: Enable C-state residency events for Knights Mill
@ 2016-11-30 23:39 Piotr Luc
  2016-11-30 23:39 ` Thomas Gleixner
  2016-12-01  0:08 ` [RESEND PATCH] " Piotr Luc
  0 siblings, 2 replies; 5+ messages in thread
From: Piotr Luc @ 2016-11-30 23:39 UTC (permalink / raw)
  To: x86; +Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, linux-kernel

The Knights Mill is enough close to Knights Landing so the path reuses
C-state residency support of the latter.

Signed-off-by: Piotr Luc <piotr.luc@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org
Cc: linux-kernel@vger.kernel.org
---
 arch/x86/events/intel/cstate.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/events/intel/cstate.c b/arch/x86/events/intel/cstate.c
index 4f5ac72..da51e5a 100644
--- a/arch/x86/events/intel/cstate.c
+++ b/arch/x86/events/intel/cstate.c
@@ -540,6 +540,7 @@ static const struct x86_cpu_id intel_cstates_match[] __initconst = {
 	X86_CSTATES_MODEL(INTEL_FAM6_SKYLAKE_DESKTOP, snb_cstates),
 
 	X86_CSTATES_MODEL(INTEL_FAM6_XEON_PHI_KNL, knl_cstates),
+	X86_CSTATES_MODEL(INTEL_FAM6_XEON_PHI_KNM, knl_cstates),
 	{ },
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_cstates_match);
-- 
2.10.1

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

* Re: [PATCH] perf/x86/intel: Enable C-state residency events for Knights Mill
  2016-11-30 23:39 ` Thomas Gleixner
@ 2016-11-30 23:57   ` Luc, Piotr
  0 siblings, 0 replies; 5+ messages in thread
From: Luc, Piotr @ 2016-11-30 23:57 UTC (permalink / raw)
  To: tglx; +Cc: hpa, linux-kernel, mingo, x86

On Thu, 2016-12-01 at 00:39 +0100, Thomas Gleixner wrote:
> On Thu, 1 Dec 2016, Piotr Luc wrote:
> 
> > 
> > The Knights Mill is enough close to Knights Landing so the path
> > reuses
> > C-state residency support of the latter.
> > 
> > Signed-off-by: Piotr Luc <piotr.luc@intel.com>
> > Cc: Thomas Gleixner <tglx@linutronix.de>
> > Cc: Ingo Molnar <mingo@redhat.com>
> > Cc: "H. Peter Anvin" <hpa@zytor.com>
> > Cc: x86@kernel.org
> > Cc: linux-kernel@vger.kernel.org
> 
> Please consult MAINTAINERS to figure out who should be on the CC
> list.
> 
> Thanks,
> 
> 	tglx

Thanks for picking this up.
I counted on get_maintainers.pl script, but it seems it used the
generic rule instead the specific one. I will correct CC list right
now.

Thanks
Piotr 

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

* [RESEND PATCH] perf/x86/intel: Enable C-state residency events for Knights Mill
  2016-11-30 23:39 [PATCH] perf/x86/intel: Enable C-state residency events for Knights Mill Piotr Luc
  2016-11-30 23:39 ` Thomas Gleixner
@ 2016-12-01  0:08 ` Piotr Luc
  2016-12-06 10:11   ` [tip:perf/urgent] " tip-bot for Piotr Luc
  1 sibling, 1 reply; 5+ messages in thread
From: Piotr Luc @ 2016-12-01  0:08 UTC (permalink / raw)
  To: x86
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Alexander Shishkin, linux-kernel

The Knights Mill is enough close to Knights Landing so the path reuses
C-state residency support of the latter.

Signed-off-by: Piotr Luc <piotr.luc@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: x86@kernel.org
Cc: linux-kernel@vger.kernel.org
---
 arch/x86/events/intel/cstate.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/events/intel/cstate.c b/arch/x86/events/intel/cstate.c
index 4f5ac72..da51e5a 100644
--- a/arch/x86/events/intel/cstate.c
+++ b/arch/x86/events/intel/cstate.c
@@ -540,6 +540,7 @@ static const struct x86_cpu_id intel_cstates_match[] __initconst = {
 	X86_CSTATES_MODEL(INTEL_FAM6_SKYLAKE_DESKTOP, snb_cstates),
 
 	X86_CSTATES_MODEL(INTEL_FAM6_XEON_PHI_KNL, knl_cstates),
+	X86_CSTATES_MODEL(INTEL_FAM6_XEON_PHI_KNM, knl_cstates),
 	{ },
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_cstates_match);
-- 
2.10.1

Fixed CC list.

+ Cc: Peter Zijlstra <peterz@infradead.org>
+ Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
+ Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
- Cc: Thomas Gleixner <tglx@linutronix.de>
- Cc: "H. Peter Anvin" <hpa@zytor.com>

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

* [tip:perf/urgent] perf/x86/intel: Enable C-state residency events for Knights Mill
  2016-12-01  0:08 ` [RESEND PATCH] " Piotr Luc
@ 2016-12-06 10:11   ` tip-bot for Piotr Luc
  0 siblings, 0 replies; 5+ messages in thread
From: tip-bot for Piotr Luc @ 2016-12-06 10:11 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, tglx, jolsa, torvalds, acme, acme, eranian,
	alexander.shishkin, mingo, hpa, piotr.luc, vincent.weaver,
	peterz

Commit-ID:  1dba23b12f49d7cf3d4504171c62541122b55141
Gitweb:     http://git.kernel.org/tip/1dba23b12f49d7cf3d4504171c62541122b55141
Author:     Piotr Luc <piotr.luc@intel.com>
AuthorDate: Thu, 1 Dec 2016 01:08:53 +0100
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Tue, 6 Dec 2016 09:44:27 +0100

perf/x86/intel: Enable C-state residency events for Knights Mill

The Knights Mill is enough close to Knights Landing so the path reuses
C-state residency support of the latter.

Signed-off-by: Piotr Luc <piotr.luc@intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vince Weaver <vincent.weaver@maine.edu>
Link: http://lkml.kernel.org/r/20161201000853.18260-1-piotr.luc@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 arch/x86/events/intel/cstate.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/events/intel/cstate.c b/arch/x86/events/intel/cstate.c
index 4f5ac72..da51e5a 100644
--- a/arch/x86/events/intel/cstate.c
+++ b/arch/x86/events/intel/cstate.c
@@ -540,6 +540,7 @@ static const struct x86_cpu_id intel_cstates_match[] __initconst = {
 	X86_CSTATES_MODEL(INTEL_FAM6_SKYLAKE_DESKTOP, snb_cstates),
 
 	X86_CSTATES_MODEL(INTEL_FAM6_XEON_PHI_KNL, knl_cstates),
+	X86_CSTATES_MODEL(INTEL_FAM6_XEON_PHI_KNM, knl_cstates),
 	{ },
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_cstates_match);

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

end of thread, other threads:[~2016-12-06 10:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-30 23:39 [PATCH] perf/x86/intel: Enable C-state residency events for Knights Mill Piotr Luc
2016-11-30 23:39 ` Thomas Gleixner
2016-11-30 23:57   ` Luc, Piotr
2016-12-01  0:08 ` [RESEND PATCH] " Piotr Luc
2016-12-06 10:11   ` [tip:perf/urgent] " tip-bot for Piotr Luc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).