From: "Karel Balej" <balejk@matfyz.cz>
To: <dimitri.ledkov@canonical.com>,
"Johannes Berg" <johannes@sipsolutions.net>
Cc: <alexandre.torgue@foss.st.com>, <davem@davemloft.net>,
<dhowells@redhat.com>, <herbert@gondor.apana.org.au>,
<keyrings@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-crypto@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-modules@vger.kernel.org>,
<linux-stm32@st-md-mailman.stormreply.com>, <mcgrof@kernel.org>,
<mcoquelin.stm32@gmail.com>, <linux-wireless@vger.kernel.org>,
<netdev@vger.kernel.org>
Subject: [REGRESSION] Re: [PATCH] crypto: pkcs7: remove sha1 support
Date: Wed, 13 Mar 2024 09:50:11 +0100 [thread overview]
Message-ID: <CZSHRUIJ4RKL.34T4EASV5DNJM@matfyz.cz> (raw)
In-Reply-To: <20231010212240.61637-1-dimitri.ledkov@canonical.com>
Dimitri, Johannes,
ever since upgrading to Linux v6.7 I am unable to connect to a 802.1X
wireless network (specifically, eduroam). In my dmesg, the following
messages appear:
[ 68.161621] wlan0: authenticate with xx:xx:xx:xx:xx:xx (local address=xx:xx:xx:xx:xx:xx)
[ 68.163733] wlan0: send auth to xx:xx:xx:xx:xx:xx (try 1/3)
[ 68.165773] wlan0: authenticated
[ 68.166785] wlan0: associate with xx:xx:xx:xx:xx:xx (try 1/3)
[ 68.168498] wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x1411 status=0 aid=4)
[ 68.172445] wlan0: associated
[ 68.204956] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by xx:xx:xx:xx:xx:xx
[ 70.262032] wlan0: deauthenticated from xx:xx:xx:xx:xx:xx (Reason: 23=IEEE8021X_FAILED)
[ 73.065966] wlan0: authenticate with xx:xx:xx:xx:xx:xx (local address=xx:xx:xx:xx:xx:xx)
[ 73.068006] wlan0: send auth to xx:xx:xx:xx:xx:xx (try 1/3)
[ 73.070166] wlan0: authenticated
[ 73.070756] wlan0: associate with xx:xx:xx:xx:xx:xx (try 1/3)
[ 73.072807] wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x1411 status=0 aid=4)
[ 73.076676] wlan0: associated
[ 73.120396] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by xx:xx:xx:xx:xx:xx
[ 75.148376] wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (Reason: 23=IEEE8021X_FAILED)
[ 77.718016] wlan0: authenticate with xx:xx:xx:xx:xx:xx (local address=xx:xx:xx:xx:xx:xx)
[ 77.720137] wlan0: send auth to xx:xx:xx:xx:xx:xx (try 1/3)
[ 77.722670] wlan0: authenticated
[ 77.724737] wlan0: associate with xx:xx:xx:xx:xx:xx (try 1/3)
[ 77.726172] wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x1411 status=0 aid=4)
[ 77.730822] wlan0: associated
[ 77.830763] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by xx:xx:xx:xx:xx:xx
[ 79.784199] wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (Reason: 23=IEEE8021X_FAILED)
The connection works fine with v6.6 and I have bisected the problem to
the revision introduced by this patch (16ab7cb5825f mainline).
My wireless kernel driver is iwlwifi and I use iwd. I started the bisect
with a config copied from my distribution package [1].
Would you please help me with this? Please let me know if I forgot to
mention something which could be helpful in resolving this.
[1] https://raw.githubusercontent.com/void-linux/void-packages/master/srcpkgs/linux6.6/files/x86_64-dotconfig
Thank you very much, kind regards,
K. B.
next prev parent reply other threads:[~2024-03-13 8:52 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-10 21:22 [PATCH] crypto: pkcs7: remove sha1 support Dimitri John Ledkov
2023-10-20 5:54 ` Herbert Xu
2024-03-13 8:50 ` Karel Balej [this message]
2024-03-13 8:56 ` [REGRESSION] " Johannes Berg
2024-03-13 17:26 ` James Prestwood
2024-03-13 19:44 ` Eric Biggers
2024-03-13 20:12 ` James Prestwood
2024-03-13 20:22 ` Eric Biggers
2024-03-13 21:17 ` James Prestwood
2024-03-13 22:10 ` Eric Biggers
2024-03-13 22:51 ` Jeff Johnson
2024-03-13 23:06 ` Eric Biggers
2024-03-13 23:40 ` Eric Biggers
2024-03-14 11:52 ` James Prestwood
2024-03-14 12:22 ` James Bottomley
2024-03-14 20:20 ` Eric Biggers
2024-03-14 23:38 ` Ard Biesheuvel
2024-03-13 18:39 ` Michael Yartys
2024-03-13 19:54 ` Karel Balej
2024-03-15 13:09 ` Karel Balej
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=CZSHRUIJ4RKL.34T4EASV5DNJM@matfyz.cz \
--to=balejk@matfyz.cz \
--cc=alexandre.torgue@foss.st.com \
--cc=davem@davemloft.net \
--cc=dhowells@redhat.com \
--cc=dimitri.ledkov@canonical.com \
--cc=herbert@gondor.apana.org.au \
--cc=johannes@sipsolutions.net \
--cc=keyrings@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-modules@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@kernel.org \
--cc=mcoquelin.stm32@gmail.com \
--cc=netdev@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox