LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Brian Kysela <bkysela@gmail.com>
Cc: linux-kernel@vger.kernel.org, Jens Axboe <jens.axboe@oracle.com>,
	linux-usb@vger.kernel.org
Subject: Re: [BUG] usb-storage: Error in queuecommand: us->srb = ffff88006a338480
Date: Wed, 5 Nov 2008 17:49:05 -0800	[thread overview]
Message-ID: <20081105174905.27194494.akpm@linux-foundation.org> (raw)
In-Reply-To: <20081030213557.GA6767@ezra.hsd1.tn.comcast.net>

On Thu, 30 Oct 2008 17:35:57 -0400
Brian Kysela <bkysela@gmail.com> wrote:

> On kernels ranging from 2.6.26 - 2.6.28-rc2

So 2.6.25 was OK?

> on an Intel P4 3.2GHz HT x86-64
> cpu, I am seeing a bug that occurs about half the time when copying ~300MB
> data from a usb flash drive (FAT) to hard drive (XFS). There are three
> possible outcomes, so far, when I hit the bug:
> 
>     (1) The copy process hangs, cpu wait hits 100% and load avg climbs until
>         reboot;
>     (2) The copy process hangs and then recovers and then one of:
>         (a) the cpu wait & load avg both decline to normal; or
>         (b) cpu wait hovers at 100% and the load avg slowly climbs until reboot;
>     (3) Kernel bug reported and machine locks up.
> 
> Result (1) is the most frequent. Result (3) happened only twice out of about 40
> tests. I lose the full traces, but here are two relevant lines that I see on
> screen before the machine locks up:
> 
> kernel BUG at /home/brian/linux-2.6/block/elevator.c:841!
> invalid opcode: 0000 [#1] PREMPT SMP

It is unclear what kernel version produced that message, and that is
important information.  In 2.6.28-rc2, block/elevator.c:841 is

    void elv_dequeue_request(struct request_queue *q, struct request *rq)
    {
-->>	BUG_ON(list_empty(&rq->queuelist));
	BUG_ON(ELV_ON_HASH(rq));

please confirm that I have the correct line there.


I assume that you're hitting a bug in the USB storage code and this is
triggering consistency-checking code in the block layer.

> When (1) or (2b) occurs I pull the usb drive to see what happens. In two cases
> (3) occurred, but more often I get this in /var/log/syslog:

The other things you saw were most likely a consequence of the
BUG_ON().


  reply	other threads:[~2008-11-06  1:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-30 21:35 Brian Kysela
2008-11-06  1:49 ` Andrew Morton [this message]
2008-11-06 15:36   ` Alan Stern
2008-11-06 17:57     ` Andrew Morton
2008-11-06 19:36       ` Alan Stern
2008-11-07  0:54         ` Brian Kysela
2008-11-07 15:00           ` Alan Stern
2008-11-10 19:24             ` Brian Kysela
2008-11-10 20:18               ` Alan Stern
2008-11-06 20:12   ` Brian Kysela

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=20081105174905.27194494.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=bkysela@gmail.com \
    --cc=jens.axboe@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --subject='Re: [BUG] usb-storage: Error in queuecommand: us->srb = ffff88006a338480' \
    /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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).