lkml.org 
[lkml]   [2004]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6.9-rc2-mm3
On Sat, Sep 25 2004, William Lee Irwin III wrote:
>> I hope this isn't terribly redundant, but I've tripped over a bogon in
>> 2.6.9-rc2-mm3 similar to the one I reported for 2.6.9-rc2-mm1. The box
>> was actually idle at the time.

On Sat, Sep 25, 2004 at 06:37:27PM +0200, Jens Axboe wrote:
> Same bug, not fixed yet. I'll see if I can get it fixed on monday, I've
> seen it here a few times as well. Seems not to be easily reproducable
> and no real pattern to when it does. In the mean time, you can replace
> the BUG_ON() with a
> if (cfqq->allocated[crq->is_write] == 0) {
> WARN_ON(1);
> cfqq->allocated[crq->is_write] = 1;
> }
> and the system should work fine.

I can work with that. I merely thought it may be a useful datapoint to
show that it wasn't a one-off occurrence and/or that it occurred with
multiple kernels with varying combinations of patches and fixes, rather
than pressing the issue per se (though apparently you can reproduce it).
Thanks for looking into it.

-- wli
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:06    [W:0.037 / U:0.684 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site