Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753331AbdF0Rg5 (ORCPT ); Tue, 27 Jun 2017 13:36:57 -0400 Received: from verein.lst.de ([213.95.11.211]:45095 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752042AbdF0Rgx (ORCPT ); Tue, 27 Jun 2017 13:36:53 -0400 Date: Tue, 27 Jun 2017 19:36:40 +0200 From: Christoph Hellwig To: Russell King - ARM Linux Cc: Christoph Hellwig , Vladimir Murzin , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, sza@esh.hu, arnd@arndb.de, gregkh@linuxfoundation.org, akpm@linux-foundation.org, alexandre.torgue@st.com, robin.murphy@arm.com, kbuild-all@01.org, benjamin.gaignard@linaro.org, m.szyprowski@samsung.com, Joerg Roedel , Christian Borntraeger , Michal Nazarewicz , Alan Stern , Yoshinori Sato , Rich Felker , Roger Quadros , Rob Herring , Mark Rutland , Doug Ledford Subject: Re: [PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU Message-ID: <20170627173640.GA375@lst.de> References: <1498468741-12020-1-git-send-email-vladimir.murzin@arm.com> <20170627152753.GA29186@lst.de> <20170627165416.GP4902@n2100.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170627165416.GP4902@n2100.armlinux.org.uk> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 765 Lines: 15 On Tue, Jun 27, 2017 at 05:54:17PM +0100, Russell King - ARM Linux wrote: > On Tue, Jun 27, 2017 at 05:27:53PM +0200, Christoph Hellwig wrote: > > I've applied patches 1, 3 and 4 to the dma-mapping tree. 2 will need > > a respin for less code duplication. I'd be happy to take 5,6 and 7 if > > Russell is fine with that. > > If Vladimir is okay with those going in without patch 2, then I'm > happy - I seem to remember a mail from Vladimir stating that they > depended on some of the previous patches, but I don't know which. > > Acked-by: Russell King Thanks, I'll add them. Patch 2 only adds optional mmap functionality, so it's not really required. Although I'd really like to see a fixed up version that I can merge anyway.