From: john stultz <johnstul@us.ibm.com>
To: Bernhard Schmidt <berni@birkenwald.de>
Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@elte.hu>
Subject: Re: Clock jumps
Date: Thu, 27 May 2010 17:00:16 -0700 [thread overview]
Message-ID: <1275004816.1813.15.camel@work-vm> (raw)
In-Reply-To: <4BFEE8A2.30706@birkenwald.de>
On Thu, 2010-05-27 at 23:48 +0200, Bernhard Schmidt wrote:
> On 27.05.2010 21:08, john stultz wrote:
> > I'd be very interested in hearing more about the host side issue. So
> > this happened with the same kernel that you were using before, with no
> > trouble?
>
> Correct.
>
> > Could you also send dmesg output from this boot? And if you can find
> > any older dmesg logs to compare with, send those too?
>
> See http://users.birkenwald.de/~berni/temp/dmesg-lenny and
> http://users.birkenwald.de/~berni/temp/dmesg-squeeze . Although running
> on the same kernel binary the initrd changed greatly when upgrading, so
> ordering/timing between those two is off.
>
> Note that the dmesg output is captured right after boot. I think I
> remember seeing a "TSC unstable" message pretty soon after boot, but I
> might be mixing it up with my other AMD-based KVM server. I don't hold
> normal (non-boot) logs that long, so I can't tell for sure.
Looking at the diff:
--- dmesg-lenny 2010-05-27 16:45:33.000000000 -0700
+++ dmesg-squeeze 2010-05-27 16:46:14.000000000 -0700
@@ -132,8 +132,8 @@
console [ttyS1] enabled
hpet clockevent registered
Fast TSC calibration using PIT
-Detected 2660.398 MHz processor.
-Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.79 BogoMIPS (lpj=10641592)
+Detected 2613.324 MHz processor.
+Calibrating delay loop (skipped), value calculated using timer frequency.. 5226.64 BogoMIPS (lpj=10453296)
Security Framework initialized
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
@@ -160,7 +160,7 @@
CPU0: Intel(R) Xeon(R) CPU 3075 @ 2.66GHz stepping 0b
Booting Node 0, Processors #1
Brought up 2 CPUs
-Total of 2 processors activated (10640.79 BogoMIPS).
+Total of 2 processors activated (10546.63 BogoMIPS).
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
So you can see in the above the during the second boot the TSC
calibration was badly mis-calculated. This was the cause of the skew.
Not sure how that might be linked to the distro upgrade. It could have
been something like SMI damage during the calibration time, but I
thought the calibration loop watched for that.
Bernhard: I expect with all those vms, this machine isn't rebooted
frequently. So could you look at the logs to see how much the "Detected
xxxx.yyy MHz processor." line varies by across a few other boots (if
they still exist?).
Ingo/Thomas: Any thoughts, should we be considering dropping the
quick_pit_calibrate() code and always do the slower route?
thanks
-john
next prev parent reply other threads:[~2010-05-28 0:00 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <loom.20100524T171038-56@post.gmane.org>
2010-05-25 6:21 ` Clock jumps Gleb Natapov
2010-05-26 17:10 ` Orion Poplawski
2010-05-26 17:31 ` Alexander Graf
2010-05-26 17:50 ` Orion Poplawski
2010-05-26 22:55 ` Orion Poplawski
2010-05-27 18:32 ` Bernhard Schmidt
2010-05-27 19:08 ` john stultz
2010-05-27 21:48 ` Bernhard Schmidt
2010-05-28 0:00 ` john stultz [this message]
2010-05-28 0:33 ` Bernhard Schmidt
2010-05-28 0:46 ` john stultz
2010-05-27 21:53 ` Zachary Amsden
2010-05-27 22:12 ` Bernhard Schmidt
2010-05-27 22:20 ` Zachary Amsden
2010-05-27 22:22 ` Zachary Amsden
2010-06-02 22:54 ` Orion Poplawski
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=1275004816.1813.15.camel@work-vm \
--to=johnstul@us.ibm.com \
--cc=berni@birkenwald.de \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
/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).