CVE-2026-53204
The CVE-2026-53204 issue concerns the Linux kernel firmware component for Stratix10 RSU. A NULL pointer dereference could occur if rsu_send_msg() times out during probe and subsequent error cleanup would still queue messages on a cleared channel. The fix adds proper cleanup: remove the async clie...