diff options
| author | Sascha Bischoff <Sascha.Bischoff@arm.com> | 2026-05-06 09:37:43 +0000 |
|---|---|---|
| committer | Thomas Gleixner <tglx@kernel.org> | 2026-05-11 14:56:04 +0200 |
| commit | a7c7e42654b6a8676610ee09d22901432c4851af (patch) | |
| tree | eee00f13305bb74ae3ad32a4e1e2e940384ab777 /tools/lib/python/abi | |
| parent | eb6f6d523813ead9dc2799194a2839d42c049734 (diff) | |
| download | linux-a7c7e42654b6a8676610ee09d22901432c4851af.tar.gz linux-a7c7e42654b6a8676610ee09d22901432c4851af.zip | |
irqchip/gic-v5: Allocate ITS parent LPIs as a range
The ITS MSI domain no longer manages LPI allocation directly. LPIs are
allocated and freed by the parent LPI domain, which can now handle a
full range of interrupts and unwind partial allocations internally.
Make the ITS domain request and release the parent IRQs as a single
range instead of iterating over each interrupt. The ITS allocation
path then only needs to reserve EventIDs, allocate the parent range,
and fill in the ITS irq_data for each MSI. Since no operation in the
per-MSI loop can fail, the partial parent-free unwind becomes
unnecessary.
On teardown, reset the ITS irq_data for the range and then release the
parent range in one call, leaving LPI teardown to the LPI domain.
Fixes: 0f0101325876 ("irqchip/gic-v5: Add GICv5 LPI/IPI support")
Signed-off-by: Sascha Bischoff <sascha.bischoff@arm.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Cc: stable@vger.kernel.org
Link: https://patch.msgid.link/20260506093634.382062-4-sascha.bischoff@arm.com
Diffstat (limited to 'tools/lib/python/abi')
0 files changed, 0 insertions, 0 deletions
