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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 7AECBC433F2 for ; Thu, 16 Jul 2020 00:27:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 581AB207CB for ; Thu, 16 Jul 2020 00:27:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594859266; bh=IsjXNncpCmOZxn1tiAp8sUEXyJpV2KJnumjDXnmqtGo=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=REuWWJsgsj1TaZ3ZbI1YtjZg/A1jgFv3FD9+Q0HFZq3yvcEIpOIMOkH/LBjZv2Vzk WWKxGVDBrOGc+IqngSbFRfrQ4AzzQBr4LINf1jGGQwEr4ey430OsjaeA57MyymRaXe 8Ma9YMVyZMmKv1VOssIypfK4BVKw58pGxF4aeeks= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727931AbgGPA1p (ORCPT ); Wed, 15 Jul 2020 20:27:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:55108 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727915AbgGPA1o (ORCPT ); Wed, 15 Jul 2020 20:27:44 -0400 Received: from localhost (unknown [137.135.114.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A0E8C207CB; Thu, 16 Jul 2020 00:27:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594859263; bh=IsjXNncpCmOZxn1tiAp8sUEXyJpV2KJnumjDXnmqtGo=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References:From; b=Tw3SlP66GNyX0XahdpspfhLpuGCoHL0bgZmWwRDQcdlbDBSaUTlPfCms51vJ6ncUV 3rzXQ9BIwRHOoKPoZGlGy87lGzSw7wMsnjpum2cYVsJYYH/RCLKFQeByLugEY0dC9p t5svy4G0IwVCLzf+y6CpCLCmI3C+SFMHLJd9VFNU= Date: Thu, 16 Jul 2020 00:27:43 +0000 From: Sasha Levin To: Sasha Levin To: "tip-bot2 for Frederic Weisbecker" To: linux-tip-commits@vger.kernel.org Cc: Frederic Weisbecker Cc: stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [tip: timers/urgent] timer: Prevent base->clk from moving backward In-Reply-To: <159428908623.4006.8962643860352985536.tip-bot2@tip-bot2> References: <159428908623.4006.8962643860352985536.tip-bot2@tip-bot2> Message-Id: <20200716002743.A0E8C207CB@mail.kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: a683f390b93f ("timers: Forward the wheel clock whenever possible"). The bot has tested the following trees: v5.7.8, v5.4.51, v4.19.132, v4.14.188, v4.9.230. v5.7.8: Build OK! v5.4.51: Build OK! v4.19.132: Build OK! v4.14.188: Failed to apply! Possible dependencies: 30587589251a0 ("timer: Fix coding style") v4.9.230: Failed to apply! Possible dependencies: 30587589251a0 ("timer: Fix coding style") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha