In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]mailbox: zynqmp-ipi: Fix SGI cleanup on unbind[EOL][EOL]The driver incorrectly determines SGI vs SPI interrupts by checking IRQ[EOL]number < 16, which fails with dynamic IRQ allocation. During unbind,[EOL]this causes improper SGI cleanup leading to kernel crash.[EOL][EOL]Add explicit irq_type field to pdata for reliable identification of SGI[EOL]interrupts (type-2) and only clean up SGI resources when appropriate.