linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
To: Marc Zyngier <maz@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] irqdomain: Export __irq_domain_alloc_irqs() to modules
Date: Mon, 4 Oct 2021 16:59:15 +0100	[thread overview]
Message-ID: <20211004155915.GA25619@lpieralisi> (raw)
In-Reply-To: <20211004150552.3844830-1-maz@kernel.org>

On Mon, Oct 04, 2021 at 04:05:52PM +0100, Marc Zyngier wrote:
> The Apple PCIe controller driver allocates interrupts generated
> by the PCIe ports, and uses irq_domain_alloc_irqs() for that.
> THis is an inline function that uses __irq_domain_alloc_irqs()
> as a backend.
> 
> Since the driver can be built as a module, __irq_domain_alloc_irqs()
> must be exported.
> 
> Fixes: 201adeaa9d82 ("PCI: apple: Add INTx and per-port interrupt support")

I have squashed this patch into the commit it is fixing and pushed
pci/apple out.

I could have merged it as a standalone patch before the commit it is
fixing but it would not make sense on its own I believe, happy to
rectify the branch in case that's preferred.

Lorenzo

> Signed-off-by: Marc Zyngier <maz@kernel.org>
> ---
> 
> Notes:
>     Since the offending code is only in the PCI tree so far,
>     it would make sense if Lorenzo could take this patch directly.
> 
>  kernel/irq/irqdomain.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
> index 5a698c1f6cc6..40e85a46f913 100644
> --- a/kernel/irq/irqdomain.c
> +++ b/kernel/irq/irqdomain.c
> @@ -1502,6 +1502,7 @@ int __irq_domain_alloc_irqs(struct irq_domain *domain, int irq_base,
>  	irq_free_descs(virq, nr_irqs);
>  	return ret;
>  }
> +EXPORT_SYMBOL_GPL(__irq_domain_alloc_irqs);
>  
>  /* The irq_data was moved, fix the revmap to refer to the new location */
>  static void irq_domain_fix_revmap(struct irq_data *d)
> -- 
> 2.30.2
> 

  reply	other threads:[~2021-10-04 15:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-04 15:05 [PATCH] irqdomain: Export __irq_domain_alloc_irqs() to modules Marc Zyngier
2021-10-04 15:59 ` Lorenzo Pieralisi [this message]
2021-10-04 16:07   ` Marc Zyngier

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=20211004155915.GA25619@lpieralisi \
    --to=lorenzo.pieralisi@arm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=maz@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;
as well as URLs for NNTP newsgroup(s).