Bug 215453
Summary: | Uncorrected errors reported from Thunderbolt ports | ||
---|---|---|---|
Product: | Drivers | Reporter: | Kai-Heng Feng (kai.heng.feng) |
Component: | PCI | Assignee: | drivers_pci (drivers_pci) |
Status: | NEW --- | ||
Severity: | normal | CC: | bjorn, frederick888, koba.ko, makagucci, mika.westerberg |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | mainline, linux-next | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg
lspci -vvnn dmesg_20220105 |
Description
Kai-Heng Feng
2022-01-05 06:03:56 UTC
Created attachment 300227 [details]
dmesg
Created attachment 300228 [details]
lspci -vvnn
after hotplug multiple times on tbt ports, the errors keep continuing to show. check log, dmesg_20220105 Created attachment 300233 [details]
dmesg_20220105
I wonder if [1] is the same issue? [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1990272 Yes, it looks like the same issue. This should be resolved by https://git.kernel.org/linus/c01163dbd1b8 ("PCI/PM: Always disable PTM for all devices during suspend"), which appeared in v6.1-rc1. The critical piece is: TLP Header: 34...... ......52 This means the TLP was a PTM Request from a downstream device. The recipient logs an Unsupported Request error when it receives this request when PTM is disabled (as it is in low-power states). |