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=-1.1 required=3.0 tests=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 37E6DC18E5B for ; Wed, 25 Mar 2020 01:02:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 06D862074D for ; Wed, 25 Mar 2020 01:02:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585098124; bh=fTS3usdqqJIgrKn6+NcJLodUoqxhl3ahgAmrCc2Hs70=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=OPDmVIRjSNdnkNwosZYcc4osx6vv70IXAmskLLaoKND/qzp2lv0jnUrthtaErWDUw lg8M6L5Dlyfq/bA3BYVw1B1yTYC7vsmgDbPAg1ROZZi/lUFjb7u77uqp7MdXBg39iN OhA8UKLQXZdsaoPW30maNv1PQ0s+9seYbAd9GMNI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727279AbgCYBCC (ORCPT ); Tue, 24 Mar 2020 21:02:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:60720 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727272AbgCYBCB (ORCPT ); Tue, 24 Mar 2020 21:02:01 -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 C020520719; Wed, 25 Mar 2020 01:02:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585098121; bh=fTS3usdqqJIgrKn6+NcJLodUoqxhl3ahgAmrCc2Hs70=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References:From; b=2ZVymyTW1Lre02jPiUXzzmB5uwEbC/Ru9TWaXB8Ny+GVyP2405r+0kEMD1mJnIS5e h1EJLT2TjoefqyWnwcW69aZXGYzTSHdxkQvVvv6uPWQMohPV9Op7NbzVV1orDMC3dK OvRSA4lQKH1zVFUerLV0iCt+0CsiB/S7BH/RdOJs= Date: Wed, 25 Mar 2020 01:02:00 +0000 From: Sasha Levin To: Sasha Levin To: Yubo Xie To: kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com Cc: Yubo Xie , linux-hyperv@vger.kernel.org Cc: stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH] x86/Hyper-V: Fix hv sched clock function return wrong time unit In-Reply-To: <20200324151935.15814-1-yuboxie@microsoft.com> References: <20200324151935.15814-1-yuboxie@microsoft.com> Message-Id: <20200325010200.C020520719@mail.kernel.org> Sender: linux-hyperv-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: adb87ff4f96c ("clocksource/drivers/hyperv: Allocate Hyper-V TSC page statically"). The bot has tested the following trees: v5.5.11, v5.4.27. v5.5.11: Failed to apply! Possible dependencies: 0af3e137c144 ("clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksources") ddc61bbc4501 ("clocksource/drivers/hyper-v: Reserve PAGE_SIZE space for tsc page") v5.4.27: Failed to apply! Possible dependencies: 0af3e137c144 ("clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksources") ddc61bbc4501 ("clocksource/drivers/hyper-v: Reserve PAGE_SIZE space for tsc page") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha