From: Keith Owens <kaos@sgi.com>
To: William Lee Irwin III <wli@holomorphy.com>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: [patch 2.6.7] bug_smp_call_function
Date: Sat, 19 Jun 2004 20:05:13 +1000 [thread overview]
Message-ID: <6245.1087639513@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Sat, 19 Jun 2004 02:59:10 MST." <20040619095910.GQ1863@holomorphy.com>
On Sat, 19 Jun 2004 02:59:10 -0700,
William Lee Irwin III <wli@holomorphy.com> wrote:
>Keith Owens <kaos@sgi.com> wrote:
>>> sg.c has been fixed to no longer call vfree() with interrupts disabled.
>>> Change smp_call_function() from WARN_ON to BUG_ON when interrupts are
>>> disabled. It was only set to WARN_ON because of sg.c.
>
>On Sat, Jun 19, 2004 at 02:44:16AM -0700, Andrew Morton wrote:
>> I prefer the WARN_ON. It is exceedingly unlikely that the bug will cause
>> lockups or memory/data corruption or anything else, so why nuke the user's
>> box when we can trivially continue?
>> We'll be sent the bug report either way.
>
>Calls to smp_call_function() with interrupts off or spinlocks held
>typically causes deadlocks on SMP systems. ISTR debugging such an
>issue in the scheduler a while back, i.e. mmdrop() under rq->lock
>doing vfree() of an LDT. Basically smp_call_function() will spin
>waiting for the other cpus to answer the interrupt on multiple cpus.
>It also doesn't need to be the same function doing smp_call_function();
>generally TLB flushing deadlocks against anything doing this.
Agreed, that is exactly the class of problems that I spent days
debugging. WARN_ON() lets developers add code that breaks the rules
and assumes that we will have to fix the bad code later. BUG_ON()
prevents any bad code being added because it catches the developer as
soon as they add it.
next prev parent reply other threads:[~2004-06-19 10:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-19 9:36 [patch 2.6.7] bug_smp_call_function Keith Owens
2004-06-19 9:44 ` Andrew Morton
2004-06-19 9:54 ` Keith Owens
2004-06-19 9:59 ` William Lee Irwin III
2004-06-19 10:05 ` Keith Owens [this message]
2004-06-19 10:08 ` Andrew Morton
2004-06-19 10:14 ` William Lee Irwin III
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=6245.1087639513@kao2.melbourne.sgi.com \
--to=kaos@sgi.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wli@holomorphy.com \
/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