From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0D7432135A for ; Mon, 11 Dec 2023 09:39:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="uGkco3XT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39B6BC433CA; Mon, 11 Dec 2023 09:39:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1702287569; bh=7/BGvfjayOAinTqSlm/RRjDnY/H0e9H/WVxcCiB8ao4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uGkco3XTpELhwRvwpklxUcZFJuEt1qvWAQhswFPhcNpZrUs5Uh8oIfaiVRyw3DJtT M+gSLE72559sXPlW+AU5j+yFuhQIKX70bwkkLkCm1L/5b+xbHhPA4CG8Dwnzd+OMOS HEnYzjTtkvzU+pRvQUHcwKK58ArjzEq0ksiDsPa4= Date: Mon, 11 Dec 2023 10:39:26 +0100 From: Greg Kroah-Hartman To: Philip =?iso-8859-1?Q?M=FCller?= Cc: Johannes Berg , stable@vger.kernel.org Subject: Re: [Regression] 6.1.66, 6.6.5 - wifi: cfg80211: fix CQM for non-range use Message-ID: <2023121127-obstinate-constable-e04f@gregkh> References: <2023121139-scrunch-smilingly-54f4@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Mon, Dec 11, 2023 at 04:26:26PM +0700, Philip Müller wrote: > On 11.12.23 16:25, Greg Kroah-Hartman wrote: > > On Mon, Dec 11, 2023 at 04:02:11PM +0700, Philip Müller wrote: > > > Hi Johannes, hi Greg, > > > > > > Any tree that back-ported 7e7efdda6adb wifi: cfg80211: fix CQM for non-range > > > use that does not contain 076fc8775daf wifi: cfg80211: remove wdev mutex > > > (which does not apply cleanly to 6.6.y or 6.6.1) will be affected. > > > > > > You can find a downstream bug report at Arch Linux: > > > > > > https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/issues/17 > > > > > > So we should either revert 7e7efdda6adb or backport the needed to those > > > kernel series. 6.7.y is reported to work with 6.7.0-rc4. > > > > Yeah, this looks bad, I'll go just revert this for now and push out a > > new release with the fix as lots of people are hitting it. > > > > thanks, > > > > greg k-h > > > Hi Greg, > > there is actually a fix for it: > > https://www.spinics.net/lists/stable/msg703040.html That "fix" was not cc:ed to any of the wifi developers and would need a lot of review before I feel comfortable accepting it, as I said in the response to that message. Also, please point to lore.kernel.org lists, it's much easier to handle as we don't have any control over any other archive web site. thanks, greg k-h