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. 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 smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 170BAC433FE for ; Fri, 13 May 2022 13:02:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id AA6D9408B8; Fri, 13 May 2022 13:02:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ab7Fft7-LVCu; Fri, 13 May 2022 13:02:02 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp2.osuosl.org (Postfix) with ESMTPS id 5EDEC4011C; Fri, 13 May 2022 13:02:02 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 31708C0032; Fri, 13 May 2022 13:02:02 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by lists.linuxfoundation.org (Postfix) with ESMTP id 6D0E2C002D for ; Fri, 13 May 2022 13:02:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 54F5E401D8 for ; Fri, 13 May 2022 13:02:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IGTFOU-aZJFk for ; Fri, 13 May 2022 13:01:59 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from theia.8bytes.org (8bytes.org [81.169.241.247]) by smtp4.osuosl.org (Postfix) with ESMTPS id 878B2401D2 for ; Fri, 13 May 2022 13:01:59 +0000 (UTC) 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 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-Disposition: inline In-Reply-To: <20220507085204.16914-1-yf.wang@mediatek.com> Cc: wsd_upstream@mediatek.com, Will Deacon , open list , Libo Kang , "open list:IOMMU DRIVERS" , "moderated list:ARM/Mediatek SoC support" , Ning Li , Matthias Brugger , stable@vger.kernel.org, Logan Gunthorpe , "moderated list:ARM/Mediatek SoC support" X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" 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. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 25766C433EF for ; Fri, 13 May 2022 13:02:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=W3y/kdusIAx4urk17DLfy3/19N46w9avX4rp61K4pTU=; b=M6fbLhEOU6jd5M h8v5FJLQbyDYV9cpwkAEJey94QX5AlUMYloaZAJUKln390Ly5wpWCJJiEe+rDyewlnZRlhTvtZbhI JBj4vNT3k8xZTJiw5zMjEVBXDjwS3eAqzATFvjiL0Kwt0Aw0X4Lm0ynFqG8V9KbnNmSN0Fh0ZJA7P surX2WB13Fv/+xFof9fat9MVycYyhrPt5I7QFi3SNk8DbYSys81p4NJzTVbNdaR66bbfqE5w9YH0A M4BQLpGvSY1lpIdpei4Bik04Gkm697eue1AdP7hXhOIQw23vhcXki1JO74gBzZqXBYTEKMlaGAFUD /c4PMniv3+R0mXPqIHjQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1npUvp-00GA1y-LE; Fri, 13 May 2022 13:02:09 +0000 Received: from 8bytes.org ([81.169.241.247] helo=theia.8bytes.org) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1npUve-00G9yr-IB; Fri, 13 May 2022 13:01:59 +0000 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-Disposition: inline In-Reply-To: <20220507085204.16914-1-yf.wang@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220513_060158_795746_7F6C0CD0 X-CRM114-Status: UNSURE ( 7.49 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.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. _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7A99CC433FE for ; Fri, 13 May 2022 13:03:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0VVUOzpquwDmssQCWEh/f/qK4QxB1lOXZ6GHQRiMEcY=; b=lROkEbXa7NPMkG 0smpqiO4jZPIcBiywWShrPeoTt76AGZEwTGnQ5bVLupojzeE4uNXi5rx+3rLj7uZ55sGMKmZx4ObQ vLqVNF6iIrNVpq7MlnMDsPkTRWGpF0jSDBh9ij2fLfFCWZg+LVq+Jjc/FwxK8VI2onuLv4X8f6XSj 1MamPKUhYNvWSTaUYRGJ66SOZAuO+XEPRvX9uWdfFbLONqYxn0u2R/8q6e4ajWZ94+JAqmyRsn/Zs 23tdQfy5iqIGH6LkTZwwTBzrXtSmE3Cw0v+fw5jXOP6aI8CgTTD8//FcwgSXpdCHywUI0wF7aOhNS AzwaQrRVkO94PeDbB8ng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1npUvh-00G9zf-Hx; Fri, 13 May 2022 13:02:01 +0000 Received: from 8bytes.org ([81.169.241.247] helo=theia.8bytes.org) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1npUve-00G9yr-IB; Fri, 13 May 2022 13:01:59 +0000 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-Disposition: inline In-Reply-To: <20220507085204.16914-1-yf.wang@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220513_060158_795746_7F6C0CD0 X-CRM114-Status: UNSURE ( 7.49 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel