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 63B94C19F2D for ; Fri, 12 Aug 2022 07:58:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237799AbiHLH6R (ORCPT ); Fri, 12 Aug 2022 03:58:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237673AbiHLH6H (ORCPT ); Fri, 12 Aug 2022 03:58:07 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id ECB30A74F0 for ; Fri, 12 Aug 2022 00:58:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1660291084; 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=cyh9GNwkSeiWX8VVWJet6cmrStrv1Y1BhHYKMAKCy08=; b=LAYONsrNjaeBHlzjJ+3LzGEx4l/8k65eekPL+S032FtHmkap5PBgyw2df7O3E7ejeVOsSq 868BnYhk6O9gvGArTfhmcK564g9lZeGJqBFtmltmH8Fg1Mpe4acj50jr+WfZ4XtW/X+SHa O54mUl3WlKzrDuFScT1uAnjiKvb5IL4= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-260-Tfgno8OzOhWybxNkpLLcWw-1; Fri, 12 Aug 2022 03:58:01 -0400 X-MC-Unique: Tfgno8OzOhWybxNkpLLcWw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 750622919EA8; Fri, 12 Aug 2022 07:58:01 +0000 (UTC) Received: from virtlab701.virt.lab.eng.bos.redhat.com (virtlab701.virt.lab.eng.bos.redhat.com [10.19.152.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4EC2EC15BA8; Fri, 12 Aug 2022 07:58:01 +0000 (UTC) From: Paolo Bonzini To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Junaid Shahid Cc: seanjc@google.com, dmatlack@google.com Subject: Re: [PATCH v3] kvm: x86: mmu: Always flush TLBs when enabling dirty logging Date: Fri, 12 Aug 2022 03:58:00 -0400 Message-Id: <166029101188.410868.1663803767278714134.b4-ty@redhat.com> In-Reply-To: <20220810224939.2611160-1-junaids@google.com> References: <20220810224939.2611160-1-junaids@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Queued, thanks. Paolo