CVE-2026-97491
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/09/2026
Last modified:
24/09/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net/rds: Don&#39;t sleep inside rds_ib_conn_path_shutdown<br />
<br />
New rds rdma self tests exposed a hang when tearing down<br />
the ib network configs. This is caused by the shutdown worker<br />
thread sleeping on the wait_event call, which blocks other work<br />
items in the queue. Fix this by changing wait_event to<br />
wait_event timeout, and looping until the wait check succeeds.


