public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: linux-kernel@vger.kernel.org, mingo@redhat.com, hpa@zytor.com,
	paul.mckenney@linaro.org, rmk+kernel@arm.linux.org.uk,
	weber@corscience.de, paulmck@linux.vnet.ibm.com,
	tglx@linutronix.de
Cc: linux-tip-commits@vger.kernel.org
Subject: Re: [tip:core/urgent] rcu: avoid pointless blocked-task warnings
Date: Sat, 15 Jan 2011 15:28:57 +0100	[thread overview]
Message-ID: <20110115142857.GA8610@elte.hu> (raw)
In-Reply-To: <tip-b24efdfdf679cf9b05947c531971905fc727dd40@git.kernel.org>


* tip-bot for Paul E. McKenney <paul.mckenney@linaro.org> wrote:

> Commit-ID:  b24efdfdf679cf9b05947c531971905fc727dd40
> Gitweb:     http://git.kernel.org/tip/b24efdfdf679cf9b05947c531971905fc727dd40
> Author:     Paul E. McKenney <paul.mckenney@linaro.org>
> AuthorDate: Wed, 12 Jan 2011 14:18:11 -0800
> Committer:  Paul E. McKenney <paulmck@linux.vnet.ibm.com>
> CommitDate: Fri, 14 Jan 2011 04:58:08 -0800
> 
> rcu: avoid pointless blocked-task warnings
> 
> If the RCU callback-processing kthread has nothing to do, it parks in
> a wait_event().  If RCU remains idle for more than two minutes, the
> kernel complains about this.  This commit changes from wait_event()
> to wait_event_interruptible() to prevent the kernel from complaining
> just because RCU is idle.

Btw., a sidenote, it's not just about the blocked-tasks lockup detector warning, 
uninterruptible sleeps will also artificially inflate the load average of the box, 
+1.0 per such task. So it's definitely a bug to sleep for a very long time 
uninterruptible.

Thanks,

	Ingo

       reply	other threads:[~2011-01-15 14:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <tip-b24efdfdf679cf9b05947c531971905fc727dd40@git.kernel.org>
2011-01-15 14:28 ` Ingo Molnar [this message]
2011-01-16  0:15   ` [tip:core/urgent] rcu: avoid pointless blocked-task warnings Paul E. McKenney

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=20110115142857.GA8610@elte.hu \
    --to=mingo@elte.hu \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=paul.mckenney@linaro.org \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=rmk+kernel@arm.linux.org.uk \
    --cc=tglx@linutronix.de \
    --cc=weber@corscience.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox