LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Jens Axboe <jens.axboe@oracle.com>
To: linux@horizon.com
Cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org,
Neil Brown <neilb@suse.de>,
linux-kernel@dale.us, cebbert@redhat.com
Subject: Re: 2.6.20.3 AMD64 oops in CFQ code
Date: Thu, 22 Mar 2007 20:00:52 +0100 [thread overview]
Message-ID: <20070322190052.GA19922@kernel.dk> (raw)
In-Reply-To: <20070322185413.13929.qmail@science.horizon.com>
On Thu, Mar 22 2007, linux@horizon.com wrote:
> > 3 (I think) seperate instances of this, each involving raid5. Is your
> > array degraded or fully operational?
>
> Ding! A drive fell out the other day, which is why the problems only
> appeared recently.
>
> md5 : active raid5 sdf4[5] sdd4[3] sdc4[2] sdb4[1] sda4[0]
> 1719155200 blocks level 5, 64k chunk, algorithm 2 [6/5] [UUUU_U]
> bitmap: 149/164 pages [596KB], 1024KB chunk
>
> H'm... this means that my alarm scripts aren't working. Well, that's
> good to know. The drive is being re-integrated now.
Heh, at least something good came out of this bug then :-)
But that's reaffirming. Neil, are you following this? It smells somewhat
fishy wrt raid5.
I wonder if this triggers anything?
--- linux-2.6.20.3/block/ll_rw_blk.c~ 2007-03-22 19:59:17.128833635 +0100
+++ linux-2.6.20.3/block/ll_rw_blk.c 2007-03-22 19:59:28.850045490 +0100
@@ -1602,6 +1602,8 @@
**/
void generic_unplug_device(request_queue_t *q)
{
+ WARN_ON(irqs_disabled());
+
spin_lock_irq(q->queue_lock);
__generic_unplug_device(q);
spin_unlock_irq(q->queue_lock);
--
Jens Axboe
next prev parent reply other threads:[~2007-03-22 19:04 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-22 12:38 linux
2007-03-22 18:41 ` Jens Axboe
2007-03-22 18:54 ` linux
2007-03-22 19:00 ` Jens Axboe [this message]
2007-03-22 23:59 ` Neil Brown
2007-03-23 0:31 ` Dan Williams
2007-03-23 0:33 ` Dan Williams
2007-03-23 0:44 ` Neil Brown
2007-03-23 17:46 ` linux
2007-04-03 5:49 ` Tejun Heo
2007-04-03 13:03 ` linux
2007-04-03 13:11 ` Tejun Heo
2007-04-04 23:22 ` Bill Davidsen
2007-04-05 4:13 ` Lee Revell
2007-04-05 4:29 ` Tejun Heo
2007-03-22 18:43 ` Aristeu Sergio Rozanski Filho
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=20070322190052.GA19922@kernel.dk \
--to=jens.axboe@oracle.com \
--cc=cebbert@redhat.com \
--cc=linux-kernel@dale.us \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=linux@horizon.com \
--cc=neilb@suse.de \
--subject='Re: 2.6.20.3 AMD64 oops in CFQ code' \
/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).