* [PATCH] irqdomain: Export irq_domain_free_irqs_top()
@ 2025-07-03 21:20 Nam Cao
2025-07-05 3:54 ` Michael Kelley
2025-07-06 10:01 ` Thomas Gleixner
0 siblings, 2 replies; 3+ messages in thread
From: Nam Cao @ 2025-07-03 21:20 UTC (permalink / raw)
To: Thomas Gleixner, K . Y . Srinivasan, Michael Kelley,
Bjorn Helgaas, Haiyang Zhang, Wei Liu, Dexuan Cui, linux-hyperv
Cc: Nam Cao
Export irq_domain_free_irqs_top(), making it usable for drivers compiled as
modules.
Signed-off-by: Nam Cao <namcao@linutronix.de>
---
kernel/irq/irqdomain.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index c8b6de09047b..46919e6c9c45 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -1561,6 +1561,7 @@ void irq_domain_free_irqs_top(struct irq_domain *domain, unsigned int virq,
}
irq_domain_free_irqs_common(domain, virq, nr_irqs);
}
+EXPORT_SYMBOL_GPL(irq_domain_free_irqs_top);
static void irq_domain_free_irqs_hierarchy(struct irq_domain *domain,
unsigned int irq_base,
--
2.39.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH] irqdomain: Export irq_domain_free_irqs_top()
2025-07-03 21:20 [PATCH] irqdomain: Export irq_domain_free_irqs_top() Nam Cao
@ 2025-07-05 3:54 ` Michael Kelley
2025-07-06 10:01 ` Thomas Gleixner
1 sibling, 0 replies; 3+ messages in thread
From: Michael Kelley @ 2025-07-05 3:54 UTC (permalink / raw)
To: Nam Cao, Thomas Gleixner, K . Y . Srinivasan, Bjorn Helgaas,
Haiyang Zhang, Wei Liu, Dexuan Cui, linux-hyperv@vger.kernel.org
From: Nam Cao <namcao@linutronix.de> Sent: Thursday, July 3, 2025 2:21 PM
>
> Export irq_domain_free_irqs_top(), making it usable for drivers compiled as
> modules.
>
> Signed-off-by: Nam Cao <namcao@linutronix.de>
> ---
> kernel/irq/irqdomain.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
> index c8b6de09047b..46919e6c9c45 100644
> --- a/kernel/irq/irqdomain.c
> +++ b/kernel/irq/irqdomain.c
> @@ -1561,6 +1561,7 @@ void irq_domain_free_irqs_top(struct irq_domain *domain, unsigned int virq,
> }
> irq_domain_free_irqs_common(domain, virq, nr_irqs);
> }
> +EXPORT_SYMBOL_GPL(irq_domain_free_irqs_top);
>
> static void irq_domain_free_irqs_hierarchy(struct irq_domain *domain,
> unsigned int irq_base,
> --
> 2.39.5
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] irqdomain: Export irq_domain_free_irqs_top()
2025-07-03 21:20 [PATCH] irqdomain: Export irq_domain_free_irqs_top() Nam Cao
2025-07-05 3:54 ` Michael Kelley
@ 2025-07-06 10:01 ` Thomas Gleixner
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Gleixner @ 2025-07-06 10:01 UTC (permalink / raw)
To: Nam Cao, K . Y . Srinivasan, Michael Kelley, Bjorn Helgaas,
Haiyang Zhang, Wei Liu, Dexuan Cui, linux-hyperv
Cc: Nam Cao
On Thu, Jul 03 2025 at 23:20, Nam Cao wrote:
> Export irq_domain_free_irqs_top(), making it usable for drivers compiled as
> modules.
>
> Signed-off-by: Nam Cao <namcao@linutronix.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
This should go with the fixed-up HV driver.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-06 10:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-03 21:20 [PATCH] irqdomain: Export irq_domain_free_irqs_top() Nam Cao
2025-07-05 3:54 ` Michael Kelley
2025-07-06 10:01 ` Thomas Gleixner
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).