| Summary | In the Linux kernel, the following vulnerability has been resolved: power: supply: max77705: Free allocated workqueue and fix removal order Use devm interface for allocating workqueue to fix two bugs at the same 1. Driver leaks the memory on remove(), because the workqueue is not 2. Driver allocates workqueue and then registers interrupt handlers The interrupt handler schedules work on this exact workqueue, thus if Change is not equivalent in the workqueue itself: use non-legacy API |
|---|---|
| Publication Date | June 27, 2026, 5:17 a.m. |
| Registration Date | June 29, 2026, 4:16 a.m. |
| Last Update | June 27, 2026, 5:17 a.m. |