Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp1475293ybg; Thu, 4 Jun 2020 10:36:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyC5qb8vDm7HMkb/aOFgseA42mNfYblvPCAs80uLl1qWZ3j3oqBlzAO/n1tSMwwpjEGFYw7 X-Received: by 2002:a17:906:5e08:: with SMTP id n8mr4874856eju.132.1591292167945; Thu, 04 Jun 2020 10:36:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591292167; cv=none; d=google.com; s=arc-20160816; b=ljPm3HsHPels/CFEGb5NpSDVmWIAKXtH1mUCTpaPd8+SSIg/jz3nhkGSecRowsspVw u2dEu+HSiKC/WAGkpKJEApbwSGyGpss97+pjTs9uWYqg21SV9ox5zRSywBI6VrOii79r vdOW3azqff/DJSzYxf4w1M08JUsLgWfzr5p5FoSxybgCxSz+5vkAJFEMmkQpE0u58Usi mfCJL1LljYbXoONwI+24BmJGAnifzajZneUMvUomqJ5EOGnThtGk7fOLbDXzpOzTiRiI bymbyPzOLY+YHKoqyyQdzlSTjCmvkquWvEkfYnPLpnbd0jdqobTpZ5ikmFHocRnjBU7R 6LnA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:in-reply-to :subject:cc:to:from; bh=Ruma9cVMQWVp/hdPZhiZ9MiAZJkO3Uxdu0S1SqZdf5Y=; b=ta7KoDu8qw0CnyTPFHhbQ43fO+7jGFybP8ti8RIa11zY9RzFh2zTwFH+5jlCAlwQnF kaMh6QoweSM07vPXJZxodleJQc3pcw1JIrrLPOIKS4x5XqNTr1kTf7c3+2ha4zueGMYX NziR/ClkfcrFD6apCEVKe0RN+khX1nQoZHDwteEGKmVrFL3Oe9SE62sE9XpnJda6xyOq uAzdYVVoj/5ZPgIeBYMv95Igh+kgF43Dh1ULE3PivmdBl3csplkD3zFqWKaHnrb2X6vS JO8S2LmPVgRRRiw+PSnCLXLNDd6rclOW0f12Uh6GmUX3Y/WPJ1HO4QZHsfO5JQfkanII vrUQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d1si1888989ejb.134.2020.06.04.10.35.44; Thu, 04 Jun 2020 10:36:07 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730168AbgFDRbA (ORCPT + 99 others); Thu, 4 Jun 2020 13:31:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729998AbgFDRbA (ORCPT ); Thu, 4 Jun 2020 13:31:00 -0400 Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7BADC08C5C0; Thu, 4 Jun 2020 10:30:59 -0700 (PDT) Received: from p5de0bf0b.dip0.t-ipconnect.de ([93.224.191.11] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1jgthd-0007YA-D9; Thu, 04 Jun 2020 19:30:53 +0200 Received: by nanos.tec.linutronix.de (Postfix, from userid 1000) id A9315FFBE0; Thu, 4 Jun 2020 19:30:52 +0200 (CEST) From: Thomas Gleixner To: Miklos Szeredi Cc: kvm@vger.kernel.org, Paolo Bonzini , Vincenzo Frascino , Juergen Gross , linux-kernel@vger.kernel.org Subject: Re: system time goes weird in kvm guest after host suspend/resume In-Reply-To: <87pnagf912.fsf@nanos.tec.linutronix.de> Date: Thu, 04 Jun 2020 19:30:52 +0200 Message-ID: <87367a91rn.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Miklos, Thomas Gleixner writes: >> Of course this does not reproduce here. What kind of host is this >> running on? Can you provide a full demsg of the host please from boot to >> post resume? > > Plus /proc/cpuinfo please (one CPU is sufficient) thanks for providing the data. Unfortunately not really helpful. The host has a non-stop TSC and the dmesg does not contain anything which sheds light on this. I grabbed a similar machine, installed a guest with 5.7 kernel and I'm still unable to reproduce. No idea yet how to get down to the real root cause of this. Thanks, tglx