In the Linux kernel, the following vulnerability has been resolved:
RDMA/ib_srp: Fix a deadlock
Remove the flush_workqueue(system_long_wq) call since flushing
system_long_wq is deadlock-prone and since that call is redundant with a
preceding cancel_work_sync()
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-22 04:15
Updated : 2024-08-23 01:51
NVD link : CVE-2022-48930
Mitre link : CVE-2022-48930
CVE.ORG link : CVE-2022-48930
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking