From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4A1D1C433E9 for ; Thu, 11 Feb 2021 10:48:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1072F64EC5 for ; Thu, 11 Feb 2021 10:48:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230098AbhBKKsC (ORCPT ); Thu, 11 Feb 2021 05:48:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:54646 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230101AbhBKKp5 (ORCPT ); Thu, 11 Feb 2021 05:45:57 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id CD75B64E2E; Thu, 11 Feb 2021 10:45:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613040316; bh=VtpwSJuu8vZwtLlMpm1Il8/iSK9AOKEm7hw18O46ScI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JRnu+eBrz3TXBThr/tpcC+SOO5NaB+5/UMM7UMFM6yhoraDD/6NsX8ULTuEtIE/Gy wrD3OakGvpm5GjmfeWpCtXGuJykI+tNRG7mvHvJkz/K+qwNB73m8NRIwNG0gefxYtS Sl3QuriOPheMniu3zkMX+1qJZU3/ao91t6DdBquA= Date: Thu, 11 Feb 2021 11:45:12 +0100 From: Greg KH To: Joerg Vehlow Cc: Miroslav Lichvar , stable@vger.kernel.org, Ingo Molnar , John Stultz Subject: Re: [4.14] Failing selftest timer/adjtick Message-ID: References: <239b8a9a-d550-11e3-4650-39ad5bd85013@jv-coder.de> <20210210131916.GC1903164@localhost> <897e03f9-4062-d34f-0445-ff4f047ccd13@jv-coder.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <897e03f9-4062-d34f-0445-ff4f047ccd13@jv-coder.de> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Feb 11, 2021 at 11:33:05AM +0100, Joerg Vehlow wrote: > Hi Miroslav, > > On 2/10/2021 2:19 PM, Miroslav Lichvar wrote: > > That patch cannot be applied alone. It would break the timekeeping in > > not so obvious ways as there will be unexpected sources of the NTP > > tracking error. IIRC, at least the following changes would need to be > > included with it. There may be others. > > > > c2cda2a5bda9 ("timekeeping/ntp: Don't align NTP frequency adjustments to ticks") > > aea3706cfc4d ("timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD") > > d4d1fc61eb38 ("ia64: Update fsyscall gettime to use modern vsyscall_update") > > > > My suggestion for a fix would be to increase the limit in the failing > > test. > Thanks, that's what I expected. But I still wonder why the test is failing > almost 100% of time for me on qemu-arm64 (running on x86). Is this a > regression in 4.14, that was working at some point or was it never tested on > arm? Does it work on a real system? That's the proper test...