From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755602AbcCTMdy (ORCPT ); Sun, 20 Mar 2016 08:33:54 -0400 Received: from [198.137.202.9] ([198.137.202.9]:42340 "EHLO bombadil.infradead.org" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1755559AbcCTMdn (ORCPT ); Sun, 20 Mar 2016 08:33:43 -0400 Date: Sun, 20 Mar 2016 13:32:25 +0100 From: Peter Zijlstra To: Borislav Petkov Cc: Thomas Gleixner , LKML , Ingo Molnar , aherrmann@suse.com, jencce.kernel@gmail.com, Rui Huang Subject: Re: [PATCH 2/3] x86/topology: Fix AMD core count Message-ID: <20160320123225.GN6344@twins.programming.kicks-ass.net> References: <20160318150345.146716865@infradead.org> <20160318150538.551407299@infradead.org> <20160320103946.GL6344@twins.programming.kicks-ass.net> <20160320110454.GB4230@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160320110454.GB4230@pd.tnic> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 20, 2016 at 12:04:55PM +0100, Borislav Petkov wrote: > On Sun, Mar 20, 2016 at 11:39:46AM +0100, Peter Zijlstra wrote: > > So the AMD NB stuff in events/amd/core.c is only for Fam10, Fam15 got > > its own uncore driver. (Fam10 had the uncore events through the same > > counters as the core PMU with with 'fun' constraints). > > > > And since Fam10 isn't affected by this change in x86_max_cores, this > > _should_ work out, IF that NB code knows to switch off properly when not > > required. > > But but, amd_core_pmu_init() is called on F15h too. It only gets the > different F15h event constraints and MSRs... Yes, but IIRC the F15h driver doesn't use the NB constraints, as they moved all the NB events to their own set of MSRs, which has events/amd/uncore.c. So all the NB cruft in the core pmu is only relevant to F10h. So F15h also calling and allocating NB cruft in the core PMU driver is entirely pointless.