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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 D2011C11D0C for ; Thu, 20 Feb 2020 17:34:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AC75724672 for ; Thu, 20 Feb 2020 17:34:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582220054; bh=1c3CW2q7VFBSmddI0CyeRQXbfNNVbuUebZ1kdB+IYG0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=msdKofUBaW0sSWtAzRw7ib3Y8LUETA/7zM6uCsqsdIFOt5FXXiM/OPo+LEIZk8ivB BhCmrsrD6eSGvFuU8CiVsx6po64nuHwu7sB5jS7aX6zzozeGCKxL/22ndCxDqZpAy7 +u8ZxC6EB09GMEguC3pAuVL0vooVlb2qhej1f6qk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728400AbgBTReK (ORCPT ); Thu, 20 Feb 2020 12:34:10 -0500 Received: from mail.kernel.org ([198.145.29.99]:36236 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727709AbgBTReK (ORCPT ); Thu, 20 Feb 2020 12:34:10 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 CC29A24672; Thu, 20 Feb 2020 17:34:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582220050; bh=1c3CW2q7VFBSmddI0CyeRQXbfNNVbuUebZ1kdB+IYG0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CydWACu04SQXPcrHxR+KvmwQ0aaAQSOBGIsqALec7Ck6fevMttxeVp1HTsMm90Ab3 pQwnPu2gM0fkIhbcqlmlivf37fssrEpZPQ1uXsDwicidfDm0JZ7qma57JulqmeqNpX gMQhJKoXy1tju088vIzqmFkWIjqGDgsQ7P0jbFhQ= Date: Thu, 20 Feb 2020 12:34:08 -0500 From: Sasha Levin To: Michael Kelley Cc: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Boqun Feng , "linux-hyperv@vger.kernel.org" , Daniel Lezcano Subject: Re: [PATCH AUTOSEL 5.5 389/542] clocksource/drivers/hyper-v: Reserve PAGE_SIZE space for tsc page Message-ID: <20200220173408.GH1734@sasha-vm> References: <20200214154854.6746-1-sashal@kernel.org> <20200214154854.6746-389-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Feb 14, 2020 at 04:11:03PM +0000, Michael Kelley wrote: >This patch does not need to be backported to any stable releases. It is prep work for guests on Hyper-V ARM64 when the guest page size is 16K or 64K, and that functionality isn't upstream yet. Now dropped, thank you. -- Thanks, Sasha