linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Konrad Rzeszutek Wilk <konrad@darnok.org>
Cc: Pasi K?rkk?inen <pasik@iki.fi>,
	mjg@redhat.com, linux-kernel@vger.kernel.org,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
	xen-devel@lists.xensource.com
Subject: Re: [Xen-devel] Stop the continuous flood of (XEN) traps.c:2432:d0 Domain	attempted WRMSR ..
Date: Thu, 9 Feb 2012 13:27:15 -0800	[thread overview]
Message-ID: <20120209132715.2d1c0c9f@jbarnes-desktop> (raw)
In-Reply-To: <20120209212147.GE14007@andromeda.dapyr.net>

[-- Attachment #1: Type: text/plain, Size: 3350 bytes --]

On Thu, 9 Feb 2012 17:21:47 -0400
Konrad Rzeszutek Wilk <konrad@darnok.org> wrote:

> On Sun, Feb 05, 2012 at 09:44:13PM +0200, Pasi K?rkk?inen wrote:
> > On Fri, Feb 03, 2012 at 01:55:27PM -0500, Konrad Rzeszutek Wilk wrote:
> > > On Fri, Feb 03, 2012 at 08:09:52PM +0200, Pasi K?rkk?inen wrote:
> > > > Hello,
> > > > 
> > > > IIRC there was some discussion earlier about these messages in Xen's dmesg:
> > > > 
> > > > (XEN) traps.c:2432:d0 Domain attempted WRMSR 00000000000001ac from 0x0000000000c800c8 to 0x0000000080c880c8.
> > > > (XEN) traps.c:2432:d0 Domain attempted WRMSR 00000000000001ac from 0x0000000000c800c8 to 0x0000000080c880c8.
> > > > (XEN) traps.c:2432:d0 Domain attempted WRMSR 00000000000001ac from 0x0000000000c800c8 to 0x0000000080c880c8.
> > > > (XEN) traps.c:2432:d0 Domain attempted WRMSR 00000000000001ac from 0x0000000000c800c8 to 0x0000000080c880c8.
> > > > 
> > > > At least on my systems there's continuous flood of those messages, so they will fill up the
> > > > Xen dmesg log buffer and "xm dmesg" or "xl dmesg" won't show any valuable information, just those messages.
> > > 
> > > Is it always that MSR? That looks to be TURBO_POWER_CURRENT_LIMIT
> > > which is the intel_ips driver doing.
> > > 
> > 
> > Yeah, it's always the same..
> > 
> > > > 
> > > > I seem to be getting those messages even when there's only dom0 running.
> > > > Is the plan to drop those messages? What's causing them? 
> > > 
> > > Looks to be the intel-ips. If you rename it does the issue disappear?
> > 
> > I just did "rmmod intel_ips" and the flood stopped.. 
> > 
> > 
> > Btw on baremetal I get this in dmesg:
> > 
> > [  745.033645] CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
> > [  745.033652] CPU3: Core temperature above threshold, cpu clock throttled (total events = 1)
> > [  745.034676] CPU1: Core temperature/speed normal
> > [  745.034678] CPU3: Core temperature/speed normal
> > [  849.678508] intel ips 0000:00:1f.6: MCP limit exceeded: Avg temp 9682, limit 9000
> > [  899.614074] intel ips 0000:00:1f.6: MCP limit exceeded: Avg temp 9896, limit 9000
> > [  899.722881] [Hardware Error]: Machine check events logged
> > [ 1172.675987] CPU3: Core temperature above threshold, cpu clock throttled (total events = 78)
> > [ 1172.675990] CPU1: Core temperature above threshold, cpu clock throttled (total events = 78)
> > [ 1172.677038] CPU1: Core temperature/speed normal
> > [ 1172.677042] CPU3: Core temperature/speed normal
> > [ 1174.260050] intel ips 0000:00:1f.6: MCP limit exceeded: Avg temp 9676, limit 9000
> > [ 1199.339634] [Hardware Error]: Machine check events logged
> 
> Jesse, and Matthew,
> 
> Is there a way to make the intel_ips.c driver be in a "low-power" state?
> 
> My first thought about fixing this was that we could allow the
> hypervisor to allow those RDMSR but the Linux kernel has no power to
> actually influence the power management (as the hypervisor is in charge
> of that) - so would the driver be capable of just sitting back and
> not influencing the CPU?

Yeah it's easy enough to turn off or disable.  But it doesn't currently
export any knobs for controlling behavior.  I don't have any issue with
exposing some though...

-- 
Jesse Barnes, Intel Open Source Technology Center

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2012-02-09 21:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20120203180952.GP12984@reaktio.net>
     [not found] ` <20120203185527.GA9290@phenom.dumpdata.com>
     [not found]   ` <20120205194413.GR12984@reaktio.net>
2012-02-09 21:21     ` [Xen-devel] Stop the continuous flood of (XEN) traps.c:2432:d0 Domain attempted WRMSR Konrad Rzeszutek Wilk
2012-02-09 21:27       ` Jesse Barnes [this message]
2012-03-28 20:29         ` Konrad Rzeszutek Wilk
2012-03-28 21:19           ` Pasi Kärkkäinen
2012-07-08 20:47           ` Pasi Kärkkäinen

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=20120209132715.2d1c0c9f@jbarnes-desktop \
    --to=jbarnes@virtuousgeek.org \
    --cc=konrad.wilk@oracle.com \
    --cc=konrad@darnok.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mjg@redhat.com \
    --cc=pasik@iki.fi \
    --cc=xen-devel@lists.xensource.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).