CVE-2026-74690: s390/ism: Fix UAF of sba and ieq during ism_dev_exit()
In the Linux kernel, the following vulnerability has been resolved:
s390/ism: Fix UAF of sba and ieq during ismdevexit()
A ism interrupt handler can be active in parallel with ismdevexit(), accessing freed data structures.
No new interrupts will be generated after unregisterieq(). Drain ongoing interrupt handlers by freeirq(), before freeing ism data structures.