Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754582AbbDXN6G (ORCPT ); Fri, 24 Apr 2015 09:58:06 -0400 Received: from mail-vn0-f42.google.com ([209.85.216.42]:45506 "EHLO mail-vn0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751741AbbDXN6D (ORCPT ); Fri, 24 Apr 2015 09:58:03 -0400 From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Fri, 24 Apr 2015 10:03:04 -0400 (EDT) To: Vince Weaver cc: Stephane Eranian , linux-kernel@vger.kernel.org, peterz@infradead.org, ak@linux.intel.com, kan.liang@intel.com, mingo@elte.hu, sonnyrao@chromium.org Subject: Re: [PATCH] perf/x86/intel/uncore: fix IMC missing box initialization In-Reply-To: Message-ID: References: <20150423054738.GA3722@thinkpad> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 821 Lines: 24 On Fri, 24 Apr 2015, Vince Weaver wrote: > [ 79.473121] kernel BUG at mm/vmalloc.c:1335! > [ 79.477705] invalid opcode: 0000 [#1] SMP ... > [ 79.694391] Call Trace: > [ 79.696997] > [ 79.699090] [] get_vm_area_caller+0x40/0x50 > [ 79.705505] [] ? snb_uncore_imc_init_box+0x6d/0x90 This maps to: static void snb_uncore_imc_init_box(struct intel_uncore_box *box) { ... box->io_addr = ioremap(addr, SNB_UNCORE_PCI_IMC_MAP_SIZE); The machine I am seeing this on is a Haswell desktop, Intel 6/60/3. Vince -- 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/