From: Shaohua Li <shli@fb.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
LKML <linux-kernel@vger.kernel.org>,
Daniel Lezcano <daniel.lezcano@linaro.org>,
John Stultz <john.stultz@linaro.org>,
Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@kernel.org>, Gleb Natapov <gleb@kernel.org>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [RFC PATCH v3] Fix: clocksource watchdog marks TSC unstable on guest VM
Date: Tue, 8 Sep 2015 18:03:40 -0700 [thread overview]
Message-ID: <20150909010339.GA1565763@devbig257.prn2.facebook.com> (raw)
In-Reply-To: <alpine.DEB.2.11.1509081627450.3854@nanos>
On Tue, Sep 08, 2015 at 05:08:03PM +0200, Thomas Gleixner wrote:
> On Tue, 8 Sep 2015, Mathieu Desnoyers wrote:
> > Introduce WATCHDOG_RETRY to bound the number of retry (in the
> > unlikely event of a bogus clock source for wdnow). If the
> > number of retry has been reached, disable the watchdog timer.
>
> This does not make any sense at all. Why would the clocksource be
> bogus? I rather say, that the whole idea of trying to watchdog the TSC
> in a VM is bogus.
>
> There is no guarantee, that the readout of the TSC and the watchdog is
> not disturbed by VM scheduling. Aside of that, the HPET emulation goes
> all the way back into qemu user land and the implementation itself
> does not make me more confident. Be happy that we don't support 64bit
> HPET in the kernel as that emulation code is completely broken.
>
> I really have to ask the question WHY we actually do this. There is
> absolutely no point at all.
>
> The TSC watchdog is there to catch a few issues with the TSC
>
> 1) Frequency changing behind the kernels back
>
> 2) SMM driven power safe state 'features' which cause the TSC to
> stop
>
> 3) SMM fiddling with the TSC
>
> 4) TSC drifting apart on multi socket systems
>
> #1 Is completely irrelevant for KVM as all machines which have
> hardware virtualization have a frequency constant TSC
>
> #2 Is irrelevant for KVM as well, because the machine does not go
> into deep idle states while the guest is running.
>
> #3/#4 That are the only relevant issues, but there is absolutely no
> need to do this detection in the guest.
>
> We already have a TSC sanity check on the host. So instead of adding
> horrible hackery and magic detection, shutoff, retry mechanisms, we
> can simply let the guest know, that the TSC has been buggered.
>
> On paravirt kernels we can do that today and AFAICT the
> pvclock/kvmclock code has enough magic to deal with all the oddities
> already.
>
> For non paravirt kernels which can read the TSC directly, we'd need a
> way to transport that information. A simple mechanism would be to
> query an emulated MSR from the watchdog which tells the guest the
> state of affairs on the host side. That would be a sensible and
> minimal invasive change on both host and guests.
This will require every hypervisor supports the MSR, so not a solution
we can expect immediately.
I'm wondering why we can't just make the watchdog better to detect this
watchdog wrap. It can happen in physical machine as I said before, but I
can't find a simple way to trigger it, so it's not very convincing. But
the watchdog doesn't work for specific environment (for exmaple, a bogus
hardware doesn't responsond for some time) for sure, we shouldn't assume
the world is perfect.
Thanks,
Shaohua
next prev parent reply other threads:[~2015-09-09 1:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-08 14:19 [RFC PATCH v3] Fix: clocksource watchdog marks TSC unstable on guest VM Mathieu Desnoyers
2015-09-08 15:08 ` Thomas Gleixner
2015-09-09 1:03 ` Shaohua Li [this message]
2015-09-09 9:51 ` Thomas Gleixner
2015-09-09 15:43 ` Shaohua Li
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=20150909010339.GA1565763@devbig257.prn2.facebook.com \
--to=shli@fb.com \
--cc=daniel.lezcano@linaro.org \
--cc=gleb@kernel.org \
--cc=john.stultz@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mingo@kernel.org \
--cc=pbonzini@redhat.com \
--cc=peterz@infradead.org \
--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