]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up queue-6.1/wifi-nl80211-fix-deadlock-in-nl80211_set_cqm_rssi-6.6.x.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Dec 2023 11:50:54 +0000 (11:50 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Dec 2023 11:50:54 +0000 (11:50 +0000)
queue-6.1/wifi-nl80211-fix-deadlock-in-nl80211_set_cqm_rssi-6.6.x.patch

index c75b10f65df1019dec3133f7b50340faf796e114..986d7fcf18a93292b0a15b8c0db81996d57f8815 100644 (file)
@@ -36,11 +36,11 @@ Fix the deadlock by releasing the lock before returning.
 
 Link: https://lore.kernel.org/stable/e374bb16-5b13-44cc-b11a-2f4eefb1ecf5@manjaro.org/
 Fixes: 008afb9f3d57 ("wifi: cfg80211: fix CQM for non-range use")
-Tested-by: Léo Lam <leo@leolam.fr>
-Tested-by: Philip Müller <philm@manjaro.org>
+Tested-by: "Léo Lam" <leo@leolam.fr>
+Tested-by: "Philip Müller" <philm@manjaro.org>
 Cc: stable@vger.kernel.org
 Cc: Johannes Berg <johannes.berg@intel.com>
-Signed-off-by: Léo Lam <leo@leolam.fr>
+Signed-off-by: "Léo Lam" <leo@leolam.fr>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
  net/wireless/nl80211.c |   18 ++++++++++++------