From: syzbot <syzbot+189dcafc06865d38178d@syzkaller.appspotmail.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [syzbot] Re: [syzbot] [wireless?] WARNING in cfg80211_scan_done
Date: Wed, 18 Jun 2025 19:52:13 -0700 [thread overview]
Message-ID: <68537b5d.050a0220.216029.0147.GAE@google.com> (raw)
In-Reply-To: <000000000000dbcd0f061f911231@google.com>
For archival purposes, forwarding an incoming command email to
linux-kernel@vger.kernel.org.
***
Subject: Re: [syzbot] [wireless?] WARNING in cfg80211_scan_done
Author: lizhi.xu@windriver.com
#syz test
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c
index cd8385ecafd9..7fc1e98abb2c 100644
--- a/net/mac80211/scan.c
+++ b/net/mac80211/scan.c
@@ -498,6 +498,8 @@ static void __ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted)
if (scan_req != local->int_scan_req) {
local->scan_info.aborted = aborted;
+ printk("local: %p, sr: %p, wip: %p, %s\n",
+ local, scan_req, scan_req->wiphy, __func__);
cfg80211_scan_done(scan_req, &local->scan_info);
}
@@ -1123,6 +1125,8 @@ void ieee80211_scan_work(struct wiphy *wiphy, struct wiphy_work *work)
/* need to complete scan in cfg80211 */
rcu_assign_pointer(local->scan_req, scan_req);
aborted = true;
+ printk("local: %p, sr: %p, wip: %p, %s\n",
+ local, scan_req, scan_req->wiphy, __func__);
goto out_complete;
}
@@ -1135,6 +1139,8 @@ void ieee80211_scan_work(struct wiphy *wiphy, struct wiphy_work *work)
do {
if (!ieee80211_sdata_running(sdata)) {
aborted = true;
+ printk("2local: %p, sr: %p, wip: %p, %s\n",
+ local, scan_req, scan_req->wiphy, __func__);
goto out_complete;
}
@@ -1147,6 +1153,8 @@ void ieee80211_scan_work(struct wiphy *wiphy, struct wiphy_work *work)
/* if no more bands/channels left, complete scan */
if (local->scan_channel_idx >= scan_req->n_channels) {
aborted = false;
+ printk("3local: %p, sr: %p, wip: %p, %s\n",
+ local, scan_req, scan_req->wiphy, __func__);
goto out_complete;
}
ieee80211_scan_state_decision(local, &next_delay);
@@ -1165,6 +1173,8 @@ void ieee80211_scan_work(struct wiphy *wiphy, struct wiphy_work *work)
break;
case SCAN_ABORT:
aborted = true;
+ printk("4local: %p, sr: %p, wip: %p, %s\n",
+ local, scan_req, scan_req->wiphy, __func__);
goto out_complete;
}
} while (next_delay == 0);
diff --git a/net/wireless/scan.c b/net/wireless/scan.c
index e8a4fe44ec2d..7c1f80be24bb 100644
--- a/net/wireless/scan.c
+++ b/net/wireless/scan.c
@@ -1178,6 +1178,11 @@ void cfg80211_scan_done(struct cfg80211_scan_request *request,
struct cfg80211_scan_info old_info = request->info;
trace_cfg80211_scan_done(request, info);
+ printk("r: %p, wiphy: %p, scan_req: %p, int_scan_req: %p, %s\n",
+ request, request->wiphy,
+ wiphy_to_rdev(request->wiphy)->scan_req,
+ wiphy_to_rdev(request->wiphy)->int_scan_req,
+ __func__);
WARN_ON(request != wiphy_to_rdev(request->wiphy)->scan_req &&
request != wiphy_to_rdev(request->wiphy)->int_scan_req);
next prev parent reply other threads:[~2025-06-19 2:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-13 14:03 syzbot
2025-06-13 3:55 ` syzbot
2025-06-19 8:05 ` [PATCH] wifi: cfg80211: Prevent comparison with invalid registered dev scan req Lizhi Xu
2025-06-20 11:01 ` Johannes Berg
2025-06-23 8:26 ` Lizhi Xu
2025-06-19 2:52 ` syzbot [this message]
2025-06-19 7:37 ` [syzbot] Re: [syzbot] [wireless?] WARNING in cfg80211_scan_done syzbot
2026-01-05 17:04 ` syzbot
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=68537b5d.050a0220.216029.0147.GAE@google.com \
--to=syzbot+189dcafc06865d38178d@syzkaller.appspotmail.com \
--cc=linux-kernel@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
all inboxes | Powered by JetHome®