All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Linux regression tracking (Thorsten Leemhuis)" <regressions@leemhuis.info>
To: P Praneesh <quic_ppranees@quicinc.com>
Cc: ath11k <ath11k@lists.infradead.org>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	netdev <netdev@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux kernel regressions list <regressions@lists.linux.dev>,
	Kalle Valo <kvalo@kernel.org>,
	Jouni Malinen <jouni@codeaurora.org>, Jouni Malinen <j@w1.fi>
Subject: Re: [regression] Bug 217286 - ath11k:deny assoc request, Invalid supported ch width and ext nss combination
Date: Mon, 17 Apr 2023 11:50:05 +0200	[thread overview]
Message-ID: <afa92c35-b17a-49de-ac4c-6d60237a2dca@leemhuis.info> (raw)
In-Reply-To: <f84c39ed-b8d8-7d0c-0eff-c90feaf5ab4f@leemhuis.info>

[resending with the current email addresses for P Praneesh and Jouni
Malinen; didn't find one on lore for Ganesh Sesetti, and Sathishkumar
Muruganandam]

Please see quoted text below, as there is a kernel regression that is
caused by a patch you authored or passed on.

On 17.04.23 11:33, Thorsten Leemhuis wrote:
> On 08.04.23 13:52, Linux regression tracking (Thorsten Leemhuis) wrote:
>> Hi, Thorsten here, the Linux kernel's regression tracker.
>>
>> I noticed a regression report in bugzilla.kernel.org. As many (most?)
>> kernel developers don't keep an eye on it, I decided to forward it by mail.
>>
>> Note, you have to use bugzilla to reach the reporter, as I sadly[1] can
>> not CCed them in mails like this.
>>
>> Quoting from https://bugzilla.kernel.org/show_bug.cgi?id=217286 :
>>
>>> Built and installed v6.2 kernel (with ath11k_pci) on arm64 hardware
>>> running Ubuntu22.04. Hardware has both Atheros QCN9074 module and Intel
>>> AX210 module. Running each (separately) in station mode and try to
>>> connect to Synology router with WiFi Access Point based on QCN9074.
>>> AX210 has no problem connecting to AP but Atheros is successfully
>>> authenticating but association is rejected by AP with this error message:
>>>
>>>
>>> wlan: [0:I:ANY] [UNSPECIFIED] vap-0(wlan100): [04:f0:21:a1:7c:3e]deny assoc request, Invalid supported ch width and ext nss combination
>>>
>>> Please note that when running v5.15.5 kernel (with ath11k_pci), I am
>>> able to connect to the same AP without problems.
>>>
>>> Detailed logs follow:
>>> [...]
>>
>> See the ticket for more details.
> 
> FWIW, the reporter bisected the regression down to
> 
> 552d6fd2f2 ("ath11k: add support for 80P80 and 160 MHz bandwidth")
> 
> Authored by P Praneesh, Ganesh Sesetti, and Sathishkumar Muruganandam,.
> all of which I added to the list of recipients (just like Jouni Malinen,
> who handled the patch). Could one of you please look into this?
> 
> While at it, let me update the tracking status:
> 
> #regzbot introduced: 552d6fd2f2
> #regzbot ignore-activity
> 
> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> --
> Everything you wanna know about Linux kernel regression tracking:
> https://linux-regtracking.leemhuis.info/about/#tldr
> If I did something stupid, please tell me, as explained on that page.
> 
> 

WARNING: multiple messages have this Message-ID (diff)
From: "Linux regression tracking (Thorsten Leemhuis)" <regressions@leemhuis.info>
To: P Praneesh <quic_ppranees@quicinc.com>
Cc: ath11k <ath11k@lists.infradead.org>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	netdev <netdev@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux kernel regressions list <regressions@lists.linux.dev>,
	Kalle Valo <kvalo@kernel.org>,
	Jouni Malinen <jouni@codeaurora.org>, Jouni Malinen <j@w1.fi>
Subject: Re: [regression] Bug 217286 - ath11k:deny assoc request, Invalid supported ch width and ext nss combination
Date: Mon, 17 Apr 2023 11:50:05 +0200	[thread overview]
Message-ID: <afa92c35-b17a-49de-ac4c-6d60237a2dca@leemhuis.info> (raw)
In-Reply-To: <f84c39ed-b8d8-7d0c-0eff-c90feaf5ab4f@leemhuis.info>

[resending with the current email addresses for P Praneesh and Jouni
Malinen; didn't find one on lore for Ganesh Sesetti, and Sathishkumar
Muruganandam]

Please see quoted text below, as there is a kernel regression that is
caused by a patch you authored or passed on.

On 17.04.23 11:33, Thorsten Leemhuis wrote:
> On 08.04.23 13:52, Linux regression tracking (Thorsten Leemhuis) wrote:
>> Hi, Thorsten here, the Linux kernel's regression tracker.
>>
>> I noticed a regression report in bugzilla.kernel.org. As many (most?)
>> kernel developers don't keep an eye on it, I decided to forward it by mail.
>>
>> Note, you have to use bugzilla to reach the reporter, as I sadly[1] can
>> not CCed them in mails like this.
>>
>> Quoting from https://bugzilla.kernel.org/show_bug.cgi?id=217286 :
>>
>>> Built and installed v6.2 kernel (with ath11k_pci) on arm64 hardware
>>> running Ubuntu22.04. Hardware has both Atheros QCN9074 module and Intel
>>> AX210 module. Running each (separately) in station mode and try to
>>> connect to Synology router with WiFi Access Point based on QCN9074.
>>> AX210 has no problem connecting to AP but Atheros is successfully
>>> authenticating but association is rejected by AP with this error message:
>>>
>>>
>>> wlan: [0:I:ANY] [UNSPECIFIED] vap-0(wlan100): [04:f0:21:a1:7c:3e]deny assoc request, Invalid supported ch width and ext nss combination
>>>
>>> Please note that when running v5.15.5 kernel (with ath11k_pci), I am
>>> able to connect to the same AP without problems.
>>>
>>> Detailed logs follow:
>>> [...]
>>
>> See the ticket for more details.
> 
> FWIW, the reporter bisected the regression down to
> 
> 552d6fd2f2 ("ath11k: add support for 80P80 and 160 MHz bandwidth")
> 
> Authored by P Praneesh, Ganesh Sesetti, and Sathishkumar Muruganandam,.
> all of which I added to the list of recipients (just like Jouni Malinen,
> who handled the patch). Could one of you please look into this?
> 
> While at it, let me update the tracking status:
> 
> #regzbot introduced: 552d6fd2f2
> #regzbot ignore-activity
> 
> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> --
> Everything you wanna know about Linux kernel regression tracking:
> https://linux-regtracking.leemhuis.info/about/#tldr
> If I did something stupid, please tell me, as explained on that page.
> 
> 

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

  reply	other threads:[~2023-04-17  9:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-08 11:52 [regression] Bug 217286 - ath11k:deny assoc request, Invalid supported ch width and ext nss combination Linux regression tracking (Thorsten Leemhuis)
2023-04-08 11:52 ` Linux regression tracking (Thorsten Leemhuis)
2023-04-17  9:33 ` Thorsten Leemhuis
2023-04-17  9:33   ` Thorsten Leemhuis
2023-04-17  9:50   ` Linux regression tracking (Thorsten Leemhuis) [this message]
2023-04-17  9:50     ` Linux regression tracking (Thorsten Leemhuis)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=afa92c35-b17a-49de-ac4c-6d60237a2dca@leemhuis.info \
    --to=regressions@leemhuis.info \
    --cc=ath11k@lists.infradead.org \
    --cc=j@w1.fi \
    --cc=jouni@codeaurora.org \
    --cc=kvalo@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=quic_ppranees@quicinc.com \
    --cc=regressions@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.