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 C13BE4C6E for ; Wed, 6 Mar 2024 12:11:00 +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=1709727063; cv=none; b=B+zfiCgtJGncsz67ybuoP4JvJdStIairo4+hV+AH3Jppx0Pb3hKZ9x0XAUY2oIjIYtLAc9oqYhsZraNtVDUxVfu8OauhhCsC+mbaoYzck+Z7bYQ88U5dOSNKRDG11tPd/DMMBAPYWmzO5bU5y/xWyvywSKQFUPzvdJ7k000wQ0s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709727063; c=relaxed/simple; bh=7j6dt+UHhsO4ubeQd/eukm+188h+1cgVkv+vI6q0w1U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HWHJ5zPUwk5xnCsu0FKW1NYOwUXr8UmamdiMcnU+ZaBYs1HR6Pvz0O+oM5XBcR+PnwEwE/PLA/th3s+xPiZlilz58cFJZlKa5dQW8IMpjds6XE6RSVNycuXpmg4F2PHBJ7NeXmij6fcsdS2s1JrZnuu5dDcSEzQ+L6jcEz1MYJg= 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 772C368C4E; Wed, 6 Mar 2024 13:10:50 +0100 (CET) Date: Wed, 6 Mar 2024 13:10:50 +0100 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 v3 0/7] dma-mapping: Simplify arch_setup_dma_ops() Message-ID: <20240306121050.GA8863@lst.de> References: <6af5e7da-08ba-4fc7-8e57-863377182142@arm.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: <6af5e7da-08ba-4fc7-8e57-863377182142@arm.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Wed, Mar 06, 2024 at 12:02:41PM +0000, Robin Murphy wrote: > Are either of you happy to pick this series up now that we have Hanjun's > acks for the IORT parts? As it stands it still applies cleanly to both > iommu/next and dma/for-next. I do have some followup IOMMU patches prepared > already (continuing to delete more code, yay!), but I don't want to get too > far ahead of myself. I expected this to go in through the iommu tree. But if Joerg want the series (or part of it) to go through the dma-mapping tree I'd be happy to pick it up ASAP.