| 概要 | In the Linux kernel, the following vulnerability has been resolved: spi: spidev: fix lock inversion between spi_lock and buf_lock The spidev driver previously used two mutexes, spi_lock and buf_lock, write()/read(): buf_lock -> spi_lock This AB-BA locking pattern triggers lockdep warnings and can WARNING: possible circular locking dependency detected The issue is reproducible with a simple userspace program that Fix this by simplifying the locking model and removing the lock buf_lock is removed since its functionality is fully covered by This removes the lock inversion and prevents deadlocks without |
|---|---|
| 公表日 | 2026年5月8日23:16 |
| 登録日 | 2026年5月9日4:13 |
| 最終更新日 | 2026年5月8日23:16 |