lkml.org 
[lkml]   [2010]   [Dec]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v3 2/4] genirq: Inform handler about line sharing state
Am 16.12.2010 21:26, Jan Kiszka wrote:
> Am 16.12.2010 14:13, Thomas Gleixner wrote:
>> On Mon, 13 Dec 2010, Jan Kiszka wrote:
>>> + if (old_action && (old_action->flags & IRQF_ADAPTIVE) &&
>>> + !(desc->irq_data.drv_status & IRQS_SHARED)) {
>>> + /*
>>> + * Signal the old handler that is has to switch to shareable
>>> + * handling mode. Disable the line to avoid any conflict with
>>> + * a real IRQ.
>>> + */
>>> + disable_irq(irq);
>>
>> This is weird, really. I thought you wanted to avoid waiting for the
>> threaded handler to finish if it's on the fly. So this should be
>> disable_irq_nosync() or did you change your mind ?
>
> No, I did not. I wanted to avoid that we set MAKE_SHAREABLE while there
> might be another IRQ in flight. The handler that is called due to a real
> IRQ might misinterpret MAKE_SHAREABLE as "there is no real event" and
> perform the wrong steps (at least the current implementation for KVM would).

Actually, the requirement we have to fulfill here is to avoid that the
hardirq handler sees !SHARED while the threaded one reads "SHARED". To
achieve this without disabling the line, I'm still searching for a way
to couple the sharing state of associated hard and threaded handler runs
- but I think there is no reliable association, is there?

Jan

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2010-12-17 09:23    [W:0.115 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site