On Mon, Feb 28, 2022 at 08:12:47PM +0000, micklorain wrote: > Hi, > > This patch breaks USB for me. I noticed when I upgraded from debian's 4.19.0-18 (working) to 5.10.0-10 (broken). I git bisect'ed until I found that this patch is the culprit. Upstream 5.17.0-rc2 is still broken, but 5.17.0-rc2 with this patch reverted works. > > lsusb when things work : > https://paste.debian.net/hidden/2a964425/ > > lsusb when things are broken : > https://paste.debian.net/hidden/0376920c/ > > dmesg when things are broken : > https://paste.debian.net/hidden/780ca112/ This dmesg says: [ 1.049161] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug have you tried that? > > dmesg when things work : > https://paste.debian.net/hidden/4d1bfc0f/ The messages here look different for PCI, can you diff them? I see: [ 0.342113] PCI: PCI BIOS area is rw and x. Use pci=nobios if you want it NX. [ 0.342178] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3 [ 0.342180] PCI: Using configuration type 1 for base access That's not in the "failing" system, are you sure that's the only change here? thanks, greg k-h