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 90EC2C433EF for ; Tue, 1 Mar 2022 15:08:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235561AbiCAPIx (ORCPT ); Tue, 1 Mar 2022 10:08:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59694 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235517AbiCAPIt (ORCPT ); Tue, 1 Mar 2022 10:08:49 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B3A425C35F for ; Tue, 1 Mar 2022 07:08:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1646147286; 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=GJBNkRO9XUqj+VRCxw0Fs8Dgd3aPkD5MJVI2YT6rKqkZi4cUrGelKV2bqG/m2c+s1Jxx92 YJcmDGoekNGzDVC4D6y5QpJ6sXZa7WTmRrjC6U0HQOUNOnPiw3hizFoFrVDktSIHseuVzn U2VyQv0/qqj+R/VJD7IY+tlAX3+yTTE= 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-55-FL4-3m-XPqqTlSjY-C5W_g-1; Tue, 01 Mar 2022 10:08:03 -0500 X-MC-Unique: FL4-3m-XPqqTlSjY-C5W_g-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E12D0180FD75; Tue, 1 Mar 2022 15:08: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 0D112866C4; Tue, 1 Mar 2022 15:08:00 +0000 (UTC) From: Paolo Bonzini To: Sean Christopherson Cc: Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Alper Gun , Peter Gonda Subject: Re: [PATCH] KVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errors Date: Tue, 1 Mar 2022 10:07:59 -0500 Message-Id: <20220301150759.171595-1-pbonzini@redhat.com> In-Reply-To: <20220225205209.3881130-1-seanjc@google.com> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Queued, thanks. Paolo