From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755479AbcBVUjA (ORCPT ); Mon, 22 Feb 2016 15:39:00 -0500 Received: from mail.skyhub.de ([78.46.96.112]:54713 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753135AbcBVUi7 (ORCPT ); Mon, 22 Feb 2016 15:38:59 -0500 Date: Mon, 22 Feb 2016 21:38:50 +0100 From: Borislav Petkov To: Thomas Gleixner Cc: LKML , Peter Zijlstra , x86@kernel.org, Stephane Eranian , Harish Chegondi , Kan Liang , Andi Kleen , Jacob Pan , Dasaratharaman Chandramouli Subject: Re: [patch V2 18/28] x86/perf/intel_rapl: Make Knights Landings support functional Message-ID: <20160222203850.GG17895@pd.tnic> References: <20160222110337.198341739@linutronix.de> <20160222110441.725652272@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160222110441.725652272@linutronix.de> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 22, 2016 at 11:06:56AM -0000, Thomas Gleixner wrote: > The Knights Landings support added the events and the detection case, but then > returns 0 without actually initializing the driver. > > Fixes: 3a2a7797326a4 "perf/x86/intel/rapl: Add support for Knights Landing (KNL)" > Signed-off-by: Thomas Gleixner > Cc: Dasaratharaman Chandramouli > --- > arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: b/arch/x86/kernel/cpu/perf_event_intel_rapl.c > =================================================================== > --- a/arch/x86/kernel/cpu/perf_event_intel_rapl.c > +++ b/arch/x86/kernel/cpu/perf_event_intel_rapl.c > @@ -731,7 +731,7 @@ static int __init rapl_pmu_init(void) > rapl_add_quirk(rapl_hsw_server_quirk); > rapl_cntr_mask = RAPL_IDX_KNL; > rapl_pmu_events_group.attrs = rapl_events_knl_attr; > - > + break; > default: > /* unsupported */ > return 0; Cc: # 4.3 -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.