From: syzbot <syzbot+5c061dd050f2b84b2e1b@syzkaller.appspotmail.com>
To: linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com
Subject: Forwarded: Re: [syzbot] [ath10k?] WARNING in ath10k_pci_probe
Date: Fri, 07 Aug 2026 15:58:25 -0700 [thread overview]
Message-ID: <6a766311.9c11d2ce.289b96.00b0.GAE@google.com> (raw)
In-Reply-To: <6a73bd79.6851e1c7.236b5a.0003.GAE@google.com>
For archival purposes, forwarding an incoming command email to
linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com.
***
Subject: Re: [syzbot] [ath10k?] WARNING in ath10k_pci_probe
Author: rihyeon8648@gmail.com
#syz test
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c
index 335bc7c488e4..08c169bb94f6 100644
--- a/drivers/net/wireless/ath/ath10k/pci.c
+++ b/drivers/net/wireless/ath/ath10k/pci.c
@@ -3594,7 +3594,8 @@ static int ath10k_pci_probe(struct pci_dev *pdev,
targ_cpu_to_ce_addr = ath10k_pci_qca6174_targ_cpu_to_ce_addr;
break;
default:
- WARN_ON(1);
+ dev_err(&pdev->dev, "unsupported device id 0x%04x\n",
+ pdev->device);
return -EOPNOTSUPP;
}
prev parent reply other threads:[~2026-08-07 22:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-05 22:47 [syzbot] [ath10k?] WARNING in ath10k_pci_probe syzbot
2026-08-07 22:58 ` syzbot [this message]
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=6a766311.9c11d2ce.289b96.00b0.GAE@google.com \
--to=syzbot+5c061dd050f2b84b2e1b@syzkaller.appspotmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=syzkaller-bugs@googlegroups.com \
/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.