Received: by 10.192.165.148 with SMTP id m20csp439752imm; Wed, 25 Apr 2018 01:57:31 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpWQQpFU1jUjIrNTgNFSiavHcO6icysQtFKgl9eMn4zl7rlvbFLV1NDnvLu70lB8EiGhlgx X-Received: by 2002:a17:902:7443:: with SMTP id e3-v6mr5362464plt.169.1524646651108; Wed, 25 Apr 2018 01:57:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524646651; cv=none; d=google.com; s=arc-20160816; b=NT3v2+ovU1MfiJq26c6W6CZBi3vW9LhkivNo83lrd4EobVO22GMB/TEBvxWGE5QI16 bEyc0SvJeOgors0yVle7xtjKtcld6lpDrMb3ecaoixgxGVTWCbw6MLhpQ7iACyhkASCr lQ7/z+LSaaSEqiwFka0qZjWUqFsAtpR+PLczLt0zaWEhsAET6jctQ3MSQ3sm0xZoRnmn Cl00myhnKlxYncAZF6agEea0e+8RbInnCrbPpJRqV6f2+v/Wrp8YA1BG66ZwGK/SDmN1 YphfVRuF7z8jD/p1SR8rBn0S9Rbttb6EiLSgI0lWAifzgvAjicgLVmgLJl/visMu73k0 ZwFQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=YrTGvA9qFhXMEs6xFWfIdoVEuVtWSEEfXxklh32cCKY=; b=HL74gaqheqwzCo7ux0fIqPPbEiDqj1rjYm05hits49eDEyS3ClZOwt0kToX1F4SZei RNAIOXR9jFkc1iH6uBlL/8bHnukKL+HhAREVehanlZX1wvMZtHl1qGOvnTO8k6jAEMgs KanMX3IhN0v2Eihy13eNiSnPtgDFRY53VQRFcLP/PHlhbkPAi79xa0/zFkBDsHjcQXVl VJvwRscrCm5r0CQFOGKgMYnUoi5kE7VkPzgpsr8gW8rcTd8CKPo3G4ifBsP7qJ04ujoT s5gBiohQwKgrOMTwSxZezFXj2eZJRBuArnjPRKf8LIBLJTiAaqPZNZRqTyoeYRpg1ETX OJZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q3si11077038pfg.298.2018.04.25.01.57.16; Wed, 25 Apr 2018 01:57:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751350AbeDYIz6 (ORCPT + 99 others); Wed, 25 Apr 2018 04:55:58 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:42032 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750943AbeDYIzx (ORCPT ); Wed, 25 Apr 2018 04:55:53 -0400 Received: from 79.184.255.18.ipv4.supernova.orange.pl (79.184.255.18) (HELO aspire.rjw.lan) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83) id b7b985a0453ea3c5; Wed, 25 Apr 2018 10:55:52 +0200 From: "Rafael J. Wysocki" To: Pavel Machek Cc: Thomas Gleixner , John Stultz , Genki Sky , David Herrmann , lkml , Sergey Senozhatsky , Linus Torvalds , Peter Zijlstra Subject: Re: [RFC/RFT patch 0/7] timekeeping: Unify clock MONOTONIC and clock BOOTTIME Date: Wed, 25 Apr 2018 10:55:42 +0200 Message-ID: <5103081.SE2RLkTpIo@aspire.rjw.lan> In-Reply-To: <20180425065015.GA6222@amd> References: <20180425065015.GA6222@amd> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, April 25, 2018 8:50:15 AM CEST Pavel Machek wrote: > > --ReaqsoxgOBHFXBhH > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Tue 2018-04-24 10:09:28, Thomas Gleixner wrote: > > On Mon, 23 Apr 2018, John Stultz wrote: > >=20 > > > On Mon, Apr 23, 2018 at 7:45 PM, Genki Sky wrote: > > > > Quoting Genki Sky (2018/04/23 20:40:36 -0400) > > > >> I came across this thread for same reason as [0]: Daemons getting > > > >> killed by systemd on resume (after >WatchdogSec seconds of > > > >> suspending). I'm using master branch of systemd and the kernel. As > > > >> mentioned, systemd uses CLOCK_MONOTONIC, originally expecting it to > > > >> not include suspend time. > > > >> > > > >> Correct me if I'm mistaken, but I don't see the ambiguity of whether > > > >> this patch series breaks systemd. If it's implemented correctly, you= > 'd > > > >> hope it *would* break it! > > > > > > > > This sounded a little weak on re-reading, sorry. So, I just confirmed > > > > that after booting a "git revert -m 1 680014d6d1da", the issue no > > > > longer appears. (I.e., a suspend for >WatchDog sec doesn't result in > > > > any daemon getting killed). > > > > > > > > Let me know if I can help in any way. > > >=20 > > > Yea, this is the sort of thing I was worried about. > > >=20 > > > Thomas: I think reverting this change is needed. > >=20 > > Sigh. I hoped that something like this would be catched before I sent the > > pull request by those who were actually interested in this change... > > Well, we had two regressions in -next this cycle... I reported both > but bisections were not easy and noone was really interested. It's more that it was difficult to correlate the reported symptoms with a particular set of kernel changes.