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 488FEC433EF for ; Fri, 25 Feb 2022 09:59:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239318AbiBYKAF (ORCPT ); Fri, 25 Feb 2022 05:00:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239301AbiBYKAA (ORCPT ); Fri, 25 Feb 2022 05:00:00 -0500 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 55852235308 for ; Fri, 25 Feb 2022 01:59:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1645783168; 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=BJH3aFHdOKjB8w5airZ5XOtsQZqURw4RLNql89oU5fUY+E12gWs/A5KJ93TQYQe+djc7uF ScIbN/FGFu+nOKphEh6+Sijc1STWeTLdo4uuNKSUA2TnWg+ACDYimxKiD2t84GFiTJVqmv 1powADiZmPBrYMeicZugdpYBJBxrbyI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-516-0ZyelL3mM5-L5JHtWGBSmQ-1; Fri, 25 Feb 2022 04:59:25 -0500 X-MC-Unique: 0ZyelL3mM5-L5JHtWGBSmQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BD899FC81; Fri, 25 Feb 2022 09:59:23 +0000 (UTC) Received: from avogadro.lan (unknown [10.39.193.11]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3D2F27B6C5; Fri, 25 Feb 2022 09:59:20 +0000 (UTC) From: Paolo Bonzini To: Sean Christopherson Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , Like Xu Subject: Re: [PATCH] KVM: x86: Reacquire kvm->srcu in vcpu_run() if exiting on pending signal Date: Fri, 25 Feb 2022 10:59:07 +0100 Message-Id: <20220225095907.478995-4-pbonzini@redhat.com> In-Reply-To: 20220224190609.3464071-1-seanjc@google.com References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Queued, thanks. Paolo