From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754198AbcK3X52 (ORCPT ); Wed, 30 Nov 2016 18:57:28 -0500 Received: from mga07.intel.com ([134.134.136.100]:17204 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751035AbcK3X51 (ORCPT ); Wed, 30 Nov 2016 18:57:27 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,723,1473145200"; d="scan'208";a="36007166" From: "Luc, Piotr" To: "tglx@linutronix.de" CC: "hpa@zytor.com" , "linux-kernel@vger.kernel.org" , "mingo@redhat.com" , "x86@kernel.org" Subject: Re: [PATCH] perf/x86/intel: Enable C-state residency events for Knights Mill Thread-Topic: [PATCH] perf/x86/intel: Enable C-state residency events for Knights Mill Thread-Index: AQHSS2MVfFbuXIyL5EaiQNxwoTd2IaDyLziAgAAE2wA= Date: Wed, 30 Nov 2016 23:57:24 +0000 Message-ID: <1480550214.4677.18.camel@intel.com> References: <20161130233932.15802-1-piotr.luc@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.237.138.164] Content-Type: text/plain; charset="utf-8" Content-ID: <45EC904A6F02F94FA7C5FD2097617D2B@intel.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id uAUNvWu6003779 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 > > Cc: Thomas Gleixner > > Cc: Ingo Molnar > > Cc: "H. Peter Anvin" > > 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Ā