CVE-2026-53100
The CVE-2026-53100 entry describes a deadlock in the Linux kernel’s wifi/mt76 path when remain-on-channel is used. Specifically, mt76_remain_on_channel() and mt76_roc_complete() call mt76_set_channel() while dev->mutex is already held; since mt76_set_channel() also acquires dev->mutex, this...