From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752868AbbCaI2v (ORCPT ); Tue, 31 Mar 2015 04:28:51 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:57560 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751121AbbCaI2s (ORCPT ); Tue, 31 Mar 2015 04:28:48 -0400 Message-ID: <551A5A9E.80402@ti.com> Date: Tue, 31 Mar 2015 11:28:14 +0300 From: Roger Quadros User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: , CC: , , Subject: Re: [PATCH 0/2] mtd: mtd_oobtest: fix bitflip_limit usage in test case 3 References: <1417792720-3017-1-git-send-email-rogerq@ti.com> In-Reply-To: <1417792720-3017-1-git-send-email-rogerq@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 05/12/14 17:18, Roger Quadros wrote: > Hi, > > The bitflip_limit parameter was recently introduced to oobtest. > However, it didn't implement the bitflip_limit check for all cases in test case 3. > Patch 1 tackles the missed scenarios in test case 3, to adhere to bitflip_limit parameter. > > Patch 2 extends the memory compare helper so that we can pass a non-zero offset to be > printed in the error message. This is useful in the vary_offset case when we need to > compare only a section of the OOB available block. Gentle reminder to review and pick these. Thanks. cheers, -roger > > -- > cheers, > -roger > > Roger Quadros (2): > mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3 > mtd: mtd_oobtest: Fix the address offset with vary_offset case > > drivers/mtd/tests/oobtest.c | 79 ++++++++++++++++++++++++++------------------- > 1 file changed, 46 insertions(+), 33 deletions(-) >