From: Stanislaw Gruszka <stf_xl@wp.pl>
To: Thorsten Leemhuis <regressions@leemhuis.info>
Cc: Robert W <rwbugreport@lost-in-the-void.net>,
Helmut Schaa <helmut.schaa@googlemail.com>,
linux-wireless@vger.kernel.org,
"regressions@lists.linux.dev" <regressions@lists.linux.dev>
Subject: Re: Bug/Regression - Ralink RT2800 kernel deference issue since kernel 5.14
Date: Mon, 22 Nov 2021 19:55:37 +0100 [thread overview]
Message-ID: <20211122185515.GA289958@wp.pl> (raw)
In-Reply-To: <60b9dbe3-852b-9e63-2857-0264d7093930@leemhuis.info>
On Sun, Nov 21, 2021 at 02:38:02PM +0100, Thorsten Leemhuis wrote:
> Hi, this is your Linux kernel regression tracker speaking.
>
> CCing regression mailing list, which should be in the loop for all
> regressions, as explained here:
> https://www.kernel.org/doc/html/latest/admin-guide/reporting-issues.html
>
> Also adding Helmut and Stanislaw (or just a different of his
> addresses?), as afaics nothing happened since the report.
FYI: stf_xl@wp.pl is the only valid public e-mail address currently
used by me.
> On 12.11.21 22:21, Robert W wrote:
> >
> > I have recently tried to upgrade a system to run the 5.14 kernel and
> > noticed that I was getting hangs on the system which seem to relate to
> > this wireless dongle which I am running hostapd against to provide a
> > small AP. Since that time kernel 5.15 was released and I have tested
> > that kernel as well and the problem persists. The issue sometimes
> > occurs within an hour and other times it takes a few hours. I have tried
> > to narrow down what is causing the issue. I thought it might be a
> > change elsewhere outside the mac80211/driver area so I tried to run the
> > wireless backports 5.15-rc6 on top of the last stable kernel of 5.13 so
> > as to have the smallest number of changes on the system. The backports
> > crashes with the same error. I have included below the netconsole
> > output and the gdb of the kernel module in question. The capture was
> > from when I was using the backports, but the error is the same. I hope
> > the pastebins are okay to use on the list. I did try to get some
> > assistance on linux-wireless IRC and some one asked for the outputs I
> > had for the information so I am reusing them here.
> >
> > The following pastebin is the data sent to a netconsole instance.
> >
> > https://pastebin.com/UxRrTtUh
<snip>
> > (gdb) list *(rt2x00queue_create_tx_descriptor+0x176)
> > 0x37e6 is in rt2x00queue_create_tx_descriptor (/home/robert/backport/backports-5.15-rc6-1/drivers/net/wireless/ralink/rt2x00/rt2x00queue.c:324).
> > 319 */
> > 320 if (sta && txdesc->u.ht.mcs > 7 &&
> > 321 sta->smps_mode == IEEE80211_SMPS_DYNAMIC)
> > 322 __set_bit(ENTRY_TXD_HT_MIMO_PS, &txdesc->flags);
> > 323 } else {
> > 324 txdesc->u.ht.mcs = rt2x00_get_rate_mcs(hwrate->mcs);
> > 325 if (txrate->flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE)
> > 326 txdesc->u.ht.mcs |= 0x08;
> > 327 }
> > 328
Looking at the mailing list archives, seems Felix already provided
patch for this. Hopefully patch fixes the problem. However if changes
in the rt2x00 drivers are needed further, I can look at this.
Regards
Stanislaw
next prev parent reply other threads:[~2021-11-22 18:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-12 21:21 Bug/Regression - Ralink RT2800 kernel deference issue since kernel 5.14 Robert W
2021-11-21 13:38 ` Thorsten Leemhuis
2021-11-22 18:55 ` Stanislaw Gruszka [this message]
2021-11-29 12:14 ` Bug/Regression - Ralink RT2800 kernel deference issue since kernel 5.14 #justforregzbot Thorsten Leemhuis
2021-11-21 19:46 ` Bug/Regression - Ralink RT2800 kernel deference issue since kernel 5.14 Felix Fietkau
2021-11-22 22:21 ` Robert W
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=20211122185515.GA289958@wp.pl \
--to=stf_xl@wp.pl \
--cc=helmut.schaa@googlemail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=regressions@leemhuis.info \
--cc=regressions@lists.linux.dev \
--cc=rwbugreport@lost-in-the-void.net \
/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.