From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Ball Subject: Re: [PATCH 0/3] mmc_test: show test results via sysfs Date: Wed, 1 Sep 2010 22:46:44 +0100 Message-ID: <20100901214644.GA4436@void.printf.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Andy Shevchenko Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton , Adrian Hunter List-Id: linux-mmc@vger.kernel.org Hi Andy, On Wed, Sep 01, 2010 at 09:26:44AM +0300, Andy Shevchenko wrote: > There is a patchset which brings possibility to get test results via sysfs. It > helps to do tests non-interactively. Thanks for the patchset. It doesn't apply to 2.6.36-rc3 without some (trivial) merge conflicts -- could you rebase with your next version? Tested-by: Chris Ball Unrelated to this patch, I'm hitting: drivers/mmc/core/core.c:174: BUG_ON(mrq->data->blocks * mrq->data->blksz > host->max_req_size); when running the transfer tests under 2.6.36-rc3. The request that fires the BUG() has blocks=8192 * blksz=512 > max_req_size=524288, on a Ricoh Co Ltd R5C822/1180:0822 in a Dell M6300 laptop. Anyone have any experience with that bug, before I dig deeper? Thanks, - Chris. -- Chris Ball One Laptop Per Child