Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965199AbbD1KxG (ORCPT ); Tue, 28 Apr 2015 06:53:06 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:57302 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932973AbbD1KxC (ORCPT ); Tue, 28 Apr 2015 06:53:02 -0400 Date: Tue, 28 Apr 2015 12:52:43 +0200 From: Peter Zijlstra To: "Liang, Kan" Cc: Andi Kleen , Stephane Eranian , Bjorn Helgaas , Vince Weaver , LKML , "mingo@elte.hu" , Sonny Rao Subject: Re: [PATCH] perf/x86/intel/uncore: fix IMC missing box initialization Message-ID: <20150428105243.GV23123@twins.programming.kicks-ass.net> References: <20150423054738.GA3722@thinkpad> <20150425043817.GM13605@tassilo.jf.intel.com> <37D7C6CF3E00A74B8858931C1DB2F077017EDC4C@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <37D7C6CF3E00A74B8858931C1DB2F077017EDC4C@SHSMSX103.ccr.corp.intel.com> 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 Content-Length: 891 Lines: 24 On Mon, Apr 27, 2015 at 03:43:32AM +0000, Liang, Kan wrote: > > > > > > This leads me to believe that this patch: > > > > > > commit c05199e5a57a579fea1e8fa65e2b511ceb524ffc > > > Author: Kan Liang > > > Date: Tue Jan 20 04:54:25 2015 +0000 > > > > > > perf/x86/intel/uncore: Move uncore_box_init() out of driver > > initialization > > > > > > If I revert it, I bet things will work again. > > > > Yes the initialization needs to be moved out of the IPI context. I'm for the clean revert I think. Crashing is bad, but hiding/delaying it seems counter productive too, it'll just mean we'll only learn about it later. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/