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 B408BC83F14 for ; Tue, 29 Aug 2023 17:17:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236126AbjH2RQ6 (ORCPT ); Tue, 29 Aug 2023 13:16:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237798AbjH2RQp (ORCPT ); Tue, 29 Aug 2023 13:16:45 -0400 Received: from mail-yw1-x114a.google.com (mail-yw1-x114a.google.com [IPv6:2607:f8b0:4864:20::114a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2A0FCD7 for ; Tue, 29 Aug 2023 10:16:21 -0700 (PDT) Received: by mail-yw1-x114a.google.com with SMTP id 00721157ae682-58c8cbf0a0dso104940217b3.1 for ; Tue, 29 Aug 2023 10:16:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20221208; t=1693329340; x=1693934140; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:from:to:cc:subject:date:message-id:reply-to; bh=szAtscjFMS4L+N9zWMLu0nK7Jc3CUSxoaHycgdXGaV0=; b=gyDH4Cz3RakTcFuZVyoHLj3LfGM3O6UX3cK6GxHf8h382DbiY0LJX8gqYIu3MhIYxn 2GnmKLfCRtKbbBj2rxE9xE/HV9JGj9Xo4mqEzvA6z1wC5jNX2gY2yr+2ns1cqyQ0HpG6 bnDUPXm6tuq8CSvYRmmCeM4KxOd/rfpd/R/nuGil+lhWakaivo31zZaf6IETHKTLY+nh NP89XobhKA58H+nEadY8iVCSuG04nDlkaOUz+oUTgqsFlipw+dA8KBFdXSWNOP2ilcPf YE0JSeijmCWf4blL78+lLfcBbvLzXw4Xc5lljp4OOqgsQvzcfgVoRt2TAOd+gOJBLww8 DGCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693329340; x=1693934140; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=szAtscjFMS4L+N9zWMLu0nK7Jc3CUSxoaHycgdXGaV0=; b=EfSrGEirGcm0OO9bb6iSrFGBS9g4L68DPj+BfdfY/wIQF2p3xADtCwlhRTIrypSHE+ URiqB1jDQR1ciur2WzxVVvZ0mBoFXDqMC5jqqYT4lI8GEUUGVA0werDba7mu7Abw56o1 xyNSUSvrtEPthfwsAWkLtRwXlg3ehrUC7Bi0bGckx20JUsXHw49SEhFCAWdyQP7AD93J 3TuP7SqeJebZc/vtuCrvHQktJmLIN7TrsNrE8EhYE50Xt5CujoIhHeXldTB0wl5sqEKU qXHfxj8M7vhVMc+tGKisJVFWY6O6q7f2wf7+S+XlH1yGfmuJqDvNcmgxQdMYnhS/rgR7 Ys7A== X-Gm-Message-State: AOJu0YzBmxEBW85nCuuvv40B9qgxr79Zn6UXPCT00ovAUexQzNDbJ1UZ +JoKEffAyHjjDXAJ6rDlV0R1v+2vIac= X-Google-Smtp-Source: AGHT+IGNeQsynQnjXOrWGXLtyGL5rb3TVeLftv6yvSl9m5aWq7NpTcAuXPfAthH2U/JyinQ9f+puLzqHfTE= X-Received: from zagreus.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:5c37]) (user=seanjc job=sendgmr) by 2002:a25:2ce:0:b0:ca3:3341:6315 with SMTP id 197-20020a2502ce000000b00ca333416315mr118079ybc.0.1693329339751; Tue, 29 Aug 2023 10:15:39 -0700 (PDT) Date: Tue, 29 Aug 2023 17:15:37 +0000 In-Reply-To: Mime-Version: 1.0 References: <20230825014532.2846714-1-seanjc@google.com> <169327846893.3063999.9479426554624511592.b4-ty@google.com> Message-ID: Subject: Re: [PATCH] KVM: VMX: Refresh available regs and IDT vectoring info before NMI handling From: Sean Christopherson To: Paolo Bonzini Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Like Xu Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 29, 2023, Paolo Bonzini wrote: > On 8/29/23 05:11, Sean Christopherson wrote: > > Applied to kvm-x86 vmx, gonna try to squeeze this into the initial 6.6 pull > > request as I got confirmation from another reporter that this fixed their > > problem[*]. I'll make sure to make note of this patch in the pull request to > > Paolo, worst case scenario I'll drop this one commit if Paolo spots something. > > > > https://lore.kernel.org/all/SY4P282MB10841E53BAF421675FCE991D9DE0A@SY4P282MB1084.AUSP282.PROD.OUTLOOK.COM/ > > > > [1/1] KVM: VMX: Refresh available regs and IDT vectoring info before NMI handling > > https://github.com/kvm-x86/linux/commit/50011c2a2457 > > I'm back, so feel free to add even the /wave I'll get pull requests sent out later today.