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 6423557CA1; Wed, 15 May 2024 14:09:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715782160; cv=none; b=mzG9AsTwGm7DRAG9AOWn3QlNU/DCbyR+g5ktE3yLsMlkBqM5pD4aqwIw8aBM/KQZNVKSa5PIoCca+rTm+De8BYhF1jyOXCRx0lqKiajwZB80p2aX9+HiWooVBYcOALRViP0BWu8wJhSx97mFSr6fxVmYCH2GO9fTPxPsKEDdFwc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715782160; c=relaxed/simple; bh=m3ubuPGkIWjaq0e2Nny5BGf1VDtiMnclz4YCAR4yDug=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=my9fAy+8yiGSxIpZ9syZNyPEHpSfhqLnI+IaQkOE3rlJeDoGYYrr2GhyKmAyycJ2LYxS4tri7e7NQL8N2IbfsI7E+dKSdXpVsi6VdT13B5WJMhrpFyVsxZirWTKFXs4upmW+TFQB9S0IJF5uI4VQlvhturuCxC8edUojxKmBHpE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=NXUi7vH6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="NXUi7vH6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9387FC116B1; Wed, 15 May 2024 14:09:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1715782160; bh=m3ubuPGkIWjaq0e2Nny5BGf1VDtiMnclz4YCAR4yDug=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NXUi7vH6RB+h6Wu+wdMVJrCWs6D6IFkD4Wrs1ZIjA0byVSiHQ0Ru2qEgGmoAAHYZP Sas+ALcxa7JAXPnSgQK/ezfTrBwTADmp3oEofHqBUt33L+hg4sUJBYVedMj6hnK6No v/7U3324M+0bnhFRzRT+tUFLDPX/wqZisXcR/MEw= Date: Wed, 15 May 2024 16:09:17 +0200 From: Greg KH To: Thorsten Leemhuis Cc: "stable@vger.kernel.org" , Linux kernel regressions list , LKML Subject: Re: three commits you might or might not want to pick up for 6.9.y Message-ID: <2024051501-dropkick-landmark-5db0@gregkh> References: <9e40badb-c4fa-4828-a4c5-3a170f624215@leemhuis.info> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9e40badb-c4fa-4828-a4c5-3a170f624215@leemhuis.info> On Wed, May 15, 2024 at 03:49:30PM +0200, Thorsten Leemhuis wrote: > Hi Greg. Here are three reports for regressions introduced during the > 6.9 cycle that were not fixed for 6.9 for one reason or another, but are > fixed in mainline now. So they might be good candidates to pick up early > for 6.9.y -- or maybe not, not sure. You are the better judge here. I > just thought you might wanted to know about them. > > > * net: Bluetooth: firmware loading problems with older firmware: > https://lore.kernel.org/lkml/20240401144424.1714-1-mike@fireburn.co.uk/ > > Fixed by 958cd6beab693f ("Bluetooth: btusb: Fix the patch for MT7920 the > affected to MT7921") – which likely should have gone into 6.9, but did > not due to lack of fixes: an stable tags: > https://lore.kernel.org/all/CABBYNZK1QWNHpmXUyne1Vmqqvy7csmivL7q7N2Mu=2fmrUV4jg@mail.gmail.com/ > > > * leds/iwlwifi: hangs on boot: > https://lore.kernel.org/lkml/30f757e3-73c5-5473-c1f8-328bab98fd7d@candelatech.com/ > > Fixed by 3d913719df14c2 ("wifi: iwlwifi: Use request_module_nowait") – > not sure if that one is worth it, the regression might be an exotic > corner case. > > > * Ryzen 7840HS CPU single core never boosts to max frequency: > https://bugzilla.kernel.org/show_bug.cgi?id=218759 > > Fixed by bf202e654bfa57 ("cpufreq: amd-pstate: fix the highest frequency > issue which limits performance") – which was broken out of a patch-set > by the developers to send it in for 6.9, but then was only merged for > 6.10 by the maintainer. Nice, thanks for these! I'll look at them after this round of -rcs is out. greg k-h