Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932497AbWHCVgE (ORCPT ); Thu, 3 Aug 2006 17:36:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932526AbWHCVgE (ORCPT ); Thu, 3 Aug 2006 17:36:04 -0400 Received: from mail-fra.bigfish.com ([62.209.45.166]:20817 "EHLO mail11-fra-R.bigfish.com") by vger.kernel.org with ESMTP id S932497AbWHCVgD convert rfc822-to-8bit (ORCPT ); Thu, 3 Aug 2006 17:36:03 -0400 X-BigFish: VP X-Server-Uuid: 8C3DB987-180B-4465-9446-45C15473FD3E X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: IOMMU (Calgary) patches Date: Thu, 3 Aug 2006 16:35:13 -0500 Message-ID: <84EA05E2CA77634C82730353CBE3A84307E83EBE@SAUSEXMB1.amd.com> In-Reply-To: <20060803212537.GB14059@us.ibm.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: IOMMU (Calgary) patches Thread-Index: Aca3Q54Ou1cM0kS6Qy6O81Dp6ePDxQAAQLvg From: "Duran, Leo" To: "Jon Mason" cc: "Muli Ben-Yehuda" , "Andi Kleen" , linux-kernel@vger.kernel.org, discuss@x86-64.org X-OriginalArrivalTime: 03 Aug 2006 21:34:48.0829 (UTC) FILETIME=[A5764AD0:01C6B744] X-WSS-ID: 68CCB4721NW962018-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2683 Lines: 91 Jon, Many thanks. That helps. Leo. -----Original Message----- From: Jon Mason [mailto:jdmason@us.ibm.com] Sent: Thursday, August 03, 2006 4:26 PM To: Duran, Leo Cc: Muli Ben-Yehuda; Andi Kleen; linux-kernel@vger.kernel.org; discuss@x86-64.org Subject: Re: IOMMU (Calgary) patches On Thu, Aug 03, 2006 at 04:10:55PM -0500, Duran, Leo wrote: > Andi, Jon, Muli, > > I'm trying to build with the latest IOMMU patches for x86_64, so, I've > pulled down 2.6.17, and the 2.6.18-rc3 patches... But, that's obviously > lagging behind a bit. > > Is there a source tree that you guys work from? Hey Leo, I personally use the mercurial tree hosted on kernel.org (http://www.kernel.org/hg/linux-2.6). Alternatively, you can use git to access the latest tree. > (I'm hoping that there's a better mechanism than keeping track of > patches as they are submitted here). Andrew Morton is good about pulling in the IOMMU patches as soon as we push them. So the -mm kernel is an option. Andi also queues up the patches in his firstfloor repository. So you can pull the patches from there. So, if you can't wait for the latest kernel and don't want to get the latest kernel and patch it with Andi's patches on firstfloor, then the mm kernel will be the best option. But, the mercurial tree I mentioned above should be sufficient. Thanks, Jon > Leo Duran. > > -----Original Message----- > From: Muli Ben-Yehuda [mailto:muli@il.ibm.com] > Sent: Thursday, August 03, 2006 2:24 AM > To: Rolf Eike Beer > Cc: Andrew Morton; linux-kernel@vger.kernel.org; Andi Kleen; > discuss@x86-64.org > Subject: [discuss] Re: [PATCH] Move valid_dma_direction() from x86_64 to > generic code > > On Thu, Aug 03, 2006 at 08:25:19AM +0200, Rolf Eike Beer wrote: > > > > ./arch/x86_64/kernel/pci-swiotlb.c:6:#include > > > ./drivers/net/fec_8xx/fec_main.c:40:#include > > > ./drivers/net/fs_enet/fs_enet.h:11:#include > > > ./include/asm-x86_64/swiotlb.h:5:#include > > > > I suspect it to be a bug anyway that every of this files ever included > > > asm/dma-mapping.h. > > Agreed wrt the fs_enet and fec_8xx; the swiotlb stuff I dimly recall I > had a reason for. I'll take a look in bit to verify akpm's fix works. > > > > ./include/linux/dma-mapping.h:27:#include > > > > This is perfectly valid, isn't it :) > > :-) > > Cheers, > Muli > > > > - 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/