Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758886Ab2EXRzJ (ORCPT ); Thu, 24 May 2012 13:55:09 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]:28876 "EHLO rcsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756245Ab2EXRzD (ORCPT ); Thu, 24 May 2012 13:55:03 -0400 Date: Thu, 24 May 2012 13:47:41 -0400 From: Konrad Rzeszutek Wilk To: Alessandro Rubini Cc: linux-kernel@vger.kernel.org, x86@kernel.org, linux-ia64@vger.kernel.org, linux-mips@linux-mips.org, Giancarlo Asnaghi , Tony Luck , Fenghua Yu , Ralf Baechle , Guan Xuetao , Thomas Gleixner , Kyungmin Park , FUJITA Tomonori Subject: Re: [PATCH] swiotlb: add "dma_attrs" argument to alloc and free, to match dma_map_ops Message-ID: <20120524174741.GG24934@phenom.dumpdata.com> References: <20120524114422.GA25950@mail.gnudd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120524114422.GA25950@mail.gnudd.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet22.oracle.com [141.146.126.238] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1936 Lines: 43 On Thu, May 24, 2012 at 01:44:22PM +0200, Alessandro Rubini wrote: > The alloc and free pointers within "struct dma_map_ops" receive a > pointer to dma_attrs that was not present in the generic swiotlb > functions. For this reason, a few files had a local wrapper for the > free function that just removes the attrs argument before calling the > generic function. > > This patch adds the extra argument to generic functions and removes > such wrappers when they are no more needed. This also fixes a > compiler warning for sta2x11-fixup.c, that would have required yet > another wrapper. > > Signed-off-by: Alessandro Rubini > Acked-by: Giancarlo Asnaghi > Cc: Tony Luck > Cc: Fenghua Yu > Cc: Ralf Baechle > Cc: Guan Xuetao > Cc: Thomas Gleixner > Cc: Kyungmin Park > Cc: FUJITA Tomonori > Cc: Konrad Rzeszutek Wilk > --- > arch/ia64/kernel/pci-swiotlb.c | 11 ++--------- > arch/mips/cavium-octeon/dma-octeon.c | 4 ++-- > arch/unicore32/mm/dma-swiotlb.c | 22 ++-------------------- > arch/x86/kernel/pci-swiotlb.c | 11 ++--------- > arch/x86/pci/sta2x11-fixup.c | 3 ++- > include/linux/swiotlb.h | 7 ++++--- > lib/swiotlb.c | 5 +++-- So .. what is this based on? I see in mainline alloc_coherent and free_coherent which are obviously changed here. Don't you also need to change these two files: arch/x86/xen/pci-swiotlb-xen.c drivers/xen/swiotlb-xen.c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/