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=-8.0 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 BDA22C433DB for ; Wed, 3 Feb 2021 18:18:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 690D360295 for ; Wed, 3 Feb 2021 18:18:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232561AbhBCSR4 (ORCPT ); Wed, 3 Feb 2021 13:17:56 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:55940 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232631AbhBCSOv (ORCPT ); Wed, 3 Feb 2021 13:14:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1612376005; 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=7mEzELI6VGDqJgms7YlaIDMnBK1xZ38+y7d1UQDPDLI=; b=A0tbNW1iH30UenKMKPTf2mQ3FEfw85WglxsHrd6HmyK0Zh+oDcNBE8xNttocsRF/+TZvVK ZCAX3wyyrWVWDi+vO/MzO6bjvRWl0tDWJgLUXCzZZGqyWr3U3Zssj0BE+xA8S+UvUzG/LL SRuPaE0ATeT5polyk5z7GCTt/QCwy4E= Received: from mail-ed1-f72.google.com (mail-ed1-f72.google.com [209.85.208.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-501-468SFTFvPZqnPaDulEjz_Q-1; Wed, 03 Feb 2021 13:13:23 -0500 X-MC-Unique: 468SFTFvPZqnPaDulEjz_Q-1 Received: by mail-ed1-f72.google.com with SMTP id o8so351837edh.12 for ; Wed, 03 Feb 2021 10:13:23 -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=7mEzELI6VGDqJgms7YlaIDMnBK1xZ38+y7d1UQDPDLI=; b=SaaEZtM/6v0YgRUhVG8qDoD6BMgM2ddjxyP2jBOkAS55l8FxTqR3ReXiXRBZUYnRCl JapO34nsHhEkdG1inr1kvicI4ejU81iTBKz4NZ/G1IGI7kIkK2IjOCc8SjhcAissuWBe F392VDYFvhGlwCrVsb3tnTE/GAygXCf+03NaT31BEzuHtus2iFoyr6npVF7AdMfVbRvG hB7YcvB9t0YZ59vYgbFSHjpcrqSlRnMIB4YFoDKdA32rS85+HVypwZXjNi65A9C2/pvt X9NiBgCKQqGbtf57Jo+qqJs7ydl8vHlL4ciyTP11Fvwv8kZpn6RM4wBHWyyRqTjO+cPk UllA== X-Gm-Message-State: AOAM533LLe4TnY+QAwOjUoAZYPuKTbj/iMz5sWhGsSgyvPzZ9mMxvYyM sJcnxA79eq0soIfbYWZzI3kS7t+UXGnPObojGeGmgL/hkZEhgp/3xvarVYr/DkrZ9LfeVWFSvOl 0R6JW/2Ipmbu4 X-Received: by 2002:a17:906:b09a:: with SMTP id x26mr4486904ejy.199.1612376002008; Wed, 03 Feb 2021 10:13:22 -0800 (PST) X-Google-Smtp-Source: ABdhPJwvx08YVvWBOv1FsaocCimE+9T+b03KeQmGm/mgeHOyaUJ6lXeOEni35QjD6HAHSVfuEpPRqw== X-Received: by 2002:a17:906:b09a:: with SMTP id x26mr4486749ejy.199.1612376000145; Wed, 03 Feb 2021 10:13:20 -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 p25sm824268eds.55.2021.02.03.10.13.18 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 03 Feb 2021 10:13:19 -0800 (PST) Subject: Re: [PATCH v2 00/28] Allow parallel MMU operations with TDP MMU To: Sean Christopherson Cc: Ben Gardon , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Peter Xu , Peter Shier , Peter Feiner , Junaid Shahid , Jim Mattson , Yulei Zhang , Wanpeng Li , Vitaly Kuznetsov , Xiao Guangrong References: <20210202185734.1680553-1-bgardon@google.com> <298548e9-ead2-5770-7ae8-e501c9c17263@redhat.com> From: Paolo Bonzini Message-ID: <6e1d6acb-b987-54c8-74e6-54abf2d1c623@redhat.com> Date: Wed, 3 Feb 2021 19:13:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.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 03/02/21 18:54, Sean Christopherson wrote: > On Wed, Feb 03, 2021, Paolo Bonzini wrote: >> Looks good! I'll wait for a few days of reviews, > > I guess I know what I'm doing this afternoon :-) > >> but I'd like to queue this for 5.12 and I plan to make it the default in 5.13 >> or 5.12-rc (depending on when I can ask Red Hat QE to give it a shake). > > Hmm, given that kvm/queue doesn't seem to get widespread testing, I think it > should be enabled by default in rc1 for whatever kernel it targets. > > Would it be too heinous to enable it by default in 5.12-rc1, knowing full well > that there's a good possibility it would get reverted? Absolutely not. However, to clarify my plan: - what is now kvm/queue and has been reviewed will graduate to kvm/next in a couple of days, and then to 5.12-rc1. Ben's patches are already in kvm/queue, but there's no problem in waiting another week before moving them to kvm/next because it's not enabled by default. (Right now even CET is in kvm/queue, but it will not move to kvm/next until bare metal support is in). - if this will not have been tested by Red Hat QE by say 5.12-rc3, I would enable it in kvm/next instead, and at that point the target would become the 5.13 merge window (and release). Paolo