linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thorsten Leemhuis <regressions@leemhuis.info>
To: Kalle Valo <kvalo@kernel.org>
Cc: Luca Coelho <luca@coelho.fi>, linux-wireless@vger.kernel.org
Subject: Re: [PATCH for v5.17 1/2] iwlwifi: remove deprecated broadcast filtering feature
Date: Fri, 4 Feb 2022 10:38:26 +0100	[thread overview]
Message-ID: <669031f1-d4d4-2227-7da2-d1b5e43f5358@leemhuis.info> (raw)
In-Reply-To: <8735l0cogj.fsf@kernel.org>

On 03.02.22 10:02, Kalle Valo wrote:
> Thorsten Leemhuis <regressions@leemhuis.info> writes:
>> On 31.01.22 12:12, Kalle Valo wrote:
>>> Thorsten Leemhuis <regressions@leemhuis.info> writes:
>>>> On 28.01.22 13:48, Luca Coelho wrote:
>>>>> From: Luca Coelho <luciano.coelho@intel.com>
>>>>>
>>>>> This feature has been deprecated and should not be used anymore.  With
>>>>> newer firmwares, namely *-67.ucode and above, trying to use it causes an
>>>>> assertion failure in the FW, similar to this:
>>>>>
>>>>> [Tue Jan 11 20:05:24 2022] iwlwifi 0000:04:00.0: 0x00001062 | ADVANCED_SYSASSERT
>>>>>
>>>>> In order to prevent this feature from being used, remove it entirely
>>>>> and get rid of the Kconfig option that
>>>>> enables it (IWLWIFI_BCAST_FILTERING).
>>>>>
>>>>> Link: https://bugzilla.kernel.org/show_bug.cgi?id=215488
>>>>
>>>> FWIW there was another report about it afaics:
>>>>
>>>> Link: https://bugzilla.kernel.org/show_bug.cgi?id=215550
>>>
>>> If it's the same issue, it should be marked as a duplicate.
>>
>> Understandable request, but sorry, for now I decided to not do that in
>> such situations for two reasons:
>>
>>  * it can easily go wrong, as I encounter all sorts of kernel bugs and
>> thus often lack detailed knowledge about the areas the bug is about
>>
>>  * I'm doing regression tacking in my spare time, which is hard enough
>> already; taking care of bugs would make it a lot harder -- especially as
>> some maintainers/subsystems seem to (mostly) ignore bugzilla, so I would
>> be starting to do their job. Hence I only look at bugzilla to make sure
>> no regressions reported there falls through the cracks. See also:
>> https://lore.kernel.org/regressions/3ee8c6c9-52d1-9570-f3bf-490365c9f6fe@leemhuis.info/
> 
> I share your pain, I'm also overwhelmed by mail and patches :) To be
> exact, I didn't mean that you Thorsten should mark the bug duplicate and
> I was hoping that someone from Intel would do it. And Golan thankfully
> did that:
> 
> https://bugzilla.kernel.org/show_bug.cgi?id=215550#c1

Ahh, good.

> And I also agree about challenges with Bugzilla. I personally have time
> to only follow ath11k bugzilla reports, everything else I'm forced to
> ignore. This is a big disconnect between users and developers which
> worries me as well.

Maybe I can come up with some numbers over the course of the next few
weeks to improve the situation. Or find somebody that would hire me to
work on improving things in that area...

>>>> That makes me hope that this is reviewed and merged to mainline relative
>>>> quickly, otherwise more users will be bothered by this.
>>>>
>>>>> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
>>>>> Fixes: cbaa6aeedee5 ("iwlwifi: bump FW API to 67 for AX devices")
>>>>> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
>>>>
>>>> Shouldn't this also have:
>>>>
>>>> Cc: stable@vger.kernel.org # 5.16.x
>>>
>>> I can add that.
>>
>> thx.
>>
>>> BTW, please trim your quotes. You left a really long (and unnecessary)
>>> quote, which makes use of patchwork much harder for us maintainers.
>>> Unfortunately patchwork is not able to trim them automatically:
>>
>> Argh, sorry, of course, will do that. I normally trim a lot more, but
>> when I'm in "regression tracker mode" I work differently and quote more,
>> as I often have to poke discussions that got stalled -- and there the
>> context might be helpful. But you are obviously right, for patches and
>> quite a few other situations that's obviously unneeded and harmful.
> 
> Yeah, understandable that quoting more is helpful for regression
> reports. I wish patchwork would have a feature to automatically trim
> unnecessary quotes, that would be really helpful for us maintainers.
> 
> BTW, I also have a feature request for regzbot :) I try to follow
> regression emails very carefully, but I find the emails quite hard to
> read as it's not easy to see what part of text is written by a bot and
> which is from a human.

Right now the bot doesn't write any emails except the weekly reports.
The text is thus coming from me, but I obviously have some templates.

> I get so much email that I try to skim the emails
> quickly and ignore all the boilerplate text, but with regzbot emails
> that's difficult. One way to solve this might be to add all boilerplate
> code between "-----[cut]------" lines or something like that.

Hmmm. I was trying to make this easy already. When I'm adding a report
to the tracking I for example these days put this at the top of my mail:

```
[TLDR: I'm adding this regression to regzbot, the Linux kernel
regression tracking bot; most text you find below is compiled from a few
templates paragraphs some of you might have seen already.]
```

And I sometimes even use top-posting.

Anyway, thx for brining this up, I guess there are still some areas
where I can improve things (which likely means to use top-posting even
more often, which kinda feels wrong, but for some of my mails might be
the better approach).

Ciao, Thorsten

  reply	other threads:[~2022-02-04  9:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 12:48 [PATCH for v5.17 0/2] iwlwifi: fixes intended for v5.17 2022-01-28 part 2 Luca Coelho
2022-01-28 12:48 ` [PATCH for v5.17 1/2] iwlwifi: remove deprecated broadcast filtering feature Luca Coelho
2022-01-31  8:08   ` Thorsten Leemhuis
2022-01-31 11:12     ` Kalle Valo
2022-01-31 12:45       ` Thorsten Leemhuis
2022-02-03  9:02         ` Kalle Valo
2022-02-04  9:38           ` Thorsten Leemhuis [this message]
2022-02-03  8:26   ` [for,v5.17,1/2] " Kalle Valo
2022-01-28 12:48 ` [PATCH for v5.17 2/2] iwlwifi: mvm: don't send SAR GEO command for 3160 devices Luca Coelho

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=669031f1-d4d4-2227-7da2-d1b5e43f5358@leemhuis.info \
    --to=regressions@leemhuis.info \
    --cc=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=luca@coelho.fi \
    /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;
as well as URLs for NNTP newsgroup(s).