Commit d19bac3
committed
wifi: mac80211: don't WARN for late channel/color switch
There's really no value in the WARN stack trace etc., the reason
for this happening isn't directly related to the calling function
anyway. Also, syzbot has been observing it constantly, and there's
no way we can resolve it there - those systems are just slow.
Instead print an error message (once) and add a comment about what
really causes this message.
Reported-by: syzbot+468656785707b0e995df@syzkaller.appspotmail.com
Reported-by: syzbot+18c783c5cf6a781e3e2c@syzkaller.appspotmail.com
Reported-by: syzbot+d5924d5cffddfccab68e@syzkaller.appspotmail.com
Reported-by: syzbot+7d73d99525d1ff7752ef@syzkaller.appspotmail.com
Reported-by: syzbot+8e6e002c74d1927edaf5@syzkaller.appspotmail.com
Reported-by: syzbot+97254a3b10c541879a65@syzkaller.appspotmail.com
Reported-by: syzbot+dfd1fd46a1960ad9c6ec@syzkaller.appspotmail.com
Reported-by: syzbot+85e0b8d12d9ca877d806@syzkaller.appspotmail.com
Link: https://patch.msgid.link/20250617104902.146e10919be1.I85f352ca4a2dce6f556e5ff45ceaa5f3769cb5ce@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>1 parent d1b1a5e commit d19bac3
2 files changed
+25
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| 156 | + | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
5016 | 5016 | | |
5017 | 5017 | | |
5018 | 5018 | | |
5019 | | - | |
| 5019 | + | |
| 5020 | + | |
5020 | 5021 | | |
5021 | | - | |
| 5022 | + | |
| 5023 | + | |
| 5024 | + | |
| 5025 | + | |
| 5026 | + | |
| 5027 | + | |
| 5028 | + | |
| 5029 | + | |
| 5030 | + | |
| 5031 | + | |
| 5032 | + | |
| 5033 | + | |
| 5034 | + | |
| 5035 | + | |
5022 | 5036 | | |
5023 | | - | |
5024 | | - | |
| 5037 | + | |
5025 | 5038 | | |
5026 | 5039 | | |
5027 | 5040 | | |
| |||
5052 | 5065 | | |
5053 | 5066 | | |
5054 | 5067 | | |
5055 | | - | |
| 5068 | + | |
5056 | 5069 | | |
5057 | 5070 | | |
5058 | 5071 | | |
| |||
5450 | 5463 | | |
5451 | 5464 | | |
5452 | 5465 | | |
5453 | | - | |
| 5466 | + | |
5454 | 5467 | | |
5455 | 5468 | | |
5456 | 5469 | | |
| |||
5482 | 5495 | | |
5483 | 5496 | | |
5484 | 5497 | | |
5485 | | - | |
| 5498 | + | |
5486 | 5499 | | |
5487 | 5500 | | |
5488 | 5501 | | |
| |||
0 commit comments