* Re: [PATCH ath-next 0/2] wifi: ath12k: install pairwise key first
[not found] ` <2d688040-e547-4e18-905e-ea31ea9d627b@quicinc.com>
@ 2025-06-25 14:48 ` Jeff Johnson
2025-06-25 14:57 ` Johan Hovold
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Jeff Johnson @ 2025-06-25 14:48 UTC (permalink / raw)
To: stable
Cc: Jeff Johnson, linux-wireless, ath12k, linux-kernel, Gregoire,
Sebastian Reichel, Baochen Qiang, Johan Hovold
On 6/25/2025 3:15 AM, Baochen Qiang wrote:
>
>
> On 6/25/2025 5:51 PM, Johan Hovold wrote:
>> [ +CC: Gregoire ]
>>
>> On Fri, May 23, 2025 at 11:49:00AM +0800, Baochen Qiang wrote:
>>> We got report that WCN7850 is not working with IWD [1][2]. Debug
>>> shows the reason is that IWD installs group key before pairwise
>>> key, which goes against WCN7850's firmware.
>>>
>>> Reorder key install to workaround this.
>>>
>>> [1] https://bugzilla.kernel.org/show_bug.cgi?id=218733
>>> [2] https://lore.kernel.org/all/AS8P190MB12051DDBD84CD88E71C40AD7873F2@AS8P190MB1205.EURP190.PROD.OUTLOOK.COM
>>>
>>> Signed-off-by: Baochen Qiang <quic_bqiang@quicinc.com>
>>> ---
>>> ---
>>> Baochen Qiang (2):
>>> wifi: ath12k: avoid bit operation on key flags
>>> wifi: ath12k: install pairwise key first
>>
>> Thanks for fixing this, Baochen.
>>
>> I noticed the patches weren't clearly marked as fixes. Do you think we
>> should ask the stable team to backport these once they are in mainline
>> (e.g. after 6.17-rc1 is out)? Or do you think they are too intrusive and
>> risky to backport or similar?
>
> Yeah, I think they should be backported.
>
>>
>> [ Also please try to remember to CC any (public) reporters. I only found
>> out today that this had been addressed in linux-next. ]
>
> Thanks, will keep in mind.
+Stable team,
Per the above discussion please backport the series:
https://msgid.link/20250523-ath12k-unicast-key-first-v1-0-f53c3880e6d8@quicinc.com
This is a 0-day issue so ideally this should be backported from 6.6+
/jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH ath-next 0/2] wifi: ath12k: install pairwise key first
2025-06-25 14:48 ` [PATCH ath-next 0/2] wifi: ath12k: install pairwise key first Jeff Johnson
@ 2025-06-25 14:57 ` Johan Hovold
2025-06-25 22:49 ` Jeff Johnson
2025-06-26 7:29 ` Greg KH
2025-08-12 15:58 ` Stable Request: " Jeff Johnson
2 siblings, 1 reply; 6+ messages in thread
From: Johan Hovold @ 2025-06-25 14:57 UTC (permalink / raw)
To: Jeff Johnson
Cc: stable, Jeff Johnson, linux-wireless, ath12k, linux-kernel,
Gregoire, Sebastian Reichel, Baochen Qiang
On Wed, Jun 25, 2025 at 07:48:54AM -0700, Jeff Johnson wrote:
> On 6/25/2025 3:15 AM, Baochen Qiang wrote:
> > On 6/25/2025 5:51 PM, Johan Hovold wrote:
> >> On Fri, May 23, 2025 at 11:49:00AM +0800, Baochen Qiang wrote:
> >>> We got report that WCN7850 is not working with IWD [1][2]. Debug
> >>> shows the reason is that IWD installs group key before pairwise
> >>> key, which goes against WCN7850's firmware.
> >>>
> >>> Reorder key install to workaround this.
> >>>
> >>> [1] https://bugzilla.kernel.org/show_bug.cgi?id=218733
> >>> [2] https://lore.kernel.org/all/AS8P190MB12051DDBD84CD88E71C40AD7873F2@AS8P190MB1205.EURP190.PROD.OUTLOOK.COM
> >>>
> >>> Signed-off-by: Baochen Qiang <quic_bqiang@quicinc.com>
> >>> ---
> >>> ---
> >>> Baochen Qiang (2):
> >>> wifi: ath12k: avoid bit operation on key flags
> >>> wifi: ath12k: install pairwise key first
> >>
> >> Thanks for fixing this, Baochen.
> >>
> >> I noticed the patches weren't clearly marked as fixes. Do you think we
> >> should ask the stable team to backport these once they are in mainline
> >> (e.g. after 6.17-rc1 is out)? Or do you think they are too intrusive and
> >> risky to backport or similar?
> >
> > Yeah, I think they should be backported.
> +Stable team,
> Per the above discussion please backport the series:
> https://msgid.link/20250523-ath12k-unicast-key-first-v1-0-f53c3880e6d8@quicinc.com
These are currently only in linux-next but would need to be in Linus's
tree before they can be backported, so we'll need to send another
requested once they are in mainline.
> This is a 0-day issue so ideally this should be backported from 6.6+
By "0-day" you mean it has been there since the driver was added, right
(and not that it's exploitable or similar)?
Johan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH ath-next 0/2] wifi: ath12k: install pairwise key first
2025-06-25 14:57 ` Johan Hovold
@ 2025-06-25 22:49 ` Jeff Johnson
0 siblings, 0 replies; 6+ messages in thread
From: Jeff Johnson @ 2025-06-25 22:49 UTC (permalink / raw)
To: Johan Hovold
Cc: stable, Jeff Johnson, linux-wireless, ath12k, linux-kernel,
Gregoire, Sebastian Reichel, Baochen Qiang
On 6/25/2025 7:57 AM, Johan Hovold wrote:
> On Wed, Jun 25, 2025 at 07:48:54AM -0700, Jeff Johnson wrote:
>> This is a 0-day issue so ideally this should be backported from 6.6+
>
> By "0-day" you mean it has been there since the driver was added, right
> (and not that it's exploitable or similar)?
correct
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH ath-next 0/2] wifi: ath12k: install pairwise key first
2025-06-25 14:48 ` [PATCH ath-next 0/2] wifi: ath12k: install pairwise key first Jeff Johnson
2025-06-25 14:57 ` Johan Hovold
@ 2025-06-26 7:29 ` Greg KH
2025-08-12 15:58 ` Stable Request: " Jeff Johnson
2 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2025-06-26 7:29 UTC (permalink / raw)
To: Jeff Johnson
Cc: stable, Jeff Johnson, linux-wireless, ath12k, linux-kernel,
Gregoire, Sebastian Reichel, Baochen Qiang, Johan Hovold
On Wed, Jun 25, 2025 at 07:48:54AM -0700, Jeff Johnson wrote:
> On 6/25/2025 3:15 AM, Baochen Qiang wrote:
> >
> >
> > On 6/25/2025 5:51 PM, Johan Hovold wrote:
> >> [ +CC: Gregoire ]
> >>
> >> On Fri, May 23, 2025 at 11:49:00AM +0800, Baochen Qiang wrote:
> >>> We got report that WCN7850 is not working with IWD [1][2]. Debug
> >>> shows the reason is that IWD installs group key before pairwise
> >>> key, which goes against WCN7850's firmware.
> >>>
> >>> Reorder key install to workaround this.
> >>>
> >>> [1] https://bugzilla.kernel.org/show_bug.cgi?id=218733
> >>> [2] https://lore.kernel.org/all/AS8P190MB12051DDBD84CD88E71C40AD7873F2@AS8P190MB1205.EURP190.PROD.OUTLOOK.COM
> >>>
> >>> Signed-off-by: Baochen Qiang <quic_bqiang@quicinc.com>
> >>> ---
> >>> ---
> >>> Baochen Qiang (2):
> >>> wifi: ath12k: avoid bit operation on key flags
> >>> wifi: ath12k: install pairwise key first
> >>
> >> Thanks for fixing this, Baochen.
> >>
> >> I noticed the patches weren't clearly marked as fixes. Do you think we
> >> should ask the stable team to backport these once they are in mainline
> >> (e.g. after 6.17-rc1 is out)? Or do you think they are too intrusive and
> >> risky to backport or similar?
> >
> > Yeah, I think they should be backported.
> >
> >>
> >> [ Also please try to remember to CC any (public) reporters. I only found
> >> out today that this had been addressed in linux-next. ]
> >
> > Thanks, will keep in mind.
>
> +Stable team,
> Per the above discussion please backport the series:
> https://msgid.link/20250523-ath12k-unicast-key-first-v1-0-f53c3880e6d8@quicinc.com
<formletter>
This is not the correct way to submit patches for inclusion in the
stable kernel tree. Please read:
https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.
</formletter>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Stable Request: wifi: ath12k: install pairwise key first
2025-06-25 14:48 ` [PATCH ath-next 0/2] wifi: ath12k: install pairwise key first Jeff Johnson
2025-06-25 14:57 ` Johan Hovold
2025-06-26 7:29 ` Greg KH
@ 2025-08-12 15:58 ` Jeff Johnson
2025-08-12 16:27 ` Greg KH
2 siblings, 1 reply; 6+ messages in thread
From: Jeff Johnson @ 2025-08-12 15:58 UTC (permalink / raw)
To: stable
Cc: Jeff Johnson, linux-wireless, ath12k, linux-kernel, Gregoire,
Sebastian Reichel, Baochen Qiang, Johan Hovold
Stable team,
Per https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
Option 2 (since the patch was merged before being identified for -stable)
Please consider the following for -stable
subject of the patch:
wifi: ath12k: install pairwise key first
commit ID:
66e865f9dc78d00e6d1c8c6624cb0c9004e5aafb
why you think it should be applied:
This issue impacts all products that use iwd (instead of wpa_supplicant) for
WLAN driver management
what kernel versions you wish it to be applied to:
All LTS kernels from 6.6+
Thanks!
/jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Stable Request: wifi: ath12k: install pairwise key first
2025-08-12 15:58 ` Stable Request: " Jeff Johnson
@ 2025-08-12 16:27 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2025-08-12 16:27 UTC (permalink / raw)
To: Jeff Johnson
Cc: stable, Jeff Johnson, linux-wireless, ath12k, linux-kernel,
Gregoire, Sebastian Reichel, Baochen Qiang, Johan Hovold
On Tue, Aug 12, 2025 at 08:58:52AM -0700, Jeff Johnson wrote:
> Stable team,
>
> Per https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
> Option 2 (since the patch was merged before being identified for -stable)
> Please consider the following for -stable
>
> subject of the patch:
> wifi: ath12k: install pairwise key first
>
> commit ID:
> 66e865f9dc78d00e6d1c8c6624cb0c9004e5aafb
>
> why you think it should be applied:
> This issue impacts all products that use iwd (instead of wpa_supplicant) for
> WLAN driver management
>
> what kernel versions you wish it to be applied to:
> All LTS kernels from 6.6+
It only applied cleanly to 6.16.y, so if you want it backported to older
kernels, please provide a working backport.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-08-12 16:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250523-ath12k-unicast-key-first-v1-0-f53c3880e6d8@quicinc.com>
[not found] ` <aFvGnJwMTqDbYsHF@hovoldconsulting.com>
[not found] ` <2d688040-e547-4e18-905e-ea31ea9d627b@quicinc.com>
2025-06-25 14:48 ` [PATCH ath-next 0/2] wifi: ath12k: install pairwise key first Jeff Johnson
2025-06-25 14:57 ` Johan Hovold
2025-06-25 22:49 ` Jeff Johnson
2025-06-26 7:29 ` Greg KH
2025-08-12 15:58 ` Stable Request: " Jeff Johnson
2025-08-12 16:27 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox