From: Thomas Gleixner <tglx@linutronix.de>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: linux-kernel@vger.kernel.org, xen-devel@lists.xensource.com
Subject: Re: Regression introduced with 14e568e78f6f80ca1e27256641ddf524c7dbdc51 (stop_machine: Use smpboot threads)
Date: Tue, 26 Feb 2013 13:36:36 +0100 (CET) [thread overview]
Message-ID: <alpine.LFD.2.02.1302261320120.22263@ionos> (raw)
In-Reply-To: <20130223011800.GA2465@phenom.dumpdata.com>
On Fri, 22 Feb 2013, Konrad Rzeszutek Wilk wrote:
>
> I don't know if this is b/c the Xen code is missing something or
> expects something that never happend. I hadn't looked at your
> patch in any detail (was going to do that on Monday).
>
> Either way, if I boot a HVM guest with PV extensions (aka PVHVM)
> this is I what get:
> [ 0.133081] cpu 1 spinlock event irq 71
> [ 0.134049] smpboot: Booting Node 0, Processors #1[ 0.008000] installing Xen timer for CPU 1
> [ 0.205154] Brought up 2 CPUs
> [ 0.205156] smpboot: Total of 2 processors activated (16021.74 BogoMIPS)
>
> [ 28.134000] BUG: soft lockup - CPU#0 stuck for 23s! [migration/0:8]
> [ 28.134000] Modules linked in:
> [ 28.134000] CPU 0
> [ 28.134000] Pid: 8, comm: migration/0 Tainted: G W 3.8.0upstream-06472-g6661875-dirty #1 Xen HVM domU
> [ 28.134000] RIP: 0010:[<ffffffff8110711b>] [<ffffffff8110711b>] stop_machine_cpu_stop+0x7b/0xf0
So the migration thread loops in stop_machine_cpu_stop(). Now the
interesting question is what work was scheduled for that cpu.
The main difference between the old code and the new one, is that the
thread is created earlier and not detroyed on cpu offline.
Could you add some instrumentation, so we can see what kind of cpu
stop work is scheduled and from where?
Thanks,
tglx
next prev parent reply other threads:[~2013-02-26 12:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-23 1:18 Regression introduced with 14e568e78f6f80ca1e27256641ddf524c7dbdc51 (stop_machine: Use smpboot threads) Konrad Rzeszutek Wilk
2013-02-23 1:18 ` Konrad Rzeszutek Wilk
2013-02-26 12:36 ` Thomas Gleixner [this message]
2013-02-26 13:07 ` [Xen-devel] " Sander Eikelenboom
2013-02-26 13:07 ` Sander Eikelenboom
2013-02-26 17:44 ` Thomas Gleixner
2013-02-26 20:33 ` Sander Eikelenboom
2013-02-26 20:33 ` Sander Eikelenboom
2013-02-26 21:38 ` [tip:core/urgent] stop_machine: Mark per cpu stopper enabled early tip-bot for Thomas Gleixner
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=alpine.LFD.2.02.1302261320120.22263@ionos \
--to=tglx@linutronix.de \
--cc=konrad.wilk@oracle.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 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.