In the Linux kernel, the following vulnerability has been resolved:
RDMA/hns: Fix deadlock on SRQ async events.
xa_lock for SRQ table may be required in AEQ. Use xa_store_irq()/
xa_erase_irq() to avoid deadlock.
References
Configurations
Configuration 1 (hide)
|
History
02 Feb 2025, 11:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2024-06-19 14:15
Updated : 2025-02-02 11:15
NVD link : CVE-2024-38591
Mitre link : CVE-2024-38591
CVE.ORG link : CVE-2024-38591
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking