From: Bjorn Helgaas <helgaas@kernel.org>
To: Bandhan Pramanik <bandhanpramanik06.foss@gmail.com>,
Jeff Johnson <jjohnson@kernel.org>
Cc: linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org,
ath10k@lists.infradead.org, linux-wireless@vger.kernel.org,
stable@vger.kernel.org
Subject: Re: Instability in ALL stable and LTS distro kernels (IRQ #16 being disabled, PCIe bus errors, ath10k_pci) in Dell Inspiron 5567
Date: Wed, 25 Jun 2025 15:20:14 -0500 [thread overview]
Message-ID: <20250625202014.GA1585022@bhelgaas> (raw)
In-Reply-To: <CAEmM+Qi-Waxk5qcR+nfip-QGXaKk0-Kq7QSq890e9oYOPjW+bA@mail.gmail.com>
[+cc Jeff, ath10k maintainer]
On Thu, Jun 26, 2025 at 12:47:49AM +0530, Bandhan Pramanik wrote:
> Hello,
>
> The following is the original thread, where a bug was reported to the
> linux-wireless and ath10k mailing lists. The specific bug has been
> detailed clearly here.
>
> https://lore.kernel.org/linux-wireless/690B1DB2-C9DC-4FAD-8063-4CED659B1701@gmail.com/T/#t
>
> There is also a Bugzilla report by me, which was opened later:
> https://bugzilla.kernel.org/show_bug.cgi?id=220264
>
> As stated, it is highly encouraged to check out all the logs,
> especially the line of IRQ #16 in /proc/interrupts.
>
> Here is where all the logs are:
> https://gist.github.com/BandhanPramanik/ddb0cb23eca03ca2ea43a1d832a16180
> (these logs are taken from an Arch liveboot)
>
> On my daily driver, I found these on my IRQ #16:
>
> 16: 173210 0 0 0 IR-IO-APIC
> 16-fasteoi i2c_designware.0, idma64.0, i801_smbus
>
> The fixes stated on the Reddit post for this Wi-Fi card didn't quite
> work. (But git-cloning the firmware files did give me some more time
> to have stable internet)
>
> This time, I had to go for the GRUB kernel parameters.
>
> Right now, I'm using "irqpoll" to curb the errors caused.
> "intel_iommu=off" did not work, and the Wi-Fi was constantly crashing
> even then. Did not try out "pci=noaer" this time.
>
> If it's of any concern, there is a very weird error in Chromium-based
> browsers which has only happened after I started using irqpoll. When I
> Google something, the background of the individual result boxes shows
> as pure black, while the surrounding space is the usual
> greyish-blackish, like we see in Dark Mode. Here is a picture of the
> exact thing I'm experiencing: https://files.catbox.moe/mjew6g.png
>
> If you notice anything in my logs/bug reports, please let me know.
> (Because it seems like Wi-Fi errors are just a red herring, there are
> some ACPI or PCIe-related errors in the computers of this model - just
> a naive speculation, though.)
Your dmesg log is incomplete, and we would need to see the entire
thing. It should start with something like this:
Linux version 6.8.0-60-generic (buildd@lcy02-amd64-054) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #63-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 19:04:15 UTC 2025 (Ubuntu 6.8.0-60.63-generic 6.8.12)
Your lspci output doesn't include the necessary PCI details; collect
it with "sudo lspci -vv".
We should pick the most serious problem and focus on that instead of
trying to solve everything at once.
It sounds like the ath10k issue might be the biggest problem? If
"options ath10k_core skip_otp=y" is a workaround for this problem, it
looks like some ath10k firmware thing, probably unrelated to the PCI
core.
Bjorn
next prev parent reply other threads:[~2025-06-25 20:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-25 19:17 Instability in ALL stable and LTS distro kernels (IRQ #16 being disabled, PCIe bus errors, ath10k_pci) in Dell Inspiron 5567 Bandhan Pramanik
2025-06-25 20:20 ` Bjorn Helgaas [this message]
2025-06-25 22:50 ` Bandhan Pramanik
2025-06-26 17:53 ` Bandhan Pramanik
2025-06-26 23:21 ` Bandhan Pramanik
2025-07-04 19:30 ` Bandhan Pramanik
2025-07-05 13:50 ` Bjorn Helgaas
2025-07-05 15:00 ` Bandhan Pramanik
2025-07-05 19:58 ` Bjorn Helgaas
2025-07-06 23:01 ` Bandhan Pramanik
2025-07-07 6:11 ` Manivannan Sadhasivam
2025-07-09 17:30 ` Bandhan Pramanik
2025-07-10 19:06 ` Bandhan Pramanik
2025-07-11 12:15 ` Bjorn Helgaas
2025-07-11 16:04 ` Bandhan Pramanik
2025-07-11 16:36 ` Bjorn Helgaas
2025-07-12 6:48 ` Bandhan Pramanik
2025-07-29 17:35 ` Bandhan Pramanik
2025-08-17 9:38 ` [PATCH TEST] ath10k: Testing Mani's ASPM patch (QCA9377, v6.16-rc1) Bandhan Pramanik
2025-07-12 19:18 ` Instability in ALL stable and LTS distro kernels (IRQ #16 being disabled, PCIe bus errors, ath10k_pci) in Dell Inspiron 5567 Askar Safin
2025-07-13 16:04 ` Bandhan Pramanik
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=20250625202014.GA1585022@bhelgaas \
--to=helgaas@kernel.org \
--cc=ath10k@lists.infradead.org \
--cc=bandhanpramanik06.foss@gmail.com \
--cc=jjohnson@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=stable@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