From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5C79C4321E for ; Thu, 1 Dec 2022 14:49:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231296AbiLAOth (ORCPT ); Thu, 1 Dec 2022 09:49:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231274AbiLAOte (ORCPT ); Thu, 1 Dec 2022 09:49:34 -0500 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [80.237.130.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42658AC6C5; Thu, 1 Dec 2022 06:49:33 -0800 (PST) Received: from [2a02:8108:963f:de38:eca4:7d19:f9a2:22c5]; authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1p0ksS-0001wj-W1; Thu, 01 Dec 2022 15:49:29 +0100 Message-ID: <8305bc31-28d5-4041-a3b0-d012e67d8070@leemhuis.info> Date: Thu, 1 Dec 2022 15:49:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: [Regression] Bug 216711 - null SSID reported by systemd-networkd when connected to a WPA3 network Content-Language: en-US, de-DE From: Thorsten Leemhuis To: Johannes Berg Cc: Zoddo , "linux-wireless@vger.kernel.org" , netdev , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1669906173;f00fc34c; X-HE-SMSGID: 1p0ksS-0001wj-W1 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org [CCing the network maintainers] Hi, this is your Linux kernel regression tracker. Top-posting for once, to make this easily accessible to everyone. Johannes, sorry to bother you, but I have to ask what's up there? Has there any progress been made wrt to below regression? I'm wondering, as I forwarded this ten days ago and haven't seen a single reply, but maybe I missed something. BTW, in between a second user who's affected by the regression showed up in the bugzilla ticket. Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat) P.S.: As the Linux kernel's regression tracker I deal with a lot of reports and sometimes miss something important when writing mails like this. If that's the case here, don't hesitate to tell me in a public reply, it's in everyone's interest to set the public record straight. On 21.11.22 09:32, Thorsten Leemhuis wrote: > Hi, this is your Linux kernel regression tracker speaking. > > I noticed a regression report in bugzilla.kernel.org. As many (most?) > kernel developer don't keep an eye on it, I decided to forward it by > mail. Quoting from https://bugzilla.kernel.org/show_bug.cgi?id=216711 : > >> Zoddo 2022-11-19 15:36:02 UTC >> >> Created attachment 303236 [details] >> Bisect log >> >> Starting with linux 5.19.2, systemd-networkd reports a "(null)" SSID when connected to WPA3 network. >> >> Steps to reproduce: >> 1. Get a system with systemd-networkd (maybe this issue can be exhibited with other methods, but using systemd-netword is the only one I know; I haven't found how to get this data directly from the kernel) >> 2. Connect to a wireless network using WPA3. >> 3. Run "networkctl status ", and observe that "WiFi access point" shows "(null)" instead of the network's SSID. >> 4. If you try again with a WPA2 network, the SSID is shown as expected. WPA3 network also behaves as expected on kernel <=5.19.1 >> >> This bug also affects linux 6.0 (tested on 6.0.8). >> >> >> Bisection identified the following commit as the culprit: >> (full bisect log attached) >> >> 7a53ad13c09150076b7ddde96c2dfc5622c90b45 is the first bad commit >> commit 7a53ad13c09150076b7ddde96c2dfc5622c90b45 >> Author: Johannes Berg >> Date: Thu Apr 14 16:50:57 2022 +0200 >> >> wifi: cfg80211: do some rework towards MLO link APIs >> >> [ Upstream commit 7b0a0e3c3a88260b6fcb017e49f198463aa62ed1 ] >> >> In order to support multi-link operation with multiple links, >> start adding some APIs. The notable addition here is to have >> the link ID in a new nl80211 attribute, that will be used to >> differentiate the links in many nl80211 operations. > > > See the ticket for more details. > > BTW, let me use this mail to also add the report to the list of tracked > regressions to ensure it's doesn't fall through the cracks: > > #regzbot introduced: 7b0a0e3c3a882 > https://bugzilla.kernel.org/show_bug.cgi?id=216711 > #regzbot ignore-activity > > Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat) > > P.S.: As the Linux kernel's regression tracker I deal with a lot of > reports and sometimes miss something important when writing mails like > this. If that's the case here, don't hesitate to tell me in a public > reply, it's in everyone's interest to set the public record straight.