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 146B2E92FCF for ; Fri, 6 Oct 2023 00:50:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229592AbjJFAuJ (ORCPT ); Thu, 5 Oct 2023 20:50:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229512AbjJFAuI (ORCPT ); Thu, 5 Oct 2023 20:50:08 -0400 Received: from mail-pj1-x104a.google.com (mail-pj1-x104a.google.com [IPv6:2607:f8b0:4864:20::104a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4824CD8 for ; Thu, 5 Oct 2023 17:50:07 -0700 (PDT) Received: by mail-pj1-x104a.google.com with SMTP id 98e67ed59e1d1-277277fd56aso1221629a91.2 for ; Thu, 05 Oct 2023 17:50:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20230601; t=1696553407; x=1697158207; darn=vger.kernel.org; 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=wUKYaImsjspTkj35EmmP6AWb1lj7L35RrtfieUZ1qUI=; b=0U+qyVpdmdWTJEtIcRwJQD59/oeZeLdW3Y+arhBAE8m4UXylbOXrYL7BulZGYuKwkd iWM3AXzm3XXY5b7weIhiMOOsjXdOZb1LDGxj1vgudU48UE7JwrWq0SZcunVd7O1IwKOi 2ssk/xo9wMmZwZO2WGfemRoWNCBmdbGFMa/oMKl0dvF2wj5GsLNZXLyhE4+MRG7bbhd9 BGrm6q/6P7cb8fK4+K75fQWphGgmviHItd94LO4jDFBqCmYBm6tohkupSQZyfukBbruu vEpTcNbs5b4Ud0ajtjGyPB7P0l5SJI2pduVms15Lh0SomSTTb5M4VCQ/3tzk1taDyrqe d9Kw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696553407; x=1697158207; 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=wUKYaImsjspTkj35EmmP6AWb1lj7L35RrtfieUZ1qUI=; b=HiKOqignwjTto3vmstdkyBRJXEY2B8DNNT/70mlx6Ic2qThWn3u2LT8JgqhQMLRRQq lAx3pakMpwPC1Yrdho6CNCdYEIYaw40DN/ZyEzpey1rv3ItQWovNTQca0OCL/7DQEGz9 zrxr730ZNEhYEfdfAH9wjZCm7dk0o/ftkx54nT/avVpWSF/UI50EebwXm70bSEhyY8uG XeIeCy3rWkKTuiahjT2ajCnA2pPDNYib+sMKwQAnnA9JQNp0afxBZv2CzYKV7X3bLCb8 st/IwWP4qguEZYJ29jqpT5rgwKeEU6CWW4a0GnBqT08i6zyhm9XCTs4MvcB6c4yxx1ZI VGNg== X-Gm-Message-State: AOJu0Yy4NLFwJxVOU+6aZ6tYs8VNOWi9D98tl8OV2rvsswT0ppR1f3L/ tgB2fR/256XUf0j8odCANfQp9HBuCLE= X-Google-Smtp-Source: AGHT+IHB5RmrKOskOylaYL6DvQ4b1ZS9uRLE4Iik3gpdpLjnMO7aKe5cKex0AzR/xQh5n/r9N7Cw6pHUjgY= X-Received: from zagreus.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:5c37]) (user=seanjc job=sendgmr) by 2002:a17:90a:f68d:b0:268:2de3:e6b2 with SMTP id cl13-20020a17090af68d00b002682de3e6b2mr110146pjb.5.1696553406559; Thu, 05 Oct 2023 17:50:06 -0700 (PDT) Date: Thu, 5 Oct 2023 17:50:05 -0700 In-Reply-To: Mime-Version: 1.0 References: <20230714064656.20147-1-yan.y.zhao@intel.com> <169644820856.2740703.143177409737251106.b4-ty@google.com> Message-ID: Subject: Re: [PATCH v4 00/12] KVM: x86/mmu: refine memtype related mmu zap From: Sean Christopherson To: Kai Huang Cc: "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Yan Y Zhao , "robert.hoo.linux@gmail.com" , "pbonzini@redhat.com" , Chao Gao , "yuan.yao@linux.intel.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 Wed, Oct 04, 2023, Sean Christopherson wrote: > On Thu, Oct 05, 2023, Kai Huang wrote: > > On Wed, 2023-10-04 at 18:29 -0700, Sean Christopherson wrote: > > > [4/5] KVM: x86/mmu: Xap KVM TDP when noncoherent DMA assignment start= s/stops > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 https://github.com/kvm-x86/linux/commi= t/3c4955c04b95 > >=20 > > Xap -> Zap? :-) >=20 > Dagnabbit, I tried to capitalize z =3D> Z and hit the wrong key. I'll fi= xup. LOL, the real irony is that this particular patch also has this in the chan= gelog: [sean: fix misspelled words in comment and changelog] Anyways, fixed. New hashes are: [4/5] KVM: x86/mmu: Zap KVM TDP when noncoherent DMA assignment starts/stop= s https://github.com/kvm-x86/linux/commit/539c103e2a13 [5/5] KVM: VMX: drop IPAT in memtype when CD=3D1 for KVM_X86_QUIRK_CD_NW_CL= EARED https://github.com/kvm-x86/linux/commit/10ed442fefdd