From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757029AbcCXKPR (ORCPT ); Thu, 24 Mar 2016 06:15:17 -0400 Received: from mx2.suse.de ([195.135.220.15]:49105 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752592AbcCXKPL (ORCPT ); Thu, 24 Mar 2016 06:15:11 -0400 Date: Thu, 24 Mar 2016 11:15:06 +0100 From: Borislav Petkov To: Jiri Olsa Cc: Stephane Eranian , Peter Zijlstra , Andi Kleen , LKML , Arnaldo Carvalho de Melo , "mingo@elte.hu" , Bjorn Helgaas , Zhang Rui , "Rafael J. Wysocki" Subject: Re: [bug] mapping multiple BARs Message-ID: <20160324101505.GA23754@pd.tnic> References: <20160324094441.GA8893@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160324094441.GA8893@krava.brq.redhat.com> 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 Thu, Mar 24, 2016 at 10:44:41AM +0100, Jiri Olsa wrote: > hi, > I'm hitting following lines in dmesg: > resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than reserved [mem 0xfed10000-0xfed13fff] > caller snb_uncore_imc_init_box+0x7c/0xa0 mapping multiple BARs > > I'm on IvyBridge model 58 > vendor_id : GenuineIntel > cpu family : 6 > model : 58 > model name : Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz > stepping : 9 > microcode : 0x1c > > I've read following threads: > http://marc.info/?w=2&r=1&s=mapping+multiple+BARs&q=t > > and it seems this is supposed to be already fixed by: > cb171f7abb9a PNP: Work around BIOS defects in Intel MCH area reporting And as we talked on IRC, it looked like the quirk gets applied on my machine and not on yours. I.e., I see: [ 0.669351] pnp 00:01: [Firmware Bug]: PNP resource [mem 0xfed10000-0xfed13fff] covers only part of 0000:00:00.0 Intel MCH; extending to [mem 0xfed10000-0xfed17fff] and you don't. Can you add some debug printks to quirk_intel_mch() to find out why? -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --