summaryrefslogtreecommitdiff
path: root/rust/kernel/drm/gpuvm/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2026-07-03 18:39:03 +0200
committerPaolo Abeni <pabeni@redhat.com>2026-07-03 18:39:04 +0200
commit88c4273ab4c237e2c01e175ba5e9ab62b34eb4dc (patch)
treeb96805a137945532b9255b62c07c9a33c44d0f09 /rust/kernel/drm/gpuvm/git@git.tavy.me:linux-stable.git
parent539dfcf69105d8d3d4d677b71de6e5ede2e6dfa0 (diff)
parent7bed4af0ced82948d660205efecd551ef8bc3912 (diff)
Merge branch 'net-mlx5-lag-bug-fixes'
Tariq Toukan says: ==================== net/mlx5: LAG bug fixes Three bug fixes by Shay in the mlx5 LAG subsystem. Patch 1 fixes an off-by-one in the error rollback path of mlx5_lag_create_single_fdb_filter(): the loop started from the failed index i, potentially operating on uninitialized state or double-tearing-down an entry that had already self-rolled-back. The rollback should start from i - 1. Patch 2 fixes a hang in mlx5_mpesw_work(): when mlx5_lag_get_devcom_comp() returns NULL the function returned early without calling complete(), blocking any caller waiting on mpesww->comp indefinitely. Patch 3 fixes a kernel crash during teardown when mlx5_lag_get_dev_seq() returns an error because no device is marked as master or the peer is no longer in the LAG. The peer flow cleanup is now skipped instead of proceeding with a bad pointer. This series by Shay fixes three bugs in the mlx5 LAG subsystem. v1: https://lore.kernel.org/all/20260617063204.547427-2-tariqt@nvidia.com/ ==================== Link: https://patch.msgid.link/20260630112917.698313-1-tariqt@nvidia.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'rust/kernel/drm/gpuvm/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions