From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 460E93F9ED; Mon, 22 Apr 2024 06:37:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713767862; cv=none; b=QPnyx0WzX/Df2OSk2+wIUff4WI8gUJzSznsVEA4co8tSl6Qu0ddVBsUYGsD8F6DXeEKflXHbPI5MFjtAk95wUn6f4vh+h9N9eQphTC5xpUkxPdebxuD6u9gJn/beROlchzGq8CTqb/yeTHid04AffG1r3x22t502H8tpAxgEqk8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713767862; c=relaxed/simple; bh=JC1IIk6PjUEaa0fE6CEQRFVeHjWHlAFA0r0s8+x8o4E=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=L0UYrwxlm8p9f9GMaDNrS/ZRBsaUV9vIU7HSgYRgv4VsuACuALjQ786ydOeyvWNvKafXbaD5O7DV/gYjHBsguK8C27pALD9uYCQRLp5JdiTlbyLagTJMvK4Y94xiUZRaHNCqTxMWv+zZrYjRgrTBpsuAu7k9jdA2xdXXOC6oO88= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 4A37E227A87; Mon, 22 Apr 2024 08:37:34 +0200 (CEST) Date: Mon, 22 Apr 2024 08:37:34 +0200 From: Christoph Hellwig To: Robin Murphy Cc: Joerg Roedel , Christoph Hellwig , Vineet Gupta , Russell King , Catalin Marinas , Will Deacon , Huacai Chen , WANG Xuerui , Thomas Bogendoerfer , Paul Walmsley , Palmer Dabbelt , Albert Ou , Lorenzo Pieralisi , Hanjun Guo , Sudeep Holla , "K. Y. Srinivasan" , Haiyang Zhang , Wei Liu , Dexuan Cui , Suravee Suthikulpanit , David Woodhouse , Lu Baolu , Niklas Schnelle , Matthew Rosato , Gerald Schaefer , Jean-Philippe Brucker , Rob Herring , Frank Rowand , Marek Szyprowski , Jason Gunthorpe , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org, iommu@lists.linux.dev, devicetree@vger.kernel.org Subject: Re: [PATCH v4 0/7] iommu, dma-mapping: Simplify arch_setup_dma_ops() Message-ID: <20240422063734.GA3750@lst.de> References: Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) On Fri, Apr 19, 2024 at 05:54:39PM +0100, Robin Murphy wrote: > v3: https://lore.kernel.org/linux-iommu/cover.1707493264.git.robin.murphy@arm.com/ > > Hi all, > > Since this ended up missing the boat for 6.9, here's a rebase and resend > with the additional tags from v3 collected. And just to clarify: I expect this to go in through the iommu tree. If you need further action from me, just let me know.