All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Ball <cjb@laptop.org>
To: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Adrian Hunter <adrian.hunter@nokia.com>
Subject: Re: [PATCH 0/3] mmc_test: show test results via sysfs
Date: Wed, 1 Sep 2010 22:46:44 +0100	[thread overview]
Message-ID: <20100901214644.GA4436@void.printf.net> (raw)
In-Reply-To: <cover.1283276161.git.ext-andriy.shevchenko@nokia.com>

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 <cjb@laptop.org>

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   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

  parent reply	other threads:[~2010-09-01 21:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-01  6:26 [PATCH 0/3] mmc_test: show test results via sysfs Andy Shevchenko
2010-09-01  6:26 ` [PATCH 1/3] mmc_test: use API to check card type Andy Shevchenko
2010-09-01  6:26 ` [PATCH 2/3] mmc_test: change simple_strtol() to strict_strtol() Andy Shevchenko
2010-09-01  8:25   ` Roger Quadros
2010-09-01  8:43     ` Andy Shevchenko
2010-09-01  6:26 ` [PATCH 3/3] mmc_test: collect data and show it via sysfs by demand Andy Shevchenko
2010-09-01 21:46 ` Chris Ball [this message]
2010-09-01 23:30   ` [PATCH 0/3] mmc_test: show test results via sysfs Chris Ball

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100901214644.GA4436@void.printf.net \
    --to=cjb@laptop.org \
    --cc=adrian.hunter@nokia.com \
    --cc=akpm@linux-foundation.org \
    --cc=andy.shevchenko@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.