public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian-Ken Rueegsegger <ken@codelabs.ch>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] genirq: Only call irq_ack if implemented by chip
Date: Wed, 15 Apr 2015 11:40:08 +0200	[thread overview]
Message-ID: <552E31F8.5090407@codelabs.ch> (raw)
In-Reply-To: <alpine.DEB.2.11.1504141959430.3845@nanos>

Hi,

On 04/14/2015 08:00 PM, Thomas Gleixner wrote:
> On Tue, 14 Apr 2015, Adrian-Ken Rueegsegger wrote:
>> Restore the check if an IRQ chip implements the irq_ack function prior
>> to its invocation. Commit 22a49163e90d ("genirq: Provide compat handling
>> for chip->ack()") removed the check from handle_edge_irq while keeping
>> the check in other call paths.
> 
> How's an edge triggered interrupt without ack supposed to work?
> 
> You are missing to describe which problem you solve.

I am running Linux as a VM on top of the Muen Separation Kernel (SK)
[1], where we have implemented PCI device passthrough using VT-d. In
this case the hardware interrupt is handled by the SK/hypervisor and
injected to Linux.

To support PCI MSI(-X), we register our own platform-specific MSI
operations (x86_msi.setup_msi_irqs, etc) and implement an irq_chip that
simply provides the irq_mask and irq_unmask operations (by reusing the
"regular" mask_msi_irq/unmask_msi_irq).

After encountering a null pointer dereference due to the irq_chip not
providing an irq_ack operation, I examined the commit that changed the
source of the irq_ack call, noticing that only the check in
handle_edge_irq was dropped while the other call sites were kept. As the
commit message did not provide me with additional information for that
particular fragment of the change, I (prematurely) concluded that it was
not intentional.

If it is a prerequisite for IRQ chips to provide the irq_ack operation
when used in conjunction with handle_edge_irq, then please ignore my
patch. In that case, I will adjust our chip implementation
accordingly.

Thanks for your time,
Adrian

[1] - http://muen.codelabs.ch/

  reply	other threads:[~2015-04-15  9:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-14 10:29 [PATCH] genirq: Only call irq_ack if implemented by chip Adrian-Ken Rueegsegger
2015-04-14 18:00 ` Thomas Gleixner
2015-04-15  9:40   ` Adrian-Ken Rueegsegger [this message]
2015-04-21 12:20     ` Thomas Gleixner

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=552E31F8.5090407@codelabs.ch \
    --to=ken@codelabs.ch \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.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