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 4A5A8CE7A81 for ; Mon, 25 Sep 2023 09:34:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233236AbjIYJeb (ORCPT ); Mon, 25 Sep 2023 05:34:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57634 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230429AbjIYJe3 (ORCPT ); Mon, 25 Sep 2023 05:34:29 -0400 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CE765C0 for ; Mon, 25 Sep 2023 02:34:22 -0700 (PDT) Received: from 8bytes.org (pd9fe9df8.dip0.t-ipconnect.de [217.254.157.248]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 2EB521A21D7; Mon, 25 Sep 2023 11:34:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1695634461; bh=9EMyY5icWOUKHmM/HD5jhz25I/xMaeIP7LGCoBAqU8Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JW1bTEQAtzolhcJGyMSk1JJnGTGMWrJX4VGRLsq5dTl1tsTR03PS7GztOG4tbEzOW Pw0SmIVNYwNPPGr9T55Kp4Oaep6qXraD5GyxV2tDLNsQGL0urE7VQrGLjJM7Ap4nC/ UNmMZfEtSzxJ5sviUkTnlUGb8TN7B1efPJ7SlPzQg59WRj5cy5DawrWDm5QLp9OOGG g7Dz3mX9dGtXKBgLwUSI0aBSdAnFLIin0giZHumTz4HI0MdfW0B9tEy1mJaRuz/URj zDKlPht2f0us41XvDllABOdgN/Gr8EF2iDMZzJtmDIZNFEHVVCpqqcl/L+0sdtoEJy O6CN1E8E/RP4Q== Date: Mon, 25 Sep 2023 11:34:19 +0200 From: Joerg Roedel To: Yong Wu Cc: Will Deacon , Matthias Brugger , Robin Murphy , AngeloGioacchino Del Regno , iommu@lists.linux.dev, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Laura Nao Subject: Re: [PATCH] iommu/mediatek: Fix share pgtable for iova over 4GB Message-ID: References: <20230819081443.8333-1-yong.wu@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230819081443.8333-1-yong.wu@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 19, 2023 at 04:14:43PM +0800, Yong Wu wrote: > Fixes: cf69ef46dbd9 ("iommu/mediatek: Fix two IOMMU share pagetable issue") > Reported-by: Laura Nao > Closes: https://lore.kernel.org/linux-iommu/20230818154156.314742-1-laura.nao@collabora.com/ > Signed-off-by: Yong Wu > --- > Base on next-20230818. > --- Applied for v6.6, thanks.