From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: "Liu, Jinsong" <jinsong.liu@intel.com>
Cc: xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org
Subject: xen/mce - mcelog at 100% cpu
Date: Wed, 13 Jun 2012 14:24:58 -0400 [thread overview]
Message-ID: <20120613182458.GA5813@phenom.dumpdata.com> (raw)
In-Reply-To: <20120612124015.GB559@phenom.dumpdata.com>
On Tue, Jun 12, 2012 at 08:40:15AM -0400, Konrad Rzeszutek Wilk wrote:
> On Tue, Jun 12, 2012 at 07:51:03AM +0000, Liu, Jinsong wrote:
> > >From aa2ce7440f16002266dc8464f749992d0c8ac0e5 Mon Sep 17 00:00:00 2001
> > From: Liu, Jinsong <jinsong.liu@intel.com>
> > Date: Tue, 12 Jun 2012 23:11:16 +0800
> > Subject: [PATCH] xen/mce: schedule a workqueue to avoid sleep in atomic context
> >
> > copy_to_user might sleep and print a stack trace if it is executed
> > in an atomic spinlock context.
> >
> > This patch schedule a workqueue for IRQ handler to poll the data,
> > and use mutex instead of spinlock, so copy_to_user sleep in atomic
> > context would not occur.
>
> Ah much better. Usually one also includes the report of what the
> stack trace was. So I've added that in.
So another bug which is that mcelog is spinning at 100% CPU (and only
under Xen).
It seems to be doing:
ppoll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}], 2, NULL, [], 8) = 1 ([{fd=3, revents=POLLIN}])
read(3, "", 2816) = 0
ppoll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}], 2, NULL, [], 8) = 1 ([{fd=3, revents=POLLIN}])
read(3, "", 2816)
constantly.
next prev parent reply other threads:[~2012-06-13 18:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-12 7:51 [PATCH] xen/mce: schedule a workqueue to avoid sleep in atomic context Liu, Jinsong
2012-06-12 12:40 ` [Xen-devel] " Konrad Rzeszutek Wilk
2012-06-13 18:24 ` Konrad Rzeszutek Wilk [this message]
2012-06-14 8:56 ` xen/mce - mcelog at 100% cpu Liu, Jinsong
2012-06-14 12:55 ` [PATCH] xen/mce: add .poll method for mcelog device driver Liu, Jinsong
2012-06-14 17:19 ` Liu, Jinsong
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=20120613182458.GA5813@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=jinsong.liu@intel.com \
--cc=linux-kernel@vger.kernel.org \
--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).