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=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 44BAEC433DB for ; Thu, 18 Feb 2021 07:10:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EFE2960241 for ; Thu, 18 Feb 2021 07:10:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230158AbhBRHJf (ORCPT ); Thu, 18 Feb 2021 02:09:35 -0500 Received: from mail.jv-coder.de ([5.9.79.73]:43256 "EHLO mail.jv-coder.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230509AbhBRHGE (ORCPT ); Thu, 18 Feb 2021 02:06:04 -0500 Received: from [192.168.178.40] (unknown [188.192.1.224]) by mail.jv-coder.de (Postfix) with ESMTPSA id C353F9F81C; Thu, 18 Feb 2021 07:04:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jv-coder.de; s=dkim; t=1613631882; bh=3n1gJwM74NgyVyz9YNNPYVvuP3NcY4JSj6a6Qxi/bbY=; h=Subject:To:From:Message-ID:Date:MIME-Version; b=q8ej0b2A930pYOObU8FAWgrofwlC5B2b40/nDeFzXaK2Jbv+OcwOPmQmnuhfTdW0G tKwJGI+p9lOJc1brBFRsui+YN9OpIFICJXJKeQsafXiq8BQoukBdEhMn6tovULmswz mZPRGhoLkGlcYp6b/15pJ30K5wTqy7tBqguExd1A= Subject: Re: [4.14] Failing selftest timer/adjtick To: Miroslav Lichvar Cc: Greg KH , stable@vger.kernel.org, Ingo Molnar , John Stultz References: <239b8a9a-d550-11e3-4650-39ad5bd85013@jv-coder.de> <20210210131916.GC1903164@localhost> <897e03f9-4062-d34f-0445-ff4f047ccd13@jv-coder.de> <20210211105944.GG1903164@localhost> From: Joerg Vehlow Message-ID: Date: Thu, 18 Feb 2021 08:05:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <20210211105944.GG1903164@localhost> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi Miroslav, On 2/11/2021 11:59 AM, Miroslav Lichvar wrote: > I don't think it is specific to arm or that it is a regression. I > think the virtual machine just happens to be too idle for the test. > There may be unrelated changes, maybe in the kernel, qemu, or > applications, that caused the rate of the clock updates to decrease so > much that the instability now triggers the failure in the test. The > issue with the clock was there since NO_HZ was introduced, but it > becomes more severe as the activity of the kernel decreases. Thank you for that explanation. I did create some background load (copy from urandom to null) and ran the test. This made the test pass every time. Jörg