From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id AC85910798 for ; Mon, 7 Aug 2023 12:38:12 +0000 (UTC) Received: from 8bytes.org (pd9fe94eb.dip0.t-ipconnect.de [217.254.148.235]) (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 3930A2802BA; Mon, 7 Aug 2023 14:38:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1691411891; bh=zgStjqrHXymFycSwbO5NCs1NsB4Ai/SbJR1ziFTMpt8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dkgx2aSc0eZuHjJK98+sPhnqVw/fg2b6hm1G9v/5JH0V8rbksLJ9mmWWB/GysxD3N BGOBR56VSISEytRrkdK2z38j3dHYL/jHqS4esw6yEYcrhckA5qOoF59JL7d9+6vkqh IUD1pv0Jsk7Y1UZpo+Y5C9+v60l8FII8oUzg7T/xqC286PR8nf0ofxTBit0L3/EFY+ 4zaTP0JIU0KRqoY1yXPSmdftJkiuCSepTu3iuk+ftByXsf+3HmxSZ/UrWTeJIIfNpR /WH4ZdlMUDMllg8h5+q2Nf5CN3rRbRr0gyesO9fYtNMPDQ9Wy98sEXLYPJYZXD69GR n4R0MsbvEPnEQ== Date: Mon, 7 Aug 2023 14:38:10 +0200 From: Joerg Roedel To: Yoshihiro Shimoda Cc: will@kernel.org, robin.murphy@arm.com, iommu@lists.linux.dev, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v4] iommu/ipmmu-vmsa: Allow PCIe devices Message-ID: References: <20230728014659.411751-1-yoshihiro.shimoda.uh@renesas.com> Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230728014659.411751-1-yoshihiro.shimoda.uh@renesas.com> On Fri, Jul 28, 2023 at 10:46:59AM +0900, Yoshihiro Shimoda wrote: > drivers/iommu/ipmmu-vmsa.c | 5 +++++ > 1 file changed, 5 insertions(+) Applied, thanks.