[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <877d3mixdh.fsf@kernel.org>
Date: Fri, 05 Aug 2022 17:22:02 +0300
From: Kalle Valo <kvalo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Paolo Abeni <pabeni@...hat.com>,
Veerendranath Jakkam <quic_vjakkam@...cinc.com>,
kuba@...nel.org, davem@...emloft.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-wireless <linux-wireless@...r.kernel.org>,
Johannes Berg <johannes@...solutions.net>,
Arend van Spriel <aspriel@...il.com>
Subject: Re: [GIT PULL] Networking for 6.0
Kalle Valo <kvalo@...nel.org> writes:
> Linus Torvalds <torvalds@...ux-foundation.org> writes:
>
>> Hmm. Another issue with the networking pull..
>>
>> On Wed, Aug 3, 2022 at 3:15 AM Paolo Abeni <pabeni@...hat.com> wrote:
>>>
>>> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git tags/net-next-6.0
>>>
>>> Veerendranath Jakkam (5):
>>> cfg80211: Indicate MLO connection info in connect and roam callbacks
>>
>> This one added a
>>
>> for_each_valid_link(cr, link) {
>> if (WARN_ON_ONCE(!cr->links[link].bss))
>> break;
>> }
>>
>> in net/wireless/sme.c, and it seems to trigger on my brand new M2 Macbook Air.
>>
>> Wireless still works fine (I'm writing this report on the machine),
>> but you get a scary splat:
>>
>> WARNING: CPU: 5 PID: 514 at net/wireless/sme.c:786
>> __cfg80211_connect_result+0x2fc/0x5c0 [cfg80211]
>>
>> full call trace etc in the attachment.
>
> Thanks for the report, adding also Arend and changing Johannes' email.
> Unfortunately Johannes is away this week. Arend, would you be able to
> look at this? I don't have any brcmfmac hardware.
Veerendranath took a look at this and here's a quick fix:
https://patchwork.kernel.org/project/linux-wireless/patch/20220805135259.4126630-1-quic_vjakkam@quicinc.com/
Do note that this isn't tested with brcmfmac but it should work :)
Linus, do you want to take that directly or should I take it to wireless
tree? I assume with the latter you would then get it by the end of next
week.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists