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 32902C77B7A for ; Tue, 16 May 2023 23:12:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230494AbjEPXL7 (ORCPT ); Tue, 16 May 2023 19:11:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229658AbjEPXL4 (ORCPT ); Tue, 16 May 2023 19:11:56 -0400 Received: from mail-pl1-x649.google.com (mail-pl1-x649.google.com [IPv6:2607:f8b0:4864:20::649]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4959149CC for ; Tue, 16 May 2023 16:11:55 -0700 (PDT) Received: by mail-pl1-x649.google.com with SMTP id d9443c01a7336-1ae4a0b5a90so1263955ad.1 for ; Tue, 16 May 2023 16:11:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20221208; t=1684278715; x=1686870715; h=content-transfer-encoding:cc:to:from:subject:message-id:references :mime-version:in-reply-to:date:from:to:cc:subject:date:message-id :reply-to; bh=Vy9cnxdi/Kt1r7giZiNimssgKy53ZU01/HMnFiDIX5o=; b=W5MbdP/JLglW0MFVW/4S2icBwEJjF8Ym0ZyIgAK3/HFEJcU5VIyvy1NwDpazTDlcWL NYNfsHKrT1IGE33Cy+q2hHoKBqKiSBaIYYrHHujFhsPELAoKzFznj+amZmZsxZiQZ/yP 1mTbHe9WRXs9yIMLGTO6VNg+KbnkzcVGQnTI5Gt9Mx6xcMJ6ODxlZ8RXzmk2TabmZfGt keKKQuYgx1i2izeA4buO+WgYhyhRbYTdfpQKJilNr2+n4/xABLXPHoZ1JmCK/tfzEVT5 zDoIpjp1BbxuGO+hLAvgwhSRvN7XUa7t1q0tlPLp2PDMeImlGyt2BKvD9Cqj1dK1OAea DUeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684278715; x=1686870715; h=content-transfer-encoding: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=Vy9cnxdi/Kt1r7giZiNimssgKy53ZU01/HMnFiDIX5o=; b=DS8L4dc3UfpQ02U2iG2sJoz0JDqv7oXiJ7LpXWoFHHgm5vtsWrqTg3X7uvjhAkfJXm ty+Z8WP0FruYyM/iwpJvPPwBuwNrClhDn+FqzaforqB2PC9zdakj6CppiDBcYNLqdfqs +UxbFOAKqF/zxVvRwBNtE2LHYNWSsu/E1QYVREA4OrYZ/51NC0tgocH06K1ZzG7vDbG7 wYdnVPLPRmbH4FGK/Wghk0jlFUAhq8bHRRiUFjSU1aUfQ2cQZjHX8nd+pt++daUvfF7Y K6V8LPnDo+OB94hr5mpY6QyAuS45DTQgzsno9QQTZr5GkQT6mghU36IDfwnrHITXw7ic WUtw== X-Gm-Message-State: AC+VfDxt6rw9KXPdx8FpAyI/8qFKjN80Qs3cpH9Pc45iGyK0Ct9hz5E1 mBkQxEQbVP6wAgriFMsJXbsbhAPHZdw= X-Google-Smtp-Source: ACHHUZ60FkRU5dvymYwQ0l72xzrClmfH0NiXOrfFeiJFy6q6dGZojiHnaSsel+tktd0eg4omGFIrK9vtGn0= X-Received: from zagreus.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:5c37]) (user=seanjc job=sendgmr) by 2002:a17:902:f908:b0:1ae:4d1c:1282 with SMTP id kw8-20020a170902f90800b001ae4d1c1282mr426459plb.7.1684278714788; Tue, 16 May 2023 16:11:54 -0700 (PDT) Date: Tue, 16 May 2023 16:11:53 -0700 In-Reply-To: Mime-Version: 1.0 References: <20220225012959.1554168-1-jmattson@google.com> Message-ID: Subject: Re: [PATCH] KVM: VMX: Fix header file dependency of asm/vmx.h From: Sean Christopherson To: Jim Mattson Cc: kvm@vger.kernel.org, pbonzini@redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Tue, May 16, 2023, Jim Mattson wrote: > On Thu, Feb 24, 2022 at 5:32=E2=80=AFPM Sean Christopherson wrote: > > > > On Thu, Feb 24, 2022, Jim Mattson wrote: > > > From: Jacob Xu > > > > > > Include a definition of WARN_ON_ONCE() before using it. > > > > > > Fixes: bb1fcc70d98f ("KVM: nVMX: Allow L1 to use 5-level page walks f= or nested EPT") > > > Cc: Sean Christopherson > > > Signed-off-by: Jacob Xu > > > [reworded commit message; changed to ] > > > Signed-off-by: Jim Mattson > > > --- > > > arch/x86/include/asm/vmx.h | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/arch/x86/include/asm/vmx.h b/arch/x86/include/asm/vmx.h > > > index 0ffaa3156a4e..447b97296400 100644 > > > --- a/arch/x86/include/asm/vmx.h > > > +++ b/arch/x86/include/asm/vmx.h > > > @@ -14,6 +14,7 @@ > > > > > > #include > > > #include > > > +#include > > > > Paolo, any chance you want to put these in alphabetical order when appl= ying? :-) > > > > Reviewed-by: Sean Christopherson > > > > > #include > > > #include > > > >=20 > Ping. I'll grab this for 6.5 unless Paolo beats me to the punch.