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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB135C61DA4 for ; Wed, 15 Mar 2023 11:41:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231168AbjCOLll (ORCPT ); Wed, 15 Mar 2023 07:41:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230492AbjCOLlk (ORCPT ); Wed, 15 Mar 2023 07:41:40 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B64776059 for ; Wed, 15 Mar 2023 04:41:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 311FA61D28 for ; Wed, 15 Mar 2023 11:41:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42CC2C433EF; Wed, 15 Mar 2023 11:41:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678880498; bh=K98jGgFyp/bseulfRoW6tISoZK3zC8gO/ZooHlA9Gy0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0N7TWVL+q3OoYIf4hOglpFRtA8nM9aJmtT1Kz1YVAk7BQZdVvhahcCuVZZ8yIa5cN HP+MOL/XON1jYE5YTxBsbaAuiaG1NvNnGRMzan6NcJfxoT+31KN3vAaRxdkwkCdQfj ywOkFeN3VK8yw94ZnXq8PP8IQeCiMy4IgsQqB2IQ= Date: Wed, 15 Mar 2023 12:41:25 +0100 From: Greg Kroah-Hartman To: Alexandru Matei Cc: stable@vger.kernel.org, Mihai Petrisor , Viorel Canja Subject: Re: [PATCH 5.15.y v2 0/3] Stable backport for KVM-on-HyperV fix Message-ID: References: <20230315090656.4258-1-alexandru.matei@uipath.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230315090656.4258-1-alexandru.matei@uipath.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Mar 15, 2023 at 11:06:53AM +0200, Alexandru Matei wrote: > Hi folks, > > Here are the backports for enlightened MSR bitmap fix and two prerequisite > patches. > > v2: signed the commits All now queued up, thanks. greg k-h