From: Keith Owens <kaos@ocs.com.au>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, Ingo Molnar <mingo@elte.hu>
Subject: Re: i386 IPI handlers running with hardirq_count == 0
Date: Fri, 30 Jun 2006 02:40:38 +1000 [thread overview]
Message-ID: <8750.1151599238@ocs3.ocs.com.au> (raw)
In-Reply-To: Your message of "Thu, 29 Jun 2006 02:18:00 MST." <20060629021800.9a1e16f4.akpm@osdl.org>
Andrew Morton (on Thu, 29 Jun 2006 02:18:00 -0700) wrote:
>On Thu, 29 Jun 2006 19:01:17 +1000
>Keith Owens <kaos@ocs.com.au> wrote:
>
>> Macro arch/i386/kernel/entry.S::BUILD_INTERRUPT generates the code to
>> handle an IPI and call the corresponding smp_<name> C code.
>> BUILD_INTERRUPT does not update the hardirq_count for the interrupted
>> task, that is left to the C code. Some of the C IPI handlers do not
>> call irq_enter(), so they are running in IRQ context but the
>> hardirq_count field does not reflect this. For example,
>> smp_invalidate_interrupt does not set the hardirq count.
>>
>> What is the best fix, change BUILD_INTERRUPT to adjust the hardirq
>> count or audit all the C handlers to ensure that they call irq_enter()?
>>
>
>The IPI handlers run with IRQs disabled. Do we need a fix?
Some IPI handlers issue irq_enter() to bump hard_irq_count, some IPI
handlers do not. It is inconsistent, with no obvious reason for doing
it either way. All the external irqs go via do_IRQ which does issue
irq_enter(). I guess that my real question is why are some IPIs not
using irq_enter()? The lack of consistency concerns me.
prev parent reply other threads:[~2006-06-29 16:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-29 9:01 i386 IPI handlers running with hardirq_count == 0 Keith Owens
2006-06-29 9:18 ` Andrew Morton
2006-06-29 11:25 ` Andi Kleen
2006-06-29 17:00 ` Keith Owens
2006-06-29 20:17 ` Ingo Molnar
2006-06-29 20:47 ` Andrew Morton
2006-06-29 20:43 ` Ingo Molnar
2006-06-29 16:40 ` Keith Owens [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=8750.1151599238@ocs3.ocs.com.au \
--to=kaos@ocs.com.au \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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