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 37015C433FE for ; Thu, 3 Nov 2022 13:36:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231511AbiKCNgO (ORCPT ); Thu, 3 Nov 2022 09:36:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230098AbiKCNgN (ORCPT ); Thu, 3 Nov 2022 09:36:13 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CBE5E14D10 for ; Thu, 3 Nov 2022 06:35:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667482513; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cyh9GNwkSeiWX8VVWJet6cmrStrv1Y1BhHYKMAKCy08=; b=Ap6CnhVzQCANnmgtUiH2el2g6vb/boGw9z4mLYQelgbhXmuyV1Ow6eQg6ca928MGpsBD4y RFKyIKV65ZDQ3kZJDz1uf7S6Kh151rMcgQHj4krjdyPGe9bz6jaL/S41LUu46XpqHnEcH7 kBqg047fNmFLjkynDnZNc/AvV9IcmRw= 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-621-Jyvwu7oAPNS9jpjojExOAA-1; Thu, 03 Nov 2022 09:35:09 -0400 X-MC-Unique: Jyvwu7oAPNS9jpjojExOAA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0D9162A5957E; Thu, 3 Nov 2022 13:35:09 +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 CFDD82024CC0; Thu, 3 Nov 2022 13:35:08 +0000 (UTC) From: Paolo Bonzini To: Ben Gardon Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Sean Christopherson , David Matlack , Anish Ghulati , Greg Thelen Subject: Re: [PATCH v2] KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit() Date: Thu, 3 Nov 2022 09:35:08 -0400 Message-Id: <20221103133508.4040134-1-pbonzini@redhat.com> In-Reply-To: <20221102205359.1260980-1-bgardon@google.com> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Queued, thanks. Paolo