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 888FEC433EF for ; Fri, 13 May 2022 13:02:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1380516AbiEMNCD (ORCPT ); Fri, 13 May 2022 09:02:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1380503AbiEMNB7 (ORCPT ); Fri, 13 May 2022 09:01:59 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 712072F002; Fri, 13 May 2022 06:01:58 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id 23E6F4D2; Fri, 13 May 2022 15:01:57 +0200 (CEST) Date: Fri, 13 May 2022 15:01:55 +0200 From: Joerg Roedel To: yf.wang@mediatek.com Cc: Will Deacon , Matthias Brugger , Logan Gunthorpe , "open list:IOMMU DRIVERS" , open list , "moderated list:ARM/Mediatek SoC support" , "moderated list:ARM/Mediatek SoC support" , wsd_upstream@mediatek.com, Libo Kang , Yong Wu , Ning Li , stable@vger.kernel.org Subject: Re: [PATCH] iommu/dma: Fix iova map result check bug Message-ID: References: <20220507085204.16914-1-yf.wang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220507085204.16914-1-yf.wang@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 07, 2022 at 04:52:03PM +0800, yf.wang@mediatek.com wrote: > drivers/iommu/dma-iommu.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Applied, thanks.