Linux PCI subsystem development
 help / color / mirror / Atom feed
From: Kenneth Crudup <kenny@panix.com>
To: ilpo.jarvinen@linux.intel.com
Cc: Bjorn Helgaas <bhelgaas@google.com>,
	linux-pci@vger.kernel.org, Kenneth C <kenny@panix.com>
Subject: Commit 4292a1e45fd4 ("PCI: Refactor distributing available memory to use loops") gives errors enumerating TBolt devices behind my TB dock
Date: Tue, 7 Oct 2025 14:39:09 -0700	[thread overview]
Message-ID: <dd551b81-9e81-480b-aab3-7cf8b8bbc1d0@panix.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 646 bytes --]


I'm running Linus' master (as of a8cdf51cda30).

I have a Thunderbolt dock (Amazon Basics generic thing, but it also 
happens on my CalDigit TB4). With the above commit (and aaae2863e731 
("PCI: Refactor remove_dev_resources() to use pbus_select_window()), so 
the Subject: commit would come out cleanly) if I plug in a TB device 
past my TB Dock, they don't fully enumerate (i.e., no DP tunneling, no 
partitions created, etc.)

I've attached the syslog from both bad runs, and good runs (i.e., after 
the reverts).

LMK if you need any further info,

-Kenny

-- 
Kenneth R. Crudup / Sr. SW Engineer, Scott County Consulting, Orange 
County CA

[-- Attachment #2: tb-bad --]
[-- Type: text/plain, Size: 18230 bytes --]

2025-10-07T11:51:22.602465-07:00 xps-9320 kernel: [T35326] thunderbolt 1-701: new device found, vendor=0xb8 device=0x2463
2025-10-07T11:51:22.602678-07:00 xps-9320 kernel: [T35326] thunderbolt 1-701: WavLink USB4 NVMe SSD Pro Enclosure
2025-10-07T11:51:22.621822-07:00 xps-9320 boltd[1204]: [1e3b4c17-20c9-246x                       ] parent is ae488780-0017...
2025-10-07T11:51:22.622700-07:00 xps-9320 boltd[1204]: [1e3b4c17-20c9-246x                       ] connected: connected (/sys/devices/pci0000:00/0000:00:0d.3/domain1/1-0/1-1/1-701)
2025-10-07T11:51:22.622798-07:00 xps-9320 boltd[1204]: [1e3b4c17-20c9-246x                       ] auto-auth: authmode: enabled, policy: iommu, iommu: yes -> ok
2025-10-07T11:51:22.622862-07:00 xps-9320 boltd[1204]: [1e3b4c17-20c9-246x                       ] auto-auth: security: iommu+user mode, key: no -> ok
2025-10-07T11:51:22.622946-07:00 xps-9320 boltd[1204]: probing: started [1000]
2025-10-07T11:51:22.623490-07:00 xps-9320 boltd[1204]: [1e3b4c17-20c9-246x                       ] authorize: authorization prepared for 'user' level
2025-10-07T11:51:22.623704-07:00 xps-9320 boltd[1204]: [1e3b4c17-20c9-246x                       ] udev: device changed: authorizing -> authorizing
2025-10-07T11:51:22.626250-07:00 xps-9320 boltd[1204]: [1e3b4c17-20c9-246x                       ] udev: device changed: authorizing -> authorizing
2025-10-07T11:51:23.233792-07:00 xps-9320 boltd[1204]: [1e3b4c17-20c9-246x                       ] authorize: finished: ok (status: authorized, flags: 0)
2025-10-07T11:51:23.233915-07:00 xps-9320 boltd[1204]: [1e3b4c17-20c9-246x                       ] auto-auth: authorization successful
2025-10-07T11:51:23.236168-07:00 xps-9320 boltd[1204]: [1e3b4c17-20c9-246x                       ] udev: device changed: authorized -> authorized
2025-10-07T11:51:23.480540-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: pciehp: Slot(3-1): Card present
2025-10-07T11:51:23.480572-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: pciehp: Slot(3-1): Link Up
2025-10-07T11:51:23.609660-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: [1b21:2463] type 01 class 0x060400 PCIe Switch Upstream Port
2025-10-07T11:51:23.609683-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: PCI bridge to [bus 00]
2025-10-07T11:51:23.609685-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0:   bridge window [io  0x0000-0x0fff]
2025-10-07T11:51:23.609687-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0:   bridge window [mem 0x00000000-0x000fffff]
2025-10-07T11:51:23.609688-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
2025-10-07T11:51:23.609689-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: enabling Extended Tags
2025-10-07T11:51:23.609690-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: PME# supported from D0 D3hot D3cold
2025-10-07T11:51:23.609690-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: Adding to iommu group 23
2025-10-07T11:51:23.609691-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: ASPM: DT platform, enabling L0s-up L0s-dw L1 ASPM-L1.1 ASPM-L1.2 PCI-PM-L1.1 PCI-PM-L1.2
2025-10-07T11:51:23.609693-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
2025-10-07T11:51:23.609700-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: [1b21:2463] type 01 class 0x060400 PCIe Switch Downstream Port
2025-10-07T11:51:23.610459-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: PCI bridge to [bus 00]
2025-10-07T11:51:23.610466-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0:   bridge window [io  0x0000-0x0fff]
2025-10-07T11:51:23.610468-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0:   bridge window [mem 0x00000000-0x000fffff]
2025-10-07T11:51:23.610469-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
2025-10-07T11:51:23.610470-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: enabling Extended Tags
2025-10-07T11:51:23.610471-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: PME# supported from D0 D3hot D3cold
2025-10-07T11:51:23.611551-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: Adding to iommu group 24
2025-10-07T11:51:23.611557-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: PCI bridge to [bus 6c-7d]
2025-10-07T11:51:23.611558-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
2025-10-07T11:51:23.611559-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: [1e4b:1602] type 00 class 0x010802 PCIe Endpoint
2025-10-07T11:51:23.611560-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: BAR 0 [mem 0x00000000-0x00003fff 64bit]
2025-10-07T11:51:23.614382-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:6b:00.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
2025-10-07T11:51:23.614386-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: Adding to iommu group 24
2025-10-07T11:51:23.614387-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: PCI bridge to [bus 6d-7d]
2025-10-07T11:51:23.614388-07:00 xps-9320 kernel: [T24615] pci_bus 0000:6d: busn_res: [bus 6d-7d] end is updated to 6d
2025-10-07T11:51:23.614388-07:00 xps-9320 kernel: [T24615] pci_bus 0000:6c: busn_res: [bus 6c-7d] end is updated to 6d
2025-10-07T11:51:23.614390-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000]: can't assign; no space
2025-10-07T11:51:23.614391-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000]: failed to assign
2025-10-07T11:51:23.614395-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614395-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614396-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [io  size 0x4000]: can't assign; no space
2025-10-07T11:51:23.614397-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [io  size 0x4000]: failed to assign
2025-10-07T11:51:23.614398-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000]: can't assign; no space
2025-10-07T11:51:23.614399-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000]: failed to assign
2025-10-07T11:51:23.614400-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614401-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614401-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [io  size 0x4000]: can't assign; no space
2025-10-07T11:51:23.614402-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [io  size 0x4000]: failed to assign
2025-10-07T11:51:23.614403-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000]: can't assign; no space
2025-10-07T11:51:23.614403-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000]: failed to assign
2025-10-07T11:51:23.614404-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614405-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614405-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [io  size 0x1000]: can't assign; no space
2025-10-07T11:51:23.614406-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [io  size 0x1000]: failed to assign
2025-10-07T11:51:23.614407-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000]: can't assign; no space
2025-10-07T11:51:23.614408-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000]: failed to assign
2025-10-07T11:51:23.614408-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614409-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614410-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [io  size 0x1000]: can't assign; no space
2025-10-07T11:51:23.614410-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [io  size 0x1000]: failed to assign
2025-10-07T11:51:23.614411-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000]: can't assign; no space
2025-10-07T11:51:23.614412-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000]: failed to assign
2025-10-07T11:51:23.614412-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614413-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614414-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [io  size 0x1000]: can't assign; no space
2025-10-07T11:51:23.614415-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [io  size 0x1000]: failed to assign
2025-10-07T11:51:23.614416-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000]: can't assign; no space
2025-10-07T11:51:23.614416-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000]: failed to assign
2025-10-07T11:51:23.614417-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614418-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614418-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [io  size 0x1000]: can't assign; no space
2025-10-07T11:51:23.614419-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [io  size 0x1000]: failed to assign
2025-10-07T11:51:23.614420-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: BAR 0 [mem size 0x00004000 64bit]: can't assign; no space
2025-10-07T11:51:23.614420-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: BAR 0 [mem size 0x00004000 64bit]: failed to assign
2025-10-07T11:51:23.614421-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: BAR 0 [mem size 0x00004000 64bit]: can't assign; no space
2025-10-07T11:51:23.614422-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: BAR 0 [mem size 0x00004000 64bit]: failed to assign
2025-10-07T11:51:23.614422-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: PCI bridge to [bus 6d]
2025-10-07T11:51:23.614423-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: PCI bridge to [bus 6c-6d]
2025-10-07T11:51:23.614424-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: PCI bridge to [bus 6b-7d]
2025-10-07T11:51:23.614424-07:00 xps-9320 kernel: [T24615] PCI: No. 2 try to assign unassigned res
2025-10-07T11:51:23.614425-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:00.0: bridge window [io  0x5000-0x5fff]: releasing
2025-10-07T11:51:23.614426-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:04.0: bridge window [io  0x6000-0x6fff]: releasing
2025-10-07T11:51:23.614507-07:00 xps-9320 kernel: [T24615] pcieport 0000:40:00.0: bridge window [io  0x5000-0x8fff]: releasing
2025-10-07T11:51:23.614511-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000]: can't assign; no space
2025-10-07T11:51:23.614512-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000]: failed to assign
2025-10-07T11:51:23.614512-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614513-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614514-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [io  size 0x4000]: can't assign; no space
2025-10-07T11:51:23.614515-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [io  size 0x4000]: failed to assign
2025-10-07T11:51:23.614515-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000]: can't assign; no space
2025-10-07T11:51:23.614516-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000]: failed to assign
2025-10-07T11:51:23.614517-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614517-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [mem size 0x01100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614518-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [io  size 0x4000]: can't assign; no space
2025-10-07T11:51:23.614520-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: bridge window [io  size 0x4000]: failed to assign
2025-10-07T11:51:23.614520-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000]: can't assign; no space
2025-10-07T11:51:23.614521-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000]: failed to assign
2025-10-07T11:51:23.614522-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614522-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614523-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [io  size 0x1000]: can't assign; no space
2025-10-07T11:51:23.614524-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [io  size 0x1000]: failed to assign
2025-10-07T11:51:23.614525-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000]: can't assign; no space
2025-10-07T11:51:23.614525-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000]: failed to assign
2025-10-07T11:51:23.614526-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614526-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [mem size 0x00100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614527-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [io  size 0x1000]: can't assign; no space
2025-10-07T11:51:23.614528-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: bridge window [io  size 0x1000]: failed to assign
2025-10-07T11:51:23.614529-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000]: can't assign; no space
2025-10-07T11:51:23.614529-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000]: failed to assign
2025-10-07T11:51:23.614530-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614550-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614551-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [io  size 0x1000]: can't assign; no space
2025-10-07T11:51:23.614551-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [io  size 0x1000]: failed to assign
2025-10-07T11:51:23.614552-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000]: can't assign; no space
2025-10-07T11:51:23.614553-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000]: failed to assign
2025-10-07T11:51:23.614554-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000 64bit pref]: can't assign; no space
2025-10-07T11:51:23.614554-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [mem size 0x00100000 64bit pref]: failed to assign
2025-10-07T11:51:23.614555-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [io  size 0x1000]: can't assign; no space
2025-10-07T11:51:23.614555-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: bridge window [io  size 0x1000]: failed to assign
2025-10-07T11:51:23.614556-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: BAR 0 [mem size 0x00004000 64bit]: can't assign; no space
2025-10-07T11:51:23.614557-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: BAR 0 [mem size 0x00004000 64bit]: failed to assign
2025-10-07T11:51:23.614558-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: BAR 0 [mem size 0x00004000 64bit]: can't assign; no space
2025-10-07T11:51:23.614558-07:00 xps-9320 kernel: [T24615] pci 0000:6d:00.0: BAR 0 [mem size 0x00004000 64bit]: failed to assign
2025-10-07T11:51:23.614559-07:00 xps-9320 kernel: [T24615] pci 0000:6c:00.0: PCI bridge to [bus 6d]
2025-10-07T11:51:23.614560-07:00 xps-9320 kernel: [T24615] pci 0000:6b:00.0: PCI bridge to [bus 6c-6d]
2025-10-07T11:51:23.614560-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: PCI bridge to [bus 6b-7d]
2025-10-07T11:51:25.625253-07:00 xps-9320 boltd[1204]: probing: timeout, done: [2391011] (2000000)
2025-10-07T11:51:57.848497-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: pciehp: Slot(3-1): Link Down
2025-10-07T11:51:57.848535-07:00 xps-9320 kernel: [T24615] pcieport 0000:41:03.0: pciehp: Slot(3-1): Card not present
2025-10-07T11:51:57.848537-07:00 xps-9320 kernel: [T24615] pci_bus 0000:6d: busn_res: [bus 6d] is released
2025-10-07T11:51:57.848538-07:00 xps-9320 kernel: [T24615] pci_bus 0000:6c: busn_res: [bus 6c-6d] is released
2025-10-07T11:51:57.851475-07:00 xps-9320 kernel: [T109753] thunderbolt 1-701: device disconnected
2025-10-07T11:51:57.863080-07:00 xps-9320 boltd[1204]: [1e3b4c17-20c9-246x                       ] disconnected (/sys/devices/pci0000:00/0000:00:0d.3/domain1/1-0/1-1/1-701)

[-- Attachment #3: tb-good --]
[-- Type: text/plain, Size: 8486 bytes --]

2025-10-07T14:24:19.864590-07:00 xps-9320 kernel: [  T151] thunderbolt 1-301: new device found, vendor=0xb8 device=0x2463
2025-10-07T14:24:19.864653-07:00 xps-9320 kernel: [  T151] thunderbolt 1-301: WavLink USB4 NVMe SSD Pro Enclosure
2025-10-07T14:24:19.894261-07:00 xps-9320 boltd[1216]: [1e3b4c17-20c9-246x                       ] parent is ae488780-0017...
2025-10-07T14:24:19.894342-07:00 xps-9320 boltd[1216]: [1e3b4c17-20c9-246x                       ] connected: connected (/sys/devices/pci0000:00/0000:00:0d.3/domain1/1-0/1-1/1-301)
2025-10-07T14:24:19.894384-07:00 xps-9320 boltd[1216]: [1e3b4c17-20c9-246x                       ] auto-auth: authmode: enabled, policy: iommu, iommu: yes -> ok
2025-10-07T14:24:19.894421-07:00 xps-9320 boltd[1216]: [1e3b4c17-20c9-246x                       ] auto-auth: security: iommu+user mode, key: no -> ok
2025-10-07T14:24:19.894579-07:00 xps-9320 boltd[1216]: probing: started [1000]
2025-10-07T14:24:19.894619-07:00 xps-9320 boltd[1216]: [1e3b4c17-20c9-246x                       ] authorize: authorization prepared for 'user' level
2025-10-07T14:24:19.894661-07:00 xps-9320 boltd[1216]: [1e3b4c17-20c9-246x                       ] udev: device changed: authorizing -> authorizing
2025-10-07T14:24:19.895866-07:00 xps-9320 boltd[1216]: [1e3b4c17-20c9-246x                       ] udev: device changed: authorizing -> authorizing
2025-10-07T14:24:20.497960-07:00 xps-9320 boltd[1216]: [1e3b4c17-20c9-246x                       ] authorize: finished: ok (status: authorized, flags: 0)
2025-10-07T14:24:20.498188-07:00 xps-9320 boltd[1216]: [1e3b4c17-20c9-246x                       ] auto-auth: authorization successful
2025-10-07T14:24:20.499906-07:00 xps-9320 boltd[1216]: [1e3b4c17-20c9-246x                       ] udev: device changed: authorized -> authorized
2025-10-07T14:24:20.747283-07:00 xps-9320 kernel: [ T1319] pcieport 0000:41:01.0: pciehp: Slot(1): Card present
2025-10-07T14:24:20.747342-07:00 xps-9320 kernel: [ T1319] pcieport 0000:41:01.0: pciehp: Slot(1): Link Up
2025-10-07T14:24:20.878562-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0: [1b21:2463] type 01 class 0x060400 PCIe Switch Upstream Port
2025-10-07T14:24:20.878631-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0: PCI bridge to [bus 00]
2025-10-07T14:24:20.878638-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0:   bridge window [io  0x0000-0x0fff]
2025-10-07T14:24:20.878643-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0:   bridge window [mem 0x00000000-0x000fffff]
2025-10-07T14:24:20.878646-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
2025-10-07T14:24:20.878649-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0: enabling Extended Tags
2025-10-07T14:24:20.878651-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0: PME# supported from D0 D3hot D3cold
2025-10-07T14:24:20.878655-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0: Adding to iommu group 23
2025-10-07T14:24:20.878660-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
2025-10-07T14:24:20.879736-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0: [1b21:2463] type 01 class 0x060400 PCIe Switch Downstream Port
2025-10-07T14:24:20.879749-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0: PCI bridge to [bus 00]
2025-10-07T14:24:20.879751-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0:   bridge window [io  0x0000-0x0fff]
2025-10-07T14:24:20.879751-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0:   bridge window [mem 0x00000000-0x000fffff]
2025-10-07T14:24:20.879754-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
2025-10-07T14:24:20.879755-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0: enabling Extended Tags
2025-10-07T14:24:20.879763-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0: PME# supported from D0 D3hot D3cold
2025-10-07T14:24:20.879763-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0: Adding to iommu group 24
2025-10-07T14:24:20.879764-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0: PCI bridge to [bus 44-56]
2025-10-07T14:24:20.879765-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
2025-10-07T14:24:20.880449-07:00 xps-9320 kernel: [ T1319] pci 0000:45:00.0: [1e4b:1602] type 00 class 0x010802 PCIe Endpoint
2025-10-07T14:24:20.880463-07:00 xps-9320 kernel: [ T1319] pci 0000:45:00.0: BAR 0 [mem 0x00000000-0x00003fff 64bit]
2025-10-07T14:24:20.881463-07:00 xps-9320 kernel: [ T1319] pci 0000:45:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:43:00.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
2025-10-07T14:24:20.881475-07:00 xps-9320 kernel: [ T1319] pci 0000:45:00.0: Adding to iommu group 24
2025-10-07T14:24:20.881476-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0: PCI bridge to [bus 45-56]
2025-10-07T14:24:20.881477-07:00 xps-9320 kernel: [ T1319] pci_bus 0000:45: busn_res: [bus 45-56] end is updated to 45
2025-10-07T14:24:20.881479-07:00 xps-9320 kernel: [ T1319] pci_bus 0000:44: busn_res: [bus 44-56] end is updated to 45
2025-10-07T14:24:20.881480-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0: bridge window [mem 0x74100000-0x780fffff]: assigned
2025-10-07T14:24:20.881481-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0: bridge window [mem 0x6020100000-0x60294fffff 64bit pref]: assigned
2025-10-07T14:24:20.881482-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0: bridge window [io  0x6000-0x6fff]: assigned
2025-10-07T14:24:20.881483-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0: bridge window [mem 0x74100000-0x780fffff]: assigned
2025-10-07T14:24:20.881484-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0: bridge window [mem 0x6020100000-0x60294fffff 64bit pref]: assigned
2025-10-07T14:24:20.881485-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0: bridge window [io  0x6000-0x6fff]: assigned
2025-10-07T14:24:20.881485-07:00 xps-9320 kernel: [ T1319] pci 0000:45:00.0: BAR 0 [mem 0x74100000-0x74103fff 64bit]: assigned
2025-10-07T14:24:20.881486-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0: PCI bridge to [bus 45]
2025-10-07T14:24:20.881487-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0:   bridge window [io  0x6000-0x6fff]
2025-10-07T14:24:20.881488-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0:   bridge window [mem 0x74100000-0x780fffff]
2025-10-07T14:24:20.881488-07:00 xps-9320 kernel: [ T1319] pci 0000:44:00.0:   bridge window [mem 0x6020100000-0x60294fffff 64bit pref]
2025-10-07T14:24:20.881489-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0: PCI bridge to [bus 44-45]
2025-10-07T14:24:20.881490-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0:   bridge window [io  0x6000-0x6fff]
2025-10-07T14:24:20.881491-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0:   bridge window [mem 0x74100000-0x780fffff]
2025-10-07T14:24:20.881492-07:00 xps-9320 kernel: [ T1319] pci 0000:43:00.0:   bridge window [mem 0x6020100000-0x60294fffff 64bit pref]
2025-10-07T14:24:20.881492-07:00 xps-9320 kernel: [ T1319] pcieport 0000:41:01.0: PCI bridge to [bus 43-56]
2025-10-07T14:24:20.881493-07:00 xps-9320 kernel: [ T1319] pcieport 0000:41:01.0:   bridge window [io  0x6000-0x6fff]
2025-10-07T14:24:20.881494-07:00 xps-9320 kernel: [ T1319] pcieport 0000:41:01.0:   bridge window [mem 0x74100000-0x780fffff]
2025-10-07T14:24:20.881495-07:00 xps-9320 kernel: [ T1319] pcieport 0000:41:01.0:   bridge window [mem 0x6020100000-0x60294fffff 64bit pref]
2025-10-07T14:24:20.881647-07:00 xps-9320 kernel: [ T1319] pcieport 0000:43:00.0: enabling device (0000 -> 0003)
2025-10-07T14:24:20.882467-07:00 xps-9320 kernel: [ T1319] pcieport 0000:44:00.0: enabling device (0000 -> 0003)
2025-10-07T14:24:20.884495-07:00 xps-9320 kernel: [  T151] nvme nvme1: pci function 0000:45:00.0
2025-10-07T14:24:20.884507-07:00 xps-9320 kernel: [  T151] nvme 0000:45:00.0: enabling device (0000 -> 0002)
2025-10-07T14:24:20.906098-07:00 xps-9320 udisksd[1039]: Error performing initial housekeeping for drive /org/freedesktop/UDisks2/drives/_28efault_29__28efault_29: Error updating Health Information: No probed controller info available (udisks-error-quark, 0)
2025-10-07T14:24:21.568517-07:00 xps-9320 kernel: [  T151] nvme nvme1: allocated 40 MiB host memory buffer (1 segment).
2025-10-07T14:24:21.675526-07:00 xps-9320 kernel: [  T151] nvme nvme1: 16/0/0 default/read/poll queues
2025-10-07T14:24:21.744487-07:00 xps-9320 kernel: [  T214]  nvme1n1: p1

             reply	other threads:[~2025-10-07 21:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-07 21:39 Kenneth Crudup [this message]
2025-10-07 23:02 ` Commit 4292a1e45fd4 ("PCI: Refactor distributing available memory to use loops") gives errors enumerating TBolt devices behind my TB dock Kenneth Crudup
2025-10-08  8:10 ` Ilpo Järvinen
2025-10-08 14:27   ` Kenneth Crudup
2025-10-08 14:57   ` Kenneth Crudup
2025-10-08 20:14 ` Bjorn Helgaas
2025-10-08 20:30   ` Kenneth Crudup
2025-10-08 20:58     ` Bjorn Helgaas
2025-10-08 21:20       ` Kenneth Crudup
2025-10-08 21:51         ` Bjorn Helgaas
2025-10-08 21:14   ` Kenneth Crudup
2025-10-08 21:52     ` Bjorn Helgaas
2025-10-08 21:54       ` Kenneth Crudup
2025-10-08 21:53   ` Kenneth Crudup

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dd551b81-9e81-480b-aab3-7cf8b8bbc1d0@panix.com \
    --to=kenny@panix.com \
    --cc=bhelgaas@google.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=linux-pci@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox