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 AB02278682; Wed, 6 Mar 2024 12:11:02 +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=1709727064; cv=none; b=NaNK5e45TXa5npheTPX1H/ZZ0lap6TEyrzh9bBtUbqRn2KSufuuSt5vKsRG8ybpCGO2RFe8rNJfJA2wdRydJfNPMY5FN4knwm0c2ct9doZ02YO+kZwgZg5lAp+0OJET86OcUISw4JgnRD1qDFwVZcLKnmrxE35ED2To5n5u+a70= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709727064; 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=us3XkymbegQ9TwFAKu3eMEX8gnSzu5J2yrxXC4TJUhqHa9cujxJ/wQixzdeD9k8ukoHe48OUKsiXG+UwQUz/56d2LlZ8tOwBq3kvxVoKC55yOf5LkKCP59QO027baoWh7KeuqcNz/n7aJ3uQL5JdnwPIHMWBqSdyoZo+MwLQEB0= 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: linux-kernel@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: <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.