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 E3825C433F5 for ; Fri, 11 Feb 2022 16:31:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351534AbiBKQbk (ORCPT ); Fri, 11 Feb 2022 11:31:40 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:35314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243100AbiBKQbj (ORCPT ); Fri, 11 Feb 2022 11:31:39 -0500 Received: from mail-pj1-x1035.google.com (mail-pj1-x1035.google.com [IPv6:2607:f8b0:4864:20::1035]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D3F9CCB for ; Fri, 11 Feb 2022 08:31:38 -0800 (PST) Received: by mail-pj1-x1035.google.com with SMTP id om7so8538508pjb.5 for ; Fri, 11 Feb 2022 08:31:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=Hv55MHrUjWPg6SLvcoUYwj9EYcyXIsOpD2RebB8dtAA=; b=tOIBEYmlz923nLvZzzWPSrWLENFBs9a+1t7cAfDrrKsThHYe3+YFOpjT4VmNYFBx0o wwBczxHJnOEV6NHvDkAvuWg77YDCZxg/dN6ysW3MGUdOJ9iCQmBT03ipUOcplgkdArJ9 qUZWwhKhA9ErhQb5jh4VON/uRE9hoAN3dU1ryeOWNvaOrEqAJwJMGqyHiYQQoDukNJeG H0Py5wuA+9p6GTQnWixAns0r2MSJH2nWERUG5BlPwRFWXQ2fvZ1l8scvZoquvWVPUEMF 1YXPKCBGvTy4ysboZuRRuiofdlLKEORI2FzIEtb1uTNIZwLWoDyGiNjdMK2SQQissd/U QpiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Hv55MHrUjWPg6SLvcoUYwj9EYcyXIsOpD2RebB8dtAA=; b=me3pvIHHkGhv7Vse2ohvnxAlQFXV4vWT84HgX4SwKDF04aY4hyiRMwRDh+IGeEEiUL 7Qm4M8yhyFNx3Z4g3mgRZWb8cPTXxAoA9XiJrfyZir2TtEQ5wwafnc6pR8XbheLa5rrR gmGl2LeVAe4AP3MWxUyLoA6XD+91G6YHjsYYJVTd8kt468n9Ne5LM14tVM6my5np6165 CTjsbLds65o/eCiKFpoHuewh5GJGtv06r7J6SbC+Zbaig4TJ+gW3PTAZqAHPe6fApzud pT9s/8/1j348M8Y+ht2Cv8e+MnbJwrV62v/JYEYCuAZsVTQW4nD9KsDy7rwdmL6439xY ig0Q== X-Gm-Message-State: AOAM533b9iFdD1bs5KSuWQH4WEis+XysfN55356Ejf5FvnXHC9cnBWLZ JtrU0UryU6XARD6XKmIu8NzZ3A== X-Google-Smtp-Source: ABdhPJxZb5PmAI77baHoWMCjmV7utFuCtkKMJn807ck5hrUSOvsfEfEAfZWcWz85hbhRu/eFPCB6JQ== X-Received: by 2002:a17:903:41ce:: with SMTP id u14mr2227983ple.49.1644597097432; Fri, 11 Feb 2022 08:31:37 -0800 (PST) Received: from google.com (157.214.185.35.bc.googleusercontent.com. [35.185.214.157]) by smtp.gmail.com with ESMTPSA id q2sm5656813pjj.32.2022.02.11.08.31.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Feb 2022 08:31:36 -0800 (PST) Date: Fri, 11 Feb 2022 16:31:33 +0000 From: Sean Christopherson To: Wanpeng Li Cc: Paolo Bonzini , Lai Jiangshan , LKML , kvm , Maxim Levitsky , Lai Jiangshan Subject: Re: [PATCH 0/3] KVM: x86: Fixes for kvm/queue Message-ID: References: <20211216021938.11752-1-jiangshanlai@gmail.com> <7fc9348d-5bee-b5b6-4457-6bde1e749422@redhat.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 Fri, Feb 11, 2022, Wanpeng Li wrote: > On Tue, 21 Dec 2021 at 04:13, Paolo Bonzini wrote: > > > > On 12/16/21 03:19, Lai Jiangshan wrote: > > > From: Lai Jiangshan > > > > > > Patch 1 and patch 2 are updated version of the original patches with > > > the same title. The original patches need to be dequeued. (Paolo has > > > sent the reverting patches to the mail list and done the work, but I > > > haven't seen the original patches dequeued or reverted in the public > > > kvm tree. I need to learn a bit more how patches are managed in kvm > > > tree.) > > > > This cycle has been a bit more disorganized than usual, due to me taking > > some time off and a very unusual amount of patches sent for -rc. > > Usually kvm/queue is updated about once a week and kvm/next once every > > 1-2 weeks. > > Maybe the patch "Revert "KVM: VMX: Save HOST_CR3 in > vmx_prepare_switch_to_guest()"" is still missing in the latest > kvm/queue, I saw the same warning. It hasn't made it way to Linus either.