From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755663AbYCJSHA (ORCPT ); Mon, 10 Mar 2008 14:07:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752150AbYCJSGx (ORCPT ); Mon, 10 Mar 2008 14:06:53 -0400 Received: from one.firstfloor.org ([213.235.205.2]:40228 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751584AbYCJSGx (ORCPT ); Mon, 10 Mar 2008 14:06:53 -0400 Date: Mon, 10 Mar 2008 19:08:43 +0100 From: Andi Kleen To: "Luiz Fernando N. Capitulino" Cc: Andi Kleen , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH] [0/13] General DMA zone rework Message-ID: <20080310180843.GC28780@one.firstfloor.org> References: <200803071007.493903088@firstfloor.org> <20080307175148.3a49d8d3@mandriva.com.br> <20080308004654.GQ7365@one.firstfloor.org> <20080310150316.752e4489@mandriva.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080310150316.752e4489@mandriva.com.br> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I saw that the patches you've posted here are only a subset of > the patches you have in your FTP. Should I test all the patches The ftp directory contains the SCSI patchkit (which I have been posting to linux-scsi for quite some time, but it didn't get applied yet) and the block patchkit (which hit linux-kernel earlier, but was unfortunately not graced by a reply by the block maintainer so far) > you have or only the subset you posted? Best you test all together. The subsets are independent (as in kernel should work with any subset of them), but they all clean up DMA memory related issues. -Andi