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 X-Spam-Level: * X-Spam-Status: No, score=1.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLACK autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4077C34026 for ; Tue, 18 Feb 2020 11:55:47 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2BDE32173E for ; Tue, 18 Feb 2020 11:55:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="L27A9Sg3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2BDE32173E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48MK722cj1zDqfv for ; Tue, 18 Feb 2020 22:55:42 +1100 (AEDT) Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48MK4L62zQzDqMd for ; Tue, 18 Feb 2020 22:53:22 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=L27A9Sg3; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 48MK4K0wsLz9sRG; Tue, 18 Feb 2020 22:53:21 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1582026801; bh=L6BJzj9vw4s6lyjMRtWdcr4bYuLX+l2N7WBaWS3PrSs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=L27A9Sg33AuJloFv7jLtXn9oLaSa5FnYgBYQSu4Fl1GVoJgghoeJrvfkt7qnU/b1A 4D+UerBpjUUGus0szeu7dAcXRaebwtqzbKrMhEKcBCPc1fQW2qQyZFtgoRAAChVzY4 Ufdm9rGGjrrRgn8mXac/E9+CFd8+GK8f2Es1oqjbnrQUv8Oa+c57cmlCks7ZDDSWGO nPTZM5c0esile5FaTEvFb1LmGoUXe6lgwu6uFTiW1yWAiS3W0ZB3ivxdzM8PiPfLs3 oUaY/bQKb6psIgdgTCQokwPZvcLaSUYgpInhvMGGc14Fb4UMF7VlEKj+oZ4hY5mGcm T/irj+PT672Bg== From: Michael Ellerman To: Alexey Kardashevskiy , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH kernel v3] powerpc/book3s64: Fix error handling in mm_iommu_do_alloc() In-Reply-To: <52916c5e-7c4e-9b3e-8fbd-12dad8e00611@ozlabs.ru> References: <20191223060351.26359-1-aik@ozlabs.ru> <87mubjl27j.fsf@mpe.ellerman.id.au> <56e98c75-ea44-6805-4bd3-c41620834e9e@ozlabs.ru> <52916c5e-7c4e-9b3e-8fbd-12dad8e00611@ozlabs.ru> Date: Tue, 18 Feb 2020 22:53:20 +1100 Message-ID: <87zhdgdscv.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jan Kara , kvm-ppc@vger.kernel.org, David Gibson Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Alexey Kardashevskiy writes: > On 24/12/2019 10:32, Alexey Kardashevskiy wrote: ... >> >> I could rearrange the code even more but since there is no NVLink3 >> coming ever, I'd avoid changing it more than necessary. Thanks, > > Repost? Rework? I'll just take v3. cheers