From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Ostrovsky Subject: Re: Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees Date: Fri, 26 Jun 2015 15:36:11 -0400 Message-ID: <558DA9AB.5060808@oracle.com> References: <558151930200007800085E5C@mail.emea.novell.com> <21889.19282.1828.571256@mariner.uk.xensource.com> <5582C989020000780008696A@mail.emea.novell.com> <1434637353.28264.37.camel@citrix.com> <5584024B0200007800086F10@mail.emea.novell.com> <1434712049.28264.100.camel@citrix.com> <1435136770.28264.252.camel@citrix.com> <1435138723.28264.279.camel@citrix.com> <1435315055.32500.161.camel@citrix.com> <558D5F96020000780008A461@mail.emea.novell.com> <1435329265.32500.194.camel@citrix.com> <558D8369020000780008A5E4@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z8ZQS-00065P-J7 for xen-devel@lists.xenproject.org; Fri, 26 Jun 2015 19:36:36 +0000 In-Reply-To: <558D8369020000780008A5E4@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , Aravind Gopalakrishnan , suravee.suthikulpanit@amd.com, Ian Campbell Cc: Lars Kurth , StefanoStabellini , Andrew Cooper , Dario Faggioli , Ian Jackson , Anthony Perard , xen-devel List-Id: xen-devel@lists.xenproject.org On 06/26/2015 10:52 AM, Jan Beulich wrote: >>>> On 26.06.15 at 16:34, wrote: >> I did this using rdmsr from mst-tools instead, running on a native >> kernel gave: >> >> # for i in $(seq 0 31) ;do rdmsr -p $i MSR_K8_TOP_MEM2; done >> 0 >> [...] >> 0 Is MSR_K8_TOP_MEM2 defined somewhere in the shell? Just to make sure, could you use explicit address, i.e. for i in $(seq 0 31) ;do rdmsr -p $i 0xc001001d; done (and if they are still all zeroes, can you read 0xc0010010 (SYSCFG) as well?) -boris > Uniformly uncachable for everything above 4Gb then. And I suppose > you already checked that there's no BIOS update available? > > I'm not sure if it would be reasonable for us to work around this. > Suravee, Aravind - do you (or colleagues of yours) have any > experience with systems mis-configured like this one? > > Otoh I'm then pretty confused by your E820 clipping experiment not > having yielded any better results. I'm starting to suspect two > problems... > > Jan >