From: Jens Axboe <axboe@suse.de>
To: Martin Mokrejs <mmokrejs@ribosome.natur.cuni.cz>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Two 2.6.13-rc1 kernel crashes
Date: Mon, 4 Jul 2005 20:04:26 +0200 [thread overview]
Message-ID: <20050704180426.GS1444@suse.de> (raw)
In-Reply-To: <42C96047.60602@ribosome.natur.cuni.cz>
On Mon, Jul 04 2005, Martin Mokrejs wrote:
> Hi,
> I use on i686 architecture Gentoo linux with XFS filesystem.
> Recently it happened to me 3 time that the machine locked,
> although at least once sys-rq+b worked. Here is the log
> from remote console. I don't remeber having such problems
> with 2.6.12-rc6-git2, which was my previous testing kernel.
> The problems appear under heavy load when I compile/install
> some packages and maybe it's just a bad coincidence or not,
> when I move my usb mouse in fvwm2 environment. The machine
> locks.
You need this fix from Hugh.
--- 2.6.13-rc1/drivers/block/ll_rw_blk.c 2005-06-29 11:54:08.000000000 +0100
+++ linux/drivers/block/ll_rw_blk.c 2005-06-29 14:41:04.000000000 +0100
@@ -1917,10 +1917,9 @@ get_rq:
* limit of requests, otherwise we could have thousands of requests
* allocated with any setting of ->nr_requests
*/
- if (rl->count[rw] >= (3 * q->nr_requests / 2)) {
- spin_unlock_irq(q->queue_lock);
+ if (rl->count[rw] >= (3 * q->nr_requests / 2))
goto out;
- }
+
--
Jens Axboe
next prev parent reply other threads:[~2005-07-04 18:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-04 16:13 Two 2.6.13-rc1 kernel crashes Martin Mokrejs
2005-07-04 17:01 ` Zwane Mwaikambo
2005-07-04 17:02 ` Martin MOKREJŠ
2005-07-04 18:04 ` Jens Axboe [this message]
2005-07-05 13:56 ` Martin MOKREJŠ
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=20050704180426.GS1444@suse.de \
--to=axboe@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mmokrejs@ribosome.natur.cuni.cz \
/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.