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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 87D0DC2BBCA for ; Wed, 16 Dec 2020 09:46:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 40EE82312E for ; Wed, 16 Dec 2020 09:46:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726189AbgLPJpr (ORCPT ); Wed, 16 Dec 2020 04:45:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:53242 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726155AbgLPJpr (ORCPT ); Wed, 16 Dec 2020 04:45:47 -0500 Date: Wed, 16 Dec 2020 10:46:07 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1608111906; bh=seQggb4utKwClqFIasDCuqvix7gXeYYsNkHFzZNp+qM=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=qb732cSp4pe5jCq2Hn4t3oPjzycBN8Crjyd2kc4ptYDsrOuLcHNqmN+vHz1fqQPmH TdnkrJSh/33c0VR3EzP/yblY8/wh9aWtNxhVNfTwqnlwuklQAZHF72xkttT/3+Pxzr KukF6KzI7YdlaLMzvjpinGJKB0JU5kcFipjuKDmY= From: Greg KH To: Sean Christopherson Cc: Lai Jiangshan , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Paolo Bonzini , Lai Jiangshan , stable@vger.kernel.org Subject: Re: [PATCH V2] kvm: check tlbs_dirty directly Message-ID: References: <20201215145259.18684-1-jiangshanlai@gmail.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: kvm@vger.kernel.org On Tue, Dec 15, 2020 at 10:44:18AM -0800, Sean Christopherson wrote: > Note, you don't actually need to Cc stable@vger.kernel.org when sending the > patch. If/when the patch is merged to Linus' tree, the stable tree maintainers, > or more accurately their scripts, will automatically pick up the patch and apply > it to the relevant stable trees. > > You'll probably be getting the following letter from Greg KH any time now :-) Nope, this was fine, I don't mind seeing the patch before it hits Linus's tree (or any tree) at all. It lets me know what to look out for, nothing was done incorrectly here at all from what I can tell. thanks, greg k-h