You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
irqchip/gic-v3-its: Use allocation size from the prepare call
JIRA: https://issues.redhat.com/browse/RHEL-120705
Upstream Status: 7dd20bf
commit 7dd20bf
Author: Marc Zyngier <maz@kernel.org>
Date: Tue May 13 17:31:44 2025 +0100
irqchip/gic-v3-its: Use allocation size from the prepare call
Now that .msi_prepare() gets called at the right time and not
with semi-random parameters, remove the ugly hack that tried
to fix up the number of allocated vectors.
It is now correct by construction.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250513163144.2215824-6-maz@kernel.org
Signed-off-by: Myron Stowe <mstowe@redhat.com>
0 commit comments