Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-22gp-wwxc-hrmc

Опубликовано: 28 авг. 2026
Источник: github
Github: Не прошло ревью

Описание

In the Linux kernel, the following vulnerability has been resolved:

net/mlx5: LAG, MPESW, Fix missing complete() on devcom error

mlx5_mpesw_work() returned without calling complete() when mlx5_lag_get_devcom_comp() returned NULL. A caller that queued the work and waited on mpesww->comp would block indefinitely.

Funnel the early-return path through a new "complete" label so the waiter is always woken.

In the Linux kernel, the following vulnerability has been resolved:

net/mlx5: LAG, MPESW, Fix missing complete() on devcom error

mlx5_mpesw_work() returned without calling complete() when mlx5_lag_get_devcom_comp() returned NULL. A caller that queued the work and waited on mpesww->comp would block indefinitely.

Funnel the early-return path through a new "complete" label so the waiter is always woken.