Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753187AbbHaVs3 (ORCPT ); Mon, 31 Aug 2015 17:48:29 -0400 Received: from www.linutronix.de ([62.245.132.108]:42445 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752876AbbHaVs1 (ORCPT ); Mon, 31 Aug 2015 17:48:27 -0400 Date: Mon, 31 Aug 2015 23:47:52 +0200 (CEST) From: Thomas Gleixner To: Shaohua Li cc: John Stultz , lkml , Prarit Bhargava , Richard Cochran , Daniel Lezcano , Ingo Molnar , Clark Williams , Steven Rostedt , Peter Zijlstra Subject: Re: [PATCH 8/9] clocksource: Improve unstable clocksource detection In-Reply-To: <20150831211233.GA1413758@devbig257.prn2.facebook.com> Message-ID: References: <1439844063-7957-1-git-send-email-john.stultz@linaro.org> <1439844063-7957-9-git-send-email-john.stultz@linaro.org> <20150826171533.GA2189998@devbig257.prn2.facebook.com> <20150831211233.GA1413758@devbig257.prn2.facebook.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1127 Lines: 34 On Mon, 31 Aug 2015, Shaohua Li wrote: > > The HPET wraps interval is 0xffffffff / 100000000 = 42.9s > > > > tsc interval is (0x481250b45b - 0x219e6efb50) / 2200000000 = 75s > > > > 32.1 + 42.9 = 75 > > > > The example shows hpet wraps, while tsc is marked unstable > > Thomas & John, > Is this data enough to prove TSC unstable issue can be triggered by HPET > wrap? I can resend the patch with the data included. Well, it's enough data to prove: - that keeping a VM off the CPU for 75 seconds is insane. - that emulating the HPET with 100MHz shortens the HPET wraparound by a factor of 7 compared to real hardware. With a realist HPET frequency you have about 300 seconds. Who though that using 100MHz HPET frequency is a brilliant idea? So we should add crappy heuristics to the watchdog just to workaround virt insanities? I'm not convinced. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/