* three commits you might or might not want to pick up for 6.9.y
@ 2024-05-15 13:49 Thorsten Leemhuis
2024-05-15 14:09 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Leemhuis @ 2024-05-15 13:49 UTC (permalink / raw)
To: Greg KH; +Cc: stable@vger.kernel.org, Linux kernel regressions list, LKML
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.
Ciao, Thorsten
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: three commits you might or might not want to pick up for 6.9.y
2024-05-15 13:49 three commits you might or might not want to pick up for 6.9.y Thorsten Leemhuis
@ 2024-05-15 14:09 ` Greg KH
2024-05-17 10:37 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2024-05-15 14:09 UTC (permalink / raw)
To: Thorsten Leemhuis
Cc: stable@vger.kernel.org, Linux kernel regressions list, LKML
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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: three commits you might or might not want to pick up for 6.9.y
2024-05-15 14:09 ` Greg KH
@ 2024-05-17 10:37 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2024-05-17 10:37 UTC (permalink / raw)
To: Thorsten Leemhuis
Cc: stable@vger.kernel.org, Linux kernel regressions list, LKML
On Wed, May 15, 2024 at 04:09:17PM +0200, Greg KH wrote:
> 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.
All now queued up.
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-17 10:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15 13:49 three commits you might or might not want to pick up for 6.9.y Thorsten Leemhuis
2024-05-15 14:09 ` Greg KH
2024-05-17 10:37 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox