From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758330AbcBXRlg (ORCPT ); Wed, 24 Feb 2016 12:41:36 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:42303 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754671AbcBXRlf (ORCPT ); Wed, 24 Feb 2016 12:41:35 -0500 Date: Wed, 24 Feb 2016 18:41:27 +0100 From: Peter Zijlstra To: "Liang, Kan" Cc: Tony Battersby , Thomas Gleixner , Arnaldo Carvalho de Melo , Jiri Olsa , Stephane Eranian , Vince Weaver , Ingo Molnar , "linux-kernel@vger.kernel.org" Subject: Re: PROBLEM: lk 4.5 oops on boot with Xeon D-1520 Message-ID: <20160224174127.GM6356@twins.programming.kicks-ass.net> References: <56C4F968.8000509@cybernetics.com> <37D7C6CF3E00A74B8858931C1DB2F0770589D336@SHSMSX103.ccr.corp.intel.com> <56CDDACD.9020108@cybernetics.com> <37D7C6CF3E00A74B8858931C1DB2F0770589D374@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <37D7C6CF3E00A74B8858931C1DB2F0770589D374@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 On Wed, Feb 24, 2016 at 04:36:33PM +0000, Liang, Kan wrote: > > > > Thanks, that fixes it. > > > > Note: your patch appears to be against linux-next. I had to change > > "arch/x86/events/intel/uncore_snbep.c" to > > "arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c" for the patch to > > apply against current linux-git. > > Thanks for the verification. > > I think the perf related code just moved to a new place "arch/x86/events/". > So the patch is based on that new place. > > Peter, should I resend the patch for the old place? Nah, I'll sort it out. Thanks!