Bug 218560
Summary: | Linux logs error `DPC: RP PIO log size 0 is invalid` on Raptor Lake | ||
---|---|---|---|
Product: | Drivers | Reporter: | Paul Menzel (pmenzel+bugzilla.kernel.org) |
Component: | PCI | Assignee: | drivers_pci (drivers_pci) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | mika.westerberg, nvaert1986 |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: | |
Attachments: | lspci -vv on Dell Precision 3581 with Intel Raptor Lake processor (0W18NX) BIOS version: 1.10.1 |
Description
Paul Menzel
2024-03-05 11:19:34 UTC
I sent a patch [1]. It’d be great, if you could test this, and reply with Tested-by. No idea, if other PCI devices need to be added. Mika, Bjorn, feel free to take over the patch. [1]: https://lore.kernel.org/linux-pci/20240305113057.56468-1-pmenzel@molgen.mpg.de/T/#u Paul, I've tested the patch against kernel 6.6.20 and this seems to resolve the issue for me, as the log size 0 is invalid messages is gone. If I perform dmesg | grep RP or dmesg | grep PIO, I'm receiving the follow results: [ 0.530386] pci 0000:00:07.0: Overriding RP PIO Log Size to 4 [ 0.531285] pci 0000:00:07.1: Overriding RP PIO Log Size to 4 Tested-by nvaert1986@hotmail.com |