From: Jakub Kicinski Date: Thu, 20 Nov 2025 04:32:29 +0000 (-0800) Subject: Merge branch 'net-mlx5-move-notifiers-outside-the-devlink-lock' X-Git-Tag: v6.19-rc1~170^2~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d877b1013cdb9500617c02d19c2a0c14184a872a;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-mlx5-move-notifiers-outside-the-devlink-lock' Tariq Toukan says: ==================== net/mlx5: Move notifiers outside the devlink lock This series by Cosmin moves blocking notifier registration in the mlx5 driver outside the devlink lock during probe. This is mostly a no-op refactoring that consists of multiple pieces. It is necessary because upcoming code will introduce a potential locking cycle between the devlink lock and the blocking notifier head mutexes, so these notifiers must move out of the devlink-locked critical section. ==================== Link: https://patch.msgid.link/1763325940-1231508-1-git-send-email-tariqt@nvidia.com Signed-off-by: Jakub Kicinski --- d877b1013cdb9500617c02d19c2a0c14184a872a