All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ismail Donmez <ismail@kde.org.tr>
To: Hugh Dickins <hugh@veritas.com>
Cc: randy_dunlap <rdunlap@xenotime.net>, linux-kernel@vger.kernel.org
Subject: Re: 2.6.13-rc1 problems
Date: Wed, 29 Jun 2005 20:15:11 +0300	[thread overview]
Message-ID: <200506292015.11494.ismail@kde.org.tr> (raw)
In-Reply-To: <Pine.LNX.4.61.0506291805090.3940@goblin.wat.veritas.com>

On Wednesday 29 June 2005 20:06, you wrote:
> On Wed, 29 Jun 2005, Ismail Donmez wrote:
> > I upgraded to 2.6.13-rc1 and kjournald now takes 100% CPU and I see
> > worrying problems in syslog :
> >
> > Jun 29 19:15:05 localhost kernel: Badness in blk_remove_plug at
> > drivers/block/ll_rw_blk.c:1424
>
> I don't know about kjournald, but for the Badness, you want patch I posted:
>
> get_request is now expected to be holding on to queue_lock, with interrupts
> disabled, when it returns NULL; but one path forgot that, causing all kinds
> of nastiness under swap load - badness backtraces, strange failures, BUGs.
>
> Signed-off-by: Hugh Dickins <hugh@veritas.com>
>
> --- 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;
> -	}
> +
>  	rl->count[rw]++;
>  	rl->starved[rw] = 0;
>  	if (rl->count[rw] >= queue_congestion_on_threshold(q))

Thank you both!. Any idea about this part? :

Jun 29 19:16:32 localhost kernel: Badness in __kfree_skb at 
net/core/skbuff.c:290
Jun 29 19:16:32 localhost kernel:
Jun 29 19:16:32 localhost kernel: Call 
Trace:<ffffffff8027a997>{__kfree_skb+183} 
<ffffffff880024ad>{:unix:unix_dgram_recvmsg+557}
Jun 29 19:16:32 localhost kernel:        <ffffffff80273c4e>{sock_recvmsg+238} 
<ffffffff8015d982>{__alloc_pages+242}
Jun 29 19:16:32 localhost kernel:        
<ffffffff80148770>{autoremove_wake_function+0} 
<ffffffff8018efd5>{poll_freewait+85}
Jun 29 19:16:32 localhost kernel:        <ffffffff8027498a>{sockfd_lookup+26} 
<ffffffff8027526a>{sys_recvfrom+218}
Jun 29 19:16:32 localhost kernel:        <ffffffff8018eff0>{__pollwait+0} 
<ffffffff8018fcdd>{sys_select+893}
Jun 29 19:16:32 localhost kernel:        <ffffffff8010eb6e>{system_call+126}


ismail

-- 
Animals use pee to mark their territories. Humans use others' girl friends

  parent reply	other threads:[~2005-06-29 17:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-29 16:34 2.6.13-rc1 problems Ismail Donmez
2005-06-29 17:07 ` randy_dunlap
     [not found] ` <Pine.LNX.4.61.0506291805090.3940@goblin.wat.veritas.com>
2005-06-29 17:15   ` Ismail Donmez [this message]
2005-06-29 17:51     ` Hugh Dickins
2005-06-29 17:55       ` Ismail Donmez
2005-06-29 18:08       ` randy_dunlap
  -- strict thread matches above, loose matches on Subject: below --
2005-06-29 18:39 Toufeeq Hussain
2005-06-29 19:02 ` Andrew Morton
2005-06-30 16:51   ` Toufeeq Hussain

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=200506292015.11494.ismail@kde.org.tr \
    --to=ismail@kde.org.tr \
    --cc=hugh@veritas.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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.