Bug 199581
Summary: | Resource assignment failure | ||
---|---|---|---|
Product: | Drivers | Reporter: | Bjorn Helgaas (bjorn) |
Component: | PCI | Assignee: | drivers_pci (drivers_pci) |
Status: | NEW --- | ||
Severity: | normal | CC: | bensuperpc, mika.westerberg, nicholas.johnson-opensource |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | v4.16 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
proposed patch
dmesg (showing problem) dmesg (with proposed patch) lspci (before proposed patch) lspci (with proposed patch) |
Description
Bjorn Helgaas
2018-05-01 20:04:53 UTC
Created attachment 275697 [details]
proposed patch
Created attachment 275699 [details]
dmesg (showing problem)
Created attachment 275701 [details]
dmesg (with proposed patch)
Created attachment 275703 [details]
lspci (before proposed patch)
Created attachment 275705 [details]
lspci (with proposed patch)
Head's up for anybody interested. This bug is in process of being solved with this patch: https://lkml.org/lkml/2019/2/1/391 Mika Westerberg tested the exact same setup with the patch and it worked fine. I added this bug URL to the latest revision of the patch that I just emailed a few minutes ago. I have issue since this patch, i need to add pci=nommconf in boot config, for more information : - https://bugzilla.kernel.org/show_bug.cgi?id=203617 - https://github.com/dhedlund/kernel-patch-lg-gram-17 @Benoit, which patch is causing the issue? As far as I know, none of these have been applied to the kernel. Mika Westerberg's proposed patches do not solve the issue (not enough information conveyed in function parameters to be possible) and mine has never been accepted into mainline. I had a brief read of the links you sent and did not find the answer. None of these patches relate to ACPI, which appears to be the issue in the links. If you are not daisy chaining Thunderbolt devices with native enumeration, then the bug on this page and the proposed patches have no effect. They only matter when hot-adding Thunderbolt devices with >1M alignment at the end of a daisy chain. Adding the device straight to the Thunderbolt 3 port of the computer works regardless. Cheers |