From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757867AbcK3WeN (ORCPT ); Wed, 30 Nov 2016 17:34:13 -0500 Received: from mga07.intel.com ([134.134.136.100]:15869 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754515AbcK3WeJ (ORCPT ); Wed, 30 Nov 2016 17:34:09 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,574,1473145200"; d="scan'208";a="792784856" From: "Luc, Piotr" To: "rjw@rjwysocki.net" CC: "linux-kernel@vger.kernel.org" , "linux-pm@vger.kernel.org" , "x86@kernel.org" Subject: Re: [RESEND,10/11] powercap / RAPL: Add Knights Mill CPUID Thread-Topic: [RESEND,10/11] powercap / RAPL: Add Knights Mill CPUID Thread-Index: AQHSLqk3bVtic/9/uEWkfUeK5FvSPqC46QwAgDltHQA= Date: Wed, 30 Nov 2016 22:33:45 +0000 Message-ID: <1480545196.4677.11.camel@intel.com> References: <20161013153105.2517-11-piotr.luc@intel.com> <1477391756.3927.40.camel@intel.com> In-Reply-To: <1477391756.3927.40.camel@intel.com> 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: <3A20E04EB924A748B2F1AFEED992D44F@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 uAUMYIuu018582 Hi Rafael, Kindly reminder. Could you pick this patch up for kernel 4.10? The RedHat acceptance window is closing soon, I need to pass them the commit id. Thanks, Piotr On Tue, 2016-10-25 at 12:35 +0200, Luc, Piotr wrote: > Hi Rafael, > > Could you tell me what more do I need to do to get the patch > accepted? > > The mentioned path 03/11 is already merged in 4.9.rc2. > > Thanks, > Piotr > > > On Thu, 2016-10-13 at 17:31 +0200, Piotr Luc wrote: > > > > Add Knights Mill (KNM) to the list of CPUIDs supported by > > intel_rapl > > > > Signed-off-by: Piotr Luc > > Reviewed-by: Dave Hansen > > Cc: "Rafael J. Wysocki" > > Cc: linux-pm@vger.kernel.org > > Cc: linux-kernel@vger.kernel.org > > --- > > This patch depends on [PATCH 03/11] x86/cpu/intel: Add Knights > > Mill  > > to Intel family > > > >  drivers/powercap/intel_rapl.c | 1 + > >  1 file changed, 1 insertion(+) > > > > diff --git a/drivers/powercap/intel_rapl.c > > b/drivers/powercap/intel_rapl.c > > index fbab29d..6a58ff7 100644 > > --- a/drivers/powercap/intel_rapl.c > > +++ b/drivers/powercap/intel_rapl.c > > @@ -1160,6 +1160,7 @@ static const struct x86_cpu_id rapl_ids[] > > __initconst = { > >   RAPL_CPU(INTEL_FAM6_ATOM_DENVERTON, rapl_defaults_c > > or > > e), > >   > >   RAPL_CPU(INTEL_FAM6_XEON_PHI_KNL, rapl_defaults_hsw > > _s > > erver), > > + RAPL_CPU(INTEL_FAM6_XEON_PHI_KNM, rapl_defaults_hsw > > _s > > erver), > >   {} > >  }; > >  MODULE_DEVICE_TABLE(x86cpu, rapl_ids);