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 E9821ECAAD3 for ; Fri, 9 Sep 2022 18:27:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230354AbiIIS1A (ORCPT ); Fri, 9 Sep 2022 14:27:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229580AbiIIS07 (ORCPT ); Fri, 9 Sep 2022 14:26:59 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E841117489 for ; Fri, 9 Sep 2022 11:26:59 -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 ams.source.kernel.org (Postfix) with ESMTPS id D2FB9B82613 for ; Fri, 9 Sep 2022 18:26:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 40CE8C433C1; Fri, 9 Sep 2022 18:26:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662748016; bh=WVMx0W2o/QpZY+oDoc/DUFWbmGZQ12I15EboMsaaXeg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vMqdWP6CaTQJeclCELZR7M5ml05isMuEd3xBUBFmQXtQo5jxYppmO177wUWzlRfgX fFq/mOiNIuUY4u/Zu/Aiq0miJG0IXZnJUO4mrDnIEGsPePh8ZVGB8Yk47jhy7uEQt9 MuEw3vx0L+WDYuypabgzfMvCSqbSslcgdCEeUTV8= Date: Fri, 9 Sep 2022 20:26:54 +0200 From: Greg KH To: Rishabh Bhatnagar Cc: stable@vger.kernel.org, surajjs@amazon.com, mbacco@amazon.com Subject: Re: [PATCH 0/9] KVM backports to 5.10 Message-ID: References: <20220909181351.23983-1-risbhat@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220909181351.23983-1-risbhat@amazon.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Sep 09, 2022 at 06:13:42PM +0000, Rishabh Bhatnagar wrote: > This patch series backports a few VM preemption_status, steal_time and > PV TLB flushing fixes to 5.10 stable kernel. > > Most of the changes backport cleanly except i had to work around a few > becauseof missing support/APIs in 5.10 kernel. I have captured those in > the changelog as well in the individual patches. Any reason you didn't cc: the KVM maintainer on this patch series? All stable backports of KVM code require their review before they can be accepted. Please fix up and resend. thanks, greg k-h