All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jes Sorensen <jes@wildopensource.com>
To: rwhron@earthlink.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: Badness in interruptible_sleep_on in 2.6.2-rc2-mm1
Date: 28 Jan 2004 06:57:22 -0500	[thread overview]
Message-ID: <yq0znc8xp3x.fsf@wildopensource.com> (raw)
In-Reply-To: <20040128110006.GA16553@rushmore>

>>>>> "Randy" == rwhron  <rwhron@earthlink.net> writes:

Randy> Quad P3 Xeon boots with a series of these: Badness in
Randy> interruptible_sleep_on at kernel/sched.c:2239 Call Trace:

It's because XFS's pagebuf_daemon calls interruptible_sleep_on without
holding the big kernel lock. While what it's doing is pretty ugly,
it's in fact not dangerous in thise case. I am seeing the same on an
ia64, but it only shows up a couple of times and then quiets down and
it boots fine.

If you want, you can remove the SLEEP_ON_BKLCHECK in
kernel/sched.c:interruptible_sleep_on() until a proper fix comes out.
Or even better, rewrite the code in xfs/pagebuf/pagebuf.c to do the
right thing instead.

Cheers,
Jes

      reply	other threads:[~2004-01-28 11:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-28 11:00 Badness in interruptible_sleep_on in 2.6.2-rc2-mm1 rwhron
2004-01-28 11:57 ` Jes Sorensen [this message]

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=yq0znc8xp3x.fsf@wildopensource.com \
    --to=jes@wildopensource.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rwhron@earthlink.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.