Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754173Ab0CADqT (ORCPT ); Sun, 28 Feb 2010 22:46:19 -0500 Received: from mail-pv0-f174.google.com ([74.125.83.174]:46614 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752649Ab0CADqR convert rfc822-to-8bit (ORCPT ); Sun, 28 Feb 2010 22:46:17 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=NSu/DGXDj0zA20OTUWbtFK2t458ZC6eEDbulYzLKxEFbnu3MujuHtxL0Moe6yrUpHD MCD8ZW5pvhWlO+4f7ylonMICq9S0QL1NBoit+71w7Q5CCzDc18G0g3nEzW0bqR13tEFG zyUotCn0XHNqoQ7P0rcpQGigLaHNFBZ/7rR7E= MIME-Version: 1.0 In-Reply-To: <1266269723-556-1-git-send-email-agust@denx.de> References: <1266269723-556-1-git-send-email-agust@denx.de> Date: Sun, 28 Feb 2010 20:40:03 -0700 X-Google-Sender-Auth: 01fedfd6741d53ac Message-ID: Subject: Re: [PATCH] dmatest: correct raid6 PQ test From: Dan Williams To: Anatolij Gustschin Cc: linux-kernel@vger.kernel.org, Andrew Morton , Maciej Sosnowski Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1011 Lines: 25 On Mon, Feb 15, 2010 at 2:35 PM, Anatolij Gustschin wrote: > The number of PQ sources specified by module parameter "pq_sources" > is always forced odd to fit into dmatest's destination verificaton > scheme. But number of PQ sources and coefficients as passed to the > driver's prep_dma_pq() is not adjusted accordingly. > > Fix it now to get correct PQ testing results in the case passed > "pq_sources" parameter is even. > > Signed-off-by: Anatolij Gustschin > Cc: Dan Williams > Cc: Maciej Sosnowski > --- > ?drivers/dma/dmatest.c | ? ?6 +++--- > ?1 files changed, 3 insertions(+), 3 deletions(-) Applied... and the same problem for the xor case (I'll fix that up). -- Dan -- 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/