First published: Sat Jan 11 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: scsi: megaraid_sas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ---- lock(&instance->reset_mutex); lock(&shost->scan_mutex); lock(&instance->reset_mutex); lock(&shost->scan_mutex); Fix this by temporarily releasing the reset_mutex.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Linux kernel | <5.4.289 | |
Linux Linux kernel | >=5.5<5.10.233 | |
Linux Linux kernel | >=5.11<5.15.176 | |
Linux Linux kernel | >=5.16<6.1.123 | |
Linux Linux kernel | >=6.2<6.6.69 | |
Linux Linux kernel | >=6.7<6.12.8 | |
Linux Linux kernel | =6.13-rc1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.