From: Ian Campbell <ian.campbell@citrix.com>
To: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Lars Kurth <lars.kurth@citrix.com>,
Jan Beulich <JBeulich@suse.com>,
StefanoStabellini <stefano.stabellini@eu.citrix.com>,
Andrew Cooper <Andrew.Cooper3@citrix.com>,
Dario Faggioli <dario.faggioli@citrix.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>,
suravee.suthikulpanit@amd.com,
Anthony Perard <anthony.perard@citrix.com>,
xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees
Date: Fri, 26 Jun 2015 21:07:59 +0100 [thread overview]
Message-ID: <1435349279.17598.66.camel@citrix.com> (raw)
In-Reply-To: <558DA9AB.5060808@oracle.com>
On Fri, 2015-06-26 at 15:36 -0400, Boris Ostrovsky wrote:
> On 06/26/2015 10:52 AM, Jan Beulich wrote:
> >>>> On 26.06.15 at 16:34, <ian.campbell@citrix.com> 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?
There is no $ there, so it wouldn't make any difference...
I had foolishly assumed that rdmsr would either know the names of the
MSRs or it would complain about a string it didn't understand which
wasn't a number.
Instead it just reads some random register which happens to be
strtoul("MSR_K8_TOP_MEM2"), how helpful.
> 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?)
I'll try this next week.
Ian.
next prev parent reply other threads:[~2015-06-26 20:08 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-16 3:43 [xen-4.2-testing test] 58584: regressions - trouble: blocked/broken/fail/pass osstest service user
2015-06-17 8:53 ` stable trees (was: [xen-4.2-testing test] 58584: regressions) Jan Beulich
2015-06-17 10:26 ` Ian Jackson
2015-06-17 13:16 ` Stefano Stabellini
2015-06-18 11:37 ` Jan Beulich
2015-06-18 14:22 ` Ian Campbell
2015-06-19 9:51 ` Jan Beulich
2015-06-19 11:07 ` Ian Campbell
2015-06-24 9:06 ` Ian Campbell
2015-06-24 9:38 ` Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees (was: [xen-4.2-testing test] 58584: regressions)) Ian Campbell
2015-06-24 12:29 ` Dario Faggioli
2015-06-24 12:41 ` Jan Beulich
2015-06-24 13:15 ` Dario Faggioli
2015-06-24 13:28 ` Jan Beulich
2015-06-24 13:54 ` Dario Faggioli
2015-06-26 10:37 ` Ian Campbell
2015-06-26 10:49 ` Jan Beulich
2015-06-26 11:16 ` Ian Campbell
2015-06-26 12:37 ` Ian Campbell
2015-06-26 12:59 ` Jan Beulich
2015-06-26 14:44 ` Ian Campbell
2015-06-26 14:53 ` Jan Beulich
2015-06-26 12:20 ` Jan Beulich
2015-06-26 14:34 ` Ian Campbell
2015-06-26 14:52 ` Jan Beulich
2015-06-26 16:23 ` Ian Campbell
2015-06-26 19:36 ` Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees Boris Ostrovsky
2015-06-26 20:07 ` Ian Campbell [this message]
2015-06-29 10:23 ` Ian Campbell
2015-06-29 13:13 ` Boris Ostrovsky
2015-07-06 9:38 ` Jan Beulich
2015-06-24 9:45 ` stable trees (was: [xen-4.2-testing test] 58584: regressions) Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1435349279.17598.66.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=Andrew.Cooper3@citrix.com \
--cc=Aravind.Gopalakrishnan@amd.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=JBeulich@suse.com \
--cc=anthony.perard@citrix.com \
--cc=boris.ostrovsky@oracle.com \
--cc=dario.faggioli@citrix.com \
--cc=lars.kurth@citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=suravee.suthikulpanit@amd.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.