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 E4872C433FE for ; Tue, 1 Mar 2022 20:18:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237965AbiCAUSs (ORCPT ); Tue, 1 Mar 2022 15:18:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50988 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238057AbiCAUR6 (ORCPT ); Tue, 1 Mar 2022 15:17:58 -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 A39957C7BD for ; Tue, 1 Mar 2022 12:16:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1646165815; 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=dBA/t+FeZRI5Kq/r5TLGWNo1o9VaBYsxwMBf0AD50FZIltLIa+FDhGrOWToRpm9+bexdmI ATXOyrQUjLFBl1dyqK4EQuGKaOmQJ8GZoCCoT+OhVp0N2bhiQMRfAv/54lwB5PVf5kR3hS XpfE/wNqLGcsLohLr/9sVRfjTnoGB3w= 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-328-DyU1liEjMcWCCbsXWKum_Q-1; Tue, 01 Mar 2022 15:16:54 -0500 X-MC-Unique: DyU1liEjMcWCCbsXWKum_Q-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8CECA180A088; Tue, 1 Mar 2022 20:16:51 +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 AE41E3059F; Tue, 1 Mar 2022 20:16:50 +0000 (UTC) From: Paolo Bonzini To: Like Xu Cc: Sean Christopherson , kvm@vger.kernel.org, Wanpeng Li , Jim Mattson , Vitaly Kuznetsov , Joerg Roedel , linux-kernel@vger.kernel.org Subject: Re: [PATCH] KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots() Date: Tue, 1 Mar 2022 15:16:39 -0500 Message-Id: <20220301201639.198312-1-pbonzini@redhat.com> In-Reply-To: <20220301124941.48412-1-likexu@tencent.com> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Queued, thanks. Paolo