-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RPi5] [rpi-6.14.y] kernel panic with some PCIe I/O activity #6696
Comments
The log you posted includes the following message:
Please repeat your test with |
That message has been useless for many releases, they're planning it to remove it in a few versions. Same thing happened with 4kb page size anyway. I'll try to bisect. |
Might be worth trying with #6675. |
You're right, with #6675 it's behaving normally. |
The associated patch set downgrades a PCIe read failure (timeout, or negative response) to all 1s as the read data - which would also make the nvme driver complain and offline the controller. As you don't get that, the other feature of the patch set is to greatly extend the read completion timeout. The drive is probably just slow to generate responses under certain conditions. |
Describe the bug
Hi,
On 6.14 kernels, some I/O activity over PCIe (I guess any kind of activity?) results in a kernel panic.
Doesn't happen on any other branch (6.13, 6.12...)
Steps to reproduce the behaviour
I didn't investigate a precise pattern for triggering it, what I do is starting the
bees
deduplication daemon that does RW activity, after some seconds the kernel crashes.Device (s)
Raspberry Pi 5
System
Linux pi5 6.14.0-rc4-v8-16k+ #68 SMP Sun Mar 2 12:23:52 CET 2025 aarch64 GNU/Linux
Logs
kmsg.txt
Additional context
No response
The text was updated successfully, but these errors were encountered: