> With fixup_irqs(), msi_set_affinity() and the generic resend path > (try_retrigger()) now all falling back to irq_chip_retrigger_hierarchy(), > installing it as the irq_retrigger() callback on the outermost domain chips > is no longer required. The hierarchy walk reaches the x86 vector domain's > apic_retrigger_irq() for all of these stacked domain chips. > > Remove the now redundant irq_retrigger() initializations from the outermost > domain interrupt chips, including the Hyper-V root partition PCI/MSI chip. > > No functional change intended. > > Suggested-by: Thomas Gleixner <[email protected]> > Reviewed-by: Shradha Gupta <[email protected]> > Reviewed-by: Thomas Gleixner <[email protected]> > Signed-off-by: Naman Jain <[email protected]>
Sashiko has reviewed this patch and found no issues. It looks great! -- Sashiko AI review ยท https://sashiko.dev/#/patchset/[email protected]?part=4
