From: Greg Kroah-Hartman Date: Sat, 30 Dec 2023 11:50:54 +0000 (+0000) Subject: fix up queue-6.1/wifi-nl80211-fix-deadlock-in-nl80211_set_cqm_rssi-6.6.x.patch X-Git-Tag: v6.1.70~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9658819a7b1ae27bf42a5f3a43d09273c1c8dd4;p=thirdparty%2Fkernel%2Fstable-queue.git fix up queue-6.1/wifi-nl80211-fix-deadlock-in-nl80211_set_cqm_rssi-6.6.x.patch --- diff --git a/queue-6.1/wifi-nl80211-fix-deadlock-in-nl80211_set_cqm_rssi-6.6.x.patch b/queue-6.1/wifi-nl80211-fix-deadlock-in-nl80211_set_cqm_rssi-6.6.x.patch index c75b10f65df..986d7fcf18a 100644 --- a/queue-6.1/wifi-nl80211-fix-deadlock-in-nl80211_set_cqm_rssi-6.6.x.patch +++ b/queue-6.1/wifi-nl80211-fix-deadlock-in-nl80211_set_cqm_rssi-6.6.x.patch @@ -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 -Tested-by: Philip Müller +Tested-by: "Léo Lam" +Tested-by: "Philip Müller" Cc: stable@vger.kernel.org Cc: Johannes Berg -Signed-off-by: Léo Lam +Signed-off-by: "Léo Lam" Signed-off-by: Greg Kroah-Hartman --- net/wireless/nl80211.c | 18 ++++++++++++------