From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:40612 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727486AbfJaNip (ORCPT ); Thu, 31 Oct 2019 09:38:45 -0400 Date: Thu, 31 Oct 2019 06:38:31 -0700 From: Christoph Hellwig Subject: Re: [PATCH RFC 1/5] dma/direct: turn ARCH_ZONE_DMA_BITS into a variable Message-ID: <20191031133831.GA21509@infradead.org> References: <20191014183108.24804-1-nsaenzjulienne@suse.de> <20191014183108.24804-2-nsaenzjulienne@suse.de> <20191030214914.GA15939@infradead.org> <8c525f66c1c0d9f07e0cff4948d1ec3229756220.camel@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8c525f66c1c0d9f07e0cff4948d1ec3229756220.camel@suse.de> Sender: linux-s390-owner@vger.kernel.org List-ID: To: Nicolas Saenz Julienne Cc: Christoph Hellwig , Robin Murphy , linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, Marek Szyprowski , mbrugger@suse.com, f.fainelli@gmail.com, wahrenst@gmx.net, Catalin Marinas , Will Deacon , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org On Thu, Oct 31, 2019 at 11:30:36AM +0100, Nicolas Saenz Julienne wrote: > On Wed, 2019-10-30 at 14:49 -0700, Christoph Hellwig wrote: > > On Mon, Oct 14, 2019 at 08:31:03PM +0200, Nicolas Saenz Julienne wrote: > > > Some architectures, notably ARM, are interested in tweaking this > > > depending on their runtime DMA addressing limitations. > > > > > > Signed-off-by: Nicolas Saenz Julienne > > > > Do you want me to pick this up for the 5.5 dma-mapping tree, or do you > > want me to wait for the rest to settle? > > I'd say take it, this will be ultimately needed once we push forward with ARM. Can you resend a version that applies against 5.4-rc? The current one has conflicts in the arm64 code.