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=-7.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,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 D4498C4361B for ; Wed, 16 Dec 2020 16:39:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9B080233EA for ; Wed, 16 Dec 2020 16:39:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726687AbgLPQjX (ORCPT ); Wed, 16 Dec 2020 11:39:23 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:26235 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726677AbgLPQjX (ORCPT ); Wed, 16 Dec 2020 11:39:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1608136677; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2+V0CHWruZoWWRZZzUGuPvlWuNpoWHWDINW5JuNDRBw=; b=JoGT9nG8JQkSGO1Wqh0Am6xe58sgr2e/ISj9UG0SB1tpDk+BO3O0Ru2+tmmR45AFuAmPCU WezPD0uKjXGi01qA1oyVUtuWK8Shv5if+RB2LXsoJCzy4CRG6k1azUTzCyJA78bt0K45UJ 1YYSrpmu8tHJ/0rcgsjbPkM4U5NPHgQ= Received: from mail-ej1-f70.google.com (mail-ej1-f70.google.com [209.85.218.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-266-lCn0S0hUOhCLMESFg3oIww-1; Wed, 16 Dec 2020 11:37:55 -0500 X-MC-Unique: lCn0S0hUOhCLMESFg3oIww-1 Received: by mail-ej1-f70.google.com with SMTP id g18so7600020eje.1 for ; Wed, 16 Dec 2020 08:37:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=2+V0CHWruZoWWRZZzUGuPvlWuNpoWHWDINW5JuNDRBw=; b=pEMdqIBrVgj6hPiL2WTPKAJqU9/OwX1dx48+LU7Ul2U/bO8ocRI9WSXvsteSmEEYhl LWirLIXhOkIHmk9KeM5ZFBSzzZN6TwzV076peAbViSHODPGFzJxeJxHosjpqGBc/sDYn OHCU+qEd33f1YWgnkRc1HfJPRALnCF69NVyG9sdXXHJgZACwTSxe70M0snUhw5q73Ai8 sZa0OdNTIEJgw+yU4rnCLFbBbeKTeJNjsZB4bJtNqVRZpicWwr/XqRXLx/5KYV7fX/bv /bxmE0ZjySRIHQB8niC/AHgcHcEKn5vzRfuAnX8fhZC6iMASIvtCC7NbkTKW36p3al2W p6cQ== X-Gm-Message-State: AOAM533FAwOsUg3rIK3A627MUJY0gEI2tpwS/8KZrZy2NVgUMIindiKx VOmJ0k7A2eZR5p5eHTENxP7WDXnBpiu+JriHK3A0ZEbpowC/kwWDdcaBkxN1H1qumCOL/l/BCWf rYKb5dJxxJAD6 X-Received: by 2002:a50:ec18:: with SMTP id g24mr7439888edr.6.1608136674033; Wed, 16 Dec 2020 08:37:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJzNAnERvbswd9AoHfPbJXZyKHy0huvwhS1S3FWAepfPQXulq21n26q7QKd6bGoC4D0IdgyL9A== X-Received: by 2002:a50:ec18:: with SMTP id g24mr7439879edr.6.1608136673855; Wed, 16 Dec 2020 08:37:53 -0800 (PST) Received: from ?IPv6:2001:b07:6468:f312:c8dd:75d4:99ab:290a? ([2001:b07:6468:f312:c8dd:75d4:99ab:290a]) by smtp.gmail.com with ESMTPSA id qh23sm1739541ejb.71.2020.12.16.08.37.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 16 Dec 2020 08:37:52 -0800 (PST) Subject: Re: [PATCH V2] kvm: check tlbs_dirty directly To: Sean Christopherson , Lai Jiangshan Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Lai Jiangshan , stable@vger.kernel.org References: <20201215145259.18684-1-jiangshanlai@gmail.com> From: Paolo Bonzini Message-ID: <37657f78-654e-ff81-e1c4-6ec31d6b99cf@redhat.com> Date: Wed, 16 Dec 2020 17:37:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On 15/12/20 19:44, Sean Christopherson wrote: > Note, you don't actually need to Ccstable@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:-) > > > > This is not the correct way to submit patches for inclusion in the > stable kernel tree. Please read: > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > for how to do this properly. > > As far as I know, as long as he sees LKML or something else in Cc he assumes it's an indication _for the maintainer_. Don't underestimate the power of Greg's mailing list filters. :) Paolo