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 AD351ECAAD8 for ; Tue, 20 Sep 2022 16:21:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231604AbiITQVK (ORCPT ); Tue, 20 Sep 2022 12:21:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230108AbiITQUb (ORCPT ); Tue, 20 Sep 2022 12:20:31 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45475F22 for ; Tue, 20 Sep 2022 09:19:30 -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 D58F861FAC for ; Tue, 20 Sep 2022 16:19:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF246C433D6; Tue, 20 Sep 2022 16:19:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663690769; bh=Yh6trLmyLOdzsXAhMOagSo5m95jpAwFBPB91QQgrzAM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Umi4O5/CHNQpwz4P2ihzS+rW2pup+5mGXWfvwWHl9rI4lKj497XBrHvkOYCwHV2hp oykNMo2fKKv0imuodPj8HHzkOAAsCRm+4jmWSWnAkoItFocVX3tkw3l5Uhn6DmPLce QSP78vUlBB1kVSKKtrPkhuhW5QXOBAfOYkJSCFl8= Date: Tue, 20 Sep 2022 18:19:26 +0200 From: "gregkh@linuxfoundation.org" To: "Bhatnagar, Rishabh" Cc: "stable@vger.kernel.org" , "Jitindar Singh, Suraj" , "Bacco, Mike" , "bp@alien8.de" , "mingo@redhat.com" , "tglx@linutronix.de" , "pbonzini@redhat.com" , "seanjc@google.com" , "vkuznets@redhat.com" , "wanpengli@tencent.com" , "jmattson@google.com" , "joro@8bytes.org" Subject: Re: [PATCH 0/9] KVM backports to 5.10 Message-ID: References: <20220909185557.21255-1-risbhat@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Sep 20, 2022 at 03:34:04PM +0000, Bhatnagar, Rishabh wrote: > Gentle reminder to review this patch series. Gentle reminder to never top-post :) Also, it's up to the KVM maintainers if they wish to review this or not. I can't make them care about old and obsolete kernels like 5.10.y. Why not just use 5.15.y or newer? thanks, greg k-h