Re: NOHZ tick-stop error: local softirq work is pending, handler #08!!! on Dell XPS 13 9360

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear Frederic,


Thank you for your reply.


Am 10.02.25 um 14:26 schrieb Frederic Weisbecker:
Le Mon, Feb 10, 2025 at 12:59:42PM +0100, Paul Menzel a écrit :

Am 10.02.25 um 12:45 schrieb Michał Pecio:

On Dell XPS 13 9360/0596KF, BIOS 2.21.0 06/02/2022, with Linux
6.9-rc2+

Just for the record, I am still seeing this with 6.14.0-rc1

Is this a regression? If so, which versions were not affected?

Unfortunately, I do not know. Right now, my logs go back until September
2024.

     Sep 22 13:08:04 abreu kernel: Linux version 6.11.0-07273-g1e7530883cd2 (build@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc (Debian 14.2.0-5) 14.2.0, GNU ld (GNU Binutils for Debian) 2.43.1) #12 SMP PREEMPT_DYNAMIC Sun Sep 22 09:57:36 CEST 2024

How hard to reproduce? Wasn't it during resume from hibernation?

It’s not easy to reproduce, and I believe it’s not related with resuming
from hibernation (which I do not use) or ACPI S3 suspend. I think, I can
force it more, when having the USB-C adapter with only the network cable
plugged into it, and then running `sudo powertop --auto-tune`. But sometimes
it seems unrelated.

IRQ isuses may be a red herring, this code here is a busy wait under
spinlock. There are a few of those, they cause various problems.

                  if (xhci_handshake(&xhci->op_regs->status,
                                STS_RESTORE, 0, 100 * 1000)) {
                          xhci_warn(xhci, "WARN: xHC restore state timeout\n");
			spin_unlock_irq(&xhci->lock);
                          return -ETIMEDOUT;
                  }

This thing timing out may be close to the root cause of everything.

Interesting. Hopefully the USB folks have an idea.

Handler #08 is NET_RX. So something raised the NET_RX on some non-appropriate
place, perhaps...

Can I ask you one more trace dump?

I need:

echo 1 > /sys/kernel/tracing/events/irq/softirq_raise/enable
echo 1 > /sys/kernel/tracing/options/stacktrace

Unfortunately this will also involve a small patch:

diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c
index fa058510af9c..accd2eb8c927 100644
--- a/kernel/time/tick-sched.c
+++ b/kernel/time/tick-sched.c
@@ -1159,6 +1159,9 @@ static bool report_idle_softirq(void)
  	if (local_bh_blocked())
  		return false;
+ trace_printk("STOP\n");
+	trace_dump_stack(0);
+	tracing_off();
  	pr_warn("NOHZ tick-stop error: local softirq work is pending, handler #%02x!!!\n",
  		pending);
  	ratelimit++;

Thank you for your help. I applied the patch on top of 6.14-rc2, and was able to reproduce the issue. Please find the Linux messages attached, and the trace can be downloaded [1].


Kind regards,

Paul


[1]: https://owww.molgen.mpg.de/~pmenzel/20250210--dell-xps-13-9360--linux-6.14-rc2--NOHZ-tick-stop-error-local-softirq-work-is-pending--trace.txt.7z
[    0.000000] Linux version 6.14.0-rc2-00001-g999e471a39ea (build@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc (Debian 14.2.0-16) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #74 SMP PREEMPT_DYNAMIC Mon Feb 10 14:46:45 CET 2025
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.14.0-rc2-00001-g999e471a39ea root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=8M cryptomgr.notests
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000556aafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000556ab000-0x00000000556abfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000556ac000-0x00000000556acfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000556ad000-0x0000000064df3fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000064df4000-0x000000006517ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000065180000-0x00000000651c3fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000651c4000-0x000000006f871fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006f872000-0x000000006fffefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000785fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000078600000-0x000000007c7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004817fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0x517bc018-0x517cc057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000517bc017] usable
[    0.000000] reserve setup_data: [mem 0x00000000517bc018-0x00000000517cc057] usable
[    0.000000] reserve setup_data: [mem 0x00000000517cc058-0x00000000556aafff] usable
[    0.000000] reserve setup_data: [mem 0x00000000556ab000-0x00000000556abfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000556ac000-0x00000000556acfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000556ad000-0x0000000064df3fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000064df4000-0x000000006517ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000065180000-0x00000000651c3fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000651c4000-0x000000006f871fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006f872000-0x000000006fffefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006ffff000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x0000000077ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000078000000-0x00000000785fffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000078600000-0x000000007c7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004817fffff] usable
[    0.000000] efi: EFI v2.4 by American Megatrends
[    0.000000] efi: ACPI=0x6518d000 ACPI 2.0=0x6518d000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x6f812000 ESRT=0x6fc86698 MEMATTR=0x62675018 INITRD=0x5577da98 TPMEventLog=0x65188018 
[    0.000000] efi: Remove mem36: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Not removing mem37: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem38: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem39: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem40: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Dell Inc. XPS 13 9360/0596KF, BIOS 2.21.0 06/02/2022
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] tsc: Detected 2900.000 MHz processor
[    0.000000] tsc: Detected 2899.886 MHz TSC
[    0.000733] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000735] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000741] last_pfn = 0x481800 max_arch_pfn = 0x400000000
[    0.000745] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[    0.000746] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001043] last_pfn = 0x78600 max_arch_pfn = 0x400000000
[    0.007352] esrt: Reserving ESRT space from 0x000000006fc86698 to 0x000000006fc866d0.
[    0.007365] Using GB pages for direct mapping
[    0.013862] printk: log buffer data + meta data: 8388608 + 29360128 = 37748736 bytes
[    0.013863] printk: early log buf free: 125336(95%)
[    0.013864] Secure boot disabled
[    0.013865] RAMDISK: [mem 0x517cd000-0x52587fff]
[    0.013869] ACPI: Early table checksum verification disabled
[    0.013872] ACPI: RSDP 0x000000006518D000 000024 (v02 DELL  )
[    0.013875] ACPI: XSDT 0x000000006518D0C8 00010C (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.013880] ACPI: FACP 0x00000000651B2A48 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.013884] ACPI: DSDT 0x000000006518D260 0257E7 (v02 DELL   CBX3     01072009 INTL 20160422)
[    0.013887] ACPI: FACS 0x000000006F86F180 000040
[    0.013889] ACPI: APIC 0x00000000651B2B58 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.013891] ACPI: FPDT 0x00000000651B2BE0 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.013893] ACPI: FIDT 0x00000000651B2C28 0000AC (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.013895] ACPI: MCFG 0x00000000651B2CD8 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.013897] ACPI: HPET 0x00000000651B2D18 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[    0.013899] ACPI: SSDT 0x00000000651B2D50 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.013901] ACPI: BOOT 0x00000000651B30B0 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.013903] ACPI: SSDT 0x00000000651B30D8 0012CF (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.013905] ACPI: HPET 0x00000000651B43A8 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
[    0.013907] ACPI: SSDT 0x00000000651B43E0 000D84 (v02 INTEL  xh_rvp07 00000000 INTL 20160422)
[    0.013909] ACPI: UEFI 0x00000000651B5168 000042 (v01                 00000000      00000000)
[    0.013911] ACPI: SSDT 0x00000000651B51B0 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.013913] ACPI: LPIT 0x00000000651B6090 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[    0.013916] ACPI: WSMT 0x00000000651B6128 000028 (v01 DELL   CBX3     00000000 MSFT 0000005F)
[    0.013917] ACPI: SSDT 0x00000000651B6150 000161 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
[    0.013920] ACPI: SSDT 0x00000000651B62B8 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.013922] ACPI: SSDT 0x00000000651B6558 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.013924] ACPI: SSDT 0x00000000651B9560 0000DB (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
[    0.013926] ACPI: DBGP 0x00000000651B9640 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.013928] ACPI: DBG2 0x00000000651B9678 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.013930] ACPI: SSDT 0x00000000651B96D0 0007DD (v02 INTEL  UsbCTabl 00001000 INTL 20160422)
[    0.013932] ACPI: SSDT 0x00000000651B9EB0 0084F1 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[    0.013934] ACPI: SLIC 0x00000000651C23A8 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.013936] ACPI: NHLT 0x00000000651C2520 00002D (v00 INTEL  EDK2     00000002      01000013)
[    0.013938] ACPI: BGRT 0x00000000651C2550 000038 (v00                 01072009 AMI  00010013)
[    0.013940] ACPI: TPM2 0x00000000651C2588 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.013942] ACPI: ASF! 0x00000000651C25C0 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.013944] ACPI: DMAR 0x00000000651C2660 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.013946] ACPI: Reserving FACP table memory at [mem 0x651b2a48-0x651b2b53]
[    0.013947] ACPI: Reserving DSDT table memory at [mem 0x6518d260-0x651b2a46]
[    0.013948] ACPI: Reserving FACS table memory at [mem 0x6f86f180-0x6f86f1bf]
[    0.013948] ACPI: Reserving APIC table memory at [mem 0x651b2b58-0x651b2bdb]
[    0.013949] ACPI: Reserving FPDT table memory at [mem 0x651b2be0-0x651b2c23]
[    0.013949] ACPI: Reserving FIDT table memory at [mem 0x651b2c28-0x651b2cd3]
[    0.013950] ACPI: Reserving MCFG table memory at [mem 0x651b2cd8-0x651b2d13]
[    0.013951] ACPI: Reserving HPET table memory at [mem 0x651b2d18-0x651b2d4f]
[    0.013951] ACPI: Reserving SSDT table memory at [mem 0x651b2d50-0x651b30a8]
[    0.013952] ACPI: Reserving BOOT table memory at [mem 0x651b30b0-0x651b30d7]
[    0.013952] ACPI: Reserving SSDT table memory at [mem 0x651b30d8-0x651b43a6]
[    0.013953] ACPI: Reserving HPET table memory at [mem 0x651b43a8-0x651b43df]
[    0.013953] ACPI: Reserving SSDT table memory at [mem 0x651b43e0-0x651b5163]
[    0.013954] ACPI: Reserving UEFI table memory at [mem 0x651b5168-0x651b51a9]
[    0.013955] ACPI: Reserving SSDT table memory at [mem 0x651b51b0-0x651b608d]
[    0.013955] ACPI: Reserving LPIT table memory at [mem 0x651b6090-0x651b6123]
[    0.013956] ACPI: Reserving WSMT table memory at [mem 0x651b6128-0x651b614f]
[    0.013956] ACPI: Reserving SSDT table memory at [mem 0x651b6150-0x651b62b0]
[    0.013957] ACPI: Reserving SSDT table memory at [mem 0x651b62b8-0x651b6556]
[    0.013957] ACPI: Reserving SSDT table memory at [mem 0x651b6558-0x651b9559]
[    0.013958] ACPI: Reserving SSDT table memory at [mem 0x651b9560-0x651b963a]
[    0.013959] ACPI: Reserving DBGP table memory at [mem 0x651b9640-0x651b9673]
[    0.013959] ACPI: Reserving DBG2 table memory at [mem 0x651b9678-0x651b96cb]
[    0.013960] ACPI: Reserving SSDT table memory at [mem 0x651b96d0-0x651b9eac]
[    0.013960] ACPI: Reserving SSDT table memory at [mem 0x651b9eb0-0x651c23a0]
[    0.013961] ACPI: Reserving SLIC table memory at [mem 0x651c23a8-0x651c251d]
[    0.013962] ACPI: Reserving NHLT table memory at [mem 0x651c2520-0x651c254c]
[    0.013962] ACPI: Reserving BGRT table memory at [mem 0x651c2550-0x651c2587]
[    0.013963] ACPI: Reserving TPM2 table memory at [mem 0x651c2588-0x651c25bb]
[    0.013963] ACPI: Reserving ASF! table memory at [mem 0x651c25c0-0x651c265f]
[    0.013964] ACPI: Reserving DMAR table memory at [mem 0x651c2660-0x651c274f]
[    0.014086] No NUMA configuration found
[    0.014087] Faking a node at [mem 0x0000000000000000-0x00000004817fffff]
[    0.014097] NODE_DATA(0) allocated [mem 0x47f3d5680-0x47f3fffff]
[    0.014284] Zone ranges:
[    0.014284]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014286]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014287]   Normal   [mem 0x0000000100000000-0x00000004817fffff]
[    0.014288]   Device   empty
[    0.014289] Movable zone start for each node
[    0.014291] Early memory node ranges
[    0.014292]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.014293]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.014294]   node   0: [mem 0x0000000000100000-0x00000000556aafff]
[    0.014294]   node   0: [mem 0x00000000556ad000-0x0000000064df3fff]
[    0.014295]   node   0: [mem 0x000000006ffff000-0x000000006fffffff]
[    0.014296]   node   0: [mem 0x0000000078000000-0x00000000785fffff]
[    0.014296]   node   0: [mem 0x0000000100000000-0x00000004817fffff]
[    0.014298] Initmem setup node 0 [mem 0x0000000000001000-0x00000004817fffff]
[    0.014302] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014304] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014335] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.016700] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.017156] On node 0, zone DMA32: 45579 pages in unavailable ranges
[    0.017727] On node 0, zone Normal: 31232 pages in unavailable ranges
[    0.017996] On node 0, zone Normal: 26624 pages in unavailable ranges
[    0.018004] Reserving Intel graphics memory at [mem 0x7a800000-0x7c7fffff]
[    0.018185] ACPI: PM-Timer IO Port: 0x1808
[    0.018190] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.018192] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.018192] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.018193] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.018219] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.018221] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.018223] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.018226] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.018227] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.018233] e820: update [mem 0x6225f000-0x623ebfff] usable ==> reserved
[    0.018241] TSC deadline timer available
[    0.018245] CPU topo: Max. logical packages:   1
[    0.018245] CPU topo: Max. logical dies:       1
[    0.018246] CPU topo: Max. dies per package:   1
[    0.018250] CPU topo: Max. threads per core:   2
[    0.018250] CPU topo: Num. cores per package:     2
[    0.018251] CPU topo: Num. threads per package:   4
[    0.018251] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.018270] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.018272] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.018274] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.018275] PM: hibernation: Registered nosave memory: [mem 0x517bc000-0x517bcfff]
[    0.018276] PM: hibernation: Registered nosave memory: [mem 0x517cc000-0x517ccfff]
[    0.018278] PM: hibernation: Registered nosave memory: [mem 0x556ab000-0x556abfff]
[    0.018278] PM: hibernation: Registered nosave memory: [mem 0x556ac000-0x556acfff]
[    0.018280] PM: hibernation: Registered nosave memory: [mem 0x6225f000-0x623ebfff]
[    0.018281] PM: hibernation: Registered nosave memory: [mem 0x64df4000-0x6517ffff]
[    0.018282] PM: hibernation: Registered nosave memory: [mem 0x65180000-0x651c3fff]
[    0.018282] PM: hibernation: Registered nosave memory: [mem 0x651c4000-0x6f871fff]
[    0.018283] PM: hibernation: Registered nosave memory: [mem 0x6f872000-0x6fffefff]
[    0.018284] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x77ffffff]
[    0.018286] PM: hibernation: Registered nosave memory: [mem 0x78600000-0x7c7fffff]
[    0.018286] PM: hibernation: Registered nosave memory: [mem 0x7c800000-0xfdffffff]
[    0.018287] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.018287] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.018288] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.018288] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.018289] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.018289] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.018290] [mem 0x7c800000-0xfdffffff] available for PCI devices
[    0.018291] Booting paravirtualized kernel on bare hardware
[    0.018293] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.022922] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.023195] percpu: Embedded 94 pages/cpu s290816 r65536 d28672 u524288
[    0.023202] pcpu-alloc: s290816 r65536 d28672 u524288 alloc=1*2097152
[    0.023204] pcpu-alloc: [0] 0 1 2 3 
[    0.023223] Kernel command line: BOOT_IMAGE=/vmlinuz-6.14.0-rc2-00001-g999e471a39ea root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=8M cryptomgr.notests
[    0.023293] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.14.0-rc2-00001-g999e471a39ea", will be passed to user space.
[    0.023318] random: crng init done
[    0.024825] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.025579] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.025634] Fallback order for Node 0: 0 
[    0.025637] Built 1 zonelists, mobility grouping on.  Total pages: 4090767
[    0.025637] Policy zone: Normal
[    0.025644] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.025651] software IO TLB: area num 4.
[    0.044560] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.044562] kmemleak: Kernel memory leak detector disabled
[    0.044590] ftrace: allocating 43243 entries in 169 pages
[    0.059477] ftrace: allocated 169 pages with 4 groups

[    0.059483] **********************************************************
[    0.059483] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.059483] **                                                      **
[    0.059484] ** trace_printk() being used. Allocating extra memory.  **
[    0.059484] **                                                      **
[    0.059484] ** This means that this is a DEBUG kernel and it is     **
[    0.059484] ** unsafe for production use.                           **
[    0.059485] **                                                      **
[    0.059485] ** If you see this message and you are not debugging    **
[    0.059485] ** the kernel, report this immediately to your vendor!  **
[    0.059485] **                                                      **
[    0.059486] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.059486] **********************************************************
[    0.060349] Dynamic Preempt: voluntary
[    0.060383] rcu: Preemptible hierarchical RCU implementation.
[    0.060384] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.060385] 	Trampoline variant of Tasks RCU enabled.
[    0.060386] 	Rude variant of Tasks RCU enabled.
[    0.060386] 	Tracing variant of Tasks RCU enabled.
[    0.060387] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.060388] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.060393] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.060395] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.060396] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.064617] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.064826] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.064996] Console: colour dummy device 80x25
[    0.064998] printk: legacy console [tty0] enabled
[    0.065038] ACPI: Core revision 20240827
[    0.065192] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.065244] APIC: Switch to symmetric I/O mode setup
[    0.065246] DMAR: Host address width 39
[    0.065247] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.065252] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.065255] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.065258] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.065260] DMAR: RMRR base: 0x00000064ec2000 end: 0x00000064ee1fff
[    0.065261] DMAR: RMRR base: 0x0000007a000000 end: 0x0000007c7fffff
[    0.065262] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.065263] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.065265] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.065266] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.065267] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.066890] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.066892] x2apic enabled
[    0.066954] APIC: Switched APIC routing to: cluster x2apic
[    0.070809] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[    0.070814] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=11599544)
[    0.070846] CPU0: Thermal monitoring enabled (TM1)
[    0.070883] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.070884] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.070887] process: using mwait in idle threads
[    0.070890] Spectre V2 : User space: Vulnerable
[    0.070892] Speculative Store Bypass: Vulnerable
[    0.070895] SRBDS: Vulnerable
[    0.070900] GDS: Vulnerable
[    0.070904] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.070906] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.070906] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.070907] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.070908] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.070909] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.070910] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.070911] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.070912] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.074812] Freeing SMP alternatives memory: 36K
[    0.074812] pid_max: default: 32768 minimum: 301
[    0.074812] LSM: initializing lsm=capability,landlock,apparmor,bpf
[    0.074812] landlock: Up and running.
[    0.074812] AppArmor: AppArmor initialized
[    0.074812] LSM support for eBPF active
[    0.074812] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.074812] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.074812] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.074812] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.074812] ... version:                4
[    0.074812] ... bit width:              48
[    0.074812] ... generic registers:      4
[    0.074812] ... value mask:             0000ffffffffffff
[    0.074812] ... max period:             00007fffffffffff
[    0.074812] ... fixed-purpose events:   3
[    0.074812] ... event mask:             000000070000000f
[    0.074812] signal: max sigframe size: 1616
[    0.074812] Estimated ratio of average max frequency by base frequency (times 1024): 1235
[    0.074812] rcu: Hierarchical SRCU implementation.
[    0.074812] rcu: 	Max phase no-delay instances is 1000.
[    0.074812] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.074812] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.074812] smp: Bringing up secondary CPUs ...
[    0.074812] smpboot: x86: Booting SMP configuration:
[    0.074812] .... node  #0, CPUs:      #1 #2 #3
[    0.074812] smp: Brought up 1 node, 4 CPUs
[    0.074812] smpboot: Total of 4 processors activated (23199.08 BogoMIPS)
[    0.095298] node 0 deferred pages initialised in 20ms
[    0.096102] Memory: 15897468K/16363068K available (14136K kernel code, 2557K rwdata, 10220K rodata, 2912K init, 6304K bss, 449016K reserved, 0K cma-reserved)
[    0.096102] devtmpfs: initialized
[    0.096102] x86/mm: Memory block size: 128MB
[    0.096102] ACPI: PM: Registering ACPI NVS region [mem 0x556ab000-0x556abfff] (4096 bytes)
[    0.096102] ACPI: PM: Registering ACPI NVS region [mem 0x651c4000-0x6f871fff] (174776320 bytes)
[    0.099575] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.099582] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.099632] pinctrl core: initialized pinctrl subsystem
[    0.100084] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.100292] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.100398] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.100518] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.100535] audit: initializing netlink subsys (disabled)
[    0.100554] audit: type=2000 audit(1739222716.000:1): state=initialized audit_enabled=0 res=1
[    0.100554] thermal_sys: Registered thermal governor 'fair_share'
[    0.100554] thermal_sys: Registered thermal governor 'bang_bang'
[    0.100554] thermal_sys: Registered thermal governor 'step_wise'
[    0.100554] thermal_sys: Registered thermal governor 'user_space'
[    0.100554] thermal_sys: Registered thermal governor 'power_allocator'
[    0.100554] cpuidle: using governor ladder
[    0.100554] cpuidle: using governor menu
[    0.100554] Simple Boot Flag at 0x47 set to 0x80
[    0.100554] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.100554] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.100554] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.100554] PCI: Using configuration type 1 for base access
[    0.100554] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.100554] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.100554] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.100554] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.100554] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.100554] ACPI: Added _OSI(Module Device)
[    0.100554] ACPI: Added _OSI(Processor Device)
[    0.100554] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.100554] ACPI: Added _OSI(Processor Aggregator Device)
[    0.139456] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.144928] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.149596] ACPI: Dynamic OEM Table Load:
[    0.149596] ACPI: SSDT 0xFFFF95B081997800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.151194] ACPI: Dynamic OEM Table Load:
[    0.151200] ACPI: SSDT 0xFFFF95B081F9B000 0006F6 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.152660] ACPI: Dynamic OEM Table Load:
[    0.152665] ACPI: SSDT 0xFFFF95B081F9E000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.153720] ACPI: Dynamic OEM Table Load:
[    0.153724] ACPI: SSDT 0xFFFF95B0819A0800 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.156212] ACPI: EC: EC started
[    0.156213] ACPI: EC: interrupt blocked
[    0.161269] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.161271] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.161273] ACPI: Interpreter enabled
[    0.161309] ACPI: PM: (supports S0 S3 S4 S5)
[    0.161311] ACPI: Using IOAPIC for interrupt routing
[    0.161354] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.161356] PCI: Using E820 reservations for host bridge windows
[    0.161891] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.166014] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[    0.166279] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[    0.166543] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[    0.166806] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[    0.167072] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[    0.167334] ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
[    0.167965] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[    0.168228] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[    0.168492] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[    0.168757] ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
[    0.169023] ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
[    0.169293] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[    0.169555] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[    0.169818] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[    0.170078] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[    0.170340] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[    0.170602] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[    0.171698] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[    0.171960] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[    0.172224] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[    0.192898] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.192905] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.193067] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.193360] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[    0.193361] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.194106] PCI host bridge to bus 0000:00
[    0.194110] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.194113] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.194115] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.194117] pci_bus 0000:00: root bus resource [mem 0x7c800000-0xdfffffff window]
[    0.194118] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.194119] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.194134] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 conventional PCI endpoint
[    0.194200] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.194214] pci 0000:00:02.0: BAR 0 [mem 0xdb000000-0xdbffffff 64bit]
[    0.194216] pci 0000:00:02.0: BAR 2 [mem 0x90000000-0x9fffffff 64bit pref]
[    0.194218] pci 0000:00:02.0: BAR 4 [io  0xf000-0xf03f]
[    0.194228] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.194361] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[    0.194376] pci 0000:00:04.0: BAR 0 [mem 0xdc420000-0xdc427fff 64bit]
[    0.194622] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 conventional PCI endpoint
[    0.194654] pci 0000:00:14.0: BAR 0 [mem 0xdc410000-0xdc41ffff 64bit]
[    0.194687] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.195154] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 conventional PCI endpoint
[    0.195185] pci 0000:00:14.2: BAR 0 [mem 0xdc434000-0xdc434fff 64bit]
[    0.195300] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 conventional PCI endpoint
[    0.195355] pci 0000:00:15.0: BAR 0 [mem 0xdc433000-0xdc433fff 64bit]
[    0.195651] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 conventional PCI endpoint
[    0.195706] pci 0000:00:15.1: BAR 0 [mem 0xdc432000-0xdc432fff 64bit]
[    0.195981] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 conventional PCI endpoint
[    0.196010] pci 0000:00:16.0: BAR 0 [mem 0xdc431000-0xdc431fff 64bit]
[    0.196039] pci 0000:00:16.0: PME# supported from D3hot
[    0.196343] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 PCIe Root Port
[    0.196359] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.196363] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.196370] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.196412] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.196811] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400 PCIe Root Port
[    0.196828] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    0.196832] pci 0000:00:1c.4:   bridge window [mem 0xdc000000-0xdc1fffff]
[    0.196880] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.197265] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400 PCIe Root Port
[    0.197281] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[    0.197286] pci 0000:00:1c.5:   bridge window [mem 0xdc300000-0xdc3fffff]
[    0.197333] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.197730] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 PCIe Root Port
[    0.197747] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    0.197751] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.197800] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.198207] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100 conventional PCI endpoint
[    0.198477] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 conventional PCI endpoint
[    0.198511] pci 0000:00:1f.2: BAR 0 [mem 0xdc42c000-0xdc42ffff]
[    0.198695] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380 conventional PCI endpoint
[    0.198737] pci 0000:00:1f.3: BAR 0 [mem 0xdc428000-0xdc42bfff 64bit]
[    0.198743] pci 0000:00:1f.3: BAR 4 [mem 0xdc400000-0xdc40ffff 64bit]
[    0.198780] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.199341] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 conventional PCI endpoint
[    0.199473] pci 0000:00:1f.4: BAR 0 [mem 0xdc430000-0xdc4300ff 64bit]
[    0.199484] pci 0000:00:1f.4: BAR 4 [io  0xf040-0xf05f]
[    0.199739] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.200165] pci 0000:3a:00.0: [168c:003e] type 00 class 0x028000 PCIe Endpoint
[    0.200609] pci 0000:3a:00.0: BAR 0 [mem 0xdc000000-0xdc1fffff 64bit]
[    0.201588] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[    0.203219] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    0.203309] pci 0000:3b:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
[    0.203356] pci 0000:3b:00.0: BAR 1 [mem 0xdc300000-0xdc300fff]
[    0.203438] pci 0000:3b:00.0: supports D1 D2
[    0.203439] pci 0000:3b:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.203763] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[    0.203847] pci 0000:3c:00.0: [1c5c:1284] type 00 class 0x010802 PCIe Endpoint
[    0.203889] pci 0000:3c:00.0: BAR 0 [mem 0xdc200000-0xdc203fff 64bit]
[    0.203973] pci 0000:3c:00.0: PME# supported from D0 D1 D3hot
[    0.204303] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    0.207459] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.207511] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.207558] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.207602] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.207646] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.207690] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    0.207734] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.207777] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.213262] ACPI: EC: interrupt unblocked
[    0.213264] ACPI: EC: event unblocked
[    0.213269] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.213270] ACPI: EC: GPE=0x14
[    0.213272] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.213274] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    0.214997] iommu: Default domain type: Translated
[    0.214997] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.214997] pps_core: LinuxPPS API ver. 1 registered
[    0.214997] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    0.214997] PTP clock support registered
[    0.214997] EDAC MC: Ver: 3.0.0
[    0.215215] efivars: Registered efivars operations
[    0.215215] NetLabel: Initializing
[    0.215215] NetLabel:  domain hash size = 128
[    0.215215] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.215215] NetLabel:  unlabeled traffic allowed by default
[    0.215215] PCI: Using ACPI for IRQ routing
[    0.238823] PCI: pci_cache_line_size set to 64 bytes
[    0.239204] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.239205] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.239206] e820: reserve RAM buffer [mem 0x517bc018-0x53ffffff]
[    0.239208] e820: reserve RAM buffer [mem 0x556ab000-0x57ffffff]
[    0.239209] e820: reserve RAM buffer [mem 0x6225f000-0x63ffffff]
[    0.239209] e820: reserve RAM buffer [mem 0x64df4000-0x67ffffff]
[    0.239210] e820: reserve RAM buffer [mem 0x78600000-0x7bffffff]
[    0.239211] e820: reserve RAM buffer [mem 0x481800000-0x483ffffff]
[    0.242823] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.242823] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.242823] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.242825] vgaarb: loaded
[    0.242872] clocksource: Switched to clocksource tsc-early
[    0.242986] VFS: Disk quotas dquot_6.6.0
[    0.242994] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.243041] AppArmor: AppArmor Filesystem Enabled
[    0.243053] pnp: PnP ACPI init
[    0.243270] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.243273] system 00:00: [io  0xffff] has been reserved
[    0.243275] system 00:00: [io  0xffff] has been reserved
[    0.243276] system 00:00: [io  0xffff] has been reserved
[    0.243277] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.243279] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.243397] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.243750] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.243753] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.243754] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.243756] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.243757] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.243759] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.243760] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.243762] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.243763] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.243765] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.243800] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.243802] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.243804] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.243805] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.243807] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.243808] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.243810] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.244066] system 00:07: [io  0xff00-0xfffe] has been reserved
[    0.245024] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.245026] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.248417] pnp: PnP ACPI: found 9 devices
[    0.253795] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.253850] NET: Registered PF_INET protocol family
[    0.253978] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.265275] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.265300] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.265510] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.265724] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.265938] TCP: Hash tables configured (established 131072 bind 65536)
[    0.266030] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.266091] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.266162] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.266241] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.266246] NET: Registered PF_XDP protocol family
[    0.266254] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01-39] add_size 1000
[    0.266265] pci 0000:00:1c.0: bridge window [io  0x2000-0x2fff]: assigned
[    0.266268] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    0.266271] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.266274] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.266276] pci 0000:00:1c.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.266280] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[    0.266283] pci 0000:00:1c.4:   bridge window [mem 0xdc000000-0xdc1fffff]
[    0.266288] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[    0.266291] pci 0000:00:1c.5:   bridge window [mem 0xdc300000-0xdc3fffff]
[    0.266295] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    0.266299] pci 0000:00:1d.0:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.266304] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.266305] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.266307] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[    0.266308] pci_bus 0000:00: resource 7 [mem 0x7c800000-0xdfffffff window]
[    0.266309] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.266310] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.266311] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[    0.266313] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[    0.266314] pci_bus 0000:3a: resource 1 [mem 0xdc000000-0xdc1fffff]
[    0.266315] pci_bus 0000:3b: resource 1 [mem 0xdc300000-0xdc3fffff]
[    0.266316] pci_bus 0000:3c: resource 1 [mem 0xdc200000-0xdc2fffff]
[    0.266898] PCI: CLS 0 bytes, default 64
[    0.266943] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000 conventional PCI endpoint
[    0.267081] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
[    0.267211] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[    0.267215] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.1
[    0.267226] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.267228] software IO TLB: mapped [mem 0x000000005e25f000-0x000000006225f000] (64MB)
[    0.267261] Unpacking initramfs...
[    0.267285] sgx: EPC section 0x70200000-0x75f7ffff
[    0.268341] Initialise system trusted keyrings
[    0.268354] Key type blacklist registered
[    0.268470] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.268514] zbud: loaded
[    0.268746] fuse: init (API version 7.42)
[    0.269043] Key type asymmetric registered
[    0.269048] Asymmetric key parser 'x509' registered
[    0.296096] Freeing initrd memory: 14060K
[    0.299936] alg: self-tests disabled
[    0.300005] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.300035] io scheduler mq-deadline registered
[    0.300741] ledtrig-cpu: registered to indicate activity on CPUs
[    0.301528] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.303604] thermal LNXTHERM:00: registered as thermal_zone0
[    0.303607] ACPI: thermal: Thermal Zone [THM] (25 C)
[    0.303767] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.304443] hpet_acpi_add: no address or irqs in _CRS
[    0.316465] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
[    0.350979] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.351363] i8042: Warning: Keylock active
[    0.353607] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.353611] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.353695] mousedev: PS/2 mouse device common for all mice
[    0.353727] rtc_cmos 00:01: RTC can wake from S4
[    0.354537] rtc_cmos 00:01: registered as rtc0
[    0.354697] rtc_cmos 00:01: setting system clock to 2025-02-10T21:25:16 UTC (1739222716)
[    0.354720] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.354786] intel_pstate: Intel P-state driver initializing
[    0.354848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.356456] intel_pstate: HWP enabled
[    0.356671] efifb: probing for efifb
[    0.356680] efifb: framebuffer at 0x90000000, using 22500k, total 22500k
[    0.356681] efifb: mode is 3200x1800x32, linelength=12800, pages=1
[    0.356683] efifb: scrolling: redraw
[    0.356683] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.356755] Console: switching to colour frame buffer device 200x56
[    0.360334] fb0: EFI VGA frame buffer device
[    0.360463] NET: Registered PF_INET6 protocol family
[    0.364020] Segment Routing with IPv6
[    0.364036] In-situ OAM (IOAM) with IPv6
[    0.364061] mip6: Mobile IPv6
[    0.364065] NET: Registered PF_PACKET protocol family
[    0.364095] mpls_gso: MPLS GSO support
[    0.364288] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.364432] microcode: Current revision: 0x000000f6
[    0.364434] microcode: Updated early from: 0x000000f0
[    0.364607] IPI shorthand broadcast: enabled
[    0.365457] sched_clock: Marking stable (358733067, 5860244)->(387286377, -22693066)
[    0.365651] registered taskstats version 1
[    0.365722] Loading compiled-in X.509 certificates
[    0.367298] Demotion targets for Node 0: null
[    0.367340] Key type .fscrypt registered
[    0.367341] Key type fscrypt-provisioning registered
[    0.372508] cryptd: max_cpu_qlen set to 1000
[    0.373208] AES CTR mode by8 optimization enabled
[    0.384036] Key type encrypted registered
[    0.384042] AppArmor: AppArmor sha256 policy hashing enabled
[    0.384570] RAS: Correctable Errors collector initialized.
[    0.394168] clk: Disabling unused clocks
[    0.395130] Freeing unused decrypted memory: 2036K
[    0.395564] Freeing unused kernel image (initmem) memory: 2912K
[    0.395585] Write protecting the kernel read-only data: 24576k
[    0.395968] Freeing unused kernel image (text/rodata gap) memory: 196K
[    0.395988] Freeing unused kernel image (rodata/data gap) memory: 20K
[    0.407733] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.407740] Run /init as init process
[    0.407741]   with arguments:
[    0.407743]     /init
[    0.407743]   with environment:
[    0.407744]     HOME=/
[    0.407745]     TERM=linux
[    0.407745]     BOOT_IMAGE=/vmlinuz-6.14.0-rc2-00001-g999e471a39ea
[    0.503734] ACPI: bus type USB registered
[    0.503771] usbcore: registered new interface driver usbfs
[    0.503781] usbcore: registered new interface driver hub
[    0.503793] usbcore: registered new device driver usb
[    0.504297] nvme nvme0: pci function 0000:3c:00.0
[    0.521846] nvme nvme0: 4/0/0 default/read/poll queues
[    0.526787]  nvme0n1: p1 p2 p3 p4
[    0.527969] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.527978] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.529056] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    0.529577] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.529581] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.529585] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.529623] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[    0.529626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.529627] usb usb1: Product: xHCI Host Controller
[    0.529629] usb usb1: Manufacturer: Linux 6.14.0-rc2-00001-g999e471a39ea xhci-hcd
[    0.529630] usb usb1: SerialNumber: 0000:00:14.0
[    0.529788] hub 1-0:1.0: USB hub found
[    0.529808] hub 1-0:1.0: 12 ports detected
[    0.531515] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[    0.531519] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.531520] usb usb2: Product: xHCI Host Controller
[    0.531521] usb usb2: Manufacturer: Linux 6.14.0-rc2-00001-g999e471a39ea xhci-hcd
[    0.531523] usb usb2: SerialNumber: 0000:00:14.0
[    0.531608] hub 2-0:1.0: USB hub found
[    0.531620] hub 2-0:1.0: 6 ports detected
[    0.557482] device-mapper: uevent: version 1.0.3
[    0.557568] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@xxxxxxxxxxxxxxx
[    0.782081] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    0.920232] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[    0.920248] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.042092] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    1.180779] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[    1.180795] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[    1.180801] usb 1-4: Product: Touchscreen
[    1.180806] usb 1-4: Manufacturer: ELAN
[    1.191240] hid: raw HID events driver (C) Jiri Kosina
[    1.198379] usbcore: registered new interface driver usbhid
[    1.198383] usbhid: USB HID core driver
[    1.200372] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0001/input/input2
[    1.200500] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0001/input/input3
[    1.200602] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0001/input/input4
[    1.200757] hid-generic 0003:04F3:2234.0001: input,hiddev0,hidraw0: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[    1.286119] tsc: Refined TSC clocksource calibration: 2904.007 MHz
[    1.286148] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc0c50045, max_idle_ns: 440795208304 ns
[    1.286226] clocksource: Switched to clocksource tsc
[    1.302067] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[    1.499032] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[    1.499048] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.499054] usb 1-5: Product: Integrated_Webcam_HD
[    1.499059] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[   12.791345] PM: Image not found (code -22)
[   12.931369] EXT4-fs (dm-0): mounted filesystem 32e29882-d94d-4a92-9ee4-4d03002bfa29 ro with ordered data mode. Quota mode: none.
[   13.036629] systemd[1]: Inserted module 'autofs4'
[   13.071570] systemd[1]: systemd 257.2-3 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[   13.071583] systemd[1]: Detected architecture x86-64.
[   13.073750] systemd[1]: Hostname set to <abreu>.
[   13.352480] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[   13.401960] systemd-sysv-generator[373]: SysV service '/etc/init.d/xl2tpd' lacks a native systemd unit file, automatically generating a unit file for compatibility.
[   13.401966] systemd-sysv-generator[373]: Please update package to include a native systemd unit file.
[   13.401968] systemd-sysv-generator[373]: ! This compatibility logic is deprecated, expect removal soon. !
[   13.524631] systemd[1]: Queued start job for default target graphical.target.
[   13.550936] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   13.551288] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   13.551582] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Encrypted Volume Units Service Slice.
[   13.551875] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   13.552085] systemd[1]: Created slice user.slice - User and Session Slice.
[   13.552142] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[   13.552182] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   13.552339] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   13.552362] systemd[1]: Expecting device dev-disk-by\x2ddiskseq-1\x2dpart4.device - /dev/disk/by-diskseq/1-part4...
[   13.552369] systemd[1]: Expecting device dev-disk-by\x2duuid-2d23fd4c\x2d5d03\x2d4e1a\x2d8a42\x2d0e859d1f00d8.device - /dev/disk/by-uuid/2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8...
[   13.552375] systemd[1]: Expecting device dev-disk-by\x2duuid-61be8f50\x2d69c5\x2d49a5\x2dbcad\x2d3f4521e9c7b5.device - /dev/disk/by-uuid/61be8f50-69c5-49a5-bcad-3f4521e9c7b5...
[   13.552382] systemd[1]: Expecting device dev-disk-by\x2duuid-96BD\x2d5653.device - /dev/disk/by-uuid/96BD-5653...
[   13.552408] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   13.552439] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[   13.552451] systemd[1]: Reached target paths.target - Path Units.
[   13.552467] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[   13.552478] systemd[1]: Reached target slices.target - Slice Units.
[   13.552509] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   13.553901] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   13.554746] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[   13.554830] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   13.554909] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[   13.555000] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[   13.555043] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   13.555060] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   13.555131] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   13.555183] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   13.556456] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   13.557075] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   13.558074] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[   13.562023] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   13.563089] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   13.564412] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   13.569694] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   13.571177] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   13.574064] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[   13.575436] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   13.575543] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[   13.575710] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[   13.577739] systemd[1]: Starting systemd-journald.service - Journal Service...
[   13.582298] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   13.582332] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   13.585322] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   13.586375] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   13.588678] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[   13.588985] pstore: Using crash dump compression: deflate
[   13.594156] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   13.602517] pstore: Registered efi_pstore as persistent store backend
[   13.604792] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[   13.604922] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[   13.605064] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[   13.605166] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[   13.605267] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[   13.605531] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[   13.605802] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   13.605978] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[   13.606274] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   13.606483] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[   13.609982] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[   13.611996] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[   13.616312] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[   13.617992] ACPI: bus type drm_connector registered
[   13.620003] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   13.620237] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[   13.620571] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[   13.620776] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[   13.623507] lp: driver loaded but no devices found
[   13.635257] systemd-journald[387]: Collecting audit messages is disabled.
[   13.636366] ppdev: user-space parallel port driver
[   13.646363] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[   13.648377] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[   13.648518] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[   13.648622] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[   13.650119] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[   13.653861] EXT4-fs (dm-0): re-mounted 32e29882-d94d-4a92-9ee4-4d03002bfa29 r/w. Quota mode: none.
[   13.656184] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[   13.657031] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[   13.657098] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[   13.658711] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[   13.658961] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   13.668482] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[   13.668663] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[   13.670453] systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization...
[   13.674335] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[   13.675909] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[   13.677100] systemd[1]: Started systemd-journald.service - Journal Service.
[   13.694771] systemd-journald[387]: Received client request to flush runtime journal.
[   13.872804] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input41
[   13.876332] ACPI: AC: AC Adapter [AC] (off-line)
[   13.879007] mc: Linux media interface: v0.10
[   13.879236] input: Intel HID events as /devices/platform/INT33D5:00/input/input42
[   13.880486] intel-hid INT33D5:00: platform supports 5 button array
[   13.880933] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[   13.881710] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   13.884001] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input43
[   13.889733] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   13.890348] ACPI: button: Lid Switch [LID0]
[   13.890878] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input44
[   13.907281] videodev: Linux video capture interface: v2.00
[   13.908664] wmi_bus wmi_bus-PNP0C14:01: [Firmware Bug]: WQBC data block query control method not found
[   13.917284] input: Intel Virtual Buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input45
[   13.955627] ACPI: battery: Slot [BAT0] (battery present)
[   13.966526] intel_pmc_core INT33A1:00:  initialized
[   13.967664] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   13.969536] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[   13.972845] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   13.975545] ACPI: button: Power Button [PBTN]
[   13.989526] intel_rapl_common: Found RAPL domain package
[   13.989530] intel_rapl_common: Found RAPL domain dram
[   13.990221] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input47
[   13.990269] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[   14.003308] Adding 8387904k swap on /dev/nvme0n1p4.  Priority:-2 extents:1 across:8387904k SS
[   14.017784] Bluetooth: Core ver 2.22
[   14.017810] NET: Registered PF_BLUETOOTH protocol family
[   14.017812] Bluetooth: HCI device and connection manager initialized
[   14.017817] Bluetooth: HCI socket layer initialized
[   14.017820] Bluetooth: L2CAP socket layer initialized
[   14.017824] Bluetooth: SCO socket layer initialized
[   14.026745] ACPI: button: Sleep Button [SBTN]
[   14.026828] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input48
[   14.028869] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   14.028910] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   14.030170] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0001/input/input49
[   14.036025] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0001/input/input50
[   14.036151] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0001/input/input51
[   14.036299] hid-multitouch 0003:04F3:2234.0001: input,hiddev0,hidraw0: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[   14.045097] ACPI: button: Power Button [PWRF]
[   14.073101] input: PC Speaker as /devices/platform/pcspkr/input/input53
[   14.073271] rtsx_pci 0000:3b:00.0: enabling device (0000 -> 0002)
[   14.074331] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   14.077788] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   14.077978] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   14.080325] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[   14.128444] usbcore: registered new interface driver uvcvideo
[   14.206270] input: DLL075B:01 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL075B:01/0018:06CB:76AF.0002/input/input54
[   14.206583] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL075B:01/0018:06CB:76AF.0002/input/input55
[   14.206875] hid-multitouch 0018:06CB:76AF.0002: input,hidraw1: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[   14.212237] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   14.212254] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   14.212261] RAPL PMU: hw unit of domain package 2^-14 Joules
[   14.212267] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   14.212272] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   14.212277] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   14.346689] usbcore: registered new interface driver btusb
[   14.352837] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[   14.352842] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[   14.360951] intel_rapl_common: Found RAPL domain package
[   14.360959] intel_rapl_common: Found RAPL domain core
[   14.360961] intel_rapl_common: Found RAPL domain uncore
[   14.360963] intel_rapl_common: Found RAPL domain dram
[   14.360965] intel_rapl_common: Found RAPL domain psys
[   14.709705] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[   14.731567] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   14.766454] Setting dangerous option enable_guc - tainting kernel
[   14.766462] Setting dangerous option enable_fbc - tainting kernel
[   14.771012] iTCO_vendor_support: vendor-support=0
[   14.782532] stackdepot: allocating hash table of 1048576 entries via kvcalloc
[   14.789691] i915 0000:00:02.0: [drm] Found kabylake/ult (device ID 5916) integrated display version 9.00 stepping B0
[   14.800636] Console: switching to colour dummy device 80x25
[   14.800672] i915 0000:00:02.0: vgaarb: deactivate vga console
[   14.805542] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   14.809270] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   14.810572] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   14.817132] ath10k_pci 0000:3a:00.0: enabling device (0000 -> 0002)
[   14.849132] EXT4-fs (nvme0n1p2): mounted filesystem 2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8 r/w with ordered data mode. Quota mode: none.
[   14.853073] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   14.854646] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   14.860923] ath10k_pci 0000:3a:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   14.874392] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input57
[   14.937855] ACPI: battery: new hook: Dell Primary Battery Extension
[   14.949711] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/kbl_guc_70.1.1.bin version 70.1.1
[   14.949719] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/kbl_huc_4.0.0.bin version 4.0.0
[   14.977117] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[   14.977124] i915 0000:00:02.0: [drm] GT0: GUC: submission disabled
[   14.977125] i915 0000:00:02.0: [drm] GT0: GUC: SLPC disabled
[   14.978571] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[   14.985674] audit: type=1400 audit(1739222731.123:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=568 comm="apparmor_parser"
[   14.988046] audit: type=1400 audit(1739222731.127:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=569 comm="apparmor_parser"
[   14.988053] audit: type=1400 audit(1739222731.127:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=569 comm="apparmor_parser"
[   14.989139] audit: type=1400 audit(1739222731.127:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=571 comm="apparmor_parser"
[   14.989145] audit: type=1400 audit(1739222731.127:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=571 comm="apparmor_parser"
[   14.989147] audit: type=1400 audit(1739222731.127:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=571 comm="apparmor_parser"
[   14.994929] audit: type=1400 audit(1739222731.135:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=572 comm="apparmor_parser"
[   14.995806] audit: type=1400 audit(1739222731.135:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/ipsec/stroke" pid=575 comm="apparmor_parser"
[   14.996221] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[   14.997133] audit: type=1400 audit(1739222731.135:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/ipsec/charon" pid=574 comm="apparmor_parser"
[   14.998905] audit: type=1400 audit(1739222731.139:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=577 comm="apparmor_parser"
[   15.014274] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   15.034642] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input58
[   15.049996] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   15.070802] fbcon: i915drmfb (fb0) is primary device
[   15.076589] snd_hda_codec_realtek hdaudioC0D0: ALC3246: picked fixup  (pin match)
[   15.077595] Console: switching to colour frame buffer device 200x56
[   15.097539] ath10k_pci 0000:3a:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[   15.097546] ath10k_pci 0000:3a:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[   15.097641] ath10k_pci 0000:3a:00.0: firmware ver WLAN.RM.4.4.1-00309- api 6 features wowlan,ignore-otp,mfp crc32 0793bcf2
[   15.103620] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   15.114088] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   15.114097] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   15.114100] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   15.114103] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   15.114105] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   15.114108] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   15.114110] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[   15.114113] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[   15.174711] ath10k_pci 0000:3a:00.0: board_file api 2 bmi_id N/A crc32 d2863f91
[   15.240870] nvme nvme0: using unchecked data buffer
[   15.276195] ath10k_pci 0000:3a:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[   15.338192] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input59
[   15.338262] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input60
[   15.338676] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input61
[   15.338737] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input62
[   15.338793] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input63
[   15.350111] ath: EEPROM regdomain: 0x6c
[   15.350116] ath: EEPROM indicates we should expect a direct regpair map
[   15.350118] ath: Country alpha2 being used: 00
[   15.350119] ath: Regpair used: 0x6c
[   15.361363] ath10k_pci 0000:3a:00.0 wlp58s0: renamed from wlan0
[   15.648541] PPP generic driver version 2.4.2
[   15.649857] NET: Registered PF_PPPOX protocol family
[   15.678081] Initializing XFRM netlink socket
[   15.851348] l2tp_core: L2TP core driver, V2.0
[   15.853303] l2tp_netlink: L2TP netlink interface
[   15.854904] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[   15.948891] IPsec XFRM device driver
[   18.571125] rfkill: input handler disabled
[   21.903700] rfkill: input handler enabled
[   23.761727] rfkill: input handler disabled
[   26.219182] SCSI subsystem initialized
[   40.006849] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[   40.006885] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[   40.006897] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[   40.006910] pci 0000:01:00.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   40.006924] pci 0000:01:00.0: enabling Extended Tags
[   40.007224] pci 0000:01:00.0: supports D1 D2
[   40.007227] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   40.007309] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[   40.077269] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[   40.077305] pci 0000:02:00.0: PCI bridge to [bus 03]
[   40.077317] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[   40.077354] pci 0000:02:00.0: enabling Extended Tags
[   40.077555] pci 0000:02:00.0: supports D1 D2
[   40.077557] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   40.078590] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[   40.078656] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[   40.078670] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[   40.078687] pci 0000:02:01.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   40.078710] pci 0000:02:01.0: enabling Extended Tags
[   40.078918] pci 0000:02:01.0: supports D1 D2
[   40.078920] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[   40.080364] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[   40.080398] pci 0000:02:02.0: PCI bridge to [bus 39]
[   40.080409] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[   40.080436] pci 0000:02:02.0: enabling Extended Tags
[   40.080542] pci 0000:02:02.0: supports D1 D2
[   40.080544] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[   40.080785] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[   40.080850] pci 0000:02:00.0: PCI bridge to [bus 03]
[   40.080911] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[   40.081019] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[   40.081082] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[   40.081102] pci 0000:39:00.0: enabling Extended Tags
[   40.081234] pci 0000:39:00.0: supports D1 D2
[   40.081236] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   40.081543] pci 0000:02:02.0: PCI bridge to [bus 39]
[   40.081586] pci_bus 0000:02: Allocating resources
[   40.081602] pci 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[   40.081605] pci 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[   40.081608] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[   40.081612] pci 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[   40.081616] pci 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   40.081618] pci 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   40.081620] pci 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   40.081622] pci 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   40.081627] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   40.081629] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   40.081631] pci 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   40.081633] pci 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   40.081634] pci 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   40.081636] pci 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   40.081639] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   40.081641] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   40.081643] pci 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   40.081644] pci 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   40.081646] pci 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   40.081647] pci 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   40.081650] pci 0000:02:00.0: PCI bridge to [bus 03]
[   40.081655] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[   40.081665] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[   40.081670] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[   40.081674] pci 0000:02:01.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   40.081680] pci 0000:02:02.0: PCI bridge to [bus 39]
[   40.081685] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[   40.081694] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[   40.081699] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[   40.081703] pci 0000:01:00.0:   bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[   40.089752] xhci_hcd 0000:39:00.0: xHCI Host Controller
[   40.089763] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[   40.090893] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[   40.099711] xhci_hcd 0000:39:00.0: xHCI Host Controller
[   40.099720] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[   40.099726] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[   40.100106] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[   40.100111] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   40.100113] usb usb3: Product: xHCI Host Controller
[   40.100116] usb usb3: Manufacturer: Linux 6.14.0-rc2-00001-g999e471a39ea xhci-hcd
[   40.100118] usb usb3: SerialNumber: 0000:39:00.0
[   40.100800] hub 3-0:1.0: USB hub found
[   40.100816] hub 3-0:1.0: 2 ports detected
[   40.103561] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[   40.103567] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   40.103570] usb usb4: Product: xHCI Host Controller
[   40.103573] usb usb4: Manufacturer: Linux 6.14.0-rc2-00001-g999e471a39ea xhci-hcd
[   40.103575] usb usb4: SerialNumber: 0000:39:00.0
[   40.111122] hub 4-0:1.0: USB hub found
[   40.111597] hub 4-0:1.0: 2 ports detected
[   40.113242] pci_bus 0000:02: Allocating resources
[   40.113264] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[   40.113444] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[   40.113616] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[   40.113622] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[   40.113628] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   40.113631] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   40.113634] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[   40.113636] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[   40.113641] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   40.113644] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   40.113646] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   40.113648] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   40.113650] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   40.113652] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   40.113656] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[   40.113658] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[   40.113660] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[   40.113663] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[   40.113665] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[   40.113667] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[   40.349922] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[   40.500170] usb 3-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 5.e3
[   40.500177] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   40.500180] usb 3-1: Product: USB2.0 Hub             
[   40.500182] usb 3-1: Manufacturer: VIA Labs, Inc.         
[   40.500184] usb 3-1: SerialNumber: 000000000
[   40.501245] hub 3-1:1.0: USB hub found
[   40.501478] hub 3-1:1.0: 5 ports detected
[   40.629182] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[   40.676650] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 5.e3
[   40.676659] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   40.676662] usb 4-1: Product: USB3.0 Hub             
[   40.676664] usb 4-1: Manufacturer: VIA Labs, Inc.         
[   40.676666] usb 4-1: SerialNumber: 000000000
[   40.679970] hub 4-1:1.0: USB hub found
[   40.680083] hub 4-1:1.0: 4 ports detected
[   41.229938] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[   41.372829] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.b4
[   41.372836] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   41.372839] usb 3-1.1: Product: USB2.0 Hub             
[   41.372842] usb 3-1.1: Manufacturer: VIA Labs, Inc.         
[   41.372844] usb 3-1.1: SerialNumber: 000000000
[   41.374365] hub 3-1.1:1.0: USB hub found
[   41.374538] hub 3-1.1:1.0: 4 ports detected
[   41.467304] usb 4-1.1: new SuperSpeed USB device number 3 using xhci_hcd
[   41.526545] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 7.b4
[   41.526553] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   41.526556] usb 4-1.1: Product: USB3.0 Hub             
[   41.526558] usb 4-1.1: Manufacturer: VIA Labs, Inc.         
[   41.526560] usb 4-1.1: SerialNumber: 000000000
[   41.531266] hub 4-1.1:1.0: USB hub found
[   41.531458] hub 4-1.1:1.0: 4 ports detected
[   41.713896] usb 4-1.4: new SuperSpeed USB device number 4 using xhci_hcd
[   41.735440] usb 4-1.4: New USB device found, idVendor=058f, idProduct=8468, bcdDevice= 1.00
[   41.735450] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   41.735453] usb 4-1.4: Product: Mass Storage Device
[   41.735456] usb 4-1.4: Manufacturer: Generic
[   41.735459] usb 4-1.4: SerialNumber: 058F84688461
[   41.773242] usb-storage 4-1.4:1.0: USB Mass Storage device detected
[   41.783448] scsi host0: usb-storage 4-1.4:1.0
[   41.786284] usbcore: registered new interface driver usb-storage
[   43.346209] usb 4-1.4: reset SuperSpeed USB device number 4 using xhci_hcd
[   43.378586] scsi 0:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
[   43.380517] sd 0:0:0:0: [sda] Media removed, stopped polling
[   43.380774] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   45.229889] usb 3-1.5: new high-speed USB device number 5 using xhci_hcd
[   45.322830] usb 3-1.5: New USB device found, idVendor=2109, idProduct=8817, bcdDevice= 0.01
[   45.322840] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   45.322844] usb 3-1.5: Product: USB Billboard Device   
[   45.322847] usb 3-1.5: Manufacturer: VIA Labs, Inc.         
[   45.322849] usb 3-1.5: SerialNumber: 0000000000000001
[   77.830674] xhci_hcd 0000:39:00.0: Giveback URB 00000000c7d5f372, len = 18, expected = 96, status = 0
[   77.830769] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[   77.830783] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[   77.830795] xhci_hcd 0000:39:00.0: // Ding dong!
[   77.830834] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[   77.830843] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378920 (dma) in stream 0 URB 0000000050afbc4c
[   77.830858] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378930, cycle 1

[   77.830866] xhci_hcd 0000:39:00.0: // Ding dong!
[   77.830874] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[   77.830886] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378930
[   77.830896] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[   77.830904] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[   77.830917] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[   79.846640] xhci_hcd 0000:39:00.0: Giveback URB 0000000088dfd53d, len = 18, expected = 96, status = 0
[   79.846734] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[   79.846748] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[   79.846761] xhci_hcd 0000:39:00.0: // Ding dong!
[   79.846800] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[   79.846808] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378960 (dma) in stream 0 URB 0000000050afbc4c
[   79.846824] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378970, cycle 1

[   79.846833] xhci_hcd 0000:39:00.0: // Ding dong!
[   79.846840] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[   79.846855] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378970
[   79.846864] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[   79.846873] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[   79.846885] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[   81.862360] xhci_hcd 0000:39:00.0: Giveback URB 000000007bc847be, len = 18, expected = 96, status = 0
[   81.862437] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[   81.862452] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[   81.862464] xhci_hcd 0000:39:00.0: // Ding dong!
[   81.862490] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[   81.862499] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1043789a0 (dma) in stream 0 URB 0000000050afbc4c
[   81.862514] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1043789b0, cycle 1

[   81.862523] xhci_hcd 0000:39:00.0: // Ding dong!
[   81.862531] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[   81.862544] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1043789b0
[   81.862553] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[   81.862562] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[   81.862574] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[   83.878495] xhci_hcd 0000:39:00.0: Giveback URB 000000000b8e8214, len = 18, expected = 96, status = 0
[   83.878615] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[   83.878634] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[   83.878651] xhci_hcd 0000:39:00.0: // Ding dong!
[   83.878676] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[   83.878687] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1043789e0 (dma) in stream 0 URB 0000000050afbc4c
[   83.878708] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1043789f0, cycle 1

[   83.878720] xhci_hcd 0000:39:00.0: // Ding dong!
[   83.878730] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[   83.878752] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1043789f0
[   83.878765] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[   83.878778] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[   83.878796] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[   85.894626] xhci_hcd 0000:39:00.0: Giveback URB 000000000b8e8214, len = 18, expected = 96, status = 0
[   85.894710] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[   85.894721] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[   85.894732] xhci_hcd 0000:39:00.0: // Ding dong!
[   85.894767] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[   85.894775] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378a20 (dma) in stream 0 URB 0000000050afbc4c
[   85.894788] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378a30, cycle 1

[   85.894796] xhci_hcd 0000:39:00.0: // Ding dong!
[   85.894802] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[   85.894813] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378a30
[   85.894821] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[   85.894828] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[   85.894838] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[   87.910384] xhci_hcd 0000:39:00.0: Giveback URB 000000006dfaa7c0, len = 18, expected = 96, status = 0
[   87.910525] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[   87.910544] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[   87.910559] xhci_hcd 0000:39:00.0: // Ding dong!
[   87.910582] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[   87.910592] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378a60 (dma) in stream 0 URB 0000000050afbc4c
[   87.910611] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378a70, cycle 1

[   87.910621] xhci_hcd 0000:39:00.0: // Ding dong!
[   87.910630] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[   87.910647] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378a70
[   87.910658] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[   87.910669] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[   87.910685] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[   89.926472] xhci_hcd 0000:39:00.0: Giveback URB 000000000b8e8214, len = 18, expected = 96, status = 0
[   89.926660] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[   89.926684] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[   89.926705] xhci_hcd 0000:39:00.0: // Ding dong!
[   89.926730] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[   89.926744] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378aa0 (dma) in stream 0 URB 0000000050afbc4c
[   89.926767] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378ab0, cycle 1

[   89.926782] xhci_hcd 0000:39:00.0: // Ding dong!
[   89.926794] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[   89.926816] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378ab0
[   89.926833] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[   89.926848] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[   89.926870] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[   91.942264] xhci_hcd 0000:39:00.0: Giveback URB 00000000bb9126ad, len = 18, expected = 96, status = 0
[   91.942396] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[   91.942407] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[   91.942416] xhci_hcd 0000:39:00.0: // Ding dong!
[   91.942435] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[   91.942441] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378ae0 (dma) in stream 0 URB 0000000050afbc4c
[   91.942453] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378af0, cycle 1

[   91.942459] xhci_hcd 0000:39:00.0: // Ding dong!
[   91.942465] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[   91.942475] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378af0
[   91.942481] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[   91.942487] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[   91.942496] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[   93.958445] xhci_hcd 0000:39:00.0: Giveback URB 00000000bb9126ad, len = 18, expected = 96, status = 0
[   93.958585] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[   93.958601] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[   93.958615] xhci_hcd 0000:39:00.0: // Ding dong!
[   93.958636] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[   93.958644] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378b20 (dma) in stream 0 URB 0000000050afbc4c
[   93.958661] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378b30, cycle 1

[   93.958669] xhci_hcd 0000:39:00.0: // Ding dong!
[   93.958677] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[   93.958690] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378b30
[   93.958699] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[   93.958708] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[   93.958721] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[   95.974665] xhci_hcd 0000:39:00.0: Giveback URB 000000008da39b33, len = 18, expected = 96, status = 0
[   95.974873] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[   95.974896] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[   95.974910] xhci_hcd 0000:39:00.0: // Ding dong!
[   95.974931] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[   95.974940] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378b60 (dma) in stream 0 URB 0000000050afbc4c
[   95.974956] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378b70, cycle 1

[   95.974964] xhci_hcd 0000:39:00.0: // Ding dong!
[   95.974972] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[   95.974986] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378b70
[   95.974995] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[   95.975004] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[   95.975020] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[   97.990304] xhci_hcd 0000:39:00.0: Giveback URB 00000000f1a2f932, len = 18, expected = 96, status = 0
[   97.990384] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[   97.990397] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[   97.990408] xhci_hcd 0000:39:00.0: // Ding dong!
[   97.990427] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[   97.990434] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378ba0 (dma) in stream 0 URB 0000000050afbc4c
[   97.990447] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378bb0, cycle 1

[   97.990455] xhci_hcd 0000:39:00.0: // Ding dong!
[   97.990461] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[   97.990473] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378bb0
[   97.990481] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[   97.990488] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[   97.990498] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  100.006644] xhci_hcd 0000:39:00.0: Giveback URB 00000000f33f7f4b, len = 18, expected = 96, status = 0
[  100.006796] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  100.006811] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  100.006825] xhci_hcd 0000:39:00.0: // Ding dong!
[  100.006859] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  100.006867] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378be0 (dma) in stream 0 URB 0000000050afbc4c
[  100.006884] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378bf0, cycle 1

[  100.006893] xhci_hcd 0000:39:00.0: // Ding dong!
[  100.006900] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[  100.006912] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378bf0
[  100.006922] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[  100.006931] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[  100.006943] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  102.022547] xhci_hcd 0000:39:00.0: Giveback URB 000000003f90a307, len = 18, expected = 96, status = 0
[  102.022743] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  102.022764] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  102.022778] xhci_hcd 0000:39:00.0: // Ding dong!
[  102.022798] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  102.022806] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378c20 (dma) in stream 0 URB 0000000050afbc4c
[  102.022822] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378c30, cycle 1

[  102.022832] xhci_hcd 0000:39:00.0: // Ding dong!
[  102.022839] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[  102.022852] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378c30
[  102.022862] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[  102.022871] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[  102.022886] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  102.692207] usbcore: registered new device driver r8152-cfgselector
[  102.692292] usbcore: registered new interface driver r8152
[  104.042329] xhci_hcd 0000:39:00.0: Giveback URB 000000003f90a307, len = 18, expected = 96, status = 0
[  104.042460] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  104.042473] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  104.042484] xhci_hcd 0000:39:00.0: // Ding dong!
[  104.042513] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  104.042521] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378c60 (dma) in stream 0 URB 0000000050afbc4c
[  104.042534] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378c70, cycle 1

[  104.042542] xhci_hcd 0000:39:00.0: // Ding dong!
[  104.042549] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[  104.042560] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378c70
[  104.042569] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[  104.042576] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[  104.042586] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  106.054535] xhci_hcd 0000:39:00.0: Giveback URB 00000000d52b2f8e, len = 18, expected = 96, status = 0
[  106.054657] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  106.054669] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  106.054679] xhci_hcd 0000:39:00.0: // Ding dong!
[  106.054703] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  106.054711] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378ca0 (dma) in stream 0 URB 0000000050afbc4c
[  106.054724] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378cb0, cycle 1

[  106.054731] xhci_hcd 0000:39:00.0: // Ding dong!
[  106.054738] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[  106.054749] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378cb0
[  106.054757] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[  106.054764] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[  106.054775] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  108.070361] xhci_hcd 0000:39:00.0: Giveback URB 00000000fa513093, len = 18, expected = 96, status = 0
[  108.070516] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  108.070532] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  108.070545] xhci_hcd 0000:39:00.0: // Ding dong!
[  108.070564] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  108.070572] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378ce0 (dma) in stream 0 URB 0000000050afbc4c
[  108.070591] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378cf0, cycle 1

[  108.070599] xhci_hcd 0000:39:00.0: // Ding dong!
[  108.070607] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[  108.070620] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378cf0
[  108.070629] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[  108.070638] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[  108.070651] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  110.086861] xhci_hcd 0000:39:00.0: Giveback URB 000000007ac29bb2, len = 18, expected = 96, status = 0
[  110.086988] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  110.087002] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  110.087015] xhci_hcd 0000:39:00.0: // Ding dong!
[  110.087047] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  110.087056] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378d20 (dma) in stream 0 URB 0000000050afbc4c
[  110.087072] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378d30, cycle 1

[  110.087082] xhci_hcd 0000:39:00.0: // Ding dong!
[  110.087089] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[  110.087104] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378d30
[  110.087114] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[  110.087124] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[  110.087137] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  112.102492] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 18, expected = 96, status = 0
[  112.102562] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  112.102577] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  112.102589] xhci_hcd 0000:39:00.0: // Ding dong!
[  112.102618] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  112.102627] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378d60 (dma) in stream 0 URB 0000000050afbc4c
[  112.102642] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378d70, cycle 1

[  112.102651] xhci_hcd 0000:39:00.0: // Ding dong!
[  112.102658] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[  112.102671] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378d70
[  112.102680] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[  112.102689] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[  112.102701] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  114.122256] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 18, expected = 96, status = 0
[  114.122337] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  114.122356] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  114.122370] xhci_hcd 0000:39:00.0: // Ding dong!
[  114.122392] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  114.122404] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x104378da0 (dma) in stream 0 URB 0000000050afbc4c
[  114.122423] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x104378db0, cycle 1

[  114.122436] xhci_hcd 0000:39:00.0: // Ding dong!
[  114.122446] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 0000000050afbc4c TD as cancel_status is 2
[  114.122465] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @104378db0
[  114.122479] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 0000000050afbc4c TD
[  114.122492] xhci_hcd 0000:39:00.0: Giveback URB 0000000050afbc4c, len = 0, expected = 13, status = -32
[  114.122510] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  114.529470] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x202a0
[  114.529497] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[  114.529593] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0002
[  114.529619] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x202a0, return 0x10100
[  114.529692] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x2a0
[  114.529716] usb usb3-port1: status 0100, change 0001, 12 Mb/s
[  114.529743] usb 3-1: USB disconnect, device number 2
[  114.529752] usb 3-1.1: USB disconnect, device number 3
[  114.529760] usb 3-1.1: unregistering device
[  114.529768] usb 3-1.1: unregistering interface 3-1.1:1.0
[  114.530644] usb 3-1.1: usb_disable_device nuking all URBs
[  114.530664] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 0000000019ca28ec
[  114.530716] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 3, new drop flags = 0x8, new add flags = 0x0
[  114.530729] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 0000000019ca28ec
[  114.530747] xhci_hcd 0000:39:00.0: // Ding dong!
[  114.531262] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  114.531748] xhci_hcd 0000:39:00.0: // Ding dong!
[  114.531825] usb 3-1.5: USB disconnect, device number 5
[  114.531835] usb 3-1.5: unregistering device
[  114.531842] usb 3-1.5: unregistering interface 3-1.5:1.0
[  114.531982] usb 3-1.5: usb_disable_device nuking all URBs
[  114.531994] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000a7293a35
[  114.532425] xhci_hcd 0000:39:00.0: // Ding dong!
[  114.532484] usb 3-1: unregistering device
[  114.532491] usb 3-1: unregistering interface 3-1:1.0
[  114.532712] xhci_hcd 0000:39:00.0: Cancel URB 000000007fa55fa1, dev 1, ep 0x81, starting at offset 0x15ec34010
[  114.532728] xhci_hcd 0000:39:00.0: // Ding dong!
[  114.532735] xhci_hcd 0000:39:00.0: shutdown urb 000000007fa55fa1 ep1in-intr
[  114.532750] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 1 ep 2
[  114.532760] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x15ec34010 (dma) in stream 0 URB 000000007fa55fa1
[  114.532773] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x15ec34020, cycle 1

[  114.532780] xhci_hcd 0000:39:00.0: // Ding dong!
[  114.532787] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000007fa55fa1 TD as cancel_status is 2
[  114.532798] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @15ec34020
[  114.532805] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000007fa55fa1 TD
[  114.532812] xhci_hcd 0000:39:00.0: Giveback URB 000000007fa55fa1, len = 0, expected = 1, status = -115
[  114.532824] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  114.533134] usb 3-1: usb_disable_device nuking all URBs
[  114.533143] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 000000007d981509
[  114.533174] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 1, new drop flags = 0x8, new add flags = 0x0
[  114.533184] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 000000007d981509
[  114.533195] xhci_hcd 0000:39:00.0: // Ding dong!
[  114.533593] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  114.534151] xhci_hcd 0000:39:00.0: // Ding dong!
[  114.534226] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x2a0, return 0x100
[  114.540868] xhci_hcd 0000:39:00.0: Port change event, 4-1, id 3, portsc: 0x4202c0
[  114.540888] xhci_hcd 0000:39:00.0: handle_port_status: starting usb4 port polling.
[  114.540944] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0002
[  114.540966] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x4202c0, return 0x4102c0
[  114.541001] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x4002c0
[  114.541018] usb usb4-port1: link state change
[  114.541029] xhci_hcd 0000:39:00.0: clear port1 link state change, portsc: 0x2c0
[  114.584973] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead
[  114.584985] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 2, ep index 0
[  114.584990] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 2, ep index 2
[  114.584997] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 4, ep index 0
[  114.585000] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 4, ep index 2
[  114.585004] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 5, ep index 0
[  114.585006] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 5, ep index 1
[  114.585008] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 5, ep index 4
[  114.585011] xhci_hcd 0000:39:00.0: HC died; cleaning up
[  114.585024] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb4 port polling
[  114.585028] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[  114.585084] usb usb4-port1: Wait for inactive link disconnect detect
[  114.585100] hub 3-0:1.0: state 0 ports 2 chg 0000 evt 0000
[  114.629509] usb usb4-port1: Wait for inactive link disconnect detect
[  114.647491] xhci_hcd 0000:39:00.0: remove, state 1
[  114.647498] xhci_hcd 0000:39:00.0: roothub graceful disconnect
[  114.647502] usb usb4: USB disconnect, device number 1
[  114.649892] usb usb4-port1: Wait for inactive link disconnect detect
[  114.673915] usb usb4-port1: Wait for inactive link disconnect detect
[  114.697900] usb usb4-port1: Wait for inactive link disconnect detect
[  114.697909] usb usb4-port1: do warm reset, port only
[  114.697915] usb usb4-port1: status 02c0, change 0041, 10.0 Gb/s
[  114.697922] usb 4-1: USB disconnect, device number 2
[  114.697928] usb 4-1.1: USB disconnect, device number 3
[  114.697932] usb 4-1.1: unregistering device
[  114.697935] usb 4-1.1: unregistering interface 4-1.1:1.0
[  114.698129] usb 4-1.1: usb_disable_device nuking all URBs
[  114.698349] usb 4-1.4: USB disconnect, device number 4
[  114.698353] usb 4-1.4: unregistering device
[  114.698356] usb 4-1.4: unregistering interface 4-1.4:1.0
[  114.754199] usb 4-1.4: usb_disable_device nuking all URBs
[  114.756337] usb 4-1: unregistering device
[  114.756345] usb 4-1: unregistering interface 4-1:1.0
[  114.756602] usb 4-1: usb_disable_device nuking all URBs
[  114.756887] hub 4-0:1.0: state 0 ports 2 chg 0000 evt 0000
[  114.758069] usb usb4: unregistering device
[  114.758078] usb usb4: unregistering interface 4-0:1.0
[  114.761240] usb usb4: usb_disable_device nuking all URBs
[  114.761250] xHCI xhci_drop_endpoint called for root hub
[  114.761256] xHCI xhci_check_bandwidth called for root hub
[  114.767763] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[  114.767788] xhci_hcd 0000:39:00.0: remove, state 1
[  114.767793] xhci_hcd 0000:39:00.0: roothub graceful disconnect
[  114.767800] usb usb3: USB disconnect, device number 1
[  114.767805] usb usb3: unregistering device
[  114.767810] usb usb3: unregistering interface 3-0:1.0
[  114.768093] usb usb3: usb_disable_device nuking all URBs
[  114.768102] xHCI xhci_drop_endpoint called for root hub
[  114.768107] xHCI xhci_check_bandwidth called for root hub
[  114.768402] xhci_hcd 0000:39:00.0: // Halt the HC
[  114.768413] xhci_hcd 0000:39:00.0: Host halt failed, -19
[  114.768419] xhci_hcd 0000:39:00.0: Host not accessible, reset failed.
[  114.768423] xhci_hcd 0000:39:00.0: // Disabling event ring interrupts
[  114.768429] xhci_hcd 0000:39:00.0: cleaning up memory
[  114.768439] xhci_hcd 0000:39:00.0: Freed interrupters
[  114.768443] xhci_hcd 0000:39:00.0: Freed command ring
[  114.768470] xhci_hcd 0000:39:00.0: Freed segment pool
[  114.768482] xhci_hcd 0000:39:00.0: Freed device context pool
[  114.768487] xhci_hcd 0000:39:00.0: Freed small stream array pool
[  114.768491] xhci_hcd 0000:39:00.0: Freed medium stream array pool
[  114.768591] xhci_hcd 0000:39:00.0: xhci_stop completed - status = ffffffff
[  114.769802] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[  114.786560] pci_bus 0000:02: Allocating resources
[  114.786590] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[  114.786603] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[  114.786610] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[  114.786621] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[  114.786631] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  114.786636] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  114.786642] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  114.786646] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  114.786658] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  114.786664] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  114.786670] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  114.786674] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  114.786679] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  114.786684] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  114.786692] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  114.786696] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  114.786701] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  114.786705] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  114.786710] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  114.786714] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  119.781669] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[  119.781806] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[  119.781833] pci 0000:39:00.0: enabling Extended Tags
[  119.782451] pci 0000:39:00.0: supports D1 D2
[  119.782455] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[  119.782957] pcieport 0000:02:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[  119.783026] pci_bus 0000:02: Allocating resources
[  119.783047] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[  119.783053] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[  119.783057] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[  119.783062] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[  119.783068] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  119.783071] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  119.783074] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  119.783076] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  119.783083] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  119.783086] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  119.783089] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  119.783092] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  119.783094] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  119.783096] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  119.783101] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  119.783104] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  119.783106] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  119.783108] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  119.783111] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  119.783113] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  119.783690] xhci_hcd 0000:39:00.0: xHCI Host Controller
[  119.783702] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[  119.783734] xhci_hcd 0000:39:00.0: // Halt the HC
[  119.783746] xhci_hcd 0000:39:00.0: Resetting HCD
[  119.783751] xhci_hcd 0000:39:00.0: // Reset the HC
[  119.784749] xhci_hcd 0000:39:00.0: Wait for controller to be ready for doorbell rings
[  119.784757] xhci_hcd 0000:39:00.0: Reset complete
[  119.784759] xhci_hcd 0000:39:00.0: Enabling 64-bit DMA addresses.
[  119.784760] xhci_hcd 0000:39:00.0: Calling HCD init
[  119.784762] xhci_hcd 0000:39:00.0: xhci_init
[  119.784765] xhci_hcd 0000:39:00.0: Supported page size register = 0x1
[  119.784767] xhci_hcd 0000:39:00.0: Supported page size of 8K
[  119.784769] xhci_hcd 0000:39:00.0: HCD page size set to 4K
[  119.784773] xhci_hcd 0000:39:00.0: // xHC can handle at most 64 device slots.
[  119.784777] xhci_hcd 0000:39:00.0: // Setting Max device slots reg = 0x40.
[  119.784781] xhci_hcd 0000:39:00.0: // Device context base array address = 0x0x00000002a7524000 (DMA), 00000000197c5bad (virt)
[  119.784791] xhci_hcd 0000:39:00.0: Allocated command ring at 0000000068c571e3
[  119.784793] xhci_hcd 0000:39:00.0: First segment DMA is 0x0x00000001763e6000
[  119.784800] xhci_hcd 0000:39:00.0: // Setting command ring address to 0x00000001763e6001
[  119.784804] xhci_hcd 0000:39:00.0: // Doorbell array is located at offset 0x3000 from cap regs base addr
[  119.784806] xhci_hcd 0000:39:00.0: Allocating primary event ring
[  119.784818] xhci_hcd 0000:39:00.0: // Write event ring dequeue pointer, preserving EHB bit
[  119.784820] xhci_hcd 0000:39:00.0: Allocating 34 scratchpad buffers
[  119.784882] xhci_hcd 0000:39:00.0: Ext Cap 00000000473f810e, port offset = 1, count = 2, revision = 0x2
[  119.784888] xhci_hcd 0000:39:00.0: PSIV:1 PSIE:2 PLT:0 PFD:0 LP:0 PSIM:12
[  119.784894] xhci_hcd 0000:39:00.0: PSIV:2 PSIE:1 PLT:0 PFD:0 LP:0 PSIM:1500
[  119.784899] xhci_hcd 0000:39:00.0: PSIV:3 PSIE:2 PLT:0 PFD:0 LP:0 PSIM:480
[  119.784903] xhci_hcd 0000:39:00.0: xHCI 1.0: support USB2 hardware lpm
[  119.784926] xhci_hcd 0000:39:00.0: Ext Cap 00000000d14915bb, port offset = 3, count = 2, revision = 0x3
[  119.784931] xhci_hcd 0000:39:00.0: PSIV:4 PSIE:3 PLT:0 PFD:1 LP:0 PSIM:5
[  119.784936] xhci_hcd 0000:39:00.0: PSIV:5 PSIE:3 PLT:0 PFD:1 LP:0 PSIM:10
[  119.784940] xhci_hcd 0000:39:00.0: Found 2 USB 2.0 ports and 2 USB 3.0 ports.
[  119.784945] xhci_hcd 0000:39:00.0: Finished xhci_init
[  119.784947] xhci_hcd 0000:39:00.0: Called HCD init
[  119.784949] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[  119.784954] xhci_hcd 0000:39:00.0: Got SBRN 48
[  119.784962] xhci_hcd 0000:39:00.0: MWI active
[  119.784964] xhci_hcd 0000:39:00.0: Finished xhci_pci_reinit
[  119.784966] xhci_hcd 0000:39:00.0: supports USB remote wakeup
[  119.785095] xhci_hcd 0000:39:00.0: xhci_run
[  119.785101] xhci_hcd 0000:39:00.0: ERST deq = 64'h1763e7000
[  119.785106] xhci_hcd 0000:39:00.0: Finished xhci_run for main hcd
[  119.785338] xhci_hcd 0000:39:00.0: xHCI Host Controller
[  119.785344] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[  119.785349] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[  119.785353] xhci_hcd 0000:39:00.0: supports USB remote wakeup
[  119.785355] xhci_hcd 0000:39:00.0: Enable interrupts
[  119.785359] xhci_hcd 0000:39:00.0: Enable primary interrupter
[  119.785365] xhci_hcd 0000:39:00.0: // Turn on HC, cmd = 0x5.
[  119.785399] usb usb3: default language 0x0409
[  119.785417] usb usb3: udev 1, busnum 3, minor = 256
[  119.785421] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[  119.785425] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  119.785428] usb usb3: Product: xHCI Host Controller
[  119.785431] usb usb3: Manufacturer: Linux 6.14.0-rc2-00001-g999e471a39ea xhci-hcd
[  119.785433] usb usb3: SerialNumber: 0000:39:00.0
[  119.785574] usb usb3: usb_probe_device
[  119.785577] usb usb3: configuration #1 chosen from 1 choice
[  119.785581] xHCI xhci_add_endpoint called for root hub
[  119.785584] xHCI xhci_check_bandwidth called for root hub
[  119.785599] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[  119.785647] hub 3-0:1.0: usb_probe_interface
[  119.785649] hub 3-0:1.0: usb_probe_interface - got id
[  119.785654] hub 3-0:1.0: USB hub found
[  119.785743] hub 3-0:1.0: 2 ports detected
[  119.785748] hub 3-0:1.0: standalone hub
[  119.785750] hub 3-0:1.0: no power switching (usb 1.0)
[  119.785752] hub 3-0:1.0: individual port over-current protection
[  119.785753] hub 3-0:1.0: Single TT
[  119.785755] hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
[  119.785757] hub 3-0:1.0: power on to power good time: 20ms
[  119.785773] hub 3-0:1.0: local power source is good
[  119.786989] hub 3-0:1.0: trying to enable port power on non-switchable hub
[  119.787004] xhci_hcd 0000:39:00.0: set port power 3-1 ON, portsc: 0x2a0
[  119.787020] xhci_hcd 0000:39:00.0: set port power 3-2 ON, portsc: 0x2a0
[  119.787137] usb usb4: skipped 1 descriptor after endpoint
[  119.787145] usb usb4: default language 0x0409
[  119.787160] usb usb4: udev 1, busnum 4, minor = 384
[  119.787163] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[  119.787167] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  119.787169] usb usb4: Product: xHCI Host Controller
[  119.787171] usb usb4: Manufacturer: Linux 6.14.0-rc2-00001-g999e471a39ea xhci-hcd
[  119.787173] usb usb4: SerialNumber: 0000:39:00.0
[  119.787614] usb usb4: usb_probe_device
[  119.787616] usb usb4: configuration #1 chosen from 1 choice
[  119.787618] xHCI xhci_add_endpoint called for root hub
[  119.787620] xHCI xhci_check_bandwidth called for root hub
[  119.787637] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[  119.787695] hub 4-0:1.0: usb_probe_interface
[  119.787697] hub 4-0:1.0: usb_probe_interface - got id
[  119.787700] hub 4-0:1.0: USB hub found
[  119.787714] hub 4-0:1.0: 2 ports detected
[  119.787717] hub 4-0:1.0: standalone hub
[  119.787718] hub 4-0:1.0: no power switching (usb 1.0)
[  119.787720] hub 4-0:1.0: individual port over-current protection
[  119.787721] hub 4-0:1.0: TT requires at most 8 FS bit times (666 ns)
[  119.787723] hub 4-0:1.0: power on to power good time: 100ms
[  119.787735] hub 4-0:1.0: local power source is good
[  119.788933] usb usb4-port1: peered to usb3-port1
[  119.789113] usb usb4: port-1 no _DSM function 5
[  119.789116] usb usb4: port-1 disable U1/U2 _DSM: -19
[  119.789120] usb usb4: port-2 no _DSM function 5
[  119.789121] usb usb4: port-2 disable U1/U2 _DSM: -19
[  119.789124] hub 4-0:1.0: trying to enable port power on non-switchable hub
[  119.789129] xhci_hcd 0000:39:00.0: set port power 4-1 ON, portsc: 0x210
[  119.789155] xhci_hcd 0000:39:00.0: set port power 4-2 ON, portsc: 0x2a0
[  119.804879] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x206e1
[  119.804891] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[  119.809891] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x206e1, return 0x10101
[  119.809911] usb usb3-port1: status 0101 change 0001
[  119.809919] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x6e1
[  119.809928] xhci_hcd 0000:39:00.0: Get port status 3-2 read: 0x2a0, return 0x100
[  119.888165] xhci_hcd 0000:39:00.0: Port change event, 4-1, id 3, portsc: 0x221203
[  119.888171] xhci_hcd 0000:39:00.0: handle_port_status: starting usb4 port polling.
[  119.889924] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x221203, return 0x110203
[  119.889939] usb usb4-port1: status 0203 change 0011
[  119.889949] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x201203
[  119.889962] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0x1203
[  119.889970] xhci_hcd 0000:39:00.0: Get port status 4-2 read: 0x2a0, return 0x2a0
[  119.914016] hub 3-0:1.0: state 7 ports 2 chg 0002 evt 0000
[  119.914023] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x6e1, return 0x101
[  119.914032] usb usb3-port1: status 0101, change 0000, 12 Mb/s
[  119.914037] xhci_hcd 0000:39:00.0: // Ding dong!
[  119.914131] xhci_hcd 0000:39:00.0: Slot 1 output ctx = 0x0x000000022a352000 (dma)
[  119.914136] xhci_hcd 0000:39:00.0: Slot 1 input ctx = 0x0x000000022a353000 (dma)
[  119.914141] xhci_hcd 0000:39:00.0: Set slot id 1 dcbaa entry 000000004e2f6f0a to 0x22a352000
[  119.914164] xhci_hcd 0000:39:00.0: set port reset, actual port 3-1 status  = 0x791
[  119.969336] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x200e03
[  119.969344] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[  119.978098] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x200e03, return 0x100503
[  119.978119] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0xe03
[  119.994090] hub 4-0:1.0: state 7 ports 2 chg 0002 evt 0000
[  119.994103] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x1203, return 0x203
[  119.994117] usb usb4-port1: status 0203, change 0000, 10.0 Gb/s
[  120.033915] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[  120.033938] xhci_hcd 0000:39:00.0: Slot ID 1: HW portnum 0, hcd portnum 0
[  120.033948] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  120.033957] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  120.033967] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.034040] xhci_hcd 0000:39:00.0: Successful setup context command
[  120.034051] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a7524000
[  120.034060] xhci_hcd 0000:39:00.0: Slot ID 1 dcbaa entry @000000004e2f6f0a = 0x0000022a352000
[  120.034072] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x22a352000
[  120.034080] xhci_hcd 0000:39:00.0: Internal device address = 0
[  120.034231] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  120.034302] xhci_hcd 0000:39:00.0: set port reset, actual port 3-1 status  = 0xf91
[  120.089399] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x200e03
[  120.089421] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[  120.097922] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x200e03, return 0x100503
[  120.097981] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0xe03
[  120.153917] xhci_hcd 0000:39:00.0: Resetting device with slot ID 1
[  120.153937] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.154012] xhci_hcd 0000:39:00.0: Completed reset device command.
[  120.154042] xhci_hcd 0000:39:00.0: Can't reset device (slot ID 1) in default state
[  120.154052] xhci_hcd 0000:39:00.0: Not freeing device rings.
[  120.154067] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.154250] xhci_hcd 0000:39:00.0: Successful setup address command
[  120.154264] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a7524000
[  120.154277] xhci_hcd 0000:39:00.0: Slot ID 1 dcbaa entry @000000004e2f6f0a = 0x0000022a352000
[  120.154291] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x22a352000
[  120.154302] xhci_hcd 0000:39:00.0: Internal device address = 1
[  120.170527] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.170642] xhci_hcd 0000:39:00.0: Slot 2 output ctx = 0x0x000000013eade000 (dma)
[  120.170659] xhci_hcd 0000:39:00.0: Slot 2 input ctx = 0x0x000000013eadf000 (dma)
[  120.170680] xhci_hcd 0000:39:00.0: Set slot id 2 dcbaa entry 000000003e046372 to 0x13eade000
[  120.170769] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x1203, return 0x203
[  120.170830] xhci_hcd 0000:39:00.0: set port reset, actual port 4-1 status  = 0x1311
[  120.171338] xhci_hcd 0000:39:00.0: Port change event, 4-1, id 3, portsc: 0x201203
[  120.171356] xhci_hcd 0000:39:00.0: handle_port_status: starting usb4 port polling.
[  120.171650] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  120.171678] usb 3-1: default language 0x0409
[  120.171858] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  120.172071] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  120.172260] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  120.172287] usb 3-1: udev 2, busnum 3, minor = 257
[  120.172297] usb 3-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 5.e3
[  120.172306] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  120.172311] usb 3-1: Product: USB2.0 Hub             
[  120.172317] usb 3-1: Manufacturer: VIA Labs, Inc.         
[  120.172322] usb 3-1: SerialNumber: 000000000
[  120.174655] usb 3-1: usb_probe_device
[  120.174667] usb 3-1: configuration #1 chosen from 1 choice
[  120.174697] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 1, new drop flags = 0x0, new add flags = 0x8
[  120.174709] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000e46c3c2f
[  120.174726] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.174964] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  120.175034] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.175060] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 1 ep 2
[  120.175087] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.175553] usb 3-1: adding 3-1:1.0 (config #1, interface 0)
[  120.176959] hub 3-1:1.0: usb_probe_interface
[  120.176970] hub 3-1:1.0: usb_probe_interface - got id
[  120.176979] hub 3-1:1.0: USB hub found
[  120.177204] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  120.177263] hub 3-1:1.0: 5 ports detected
[  120.177276] hub 3-1:1.0: standalone hub
[  120.177284] hub 3-1:1.0: individual port power switching
[  120.177292] hub 3-1:1.0: individual port over-current protection
[  120.177303] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000e46c3c2f
[  120.177345] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 1, new drop flags = 0x8, new add flags = 0x0
[  120.177372] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 1, new drop flags = 0x8, new add flags = 0x8
[  120.177381] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000e46c3c2f
[  120.177395] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.177638] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  120.177910] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.177934] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 1 ep 2
[  120.177966] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.178272] hub 3-1:1.0: TT per port
[  120.178280] hub 3-1:1.0: TT requires at most 32 FS bit times (2664 ns)
[  120.178291] hub 3-1:1.0: Port indicators are supported
[  120.178299] hub 3-1:1.0: power on to power good time: 350ms
[  120.178684] hub 3-1:1.0: local power source is good
[  120.178992] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[  120.179001] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[  120.179010] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.179236] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  120.179247] hub 3-1:1.0: enabling power on all ports
[  120.234200] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x201203, return 0x100203
[  120.234246] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0x1203
[  120.234268] xhci_hcd 0000:39:00.0: clear port1 warm(BH) reset change, portsc: 0x1203
[  120.234286] xhci_hcd 0000:39:00.0: clear port1 link state change, portsc: 0x1203
[  120.234303] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x1203
[  120.234318] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x1203, return 0x203
[  120.293938] xhci_hcd 0000:39:00.0: Slot ID 2: HW portnum 2, hcd portnum 0
[  120.293952] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  120.293960] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  120.293968] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.300888] xhci_hcd 0000:39:00.0: Successful setup address command
[  120.300907] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a7524000
[  120.300913] xhci_hcd 0000:39:00.0: Slot ID 2 dcbaa entry @000000003e046372 = 0x0000013eade000
[  120.300922] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x13eade000
[  120.300926] xhci_hcd 0000:39:00.0: Internal device address = 2
[  120.300936] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[  120.301119] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  120.341336] usb 4-1: link tunnel state unknown
[  120.341695] usb 4-1: skipped 1 descriptor after endpoint
[  120.341845] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  120.341860] usb 4-1: default language 0x0409
[  120.342062] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  120.342281] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  120.342489] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  120.342534] usb 4-1: udev 2, busnum 4, minor = 385
[  120.342538] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 5.e3
[  120.342540] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  120.342542] usb 4-1: Product: USB3.0 Hub             
[  120.342544] usb 4-1: Manufacturer: VIA Labs, Inc.         
[  120.342545] usb 4-1: SerialNumber: 000000000
[  120.342759] usb 4-1: usb_probe_device
[  120.342762] usb 4-1: configuration #1 chosen from 1 choice
[  120.342769] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 2, new drop flags = 0x0, new add flags = 0x8
[  120.342772] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 000000000768c47f
[  120.342778] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.343277] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  120.343290] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.343337] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 2 ep 2
[  120.343390] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.343805] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  120.343810] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.343826] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  120.344041] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  120.344043] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.344083] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  120.344262] usb 4-1: adding 4-1:1.0 (config #1, interface 0)
[  120.344436] hub 4-1:1.0: usb_probe_interface
[  120.344438] hub 4-1:1.0: usb_probe_interface - got id
[  120.344441] hub 4-1:1.0: USB hub found
[  120.344565] hub 4-1:1.0: 4 ports detected
[  120.344568] hub 4-1:1.0: standalone hub
[  120.344569] hub 4-1:1.0: individual port power switching
[  120.344571] hub 4-1:1.0: individual port over-current protection
[  120.344572] hub 4-1:1.0: TT requires at most 8 FS bit times (666 ns)
[  120.344574] hub 4-1:1.0: power on to power good time: 350ms
[  120.344956] hub 4-1:1.0: local power source is good
[  120.344985] usb 4-1-port1: peered to 3-1-port1
[  120.345007] usb 4-1-port2: peered to 3-1-port2
[  120.345024] usb 4-1-port3: peered to 3-1-port3
[  120.345039] usb 4-1-port4: peered to 3-1-port4
[  120.345045] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[  120.345047] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[  120.345051] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.345310] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  120.446061] hub 4-1:1.0: enabling power on all ports
[  120.447628] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  120.505906] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb4 port polling
[  120.505930] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[  120.678269] usb 3-1-port1: status 0101 change 0001
[  120.782223] hub 3-1:1.0: state 7 ports 5 chg 0002 evt 0000
[  120.782513] usb 3-1-port1: status 0101, change 0000, 12 Mb/s
[  120.782914] usb 3-1-port1: indicator auto status 0
[  120.782953] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.783003] xhci_hcd 0000:39:00.0: Slot 3 output ctx = 0x0x0000000109c1e000 (dma)
[  120.783027] xhci_hcd 0000:39:00.0: Slot 3 input ctx = 0x0x00000001c1f4c000 (dma)
[  120.783049] xhci_hcd 0000:39:00.0: Set slot id 3 dcbaa entry 00000000ea85cb43 to 0x109c1e000
[  120.833730] usb 4-1-port1: status 0203 change 0011
[  120.834781] usb 4-1-port4: status 0203 change 0011
[  120.902234] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[  120.902261] xhci_hcd 0000:39:00.0: Slot ID 3: HW portnum 0, hcd portnum 0
[  120.902270] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  120.902278] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  120.902288] xhci_hcd 0000:39:00.0: // Ding dong!
[  120.902328] xhci_hcd 0000:39:00.0: Successful setup context command
[  120.902338] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a7524000
[  120.902347] xhci_hcd 0000:39:00.0: Slot ID 3 dcbaa entry @00000000ea85cb43 = 0x00000109c1e000
[  120.902357] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x109c1e000
[  120.902364] xhci_hcd 0000:39:00.0: Internal device address = 0
[  120.902686] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  120.938164] hub 4-1:1.0: state 7 ports 4 chg 0012 evt 0000
[  120.953380] usb 4-1-port1: status 0203, change 0000, 5.0 Gb/s
[  121.022176] xhci_hcd 0000:39:00.0: Resetting device with slot ID 3
[  121.022207] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.022231] xhci_hcd 0000:39:00.0: Completed reset device command.
[  121.022252] xhci_hcd 0000:39:00.0: Can't reset device (slot ID 3) in default state
[  121.022261] xhci_hcd 0000:39:00.0: Not freeing device rings.
[  121.022283] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.022668] xhci_hcd 0000:39:00.0: Successful setup address command
[  121.022691] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a7524000
[  121.022704] xhci_hcd 0000:39:00.0: Slot ID 3 dcbaa entry @00000000ea85cb43 = 0x00000109c1e000
[  121.022718] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x109c1e000
[  121.022727] xhci_hcd 0000:39:00.0: Internal device address = 3
[  121.039413] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.039504] xhci_hcd 0000:39:00.0: Slot 4 output ctx = 0x0x00000002a7516000 (dma)
[  121.039540] xhci_hcd 0000:39:00.0: Slot 4 input ctx = 0x0x000000022a466000 (dma)
[  121.039564] xhci_hcd 0000:39:00.0: Set slot id 4 dcbaa entry 0000000010ac77ae to 0x2a7516000
[  121.040148] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.040183] usb 3-1.1: default language 0x0409
[  121.041067] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.041412] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.041813] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.041847] usb 3-1.1: udev 3, busnum 3, minor = 258
[  121.041862] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.b4
[  121.041926] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  121.041935] usb 3-1.1: Product: USB2.0 Hub             
[  121.041943] usb 3-1.1: Manufacturer: VIA Labs, Inc.         
[  121.041950] usb 3-1.1: SerialNumber: 000000000
[  121.042552] usb 3-1.1: usb_probe_device
[  121.042576] usb 3-1.1: configuration #1 chosen from 1 choice
[  121.042628] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 3, new drop flags = 0x0, new add flags = 0x8
[  121.042652] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000daf76722
[  121.042681] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.043060] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  121.043133] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.043159] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 3 ep 2
[  121.043186] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.043996] usb 3-1.1: adding 3-1.1:1.0 (config #1, interface 0)
[  121.044491] hub 3-1.1:1.0: usb_probe_interface
[  121.044510] hub 3-1.1:1.0: usb_probe_interface - got id
[  121.044528] hub 3-1.1:1.0: USB hub found
[  121.044802] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.044864] hub 3-1.1:1.0: 4 ports detected
[  121.044877] hub 3-1.1:1.0: standalone hub
[  121.044883] hub 3-1.1:1.0: individual port power switching
[  121.044890] hub 3-1.1:1.0: individual port over-current protection
[  121.044899] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000daf76722
[  121.044947] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 3, new drop flags = 0x8, new add flags = 0x0
[  121.044978] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 3, new drop flags = 0x8, new add flags = 0x8
[  121.044989] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000daf76722
[  121.045004] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.045425] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  121.045742] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.045764] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 3 ep 2
[  121.045787] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.046284] hub 3-1.1:1.0: TT per port
[  121.046300] hub 3-1.1:1.0: TT requires at most 32 FS bit times (2664 ns)
[  121.046311] hub 3-1.1:1.0: Port indicators are supported
[  121.046317] hub 3-1.1:1.0: power on to power good time: 350ms
[  121.046746] hub 3-1.1:1.0: local power source is good
[  121.047210] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[  121.047225] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[  121.047238] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.047650] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  121.047672] hub 3-1.1:1.0: enabling power on all ports
[  121.110052] xhci_hcd 0000:39:00.0: Slot ID 4: HW portnum 2, hcd portnum 0
[  121.110075] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  121.110086] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  121.110098] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.139164] xhci_hcd 0000:39:00.0: Successful setup address command
[  121.139189] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a7524000
[  121.139202] xhci_hcd 0000:39:00.0: Slot ID 4 dcbaa entry @0000000010ac77ae = 0x000002a7516000
[  121.139216] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x2a7516000
[  121.139225] xhci_hcd 0000:39:00.0: Internal device address = 4
[  121.139246] usb 4-1.1: new SuperSpeed USB device number 3 using xhci_hcd
[  121.197667] usb 4-1.1: skipped 1 descriptor after endpoint
[  121.197845] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.197923] usb 4-1.1: default language 0x0409
[  121.198090] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.198335] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.198580] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.198631] usb 4-1.1: udev 3, busnum 4, minor = 386
[  121.198647] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 7.b4
[  121.198661] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  121.198673] usb 4-1.1: Product: USB3.0 Hub             
[  121.198683] usb 4-1.1: Manufacturer: VIA Labs, Inc.         
[  121.198693] usb 4-1.1: SerialNumber: 000000000
[  121.202096] usb 4-1.1: usb_probe_device
[  121.202115] usb 4-1.1: configuration #1 chosen from 1 choice
[  121.202147] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 4, new drop flags = 0x0, new add flags = 0x8
[  121.202164] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 000000004e9e1a15
[  121.202187] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.202532] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  121.202599] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.202626] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 4 ep 2
[  121.202654] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.203207] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  121.203224] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.203269] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  121.203502] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  121.203517] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.203551] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  121.203914] usb 4-1.1: adding 4-1.1:1.0 (config #1, interface 0)
[  121.204101] hub 4-1.1:1.0: usb_probe_interface
[  121.204114] hub 4-1.1:1.0: usb_probe_interface - got id
[  121.204128] hub 4-1.1:1.0: USB hub found
[  121.204327] hub 4-1.1:1.0: 4 ports detected
[  121.204341] hub 4-1.1:1.0: standalone hub
[  121.204349] hub 4-1.1:1.0: individual port power switching
[  121.204358] hub 4-1.1:1.0: individual port over-current protection
[  121.204367] hub 4-1.1:1.0: TT requires at most 8 FS bit times (666 ns)
[  121.204377] hub 4-1.1:1.0: power on to power good time: 350ms
[  121.204763] hub 4-1.1:1.0: local power source is good
[  121.204887] usb 4-1.1-port1: peered to 3-1.1-port1
[  121.204987] usb 4-1.1-port2: peered to 3-1.1-port2
[  121.205062] usb 4-1.1-port3: peered to 3-1.1-port3
[  121.205146] usb 4-1.1-port4: peered to 3-1.1-port4
[  121.205169] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[  121.205181] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[  121.205196] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.205531] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  121.306285] hub 4-1.1:1.0: enabling power on all ports
[  121.308923] usb 4-1-port4: status 0203, change 0000, 5.0 Gb/s
[  121.308961] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.309042] xhci_hcd 0000:39:00.0: Slot 5 output ctx = 0x0x00000001b431a000 (dma)
[  121.309064] xhci_hcd 0000:39:00.0: Slot 5 input ctx = 0x0x00000002a74bc000 (dma)
[  121.309086] xhci_hcd 0000:39:00.0: Set slot id 5 dcbaa entry 000000006aed7334 to 0x1b431a000
[  121.378163] xhci_hcd 0000:39:00.0: Slot ID 5: HW portnum 2, hcd portnum 0
[  121.378183] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  121.378191] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  121.378203] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.378285] xhci_hcd 0000:39:00.0: Successful setup address command
[  121.378297] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a7524000
[  121.378305] xhci_hcd 0000:39:00.0: Slot ID 5 dcbaa entry @000000006aed7334 = 0x000001b431a000
[  121.378315] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x1b431a000
[  121.378322] xhci_hcd 0000:39:00.0: Internal device address = 5
[  121.378336] usb 4-1.4: new SuperSpeed USB device number 4 using xhci_hcd
[  121.396042] usb 4-1.4: skipped 1 descriptor after endpoint
[  121.396063] usb 4-1.4: skipped 1 descriptor after endpoint
[  121.396226] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.396279] usb 4-1.4: default language 0x0409
[  121.396612] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.396870] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.397160] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  121.397217] usb 4-1.4: udev 4, busnum 4, minor = 387
[  121.397229] usb 4-1.4: New USB device found, idVendor=058f, idProduct=8468, bcdDevice= 1.00
[  121.397240] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  121.397248] usb 4-1.4: Product: Mass Storage Device
[  121.397254] usb 4-1.4: Manufacturer: Generic
[  121.397260] usb 4-1.4: SerialNumber: 058F84688461
[  121.397750] usb 4-1.4: usb_probe_device
[  121.397765] usb 4-1.4: configuration #1 chosen from 1 choice
[  121.397817] xhci_hcd 0000:39:00.0: add ep 0x1, slot id 5, new drop flags = 0x0, new add flags = 0x4
[  121.397846] xhci_hcd 0000:39:00.0: add ep 0x82, slot id 5, new drop flags = 0x0, new add flags = 0x24
[  121.397861] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000156db8ad
[  121.397918] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.400207] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  121.400284] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.400323] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 5 ep 1
[  121.400352] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.400985] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.401013] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 5 ep 4
[  121.401034] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.401770] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  121.401787] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.401826] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  121.402059] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  121.402071] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.402109] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  121.402564] usb 4-1.4: adding 4-1.4:1.0 (config #1, interface 0)
[  121.402770] usb-storage 4-1.4:1.0: usb_probe_interface
[  121.402796] usb-storage 4-1.4:1.0: usb_probe_interface - got id
[  121.402808] usb-storage 4-1.4:1.0: USB Mass Storage device detected
[  121.403504] scsi host0: usb-storage 4-1.4:1.0
[  121.403818] usb-storage 4-1.4:1.0: waiting for device to settle before scanning
[  121.546490] usb 3-1.1-port3: status 0101 change 0001
[  121.653963] hub 3-1.1:1.0: state 7 ports 4 chg 0008 evt 0000
[  121.654218] usb 3-1.1-port3: status 0101, change 0000, 12 Mb/s
[  121.654406] usb 3-1.1-port3: indicator auto status 0
[  121.654434] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.654495] xhci_hcd 0000:39:00.0: Slot 6 output ctx = 0x0x0000000105902000 (dma)
[  121.654519] xhci_hcd 0000:39:00.0: Slot 6 input ctx = 0x0x000000016eaa5000 (dma)
[  121.654546] xhci_hcd 0000:39:00.0: Set slot id 6 dcbaa entry 00000000dfcb9785 to 0x105902000
[  121.674115] usb 3-1.1-port3: not reset yet, waiting 10ms
[  121.694173] usb 3-1.1-port3: not reset yet, waiting 10ms
[  121.710046] usb 3-1.1-port3: not reset yet, waiting 200ms
[  121.778093] hub 4-1.1:1.0: state 7 ports 4 chg 0000 evt 0000
[  121.779661] hub 4-1.1:1.0: hub_suspend
[  121.779669] xhci_hcd 0000:39:00.0: Cancel URB 00000000e7d315c7, dev 1.1, ep 0x81, starting at offset 0x22a690000
[  121.779677] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.779693] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 4 ep 2
[  121.779697] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x22a690000 (dma) in stream 0 URB 00000000e7d315c7
[  121.779700] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x22a690010, cycle 1

[  121.779702] xhci_hcd 0000:39:00.0: // Ding dong!
[  121.779705] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000e7d315c7 TD as cancel_status is 2
[  121.779790] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @22a690010
[  121.779795] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000e7d315c7 TD
[  121.779798] xhci_hcd 0000:39:00.0: Giveback URB 00000000e7d315c7, len = 0, expected = 2, status = -115
[  121.779802] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  121.780202] usb 4-1.1: usb auto-suspend, wakeup 1
[  121.914599] usb 3-1.1-port3: not reset yet, waiting 200ms
[  122.118615] usb 3-1.1-port3: not reset yet, waiting 200ms
[  122.322343] usb 3-1.1-port3: not reset yet, waiting 200ms
[  122.323211] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.323267] xhci_hcd 0000:39:00.0: Bad rhub port.
[  122.323775] hub 3-1.1:1.0: state 7 ports 4 chg 0000 evt 0008
[  122.324268] usb 3-1.1-port3: status 0100, change 0001, 12 Mb/s
[  122.324480] usb 3-1.1-port3: indicator auto status 0
[  122.406154] usb-storage 4-1.4:1.0: starting scan
[  122.407913] scsi 0:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
[  122.409328] scsi 0:0:0:1: Direct-Access     Generic- Micro SD/M2      1.08 PQ: 0 ANSI: 6
[  122.409617] xhci_hcd 0000:39:00.0: Giveback URB 00000000aa50e9d0, len = 18, expected = 96, status = 0
[  122.409681] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.409698] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.409715] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.409740] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.409754] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40350a0 (dma) in stream 0 URB 000000009b22b3ee
[  122.409776] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40350b0, cycle 1

[  122.409789] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.409799] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.409818] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40350b0
[  122.409832] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.409845] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.409865] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.410149] sd 0:0:0:0: [sda] Media removed, stopped polling
[  122.410760] usb-storage 4-1.4:1.0: scan complete
[  122.411570] xhci_hcd 0000:39:00.0: Giveback URB 00000000b6a606d0, len = 18, expected = 96, status = 0
[  122.411638] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.411656] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.411673] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.411697] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.411709] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40350e0 (dma) in stream 0 URB 000000009b22b3ee
[  122.411730] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40350f0, cycle 1

[  122.411745] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.411756] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.411775] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40350f0
[  122.411790] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.411804] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.411824] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.412024] sd 0:0:0:1: [sdb] Media removed, stopped polling
[  122.413313] sd 0:0:0:0: [sda] Attached SCSI removable disk
[  122.413614] xhci_hcd 0000:39:00.0: Giveback URB 000000001a2f90fd, len = 18, expected = 96, status = 0
[  122.413684] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.413701] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.413716] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.413739] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.413751] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035120 (dma) in stream 0 URB 000000009b22b3ee
[  122.413771] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035130, cycle 1

[  122.413784] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.413796] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.413815] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035130
[  122.413829] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.413844] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.413864] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.413937] sd 0:0:0:1: [sdb] Attached SCSI removable disk
[  122.416277] xhci_hcd 0000:39:00.0: Giveback URB 000000001a2f90fd, len = 18, expected = 96, status = 0
[  122.416355] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.416374] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.416390] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.416412] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.416425] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035160 (dma) in stream 0 URB 000000009b22b3ee
[  122.416445] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035170, cycle 1

[  122.416458] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.416469] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.416487] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035170
[  122.416498] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.416509] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.416527] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.429379] xhci_hcd 0000:39:00.0: Giveback URB 000000004099eb7e, len = 18, expected = 96, status = 0
[  122.429459] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.429477] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.429492] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.429513] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.429524] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40351a0 (dma) in stream 0 URB 000000009b22b3ee
[  122.429543] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40351b0, cycle 1

[  122.429555] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.429565] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.429582] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40351b0
[  122.429593] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.429605] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.429622] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.441364] xhci_hcd 0000:39:00.0: Giveback URB 00000000f613c745, len = 18, expected = 96, status = 0
[  122.441443] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.441462] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.441478] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.441501] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.441512] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40351e0 (dma) in stream 0 URB 000000009b22b3ee
[  122.441531] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40351f0, cycle 1

[  122.441544] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.441554] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.441571] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40351f0
[  122.441583] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.441595] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.441613] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.447552] xhci_hcd 0000:39:00.0: Giveback URB 0000000088dfd53d, len = 18, expected = 96, status = 0
[  122.447626] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.447644] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.447659] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.447681] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.447693] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035220 (dma) in stream 0 URB 000000009b22b3ee
[  122.447711] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035230, cycle 1

[  122.447723] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.447733] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.447751] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035230
[  122.447763] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.447776] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.447793] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.450176] usb 3-1.1-port3: debounce total 100ms stable 100ms status 0x100
[  122.450221] hub 3-1.1:1.0: hub_suspend
[  122.450240] xhci_hcd 0000:39:00.0: Cancel URB 00000000b84f1d46, dev 1.1, ep 0x81, starting at offset 0x13ba77020
[  122.450267] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.450293] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 3 ep 2
[  122.450308] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x13ba77020 (dma) in stream 0 URB 00000000b84f1d46
[  122.450327] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x13ba77030, cycle 1

[  122.450340] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.450350] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000b84f1d46 TD as cancel_status is 2
[  122.450367] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @13ba77030
[  122.450379] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000b84f1d46 TD
[  122.450392] xhci_hcd 0000:39:00.0: Giveback URB 00000000b84f1d46, len = 0, expected = 1, status = -115
[  122.450409] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.450679] usb 3-1.1: usb auto-suspend, wakeup 1
[  122.453679] xhci_hcd 0000:39:00.0: Giveback URB 0000000088dfd53d, len = 18, expected = 96, status = 0
[  122.453750] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.453764] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.453778] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.453800] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.453811] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035260 (dma) in stream 0 URB 000000009b22b3ee
[  122.453830] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035270, cycle 1

[  122.453840] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.453850] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.453865] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035270
[  122.453876] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.453886] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.453903] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.465992] hub 3-1:1.0: hub_suspend
[  122.466022] xhci_hcd 0000:39:00.0: Cancel URB 000000000066c786, dev 1, ep 0x81, starting at offset 0x109c1f000
[  122.466052] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.466122] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 1 ep 2
[  122.466140] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x109c1f000 (dma) in stream 0 URB 000000000066c786
[  122.466160] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x109c1f010, cycle 1

[  122.466174] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.466184] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000000066c786 TD as cancel_status is 2
[  122.466202] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @109c1f010
[  122.466214] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000000066c786 TD
[  122.466227] xhci_hcd 0000:39:00.0: Giveback URB 000000000066c786, len = 0, expected = 1, status = -115
[  122.466247] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.466799] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.466858] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 1 ep 0
[  122.466988] xhci_hcd 0000:39:00.0: Set port 3-1 link state, portsc: 0xe03, write 0x10e61
[  122.470210] xhci_hcd 0000:39:00.0: Giveback URB 00000000f613c745, len = 18, expected = 96, status = 0
[  122.470304] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.470323] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.470339] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.470361] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.470373] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40352a0 (dma) in stream 0 URB 000000009b22b3ee
[  122.470392] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40352b0, cycle 1

[  122.470404] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.470413] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.470429] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40352b0
[  122.470441] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.470453] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.470471] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.478249] xhci_hcd 0000:39:00.0: Giveback URB 00000000f613c745, len = 18, expected = 96, status = 0
[  122.478323] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.478342] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.478358] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.478382] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.478394] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40352e0 (dma) in stream 0 URB 000000009b22b3ee
[  122.478413] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40352f0, cycle 1

[  122.478426] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.478436] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.478453] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40352f0
[  122.478465] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.478476] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.478492] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.481973] usb 3-1: usb auto-suspend, wakeup 1
[  122.494867] xhci_hcd 0000:39:00.0: Giveback URB 0000000088dfd53d, len = 18, expected = 96, status = 0
[  122.494950] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.494968] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.494984] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.495006] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.495017] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035320 (dma) in stream 0 URB 000000009b22b3ee
[  122.495035] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035330, cycle 1

[  122.495045] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.495056] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.495073] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035330
[  122.495084] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.495096] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.495113] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.495919] xhci_hcd 0000:39:00.0: Giveback URB 00000000f613c745, len = 18, expected = 96, status = 0
[  122.495985] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.495998] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.496011] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.496032] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.496042] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035360 (dma) in stream 0 URB 000000009b22b3ee
[  122.496058] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035370, cycle 1

[  122.496068] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.496078] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.496094] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035370
[  122.496105] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.496117] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.496134] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.497946] hub 3-0:1.0: hub_suspend
[  122.497995] usb usb3: bus auto-suspend, wakeup 1
[  122.498019] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[  122.502523] xhci_hcd 0000:39:00.0: Giveback URB 00000000f613c745, len = 18, expected = 96, status = 0
[  122.502603] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.502621] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.502637] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.502659] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.502669] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40353a0 (dma) in stream 0 URB 000000009b22b3ee
[  122.502688] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40353b0, cycle 1

[  122.502699] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.502709] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.502727] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40353b0
[  122.502739] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.502751] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.502769] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.503609] xhci_hcd 0000:39:00.0: Giveback URB 00000000c2a59b56, len = 18, expected = 96, status = 0
[  122.503672] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.503685] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.503699] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.503719] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.503730] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40353e0 (dma) in stream 0 URB 000000009b22b3ee
[  122.503746] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40353f0, cycle 1

[  122.503757] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.503766] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.503783] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40353f0
[  122.503793] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.503803] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.503818] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.540497] xhci_hcd 0000:39:00.0: Giveback URB 00000000f613c745, len = 18, expected = 96, status = 0
[  122.540575] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.540594] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.540608] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.540631] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.540642] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035420 (dma) in stream 0 URB 000000009b22b3ee
[  122.540662] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035430, cycle 1

[  122.540674] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.540684] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.540701] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035430
[  122.540712] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.540725] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.540742] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.599153] xhci_hcd 0000:39:00.0: Giveback URB 0000000016769631, len = 18, expected = 96, status = 0
[  122.599230] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.599247] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.599262] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.599284] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.599296] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035460 (dma) in stream 0 URB 000000009b22b3ee
[  122.599313] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035470, cycle 1

[  122.599324] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.599333] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.599351] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035470
[  122.599363] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.599374] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.599390] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.618975] xhci_hcd 0000:39:00.0: Giveback URB 0000000016769631, len = 18, expected = 96, status = 0
[  122.619044] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.619061] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.619076] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.619098] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.619108] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40354a0 (dma) in stream 0 URB 000000009b22b3ee
[  122.619126] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40354b0, cycle 1

[  122.619138] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.619148] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.619165] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40354b0
[  122.619177] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.619189] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.619206] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.622545] xhci_hcd 0000:39:00.0: Giveback URB 0000000016769631, len = 18, expected = 96, status = 0
[  122.622607] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.622623] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.622638] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.622660] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.622672] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40354e0 (dma) in stream 0 URB 000000009b22b3ee
[  122.622690] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40354f0, cycle 1

[  122.622702] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.622712] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.622730] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40354f0
[  122.622743] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.622755] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.622772] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.636372] xhci_hcd 0000:39:00.0: Giveback URB 00000000d5653549, len = 18, expected = 96, status = 0
[  122.636447] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.636464] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.636480] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.636504] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.636515] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035520 (dma) in stream 0 URB 000000009b22b3ee
[  122.636535] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035530, cycle 1

[  122.636548] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.636559] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.636578] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035530
[  122.636590] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.636603] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.636621] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.639258] xhci_hcd 0000:39:00.0: Giveback URB 00000000d5653549, len = 18, expected = 96, status = 0
[  122.639327] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.639343] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.639358] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.639379] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.639391] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035560 (dma) in stream 0 URB 000000009b22b3ee
[  122.639409] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035570, cycle 1

[  122.639422] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.639432] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.639450] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035570
[  122.639463] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.639476] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.639493] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.655371] xhci_hcd 0000:39:00.0: Giveback URB 00000000d5653549, len = 18, expected = 96, status = 0
[  122.655451] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.655469] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.655485] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.655508] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.655519] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40355a0 (dma) in stream 0 URB 000000009b22b3ee
[  122.655538] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40355b0, cycle 1

[  122.655549] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.655558] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.655575] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40355b0
[  122.655586] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.655599] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.655617] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.678394] xhci_hcd 0000:39:00.0: Giveback URB 00000000d5653549, len = 18, expected = 96, status = 0
[  122.678448] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.678459] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.678468] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.678488] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.678495] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40355e0 (dma) in stream 0 URB 000000009b22b3ee
[  122.678507] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40355f0, cycle 1

[  122.678515] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.678522] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.678532] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40355f0
[  122.678539] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.678547] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.678558] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.679113] xhci_hcd 0000:39:00.0: Giveback URB 0000000016769631, len = 18, expected = 96, status = 0
[  122.679155] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.679163] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.679171] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.679195] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.679202] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035620 (dma) in stream 0 URB 000000009b22b3ee
[  122.679212] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035630, cycle 1

[  122.679219] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.679225] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.679235] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035630
[  122.679241] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.679248] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.679257] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.687441] xhci_hcd 0000:39:00.0: Giveback URB 0000000081f35afb, len = 18, expected = 96, status = 0
[  122.687481] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.687489] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.687495] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.687521] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.687526] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035660 (dma) in stream 0 URB 000000009b22b3ee
[  122.687534] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035670, cycle 1

[  122.687539] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.687544] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.687552] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035670
[  122.687558] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.687563] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.687571] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.689009] xhci_hcd 0000:39:00.0: Giveback URB 0000000081f35afb, len = 18, expected = 96, status = 0
[  122.689048] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.689055] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.689062] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.689087] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.689092] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40356a0 (dma) in stream 0 URB 000000009b22b3ee
[  122.689101] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40356b0, cycle 1

[  122.689106] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.689111] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.689118] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40356b0
[  122.689122] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.689127] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.689134] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.689488] xhci_hcd 0000:39:00.0: Giveback URB 00000000e90d9afe, len = 18, expected = 96, status = 0
[  122.689526] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.689532] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.689538] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.689567] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.689572] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40356e0 (dma) in stream 0 URB 000000009b22b3ee
[  122.689579] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40356f0, cycle 1

[  122.689584] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.689588] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.689595] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40356f0
[  122.689599] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.689604] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.689611] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.697249] xhci_hcd 0000:39:00.0: Giveback URB 00000000d5653549, len = 18, expected = 96, status = 0
[  122.697286] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.697293] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.697298] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.697326] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.697330] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035720 (dma) in stream 0 URB 000000009b22b3ee
[  122.697337] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035730, cycle 1

[  122.697341] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.697345] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.697352] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035730
[  122.697356] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.697360] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.697366] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.698581] xhci_hcd 0000:39:00.0: Giveback URB 000000006724303e, len = 18, expected = 96, status = 0
[  122.698619] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.698626] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.698630] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.698660] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.698664] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035760 (dma) in stream 0 URB 000000009b22b3ee
[  122.698671] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035770, cycle 1

[  122.698674] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.698679] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.698685] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035770
[  122.698689] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.698693] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.698699] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.706302] xhci_hcd 0000:39:00.0: Giveback URB 000000006724303e, len = 18, expected = 96, status = 0
[  122.706340] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.706346] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.706350] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.706381] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.706384] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40357a0 (dma) in stream 0 URB 000000009b22b3ee
[  122.706390] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40357b0, cycle 1

[  122.706393] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.706397] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.706420] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40357b0
[  122.706423] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.706427] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.706432] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.708197] xhci_hcd 0000:39:00.0: Giveback URB 00000000d5653549, len = 18, expected = 96, status = 0
[  122.708236] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.708242] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.708245] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.708276] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.708280] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40357e0 (dma) in stream 0 URB 000000009b22b3ee
[  122.708285] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40357f0, cycle 1

[  122.708289] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.708293] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.708316] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40357f0
[  122.708319] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.708323] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.708328] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.709563] xhci_hcd 0000:39:00.0: Giveback URB 00000000d5653549, len = 18, expected = 96, status = 0
[  122.709602] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.709607] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.709611] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.709642] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.709646] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035820 (dma) in stream 0 URB 000000009b22b3ee
[  122.709651] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035830, cycle 1

[  122.709655] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.709659] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.709682] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035830
[  122.709686] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.709689] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.709694] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.710412] xhci_hcd 0000:39:00.0: Giveback URB 00000000d5653549, len = 18, expected = 96, status = 0
[  122.710451] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.710455] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.710459] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.710491] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.710495] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035860 (dma) in stream 0 URB 000000009b22b3ee
[  122.710500] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035870, cycle 1

[  122.710503] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.710508] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.710531] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035870
[  122.710535] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.710538] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.710543] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.751732] xhci_hcd 0000:39:00.0: Giveback URB 00000000714483f4, len = 18, expected = 96, status = 0
[  122.751771] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.751776] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.751779] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.751811] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.751814] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40358a0 (dma) in stream 0 URB 000000009b22b3ee
[  122.751818] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40358b0, cycle 1

[  122.751821] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.751823] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.751851] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40358b0
[  122.751853] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.751854] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.751857] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.761006] xhci_hcd 0000:39:00.0: Giveback URB 00000000714483f4, len = 18, expected = 96, status = 0
[  122.761044] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.761047] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.761049] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.761084] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.761086] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40358e0 (dma) in stream 0 URB 000000009b22b3ee
[  122.761088] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40358f0, cycle 1

[  122.761090] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.761093] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.761124] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40358f0
[  122.761125] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.761127] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.761129] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.778743] xhci_hcd 0000:39:00.0: Giveback URB 00000000714483f4, len = 18, expected = 96, status = 0
[  122.778782] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.778785] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.778788] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.778822] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.778824] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035920 (dma) in stream 0 URB 000000009b22b3ee
[  122.778827] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035930, cycle 1

[  122.778829] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.778831] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.778862] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035930
[  122.778863] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.778865] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.778867] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.783232] xhci_hcd 0000:39:00.0: Giveback URB 00000000714483f4, len = 18, expected = 96, status = 0
[  122.783271] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.783273] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.783276] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.783311] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.783313] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035960 (dma) in stream 0 URB 000000009b22b3ee
[  122.783315] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035970, cycle 1

[  122.783317] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.783319] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.783351] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035970
[  122.783352] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.783354] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.783356] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.791311] xhci_hcd 0000:39:00.0: Giveback URB 00000000714483f4, len = 18, expected = 96, status = 0
[  122.791340] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.791343] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.791345] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.791442] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.791445] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40359a0 (dma) in stream 0 URB 000000009b22b3ee
[  122.791449] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40359b0, cycle 1

[  122.791451] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.791453] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.791464] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40359b0
[  122.791466] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.791468] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.791471] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  122.808878] xhci_hcd 0000:39:00.0: Giveback URB 00000000714483f4, len = 18, expected = 96, status = 0
[  122.808907] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  122.808910] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  122.808912] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.808998] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  122.809001] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b40359e0 (dma) in stream 0 URB 000000009b22b3ee
[  122.809005] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b40359f0, cycle 1

[  122.809007] xhci_hcd 0000:39:00.0: // Ding dong!
[  122.809009] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  122.809020] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b40359f0
[  122.809022] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  122.809024] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  122.809026] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  123.859292] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0xc400fe3
[  123.859321] xhci_hcd 0000:39:00.0: resume root hub
[  123.859356] xhci_hcd 0000:39:00.0: port resume event for port 1
[  123.859365] xhci_hcd 0000:39:00.0: resume HS port 1
[  123.859420] usb usb3: usb wakeup-resume
[  123.859434] usb usb3: usb auto-resume
[  123.859456] hub 3-0:1.0: hub_resume
[  123.859476] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0xfe3, return 0x507
[  123.859526] usb usb3-port1: status 0507 change 0000
[  123.859543] xhci_hcd 0000:39:00.0: Get port status 3-2 read: 0x2a0, return 0x100
[  123.859578] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  123.902189] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0002
[  123.902224] xhci_hcd 0000:39:00.0: resume USB2 port 3-1
[  123.902237] xhci_hcd 0000:39:00.0: Set port 3-1 link state, portsc: 0xfe3, write 0x10e01
[  123.902311] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x400e03
[  123.902423] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0xfe3, return 0x40503
[  123.902494] xhci_hcd 0000:39:00.0: clear port1 suspend/resume change, portsc: 0xe03
[  123.918124] usb 3-1: usb wakeup-resume
[  123.918159] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0xe03, return 0x503
[  123.934129] usb 3-1: Waited 0ms for CONNECT
[  123.934152] usb 3-1: finish resume
[  123.934502] hub 3-1:1.0: hub_resume
[  123.934941] usb 3-1-port1: status 0507 change 0000
[  123.936360] usb 3-1-port5: status 0501 change 0001
[  123.978069] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[  124.038150] usb usb3-port1: resume, status 0
[  124.038193] hub 3-1:1.0: state 7 ports 5 chg 0020 evt 0000
[  124.038538] usb 3-1-port5: status 0501, change 0000, 480 Mb/s
[  124.038862] usb 3-1-port5: indicator auto status 0
[  124.038896] xhci_hcd 0000:39:00.0: // Ding dong!
[  124.039020] xhci_hcd 0000:39:00.0: Slot 7 output ctx = 0x0x0000000105902000 (dma)
[  124.039043] xhci_hcd 0000:39:00.0: Slot 7 input ctx = 0x0x000000016eaa5000 (dma)
[  124.039069] xhci_hcd 0000:39:00.0: Set slot id 7 dcbaa entry 00000000d23ef324 to 0x105902000
[  124.110218] usb 3-1.5: new high-speed USB device number 5 using xhci_hcd
[  124.110248] xhci_hcd 0000:39:00.0: Slot ID 7: HW portnum 0, hcd portnum 0
[  124.110261] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  124.110271] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  124.110284] xhci_hcd 0000:39:00.0: // Ding dong!
[  124.110388] xhci_hcd 0000:39:00.0: Successful setup context command
[  124.110401] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a7524000
[  124.110411] xhci_hcd 0000:39:00.0: Slot ID 7 dcbaa entry @00000000d23ef324 = 0x00000105902000
[  124.110423] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x105902000
[  124.110431] xhci_hcd 0000:39:00.0: Internal device address = 0
[  124.110621] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  124.182154] xhci_hcd 0000:39:00.0: Resetting device with slot ID 7
[  124.182184] xhci_hcd 0000:39:00.0: // Ding dong!
[  124.182271] xhci_hcd 0000:39:00.0: Completed reset device command.
[  124.182368] xhci_hcd 0000:39:00.0: Can't reset device (slot ID 7) in default state
[  124.182386] xhci_hcd 0000:39:00.0: Not freeing device rings.
[  124.182414] xhci_hcd 0000:39:00.0: // Ding dong!
[  124.182624] xhci_hcd 0000:39:00.0: Successful setup address command
[  124.182646] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a7524000
[  124.182658] xhci_hcd 0000:39:00.0: Slot ID 7 dcbaa entry @00000000d23ef324 = 0x00000105902000
[  124.182673] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x105902000
[  124.182682] xhci_hcd 0000:39:00.0: Internal device address = 7
[  124.200843] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  124.200953] usb 3-1.5: default language 0x0409
[  124.201210] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  124.201456] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  124.201784] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  124.201856] usb 3-1.5: udev 5, busnum 3, minor = 260
[  124.201911] usb 3-1.5: New USB device found, idVendor=2109, idProduct=8817, bcdDevice= 0.01
[  124.201923] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  124.201930] usb 3-1.5: Product: USB Billboard Device   
[  124.201936] usb 3-1.5: Manufacturer: VIA Labs, Inc.         
[  124.201942] usb 3-1.5: SerialNumber: 0000000000000001
[  124.202461] usb 3-1.5: usb_probe_device
[  124.202477] usb 3-1.5: configuration #1 chosen from 1 choice
[  124.202495] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 000000001d046d66
[  124.202820] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  124.202888] usb 3-1.5: adding 3-1.5:1.0 (config #1, interface 0)
[  124.203152] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  124.882117] xhci_hcd 0000:39:00.0: Giveback URB 00000000714483f4, len = 18, expected = 96, status = 0
[  124.882223] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  124.882234] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  124.882243] xhci_hcd 0000:39:00.0: // Ding dong!
[  124.882263] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  124.882269] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035a20 (dma) in stream 0 URB 000000009b22b3ee
[  124.882280] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035a30, cycle 1

[  124.882286] xhci_hcd 0000:39:00.0: // Ding dong!
[  124.882292] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  124.882301] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035a30
[  124.882308] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  124.882314] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  124.882324] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  124.882729] xhci_hcd 0000:39:00.0: Giveback URB 00000000d694508a, len = 18, expected = 96, status = 0
[  124.882772] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  124.882779] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  124.882786] xhci_hcd 0000:39:00.0: // Ding dong!
[  124.882812] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  124.882818] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035a60 (dma) in stream 0 URB 000000009b22b3ee
[  124.882827] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035a70, cycle 1

[  124.882832] xhci_hcd 0000:39:00.0: // Ding dong!
[  124.882838] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  124.882845] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035a70
[  124.882851] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  124.882856] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  124.882864] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  124.912517] pci_bus 0000:02: Allocating resources
[  124.912556] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[  124.912572] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[  124.912582] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[  124.912594] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[  124.912606] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  124.912613] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  124.912620] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  124.912625] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  124.912639] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  124.912645] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  124.912651] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  124.912656] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  124.912661] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  124.912666] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  124.912675] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  124.912680] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  124.912686] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  124.912691] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  124.912696] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  124.912700] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  126.886272] xhci_hcd 0000:39:00.0: Giveback URB 000000005faf75c6, len = 18, expected = 96, status = 0
[  126.886343] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  126.886354] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  126.886363] xhci_hcd 0000:39:00.0: // Ding dong!
[  126.886383] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  126.886389] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035aa0 (dma) in stream 0 URB 000000009b22b3ee
[  126.886400] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035ab0, cycle 1

[  126.886406] xhci_hcd 0000:39:00.0: // Ding dong!
[  126.886412] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  126.886422] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035ab0
[  126.886429] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  126.886435] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  126.886443] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  126.886907] xhci_hcd 0000:39:00.0: Giveback URB 000000005faf75c6, len = 18, expected = 96, status = 0
[  126.886951] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  126.886958] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  126.886966] xhci_hcd 0000:39:00.0: // Ding dong!
[  126.886991] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  126.886997] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035ae0 (dma) in stream 0 URB 000000009b22b3ee
[  126.887007] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035af0, cycle 1

[  126.887013] xhci_hcd 0000:39:00.0: // Ding dong!
[  126.887019] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  126.887028] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035af0
[  126.887034] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  126.887040] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  126.887049] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  128.902315] xhci_hcd 0000:39:00.0: Giveback URB 000000006299a0ae, len = 18, expected = 96, status = 0
[  128.902447] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  128.902462] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  128.902473] xhci_hcd 0000:39:00.0: // Ding dong!
[  128.902495] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  128.902503] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035b20 (dma) in stream 0 URB 000000009b22b3ee
[  128.902517] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035b30, cycle 1

[  128.902526] xhci_hcd 0000:39:00.0: // Ding dong!
[  128.902534] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  128.902548] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035b30
[  128.902557] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  128.902567] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  128.902580] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  128.903005] xhci_hcd 0000:39:00.0: Giveback URB 000000006299a0ae, len = 18, expected = 96, status = 0
[  128.903079] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  128.903093] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  128.903106] xhci_hcd 0000:39:00.0: // Ding dong!
[  128.903129] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  128.903138] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035b60 (dma) in stream 0 URB 000000009b22b3ee
[  128.903153] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035b70, cycle 1

[  128.903162] xhci_hcd 0000:39:00.0: // Ding dong!
[  128.903170] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  128.903186] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035b70
[  128.903197] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  128.903207] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  128.903224] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  130.918368] xhci_hcd 0000:39:00.0: Giveback URB 00000000db0a8b28, len = 18, expected = 96, status = 0
[  130.918463] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  130.918479] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  130.918493] xhci_hcd 0000:39:00.0: // Ding dong!
[  130.918519] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  130.918529] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035ba0 (dma) in stream 0 URB 000000009b22b3ee
[  130.918545] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035bb0, cycle 1

[  130.918554] xhci_hcd 0000:39:00.0: // Ding dong!
[  130.918563] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  130.918579] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035bb0
[  130.918590] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  130.918600] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  130.918616] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  130.919115] xhci_hcd 0000:39:00.0: Giveback URB 00000000fc7f82af, len = 18, expected = 96, status = 0
[  130.919173] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  130.919186] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  130.919197] xhci_hcd 0000:39:00.0: // Ding dong!
[  130.919222] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  130.919231] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035be0 (dma) in stream 0 URB 000000009b22b3ee
[  130.919245] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035bf0, cycle 1

[  130.919254] xhci_hcd 0000:39:00.0: // Ding dong!
[  130.919264] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  130.919276] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035bf0
[  130.919286] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  130.919295] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  130.919309] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  132.934256] xhci_hcd 0000:39:00.0: Giveback URB 000000008ecb7aa9, len = 18, expected = 96, status = 0
[  132.934318] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  132.934330] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  132.934340] xhci_hcd 0000:39:00.0: // Ding dong!
[  132.934370] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  132.934377] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035c20 (dma) in stream 0 URB 000000009b22b3ee
[  132.934390] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035c30, cycle 1

[  132.934397] xhci_hcd 0000:39:00.0: // Ding dong!
[  132.934403] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  132.934414] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035c30
[  132.934422] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  132.934429] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  132.934439] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  132.934892] xhci_hcd 0000:39:00.0: Giveback URB 000000008ecb7aa9, len = 18, expected = 96, status = 0
[  132.934931] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  132.934938] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  132.934945] xhci_hcd 0000:39:00.0: // Ding dong!
[  132.934971] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  132.934977] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035c60 (dma) in stream 0 URB 000000009b22b3ee
[  132.934986] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035c70, cycle 1

[  132.934992] xhci_hcd 0000:39:00.0: // Ding dong!
[  132.934998] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  132.935007] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035c70
[  132.935013] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  132.935019] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  132.935027] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  134.950462] xhci_hcd 0000:39:00.0: Giveback URB 000000005a01b764, len = 18, expected = 96, status = 0
[  134.950540] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  134.950554] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  134.950567] xhci_hcd 0000:39:00.0: // Ding dong!
[  134.950599] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  134.950608] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035ca0 (dma) in stream 0 URB 000000009b22b3ee
[  134.950623] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035cb0, cycle 1

[  134.950632] xhci_hcd 0000:39:00.0: // Ding dong!
[  134.950640] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  134.950652] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035cb0
[  134.950661] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  134.950670] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  134.950682] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  134.951085] xhci_hcd 0000:39:00.0: Giveback URB 000000005a01b764, len = 18, expected = 96, status = 0
[  134.951128] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  134.951137] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  134.951145] xhci_hcd 0000:39:00.0: // Ding dong!
[  134.951169] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  134.951176] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035ce0 (dma) in stream 0 URB 000000009b22b3ee
[  134.951187] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035cf0, cycle 1

[  134.951195] xhci_hcd 0000:39:00.0: // Ding dong!
[  134.951202] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  134.951212] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035cf0
[  134.951219] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  134.951227] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  134.951237] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  136.966430] xhci_hcd 0000:39:00.0: Giveback URB 00000000fc7f82af, len = 18, expected = 96, status = 0
[  136.966514] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  136.966528] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  136.966540] xhci_hcd 0000:39:00.0: // Ding dong!
[  136.966570] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  136.966579] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035d20 (dma) in stream 0 URB 000000009b22b3ee
[  136.966594] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035d30, cycle 1

[  136.966603] xhci_hcd 0000:39:00.0: // Ding dong!
[  136.966610] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  136.966623] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035d30
[  136.966632] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  136.966640] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  136.966653] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  136.967308] xhci_hcd 0000:39:00.0: Giveback URB 00000000fc7f82af, len = 18, expected = 96, status = 0
[  136.967392] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  136.967404] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  136.967416] xhci_hcd 0000:39:00.0: // Ding dong!
[  136.967445] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  136.967453] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035d60 (dma) in stream 0 URB 000000009b22b3ee
[  136.967467] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035d70, cycle 1

[  136.967476] xhci_hcd 0000:39:00.0: // Ding dong!
[  136.967483] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  136.967495] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035d70
[  136.967504] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  136.967512] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  136.967524] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  138.982445] xhci_hcd 0000:39:00.0: Giveback URB 0000000021bfbeb0, len = 18, expected = 96, status = 0
[  138.982523] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  138.982538] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  138.982551] xhci_hcd 0000:39:00.0: // Ding dong!
[  138.982584] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  138.982593] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035da0 (dma) in stream 0 URB 000000009b22b3ee
[  138.982609] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035db0, cycle 1

[  138.982618] xhci_hcd 0000:39:00.0: // Ding dong!
[  138.982625] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  138.982637] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035db0
[  138.982646] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  138.982655] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  138.982668] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  138.983096] xhci_hcd 0000:39:00.0: Giveback URB 0000000021bfbeb0, len = 18, expected = 96, status = 0
[  138.983141] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  138.983151] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  138.983160] xhci_hcd 0000:39:00.0: // Ding dong!
[  138.983183] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  138.983190] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035de0 (dma) in stream 0 URB 000000009b22b3ee
[  138.983202] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035df0, cycle 1

[  138.983209] xhci_hcd 0000:39:00.0: // Ding dong!
[  138.983216] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  138.983226] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035df0
[  138.983234] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  138.983242] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  138.983252] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  140.998241] xhci_hcd 0000:39:00.0: Giveback URB 0000000021bfbeb0, len = 18, expected = 96, status = 0
[  140.998305] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  140.998317] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  140.998326] xhci_hcd 0000:39:00.0: // Ding dong!
[  140.998353] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  140.998360] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035e20 (dma) in stream 0 URB 000000009b22b3ee
[  140.998373] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035e30, cycle 1

[  140.998380] xhci_hcd 0000:39:00.0: // Ding dong!
[  140.998386] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  140.998397] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035e30
[  140.998404] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  140.998412] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  140.998422] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  140.998868] xhci_hcd 0000:39:00.0: Giveback URB 0000000021bfbeb0, len = 18, expected = 96, status = 0
[  140.998916] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  140.998926] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  140.998935] xhci_hcd 0000:39:00.0: // Ding dong!
[  140.998956] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  140.998962] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035e60 (dma) in stream 0 URB 000000009b22b3ee
[  140.998974] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035e70, cycle 1

[  140.998982] xhci_hcd 0000:39:00.0: // Ding dong!
[  140.998988] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  140.998998] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035e70
[  140.999006] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  140.999013] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  140.999023] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  143.014412] xhci_hcd 0000:39:00.0: Giveback URB 00000000085e8a4d, len = 18, expected = 96, status = 0
[  143.014496] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  143.014507] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  143.014537] xhci_hcd 0000:39:00.0: // Ding dong!
[  143.014575] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  143.014585] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035ea0 (dma) in stream 0 URB 000000009b22b3ee
[  143.014599] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035eb0, cycle 1

[  143.014607] xhci_hcd 0000:39:00.0: // Ding dong!
[  143.014613] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  143.014624] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035eb0
[  143.014632] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  143.014639] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  143.014650] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  143.015266] xhci_hcd 0000:39:00.0: Giveback URB 0000000068af15f6, len = 18, expected = 96, status = 0
[  143.015327] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  143.015337] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  143.015347] xhci_hcd 0000:39:00.0: // Ding dong!
[  143.015369] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  143.015375] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1b4035ee0 (dma) in stream 0 URB 000000009b22b3ee
[  143.015387] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1b4035ef0, cycle 1

[  143.015394] xhci_hcd 0000:39:00.0: // Ding dong!
[  143.015401] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000009b22b3ee TD as cancel_status is 2
[  143.015412] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1b4035ef0
[  143.015419] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000009b22b3ee TD
[  143.015427] xhci_hcd 0000:39:00.0: Giveback URB 000000009b22b3ee, len = 0, expected = 13, status = -32
[  143.015437] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  143.665137] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x202a0
[  143.665163] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[  143.665952] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0002
[  143.665991] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x202a0, return 0x10100
[  143.666045] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x2a0
[  143.666066] usb usb3-port1: status 0100, change 0001, 12 Mb/s
[  143.666090] usb 3-1: USB disconnect, device number 2
[  143.666100] usb 3-1.1: USB disconnect, device number 3
[  143.666108] usb 3-1.1: unregistering device
[  143.666115] usb 3-1.1: unregistering interface 3-1.1:1.0
[  143.666767] usb 3-1.1: usb_disable_device nuking all URBs
[  143.666788] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000daf76722
[  143.666856] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 3, new drop flags = 0x8, new add flags = 0x0
[  143.666875] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000daf76722
[  143.666899] xhci_hcd 0000:39:00.0: // Ding dong!
[  143.669963] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  143.671102] xhci_hcd 0000:39:00.0: // Ding dong!
[  143.671202] usb 3-1.5: USB disconnect, device number 5
[  143.671218] usb 3-1.5: unregistering device
[  143.671229] usb 3-1.5: unregistering interface 3-1.5:1.0
[  143.671395] usb 3-1.5: usb_disable_device nuking all URBs
[  143.671414] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 000000001d046d66
[  143.672163] xhci_hcd 0000:39:00.0: // Ding dong!
[  143.672242] usb 3-1: unregistering device
[  143.672254] usb 3-1: unregistering interface 3-1:1.0
[  143.672546] xhci_hcd 0000:39:00.0: Cancel URB 000000000066c786, dev 1, ep 0x81, starting at offset 0x109c1f010
[  143.672573] xhci_hcd 0000:39:00.0: // Ding dong!
[  143.672584] xhci_hcd 0000:39:00.0: shutdown urb 000000000066c786 ep1in-intr
[  143.672610] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 1 ep 2
[  143.672629] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x109c1f010 (dma) in stream 0 URB 000000000066c786
[  143.672652] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x109c1f020, cycle 1

[  143.672668] xhci_hcd 0000:39:00.0: // Ding dong!
[  143.672680] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000000066c786 TD as cancel_status is 2
[  143.672700] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @109c1f020
[  143.672713] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000000066c786 TD
[  143.672726] xhci_hcd 0000:39:00.0: Giveback URB 000000000066c786, len = 0, expected = 1, status = -115
[  143.672745] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  143.673317] usb 3-1: usb_disable_device nuking all URBs
[  143.673336] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000e46c3c2f
[  143.673392] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 1, new drop flags = 0x8, new add flags = 0x0
[  143.673412] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000e46c3c2f
[  143.673433] xhci_hcd 0000:39:00.0: // Ding dong!
[  143.676959] xhci_hcd 0000:39:00.0: Port change event, 4-1, id 3, portsc: 0x4202c0
[  143.676986] xhci_hcd 0000:39:00.0: handle_port_status: starting usb4 port polling.
[  143.677949] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  143.678233] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0002
[  143.678269] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x4202c0, return 0x4102c0
[  143.678333] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x4002c0
[  143.678368] usb usb4-port1: link state change
[  143.678386] xhci_hcd 0000:39:00.0: clear port1 link state change, portsc: 0x2c0
[  143.678816] xhci_hcd 0000:39:00.0: // Ding dong!
[  143.678913] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x2a0, return 0x100
[  143.750577] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead
[  143.750601] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 2, ep index 0
[  143.750614] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 2, ep index 2
[  143.750637] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 4, ep index 0
[  143.750644] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 4, ep index 2
[  143.750652] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 5, ep index 0
[  143.750659] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 5, ep index 1
[  143.750668] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 5, ep index 4
[  143.750677] xhci_hcd 0000:39:00.0: HC died; cleaning up
[  143.750702] xhci_hcd 0000:39:00.0: CTRL: TypeReq=0xa300 val=0x0 idx=0x1 len=4 ==> -19
[  143.750734] usb usb4-port1: Wait for inactive link disconnect detect
[  143.750885] hub 3-0:1.0: state 0 ports 2 chg 0000 evt 0000
[  143.795284] usb usb4-port1: Wait for inactive link disconnect detect
[  143.817911] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb4 port polling
[  143.817933] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[  143.817973] usb usb4-port1: Wait for inactive link disconnect detect
[  143.841932] usb usb4-port1: Wait for inactive link disconnect detect
[  143.865939] usb usb4-port1: Wait for inactive link disconnect detect
[  143.865959] usb usb4-port1: do warm reset, port only
[  143.865975] usb usb4-port1: status 02c0, change 0041, 10.0 Gb/s
[  143.865992] usb 4-1: USB disconnect, device number 2
[  143.866005] usb 4-1.1: USB disconnect, device number 3
[  143.866016] usb 4-1.1: unregistering device
[  143.866024] usb 4-1.1: unregistering interface 4-1.1:1.0
[  143.866540] usb 4-1.1: usb_disable_device nuking all URBs
[  143.867017] usb 4-1.4: USB disconnect, device number 4
[  143.867030] usb 4-1.4: unregistering device
[  143.867038] usb 4-1.4: unregistering interface 4-1.4:1.0
[  143.890046] xhci_hcd 0000:39:00.0: remove, state 1
[  143.890067] xhci_hcd 0000:39:00.0: roothub graceful disconnect
[  143.890080] usb usb4: USB disconnect, device number 1
[  144.034029] usb 4-1.4: usb_disable_device nuking all URBs
[  144.034427] usb 4-1: unregistering device
[  144.034431] usb 4-1: unregistering interface 4-1:1.0
[  144.034604] usb 4-1: usb_disable_device nuking all URBs
[  144.036861] usb usb4: unregistering device
[  144.036867] usb usb4: unregistering interface 4-0:1.0
[  144.036909] xhci_hcd 0000:39:00.0: shutdown urb 00000000bec30d89 ep1in-intr
[  144.036963] hub 4-0:1.0: state 0 ports 0 chg 0000 evt 0000
[  144.038198] usb usb4: usb_disable_device nuking all URBs
[  144.038205] xHCI xhci_drop_endpoint called for root hub
[  144.038207] xHCI xhci_check_bandwidth called for root hub
[  144.039673] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[  144.039687] xhci_hcd 0000:39:00.0: remove, state 1
[  144.039689] xhci_hcd 0000:39:00.0: roothub graceful disconnect
[  144.039692] usb usb3: USB disconnect, device number 1
[  144.039695] usb usb3: unregistering device
[  144.039696] usb usb3: unregistering interface 3-0:1.0
[  144.040817] usb usb3: usb_disable_device nuking all URBs
[  144.040822] xHCI xhci_drop_endpoint called for root hub
[  144.040824] xHCI xhci_check_bandwidth called for root hub
[  144.042126] xhci_hcd 0000:39:00.0: // Halt the HC
[  144.042135] xhci_hcd 0000:39:00.0: Host halt failed, -19
[  144.042139] xhci_hcd 0000:39:00.0: Host not accessible, reset failed.
[  144.042141] xhci_hcd 0000:39:00.0: // Disabling event ring interrupts
[  144.042145] xhci_hcd 0000:39:00.0: cleaning up memory
[  144.042152] xhci_hcd 0000:39:00.0: Freed interrupters
[  144.042155] xhci_hcd 0000:39:00.0: Freed command ring
[  144.042171] xhci_hcd 0000:39:00.0: Freed segment pool
[  144.042178] xhci_hcd 0000:39:00.0: Freed device context pool
[  144.042180] xhci_hcd 0000:39:00.0: Freed small stream array pool
[  144.042182] xhci_hcd 0000:39:00.0: Freed medium stream array pool
[  144.042238] xhci_hcd 0000:39:00.0: xhci_stop completed - status = ffffffff
[  144.042424] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[  144.059490] pci_bus 0000:02: Allocating resources
[  144.059665] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[  144.059672] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[  144.059676] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[  144.059681] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[  144.059687] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  144.059690] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  144.059693] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  144.059695] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  144.059702] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  144.059704] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  144.059707] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  144.059710] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  144.059712] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  144.059715] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  144.059719] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  144.059721] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  144.059730] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  144.059732] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  144.059735] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  144.059737] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  148.957713] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[  148.957822] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[  148.957860] pci 0000:39:00.0: enabling Extended Tags
[  148.959888] pci 0000:39:00.0: supports D1 D2
[  148.959895] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[  148.961632] pcieport 0000:02:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[  148.961782] pci_bus 0000:02: Allocating resources
[  148.961813] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[  148.961826] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[  148.961835] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[  148.961847] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[  148.961858] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  148.961864] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  148.961898] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  148.961904] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  148.961918] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  148.961925] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  148.961932] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  148.961937] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  148.961943] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  148.961949] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  148.961959] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  148.961965] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  148.961972] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  148.961977] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  148.961983] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  148.961989] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  148.965398] xhci_hcd 0000:39:00.0: xHCI Host Controller
[  148.965419] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[  148.965447] xhci_hcd 0000:39:00.0: // Halt the HC
[  148.965458] xhci_hcd 0000:39:00.0: Resetting HCD
[  148.965465] xhci_hcd 0000:39:00.0: // Reset the HC
[  148.966465] xhci_hcd 0000:39:00.0: Wait for controller to be ready for doorbell rings
[  148.966476] xhci_hcd 0000:39:00.0: Reset complete
[  148.966481] xhci_hcd 0000:39:00.0: Enabling 64-bit DMA addresses.
[  148.966486] xhci_hcd 0000:39:00.0: Calling HCD init
[  148.966491] xhci_hcd 0000:39:00.0: xhci_init
[  148.966498] xhci_hcd 0000:39:00.0: Supported page size register = 0x1
[  148.966504] xhci_hcd 0000:39:00.0: Supported page size of 8K
[  148.966510] xhci_hcd 0000:39:00.0: HCD page size set to 4K
[  148.966517] xhci_hcd 0000:39:00.0: // xHC can handle at most 64 device slots.
[  148.966524] xhci_hcd 0000:39:00.0: // Setting Max device slots reg = 0x40.
[  148.966534] xhci_hcd 0000:39:00.0: // Device context base array address = 0x0x00000002a775f000 (DMA), 000000006636ed8c (virt)
[  148.966555] xhci_hcd 0000:39:00.0: Allocated command ring at 00000000bcd8e4dc
[  148.966561] xhci_hcd 0000:39:00.0: First segment DMA is 0x0x000000022a500000
[  148.966569] xhci_hcd 0000:39:00.0: // Setting command ring address to 0x000000022a500001
[  148.966578] xhci_hcd 0000:39:00.0: // Doorbell array is located at offset 0x3000 from cap regs base addr
[  148.966583] xhci_hcd 0000:39:00.0: Allocating primary event ring
[  148.966600] xhci_hcd 0000:39:00.0: // Write event ring dequeue pointer, preserving EHB bit
[  148.966605] xhci_hcd 0000:39:00.0: Allocating 34 scratchpad buffers
[  148.966746] xhci_hcd 0000:39:00.0: Ext Cap 00000000b8a8680e, port offset = 1, count = 2, revision = 0x2
[  148.966754] xhci_hcd 0000:39:00.0: PSIV:1 PSIE:2 PLT:0 PFD:0 LP:0 PSIM:12
[  148.966763] xhci_hcd 0000:39:00.0: PSIV:2 PSIE:1 PLT:0 PFD:0 LP:0 PSIM:1500
[  148.966769] xhci_hcd 0000:39:00.0: PSIV:3 PSIE:2 PLT:0 PFD:0 LP:0 PSIM:480
[  148.966774] xhci_hcd 0000:39:00.0: xHCI 1.0: support USB2 hardware lpm
[  148.966809] xhci_hcd 0000:39:00.0: Ext Cap 000000006049748f, port offset = 3, count = 2, revision = 0x3
[  148.966816] xhci_hcd 0000:39:00.0: PSIV:4 PSIE:3 PLT:0 PFD:1 LP:0 PSIM:5
[  148.966822] xhci_hcd 0000:39:00.0: PSIV:5 PSIE:3 PLT:0 PFD:1 LP:0 PSIM:10
[  148.966829] xhci_hcd 0000:39:00.0: Found 2 USB 2.0 ports and 2 USB 3.0 ports.
[  148.966837] xhci_hcd 0000:39:00.0: Finished xhci_init
[  148.966841] xhci_hcd 0000:39:00.0: Called HCD init
[  148.966845] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[  148.966855] xhci_hcd 0000:39:00.0: Got SBRN 48
[  148.966868] xhci_hcd 0000:39:00.0: MWI active
[  148.966871] xhci_hcd 0000:39:00.0: Finished xhci_pci_reinit
[  148.966875] xhci_hcd 0000:39:00.0: supports USB remote wakeup
[  148.967108] xhci_hcd 0000:39:00.0: xhci_run
[  148.967117] xhci_hcd 0000:39:00.0: ERST deq = 64'h1b42fe000
[  148.967123] xhci_hcd 0000:39:00.0: Finished xhci_run for main hcd
[  148.967512] xhci_hcd 0000:39:00.0: xHCI Host Controller
[  148.967524] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[  148.967535] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[  148.967540] xhci_hcd 0000:39:00.0: supports USB remote wakeup
[  148.967545] xhci_hcd 0000:39:00.0: Enable interrupts
[  148.967551] xhci_hcd 0000:39:00.0: Enable primary interrupter
[  148.967559] xhci_hcd 0000:39:00.0: // Turn on HC, cmd = 0x5.
[  148.967880] usb usb3: default language 0x0409
[  148.967925] usb usb3: udev 1, busnum 3, minor = 256
[  148.967933] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[  148.967941] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  148.967946] usb usb3: Product: xHCI Host Controller
[  148.967951] usb usb3: Manufacturer: Linux 6.14.0-rc2-00001-g999e471a39ea xhci-hcd
[  148.967956] usb usb3: SerialNumber: 0000:39:00.0
[  148.969065] usb usb3: usb_probe_device
[  148.969072] usb usb3: configuration #1 chosen from 1 choice
[  148.969079] xHCI xhci_add_endpoint called for root hub
[  148.969083] xHCI xhci_check_bandwidth called for root hub
[  148.969110] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[  148.969202] hub 3-0:1.0: usb_probe_interface
[  148.969207] hub 3-0:1.0: usb_probe_interface - got id
[  148.969213] hub 3-0:1.0: USB hub found
[  148.969236] hub 3-0:1.0: 2 ports detected
[  148.969241] hub 3-0:1.0: standalone hub
[  148.969244] hub 3-0:1.0: no power switching (usb 1.0)
[  148.969247] hub 3-0:1.0: individual port over-current protection
[  148.969251] hub 3-0:1.0: Single TT
[  148.969254] hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
[  148.969259] hub 3-0:1.0: power on to power good time: 20ms
[  148.969279] hub 3-0:1.0: local power source is good
[  148.976970] hub 3-0:1.0: trying to enable port power on non-switchable hub
[  148.976987] xhci_hcd 0000:39:00.0: set port power 3-1 ON, portsc: 0x2a0
[  148.977348] xhci_hcd 0000:39:00.0: set port power 3-2 ON, portsc: 0x2a0
[  148.977680] usb usb4: skipped 1 descriptor after endpoint
[  148.977691] usb usb4: default language 0x0409
[  148.977710] usb usb4: udev 1, busnum 4, minor = 384
[  148.977715] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[  148.977719] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  148.977722] usb usb4: Product: xHCI Host Controller
[  148.977725] usb usb4: Manufacturer: Linux 6.14.0-rc2-00001-g999e471a39ea xhci-hcd
[  148.977728] usb usb4: SerialNumber: 0000:39:00.0
[  148.978753] usb usb4: usb_probe_device
[  148.978758] usb usb4: configuration #1 chosen from 1 choice
[  148.978764] xHCI xhci_add_endpoint called for root hub
[  148.978767] xHCI xhci_check_bandwidth called for root hub
[  148.978789] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[  148.979104] hub 4-0:1.0: usb_probe_interface
[  148.979108] hub 4-0:1.0: usb_probe_interface - got id
[  148.979113] hub 4-0:1.0: USB hub found
[  148.979129] hub 4-0:1.0: 2 ports detected
[  148.979132] hub 4-0:1.0: standalone hub
[  148.979134] hub 4-0:1.0: no power switching (usb 1.0)
[  148.979137] hub 4-0:1.0: individual port over-current protection
[  148.979140] hub 4-0:1.0: TT requires at most 8 FS bit times (666 ns)
[  148.979143] hub 4-0:1.0: power on to power good time: 100ms
[  148.979494] hub 4-0:1.0: local power source is good
[  148.980717] usb usb4-port1: peered to usb3-port1
[  148.980993] usb usb4: port-1 no _DSM function 5
[  148.980997] usb usb4: port-1 disable U1/U2 _DSM: -19
[  148.981004] usb usb4: port-2 no _DSM function 5
[  148.981008] usb usb4: port-2 disable U1/U2 _DSM: -19
[  148.981011] hub 4-0:1.0: trying to enable port power on non-switchable hub
[  148.981023] xhci_hcd 0000:39:00.0: set port power 4-1 ON, portsc: 0x210
[  148.981151] xhci_hcd 0000:39:00.0: set port power 4-2 ON, portsc: 0x2a0
[  148.986599] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x206e1
[  148.986610] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[  148.998315] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x206e1, return 0x10101
[  148.998333] usb usb3-port1: status 0101 change 0001
[  148.998341] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x6e1
[  148.998351] xhci_hcd 0000:39:00.0: Get port status 3-2 read: 0x2a0, return 0x100
[  149.070545] xhci_hcd 0000:39:00.0: Port change event, 4-1, id 3, portsc: 0x221203
[  149.070551] xhci_hcd 0000:39:00.0: handle_port_status: starting usb4 port polling.
[  149.081924] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x221203, return 0x110203
[  149.081937] usb usb4-port1: status 0203 change 0011
[  149.081945] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x201203
[  149.082143] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0x1203
[  149.082149] xhci_hcd 0000:39:00.0: Get port status 4-2 read: 0x2a0, return 0x2a0
[  149.101893] hub 3-0:1.0: state 7 ports 2 chg 0002 evt 0000
[  149.101903] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x6e1, return 0x101
[  149.101911] usb usb3-port1: status 0101, change 0000, 12 Mb/s
[  149.101916] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.101981] xhci_hcd 0000:39:00.0: Slot 1 output ctx = 0x0x0000000176008000 (dma)
[  149.101986] xhci_hcd 0000:39:00.0: Slot 1 input ctx = 0x0x00000002db2f8000 (dma)
[  149.101991] xhci_hcd 0000:39:00.0: Set slot id 1 dcbaa entry 00000000fdd1ade9 to 0x176008000
[  149.102021] xhci_hcd 0000:39:00.0: set port reset, actual port 3-1 status  = 0x791
[  149.157216] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x200e03
[  149.157227] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[  149.166067] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x200e03, return 0x100503
[  149.166274] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0xe03
[  149.186012] hub 4-0:1.0: state 7 ports 2 chg 0002 evt 0000
[  149.186041] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x1203, return 0x203
[  149.186076] usb usb4-port1: status 0203, change 0000, 10.0 Gb/s
[  149.222226] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[  149.222464] xhci_hcd 0000:39:00.0: Slot ID 1: HW portnum 0, hcd portnum 0
[  149.222474] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  149.222482] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  149.222493] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.222547] xhci_hcd 0000:39:00.0: Successful setup context command
[  149.222558] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a775f000
[  149.222566] xhci_hcd 0000:39:00.0: Slot ID 1 dcbaa entry @00000000fdd1ade9 = 0x00000176008000
[  149.222576] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x176008000
[  149.222583] xhci_hcd 0000:39:00.0: Internal device address = 0
[  149.222734] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  149.222867] xhci_hcd 0000:39:00.0: set port reset, actual port 3-1 status  = 0xf91
[  149.277909] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x200e03
[  149.277932] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[  149.286018] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x200e03, return 0x100503
[  149.286278] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0xe03
[  149.341934] xhci_hcd 0000:39:00.0: Resetting device with slot ID 1
[  149.341952] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.341974] xhci_hcd 0000:39:00.0: Completed reset device command.
[  149.342057] xhci_hcd 0000:39:00.0: Can't reset device (slot ID 1) in default state
[  149.342071] xhci_hcd 0000:39:00.0: Not freeing device rings.
[  149.342088] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.342352] xhci_hcd 0000:39:00.0: Successful setup address command
[  149.342369] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a775f000
[  149.342377] xhci_hcd 0000:39:00.0: Slot ID 1 dcbaa entry @00000000fdd1ade9 = 0x00000176008000
[  149.342388] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x176008000
[  149.342394] xhci_hcd 0000:39:00.0: Internal device address = 1
[  149.358526] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.358576] xhci_hcd 0000:39:00.0: Slot 2 output ctx = 0x0x00000001878cf000 (dma)
[  149.358591] xhci_hcd 0000:39:00.0: Slot 2 input ctx = 0x0x000000022a407000 (dma)
[  149.358608] xhci_hcd 0000:39:00.0: Set slot id 2 dcbaa entry 000000009334827c to 0x1878cf000
[  149.358669] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x1203, return 0x203
[  149.358723] xhci_hcd 0000:39:00.0: set port reset, actual port 4-1 status  = 0x1311
[  149.359243] xhci_hcd 0000:39:00.0: Port change event, 4-1, id 3, portsc: 0x201203
[  149.359260] xhci_hcd 0000:39:00.0: handle_port_status: starting usb4 port polling.
[  149.359561] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  149.359692] usb 3-1: default language 0x0409
[  149.359869] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  149.360073] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  149.360266] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  149.360300] usb 3-1: udev 2, busnum 3, minor = 257
[  149.360316] usb 3-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 5.e3
[  149.360329] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  149.360339] usb 3-1: Product: USB2.0 Hub             
[  149.360348] usb 3-1: Manufacturer: VIA Labs, Inc.         
[  149.360356] usb 3-1: SerialNumber: 000000000
[  149.364498] usb 3-1: usb_probe_device
[  149.364514] usb 3-1: configuration #1 chosen from 1 choice
[  149.364549] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 1, new drop flags = 0x0, new add flags = 0x8
[  149.364564] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 0000000086ff93b6
[  149.364583] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.364833] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  149.364891] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.364919] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 1 ep 2
[  149.364957] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.365467] usb 3-1: adding 3-1:1.0 (config #1, interface 0)
[  149.369364] hub 3-1:1.0: usb_probe_interface
[  149.369376] hub 3-1:1.0: usb_probe_interface - got id
[  149.369385] hub 3-1:1.0: USB hub found
[  149.369481] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  149.369523] hub 3-1:1.0: 5 ports detected
[  149.369532] hub 3-1:1.0: standalone hub
[  149.369536] hub 3-1:1.0: individual port power switching
[  149.369541] hub 3-1:1.0: individual port over-current protection
[  149.369548] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 0000000086ff93b6
[  149.369583] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 1, new drop flags = 0x8, new add flags = 0x0
[  149.369606] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 1, new drop flags = 0x8, new add flags = 0x8
[  149.369613] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 0000000086ff93b6
[  149.369623] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.369859] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  149.370069] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.370093] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 1 ep 2
[  149.370126] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.370462] hub 3-1:1.0: TT per port
[  149.370473] hub 3-1:1.0: TT requires at most 32 FS bit times (2664 ns)
[  149.370480] hub 3-1:1.0: Port indicators are supported
[  149.370485] hub 3-1:1.0: power on to power good time: 350ms
[  149.371325] hub 3-1:1.0: local power source is good
[  149.373672] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[  149.373682] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[  149.373691] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.373926] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  149.373936] hub 3-1:1.0: enabling power on all ports
[  149.422009] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x201203, return 0x100203
[  149.422075] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0x1203
[  149.422104] xhci_hcd 0000:39:00.0: clear port1 warm(BH) reset change, portsc: 0x1203
[  149.422127] xhci_hcd 0000:39:00.0: clear port1 link state change, portsc: 0x1203
[  149.422147] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x1203
[  149.422165] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x1203, return 0x203
[  149.477930] xhci_hcd 0000:39:00.0: Slot ID 2: HW portnum 2, hcd portnum 0
[  149.477947] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  149.477954] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  149.477963] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.495714] xhci_hcd 0000:39:00.0: Successful setup address command
[  149.495731] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a775f000
[  149.495739] xhci_hcd 0000:39:00.0: Slot ID 2 dcbaa entry @000000009334827c = 0x000001878cf000
[  149.495750] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x1878cf000
[  149.495756] xhci_hcd 0000:39:00.0: Internal device address = 2
[  149.495770] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[  149.496655] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  149.521905] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[  149.521930] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb4 port polling
[  149.539376] usb 4-1: link tunnel state unknown
[  149.539789] usb 4-1: skipped 1 descriptor after endpoint
[  149.540395] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  149.540449] usb 4-1: default language 0x0409
[  149.540609] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  149.540827] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  149.541026] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  149.541071] usb 4-1: udev 2, busnum 4, minor = 385
[  149.541088] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 5.e3
[  149.541101] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  149.541109] usb 4-1: Product: USB3.0 Hub             
[  149.541118] usb 4-1: Manufacturer: VIA Labs, Inc.         
[  149.541126] usb 4-1: SerialNumber: 000000000
[  149.544343] usb 4-1: usb_probe_device
[  149.544360] usb 4-1: configuration #1 chosen from 1 choice
[  149.544388] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 2, new drop flags = 0x0, new add flags = 0x8
[  149.544404] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 000000009f3e578e
[  149.544425] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.544672] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  149.544728] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.544755] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 2 ep 2
[  149.544793] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.545300] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  149.545315] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.545415] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  149.545544] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  149.545556] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.545592] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  149.547460] usb 4-1: adding 4-1:1.0 (config #1, interface 0)
[  149.549525] hub 4-1:1.0: usb_probe_interface
[  149.549540] hub 4-1:1.0: usb_probe_interface - got id
[  149.549554] hub 4-1:1.0: USB hub found
[  149.549696] hub 4-1:1.0: 4 ports detected
[  149.549708] hub 4-1:1.0: standalone hub
[  149.549714] hub 4-1:1.0: individual port power switching
[  149.549722] hub 4-1:1.0: individual port over-current protection
[  149.549728] hub 4-1:1.0: TT requires at most 8 FS bit times (666 ns)
[  149.549736] hub 4-1:1.0: power on to power good time: 350ms
[  149.550070] hub 4-1:1.0: local power source is good
[  149.551751] usb 4-1-port1: peered to 3-1-port1
[  149.551844] usb 4-1-port2: peered to 3-1-port2
[  149.551921] usb 4-1-port3: peered to 3-1-port3
[  149.552002] usb 4-1-port4: peered to 3-1-port4
[  149.552024] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[  149.552035] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[  149.552048] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.552559] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  149.653479] hub 4-1:1.0: enabling power on all ports
[  149.654960] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  149.862290] usb 3-1-port1: status 0101 change 0001
[  149.965958] hub 3-1:1.0: state 7 ports 5 chg 0002 evt 0000
[  149.966154] usb 3-1-port1: status 0101, change 0000, 12 Mb/s
[  149.966306] usb 3-1-port1: indicator auto status 0
[  149.966331] xhci_hcd 0000:39:00.0: // Ding dong!
[  149.966390] xhci_hcd 0000:39:00.0: Slot 3 output ctx = 0x0x00000001176de000 (dma)
[  149.966407] xhci_hcd 0000:39:00.0: Slot 3 input ctx = 0x0x0000000109e2c000 (dma)
[  149.966423] xhci_hcd 0000:39:00.0: Set slot id 3 dcbaa entry 0000000068e88496 to 0x1176de000
[  150.022421] usb 4-1-port1: status 0203 change 0011
[  150.023505] usb 4-1-port4: status 0203 change 0011
[  150.090375] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[  150.090396] xhci_hcd 0000:39:00.0: Slot ID 3: HW portnum 0, hcd portnum 0
[  150.090404] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  150.090411] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  150.090420] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.090511] xhci_hcd 0000:39:00.0: Successful setup context command
[  150.090521] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a775f000
[  150.090528] xhci_hcd 0000:39:00.0: Slot ID 3 dcbaa entry @0000000068e88496 = 0x000001176de000
[  150.090537] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x1176de000
[  150.090543] xhci_hcd 0000:39:00.0: Internal device address = 0
[  150.090625] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.126035] hub 4-1:1.0: state 7 ports 4 chg 0012 evt 0000
[  150.141293] usb 4-1-port1: status 0203, change 0000, 5.0 Gb/s
[  150.213972] xhci_hcd 0000:39:00.0: Resetting device with slot ID 3
[  150.214002] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.214087] xhci_hcd 0000:39:00.0: Completed reset device command.
[  150.214188] xhci_hcd 0000:39:00.0: Can't reset device (slot ID 3) in default state
[  150.214208] xhci_hcd 0000:39:00.0: Not freeing device rings.
[  150.214237] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.214512] xhci_hcd 0000:39:00.0: Successful setup address command
[  150.214532] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a775f000
[  150.214549] xhci_hcd 0000:39:00.0: Slot ID 3 dcbaa entry @0000000068e88496 = 0x000001176de000
[  150.214570] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x1176de000
[  150.214585] xhci_hcd 0000:39:00.0: Internal device address = 3
[  150.230982] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.231179] xhci_hcd 0000:39:00.0: Slot 4 output ctx = 0x0x00000002db65c000 (dma)
[  150.231207] xhci_hcd 0000:39:00.0: Slot 4 input ctx = 0x0x000000012b37e000 (dma)
[  150.231231] xhci_hcd 0000:39:00.0: Set slot id 4 dcbaa entry 00000000ea7e2ad1 to 0x2db65c000
[  150.231730] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.231848] usb 3-1.1: default language 0x0409
[  150.232477] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.232886] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.233148] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.233263] usb 3-1.1: udev 3, busnum 3, minor = 258
[  150.233283] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.b4
[  150.233296] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  150.233305] usb 3-1.1: Product: USB2.0 Hub             
[  150.233313] usb 3-1.1: Manufacturer: VIA Labs, Inc.         
[  150.233319] usb 3-1.1: SerialNumber: 000000000
[  150.233800] usb 3-1.1: usb_probe_device
[  150.233811] usb 3-1.1: configuration #1 chosen from 1 choice
[  150.233845] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 3, new drop flags = 0x0, new add flags = 0x8
[  150.233859] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000a67b62ed
[  150.233930] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.234284] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  150.234366] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.234401] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 3 ep 2
[  150.234511] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.235498] usb 3-1.1: adding 3-1.1:1.0 (config #1, interface 0)
[  150.235913] hub 3-1.1:1.0: usb_probe_interface
[  150.235931] hub 3-1.1:1.0: usb_probe_interface - got id
[  150.235946] hub 3-1.1:1.0: USB hub found
[  150.236118] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.236181] hub 3-1.1:1.0: 4 ports detected
[  150.236198] hub 3-1.1:1.0: standalone hub
[  150.236208] hub 3-1.1:1.0: individual port power switching
[  150.236219] hub 3-1.1:1.0: individual port over-current protection
[  150.236234] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000a67b62ed
[  150.236295] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 3, new drop flags = 0x8, new add flags = 0x0
[  150.236334] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 3, new drop flags = 0x8, new add flags = 0x8
[  150.236349] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000a67b62ed
[  150.236370] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.236736] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  150.237083] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.237120] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 3 ep 2
[  150.237162] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.237673] hub 3-1.1:1.0: TT per port
[  150.237688] hub 3-1.1:1.0: TT requires at most 32 FS bit times (2664 ns)
[  150.237702] hub 3-1.1:1.0: Port indicators are supported
[  150.237711] hub 3-1.1:1.0: power on to power good time: 350ms
[  150.238466] hub 3-1.1:1.0: local power source is good
[  150.238829] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[  150.238843] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[  150.238857] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.239238] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  150.239255] hub 3-1.1:1.0: enabling power on all ports
[  150.302022] xhci_hcd 0000:39:00.0: Slot ID 4: HW portnum 2, hcd portnum 0
[  150.302045] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  150.302056] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  150.302069] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.330816] xhci_hcd 0000:39:00.0: Successful setup address command
[  150.330841] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a775f000
[  150.330854] xhci_hcd 0000:39:00.0: Slot ID 4 dcbaa entry @00000000ea7e2ad1 = 0x000002db65c000
[  150.330868] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x2db65c000
[  150.330877] xhci_hcd 0000:39:00.0: Internal device address = 4
[  150.330899] usb 4-1.1: new SuperSpeed USB device number 3 using xhci_hcd
[  150.392796] usb 4-1.1: skipped 1 descriptor after endpoint
[  150.392962] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.393009] usb 4-1.1: default language 0x0409
[  150.393205] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.393463] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.393686] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.393734] usb 4-1.1: udev 3, busnum 4, minor = 386
[  150.393753] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 7.b4
[  150.393768] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  150.393778] usb 4-1.1: Product: USB3.0 Hub             
[  150.393788] usb 4-1.1: Manufacturer: VIA Labs, Inc.         
[  150.393799] usb 4-1.1: SerialNumber: 000000000
[  150.398681] usb 4-1.1: usb_probe_device
[  150.398702] usb 4-1.1: configuration #1 chosen from 1 choice
[  150.398734] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 4, new drop flags = 0x0, new add flags = 0x8
[  150.398752] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 0000000070727bb1
[  150.398774] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.399141] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  150.399214] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.399246] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 4 ep 2
[  150.399290] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.399904] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  150.399921] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.399960] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  150.400188] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  150.400202] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.400238] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  150.400600] usb 4-1.1: adding 4-1.1:1.0 (config #1, interface 0)
[  150.400795] hub 4-1.1:1.0: usb_probe_interface
[  150.400808] hub 4-1.1:1.0: usb_probe_interface - got id
[  150.400822] hub 4-1.1:1.0: USB hub found
[  150.401002] hub 4-1.1:1.0: 4 ports detected
[  150.401016] hub 4-1.1:1.0: standalone hub
[  150.401024] hub 4-1.1:1.0: individual port power switching
[  150.401034] hub 4-1.1:1.0: individual port over-current protection
[  150.401043] hub 4-1.1:1.0: TT requires at most 8 FS bit times (666 ns)
[  150.401054] hub 4-1.1:1.0: power on to power good time: 350ms
[  150.401429] hub 4-1.1:1.0: local power source is good
[  150.402291] usb 4-1.1-port1: peered to 3-1.1-port1
[  150.402402] usb 4-1.1-port2: peered to 3-1.1-port2
[  150.402489] usb 4-1.1-port3: peered to 3-1.1-port3
[  150.402589] usb 4-1.1-port4: peered to 3-1.1-port4
[  150.402614] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[  150.402627] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[  150.402643] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.402979] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  150.503612] hub 4-1.1:1.0: enabling power on all ports
[  150.505436] usb 4-1-port4: status 0203, change 0000, 5.0 Gb/s
[  150.505480] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.505541] xhci_hcd 0000:39:00.0: Slot 5 output ctx = 0x0x00000002a74bc000 (dma)
[  150.505573] xhci_hcd 0000:39:00.0: Slot 5 input ctx = 0x0x00000002a7524000 (dma)
[  150.505604] xhci_hcd 0000:39:00.0: Set slot id 5 dcbaa entry 0000000083c6ce45 to 0x2a74bc000
[  150.578139] xhci_hcd 0000:39:00.0: Slot ID 5: HW portnum 2, hcd portnum 0
[  150.578162] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  150.578172] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  150.578187] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.578385] xhci_hcd 0000:39:00.0: Successful setup address command
[  150.578406] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a775f000
[  150.578418] xhci_hcd 0000:39:00.0: Slot ID 5 dcbaa entry @0000000083c6ce45 = 0x000002a74bc000
[  150.578432] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x2a74bc000
[  150.578441] xhci_hcd 0000:39:00.0: Internal device address = 5
[  150.578461] usb 4-1.4: new SuperSpeed USB device number 4 using xhci_hcd
[  150.595706] usb 4-1.4: skipped 1 descriptor after endpoint
[  150.595728] usb 4-1.4: skipped 1 descriptor after endpoint
[  150.595887] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.595999] usb 4-1.4: default language 0x0409
[  150.596283] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.596586] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.596904] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  150.597012] usb 4-1.4: udev 4, busnum 4, minor = 387
[  150.597028] usb 4-1.4: New USB device found, idVendor=058f, idProduct=8468, bcdDevice= 1.00
[  150.597040] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  150.597047] usb 4-1.4: Product: Mass Storage Device
[  150.597053] usb 4-1.4: Manufacturer: Generic
[  150.597059] usb 4-1.4: SerialNumber: 058F84688461
[  150.597403] usb 4-1.4: usb_probe_device
[  150.597412] usb 4-1.4: configuration #1 chosen from 1 choice
[  150.597443] xhci_hcd 0000:39:00.0: add ep 0x1, slot id 5, new drop flags = 0x0, new add flags = 0x4
[  150.597464] xhci_hcd 0000:39:00.0: add ep 0x82, slot id 5, new drop flags = 0x0, new add flags = 0x24
[  150.597473] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 000000003fab1342
[  150.597489] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.599877] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  150.599948] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.600027] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 5 ep 1
[  150.600126] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.600651] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.600738] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 5 ep 4
[  150.600836] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.601533] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  150.601551] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.601596] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  150.601929] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[  150.601945] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.601990] xhci_hcd 0000:39:00.0: Successful evaluate context command
[  150.606641] usb 4-1.4: adding 4-1.4:1.0 (config #1, interface 0)
[  150.606848] usb-storage 4-1.4:1.0: usb_probe_interface
[  150.606865] usb-storage 4-1.4:1.0: usb_probe_interface - got id
[  150.606875] usb-storage 4-1.4:1.0: USB Mass Storage device detected
[  150.607558] scsi host0: usb-storage 4-1.4:1.0
[  150.607869] usb-storage 4-1.4:1.0: waiting for device to settle before scanning
[  150.726823] hub 3-1.1:1.0: state 7 ports 4 chg 0000 evt 0000
[  150.726866] hub 3-1.1:1.0: hub_suspend
[  150.726886] xhci_hcd 0000:39:00.0: Cancel URB 00000000d2946081, dev 1.1, ep 0x81, starting at offset 0x22a333000
[  150.726916] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.726997] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 3 ep 2
[  150.727019] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x22a333000 (dma) in stream 0 URB 00000000d2946081
[  150.727037] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x22a333010, cycle 1

[  150.727047] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.727054] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000d2946081 TD as cancel_status is 2
[  150.727068] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @22a333010
[  150.727075] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000d2946081 TD
[  150.727083] xhci_hcd 0000:39:00.0: Giveback URB 00000000d2946081, len = 0, expected = 1, status = -115
[  150.727096] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  150.727483] usb 3-1.1: usb auto-suspend, wakeup 1
[  150.741963] hub 3-1:1.0: hub_suspend
[  150.741991] xhci_hcd 0000:39:00.0: Cancel URB 000000001a3ed1c6, dev 1, ep 0x81, starting at offset 0x1beacb000
[  150.742023] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.742059] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 1 ep 2
[  150.742083] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1beacb000 (dma) in stream 0 URB 000000001a3ed1c6
[  150.742102] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1beacb010, cycle 1

[  150.742110] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.742117] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000001a3ed1c6 TD as cancel_status is 2
[  150.742131] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1beacb010
[  150.742139] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000001a3ed1c6 TD
[  150.742147] xhci_hcd 0000:39:00.0: Giveback URB 000000001a3ed1c6, len = 0, expected = 1, status = -115
[  150.742160] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  150.742408] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.742491] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 1 ep 0
[  150.742536] xhci_hcd 0000:39:00.0: Set port 3-1 link state, portsc: 0xe03, write 0x10e61
[  150.757996] usb 3-1: usb auto-suspend, wakeup 1
[  150.773962] hub 3-0:1.0: hub_suspend
[  150.774020] usb usb3: bus auto-suspend, wakeup 1
[  150.774046] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[  150.886679] usb 4-1.1-port3: status 0203 change 0011
[  150.990170] hub 4-1.1:1.0: state 7 ports 4 chg 0008 evt 0000
[  150.990530] usb 4-1.1-port3: status 0203, change 0000, 5.0 Gb/s
[  150.990554] xhci_hcd 0000:39:00.0: // Ding dong!
[  150.990595] xhci_hcd 0000:39:00.0: Slot 6 output ctx = 0x0x000000011774e000 (dma)
[  150.990610] xhci_hcd 0000:39:00.0: Slot 6 input ctx = 0x0x00000002db676000 (dma)
[  150.990622] xhci_hcd 0000:39:00.0: Set slot id 6 dcbaa entry 00000000e059f04f to 0x11774e000
[  151.062226] xhci_hcd 0000:39:00.0: Slot ID 6: HW portnum 2, hcd portnum 0
[  151.062249] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  151.062259] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  151.062273] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.062369] xhci_hcd 0000:39:00.0: Successful setup address command
[  151.062383] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a775f000
[  151.062392] xhci_hcd 0000:39:00.0: Slot ID 6 dcbaa entry @00000000e059f04f = 0x0000011774e000
[  151.062404] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x11774e000
[  151.062413] xhci_hcd 0000:39:00.0: Internal device address = 6
[  151.062430] usb 4-1.1.3: new SuperSpeed USB device number 5 using xhci_hcd
[  151.078400] usb 4-1.1.3: USB quirks for this device: 400
[  151.078856] usb 4-1.1.3: skipped 1 descriptor after endpoint
[  151.078876] usb 4-1.1.3: skipped 1 descriptor after endpoint
[  151.078885] usb 4-1.1.3: skipped 1 descriptor after endpoint
[  151.079020] usb 4-1.1.3: skipped 3 descriptors after interface
[  151.079030] usb 4-1.1.3: skipped 1 descriptor after endpoint
[  151.079038] usb 4-1.1.3: skipped 1 descriptor after endpoint
[  151.079044] usb 4-1.1.3: skipped 1 descriptor after endpoint
[  151.079089] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  151.079153] usb 4-1.1.3: default language 0x0409
[  151.079194] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  151.079259] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  151.079317] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  151.079345] usb 4-1.1.3: udev 5, busnum 4, minor = 388
[  151.079362] usb 4-1.1.3: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[  151.079378] usb 4-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[  151.079389] usb 4-1.1.3: Product: USB 10/100/1000 LAN
[  151.079399] usb 4-1.1.3: Manufacturer: Realtek
[  151.079410] usb 4-1.1.3: SerialNumber: 000001
[  151.080058] r8152-cfgselector 4-1.1.3: usb_probe_device
[  151.080187] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 6, new drop flags = 0x0, new add flags = 0x8
[  151.080222] xhci_hcd 0000:39:00.0: add ep 0x2, slot id 6, new drop flags = 0x0, new add flags = 0x18
[  151.080252] xhci_hcd 0000:39:00.0: add ep 0x83, slot id 6, new drop flags = 0x0, new add flags = 0x98
[  151.080267] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000a15618dd
[  151.080291] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.080729] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  151.080861] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.080892] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 6 ep 2
[  151.080928] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.081371] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.081400] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 6 ep 3
[  151.081428] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.081854] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.081898] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 6 ep 6
[  151.081937] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.082613] r8152-cfgselector 4-1.1.3: adding 4-1.1.3:1.0 (config #1, interface 0)
[  151.082769] r8152 4-1.1.3:1.0: usb_probe_interface
[  151.082779] r8152 4-1.1.3:1.0: usb_probe_interface - got id
[  151.154157] xhci_hcd 0000:39:00.0: Resetting device with slot ID 6
[  151.154188] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.154590] xhci_hcd 0000:39:00.0: Completed reset device command.
[  151.154667] xhci_hcd 0000:39:00.0: Successful reset device command.
[  151.154914] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.154993] xhci_hcd 0000:39:00.0: Successful setup address command
[  151.155009] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a775f000
[  151.155020] xhci_hcd 0000:39:00.0: Slot ID 6 dcbaa entry @00000000e059f04f = 0x0000011774e000
[  151.155034] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x11774e000
[  151.155043] xhci_hcd 0000:39:00.0: Internal device address = 6
[  151.155060] r8152-cfgselector 4-1.1.3: reset SuperSpeed USB device number 5 using xhci_hcd
[  151.170379] r8152-cfgselector 4-1.1.3: USB quirks for this device: 400
[  151.170862] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  151.170914] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000a15618dd
[  151.170932] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000a15618dd
[  151.170941] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000a15618dd
[  151.170960] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 6, new drop flags = 0x0, new add flags = 0x8
[  151.170978] xhci_hcd 0000:39:00.0: add ep 0x2, slot id 6, new drop flags = 0x0, new add flags = 0x18
[  151.170993] xhci_hcd 0000:39:00.0: add ep 0x83, slot id 6, new drop flags = 0x0, new add flags = 0x98
[  151.171002] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000a15618dd
[  151.171016] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.171470] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[  151.223883] r8152 4-1.1.3:1.0 eth0: v1.12.13
[  151.224651] hub 4-1.1:1.0: state 7 ports 4 chg 0000 evt 0008
[  151.276464] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 0
[  151.276486] xhci_hcd 0000:39:00.0: Hard-reset ep 0, slot 6
[  151.276499] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.276519] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.276526] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x22a3a7570 (dma) in stream 0 URB 000000003aaa485e
[  151.276542] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x22a3a75a0, cycle 0

[  151.276549] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.276556] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000003aaa485e TD as cancel_status is 2
[  151.276567] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @22a3a75a0
[  151.276575] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000003aaa485e TD
[  151.276583] xhci_hcd 0000:39:00.0: Giveback URB 000000003aaa485e, len = 0, expected = 1024, status = -32
[  151.276598] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.352114] r8152 4-1.1.3:1.0 enx00e04ceb9e75: renamed from eth0
[  151.475067] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 0
[  151.475098] xhci_hcd 0000:39:00.0: Hard-reset ep 0, slot 6
[  151.475116] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.475142] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.475153] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x22a3a7f90 (dma) in stream 0 URB 000000003c00a3c2
[  151.475176] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x22a3a7fc0, cycle 0

[  151.475186] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.475196] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000003c00a3c2 TD as cancel_status is 2
[  151.475215] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @22a3a7fc0
[  151.475227] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000003c00a3c2 TD
[  151.475239] xhci_hcd 0000:39:00.0: Giveback URB 000000003c00a3c2, len = 0, expected = 1024, status = -32
[  151.475260] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.622126] usb-storage 4-1.4:1.0: starting scan
[  151.623614] scsi 0:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
[  151.627786] scsi 0:0:0:1: Direct-Access     Generic- Micro SD/M2      1.08 PQ: 0 ANSI: 6
[  151.628028] xhci_hcd 0000:39:00.0: Giveback URB 00000000793f454f, len = 18, expected = 96, status = 0
[  151.628090] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.628105] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.628116] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.628134] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.628142] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf00a0 (dma) in stream 0 URB 000000005ff7b741
[  151.628156] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf00b0, cycle 1

[  151.628165] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.628173] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.628186] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf00b0
[  151.628195] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.628204] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.628217] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.628397] sd 0:0:0:0: [sda] Media removed, stopped polling
[  151.628489] usb-storage 4-1.4:1.0: scan complete
[  151.629074] xhci_hcd 0000:39:00.0: Giveback URB 00000000b29b8585, len = 18, expected = 96, status = 0
[  151.629185] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.629198] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.629207] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.629231] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.629238] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf00e0 (dma) in stream 0 URB 000000005ff7b741
[  151.629250] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf00f0, cycle 1

[  151.629257] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.629263] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.629275] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf00f0
[  151.629283] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.629292] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.629304] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.629506] sd 0:0:0:1: [sdb] Media removed, stopped polling
[  151.634987] sd 0:0:0:0: [sda] Attached SCSI removable disk
[  151.635242] sd 0:0:0:1: [sdb] Attached SCSI removable disk
[  151.638010] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.638087] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.638108] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.638124] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.638149] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.638160] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0120 (dma) in stream 0 URB 000000005ff7b741
[  151.638177] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0130, cycle 1

[  151.638190] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.638201] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.638219] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0130
[  151.638231] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.638243] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.638260] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.638741] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.638797] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.638811] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.638825] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.638846] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.638857] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0160 (dma) in stream 0 URB 000000005ff7b741
[  151.638873] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0170, cycle 1

[  151.638883] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.638892] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.638906] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0170
[  151.638916] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.638926] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.638941] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.659436] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.659511] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.659529] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.659543] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.659565] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.659575] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf01a0 (dma) in stream 0 URB 000000005ff7b741
[  151.659593] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf01b0, cycle 1

[  151.659605] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.659615] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.659633] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf01b0
[  151.659644] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.659656] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.659673] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.663455] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.663524] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.663541] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.663556] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.663577] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.663587] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf01e0 (dma) in stream 0 URB 000000005ff7b741
[  151.663604] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf01f0, cycle 1

[  151.663615] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.663624] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.663640] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf01f0
[  151.663650] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.663661] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.663676] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.665210] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.665274] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.665289] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.665302] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.665322] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.665331] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0220 (dma) in stream 0 URB 000000005ff7b741
[  151.665347] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0230, cycle 1

[  151.665358] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.665367] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.665382] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0230
[  151.665392] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.665403] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.665418] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.665907] xhci_hcd 0000:39:00.0: Giveback URB 00000000fb748bbf, len = 18, expected = 96, status = 0
[  151.666000] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.666015] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.666027] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.666047] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.666056] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0260 (dma) in stream 0 URB 000000005ff7b741
[  151.666071] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0270, cycle 1

[  151.666081] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.666091] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.666105] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0270
[  151.666116] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.666125] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.666140] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.686298] xhci_hcd 0000:39:00.0: Giveback URB 00000000fb748bbf, len = 18, expected = 96, status = 0
[  151.686374] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.686391] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.686406] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.686426] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.686436] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf02a0 (dma) in stream 0 URB 000000005ff7b741
[  151.686454] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf02b0, cycle 1

[  151.686465] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.686475] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.686492] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf02b0
[  151.686504] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.686516] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.686533] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.699153] xhci_hcd 0000:39:00.0: Giveback URB 00000000fb748bbf, len = 18, expected = 96, status = 0
[  151.699225] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.699243] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.699258] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.699279] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.699289] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf02e0 (dma) in stream 0 URB 000000005ff7b741
[  151.699307] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf02f0, cycle 1

[  151.699319] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.699329] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.699346] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf02f0
[  151.699358] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.699369] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.699387] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.702192] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.702267] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.702282] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.702296] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.702317] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.702329] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0320 (dma) in stream 0 URB 000000005ff7b741
[  151.702346] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0330, cycle 1

[  151.702357] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.702366] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.702382] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0330
[  151.702393] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.702405] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.702421] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.702900] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.702960] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.702972] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.702985] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.703005] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.703015] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0360 (dma) in stream 0 URB 000000005ff7b741
[  151.703030] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0370, cycle 1

[  151.703041] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.703051] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.703066] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0370
[  151.703076] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.703088] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.703103] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.728043] xhci_hcd 0000:39:00.0: Giveback URB 00000000b84f1d46, len = 18, expected = 96, status = 0
[  151.728110] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.728127] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.728143] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.728164] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.728175] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf03a0 (dma) in stream 0 URB 000000005ff7b741
[  151.728193] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf03b0, cycle 1

[  151.728204] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.728213] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.728229] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf03b0
[  151.728240] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.728251] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.728265] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.729071] xhci_hcd 0000:39:00.0: Giveback URB 00000000b84f1d46, len = 18, expected = 96, status = 0
[  151.729135] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.729148] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.729162] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.729183] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.729193] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf03e0 (dma) in stream 0 URB 000000005ff7b741
[  151.729207] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf03f0, cycle 1

[  151.729217] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.729227] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.729243] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf03f0
[  151.729255] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.729267] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.729284] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.734192] xhci_hcd 0000:39:00.0: Giveback URB 00000000355e755a, len = 18, expected = 96, status = 0
[  151.734260] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.734275] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.734288] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.734310] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.734321] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0420 (dma) in stream 0 URB 000000005ff7b741
[  151.734338] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0430, cycle 1

[  151.734349] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.734358] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.734375] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0430
[  151.734386] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.734397] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.734412] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.818003] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.818073] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.818091] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.818106] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.818127] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.818137] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0460 (dma) in stream 0 URB 000000005ff7b741
[  151.818155] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0470, cycle 1

[  151.818167] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.818176] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.818194] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0470
[  151.818207] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.818219] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.818235] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.819272] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.819330] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.819345] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.819359] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.819379] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.819390] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf04a0 (dma) in stream 0 URB 000000005ff7b741
[  151.819407] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf04b0, cycle 1

[  151.819418] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.819428] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.819444] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf04b0
[  151.819454] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.819464] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.819479] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.821169] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.821254] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.821269] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.821283] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.821304] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.821314] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf04e0 (dma) in stream 0 URB 000000005ff7b741
[  151.821331] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf04f0, cycle 1

[  151.821340] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.821349] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.821364] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf04f0
[  151.821376] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.821387] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.821403] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.834413] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.834479] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.834494] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.834508] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.834529] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.834539] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0520 (dma) in stream 0 URB 000000005ff7b741
[  151.834557] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0530, cycle 1

[  151.834566] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.834574] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.834591] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0530
[  151.834601] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.834612] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.834628] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.838511] xhci_hcd 0000:39:00.0: Giveback URB 00000000355e755a, len = 18, expected = 96, status = 0
[  151.838576] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.838591] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.838606] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.838628] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.838639] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0560 (dma) in stream 0 URB 000000005ff7b741
[  151.838657] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0570, cycle 1

[  151.838668] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.838677] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.838693] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0570
[  151.838703] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.838712] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.838728] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.841768] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.841838] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.841854] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.841868] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.841905] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.841914] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf05a0 (dma) in stream 0 URB 000000005ff7b741
[  151.841931] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf05b0, cycle 1

[  151.841940] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.841949] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.841966] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf05b0
[  151.841977] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.841988] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.842004] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.889448] xhci_hcd 0000:39:00.0: Giveback URB 00000000355e755a, len = 18, expected = 96, status = 0
[  151.889492] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.889500] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.889506] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.889532] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.889537] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf05e0 (dma) in stream 0 URB 000000005ff7b741
[  151.889546] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf05f0, cycle 1

[  151.889551] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.889556] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.889564] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf05f0
[  151.889569] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.889575] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.889583] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.894400] xhci_hcd 0000:39:00.0: Giveback URB 000000009d1fbee9, len = 18, expected = 96, status = 0
[  151.894438] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.894444] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.894450] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.894478] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.894482] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0620 (dma) in stream 0 URB 000000005ff7b741
[  151.894489] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0630, cycle 1

[  151.894493] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.894497] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.894503] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0630
[  151.894507] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.894511] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.894517] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.895671] xhci_hcd 0000:39:00.0: Giveback URB 000000009d1fbee9, len = 18, expected = 96, status = 0
[  151.895706] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.895712] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.895717] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.895747] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.895751] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0660 (dma) in stream 0 URB 000000005ff7b741
[  151.895757] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0670, cycle 1

[  151.895762] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.895766] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.895772] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0670
[  151.895776] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.895780] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.895786] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.898223] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.898261] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.898268] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.898273] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.898302] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.898306] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf06a0 (dma) in stream 0 URB 000000005ff7b741
[  151.898312] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf06b0, cycle 1

[  151.898316] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.898320] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.898341] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf06b0
[  151.898346] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.898350] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.898355] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.902624] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.902662] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.902668] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.902673] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.902703] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.902707] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf06e0 (dma) in stream 0 URB 000000005ff7b741
[  151.902712] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf06f0, cycle 1

[  151.902716] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.902719] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.902742] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf06f0
[  151.902746] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.902749] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.902754] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.906091] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.906129] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.906134] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.906138] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.906170] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.906173] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0720 (dma) in stream 0 URB 000000005ff7b741
[  151.906179] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0730, cycle 1

[  151.906182] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.906186] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.906209] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0730
[  151.906212] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.906215] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.906221] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.906557] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.906596] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.906600] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.906604] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.906637] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.906640] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0760 (dma) in stream 0 URB 000000005ff7b741
[  151.906645] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0770, cycle 1

[  151.906648] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.906652] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.906676] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0770
[  151.906680] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.906683] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.906688] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.907023] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.907062] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.907066] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.907069] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.907103] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.907106] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf07a0 (dma) in stream 0 URB 000000005ff7b741
[  151.907111] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf07b0, cycle 1

[  151.907114] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.907117] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.907143] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf07b0
[  151.907146] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.907148] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.907152] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.907915] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.907954] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.907959] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.907963] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.907994] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.907997] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf07e0 (dma) in stream 0 URB 000000005ff7b741
[  151.908002] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf07f0, cycle 1

[  151.908005] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.908009] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.908034] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf07f0
[  151.908038] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.908040] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.908044] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.914151] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.914189] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.914193] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.914197] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.914229] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.914232] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0820 (dma) in stream 0 URB 000000005ff7b741
[  151.914237] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0830, cycle 1

[  151.914240] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.914243] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.914268] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0830
[  151.914272] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.914275] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.914279] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.915034] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.915073] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.915077] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.915080] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.915113] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.915116] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0860 (dma) in stream 0 URB 000000005ff7b741
[  151.915121] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0870, cycle 1

[  151.915124] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.915127] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.915153] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0870
[  151.915156] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.915159] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.915163] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.969031] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.969062] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.969065] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.969067] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.969155] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.969159] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf08a0 (dma) in stream 0 URB 000000005ff7b741
[  151.969162] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf08b0, cycle 1

[  151.969164] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.969167] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.969178] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf08b0
[  151.969180] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.969182] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.969184] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.977394] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.977471] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.977473] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.977476] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.977487] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.977488] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf08e0 (dma) in stream 0 URB 000000005ff7b741
[  151.977491] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf08f0, cycle 1

[  151.977493] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.977495] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.977526] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf08f0
[  151.977528] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.977530] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.977532] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  151.995744] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  151.995785] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  151.995789] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  151.995791] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.995871] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  151.995875] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0920 (dma) in stream 0 URB 000000005ff7b741
[  151.995878] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0930, cycle 1

[  151.995880] xhci_hcd 0000:39:00.0: // Ding dong!
[  151.995883] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  151.995894] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0930
[  151.995896] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  151.995898] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  151.995901] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  152.001029] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  152.001100] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  152.001103] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  152.001106] xhci_hcd 0000:39:00.0: // Ding dong!
[  152.001120] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  152.001122] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0960 (dma) in stream 0 URB 000000005ff7b741
[  152.001125] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0970, cycle 1

[  152.001127] xhci_hcd 0000:39:00.0: // Ding dong!
[  152.001130] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  152.001205] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0970
[  152.001207] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  152.001209] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  152.001211] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  152.009476] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  152.009515] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  152.009517] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  152.009519] xhci_hcd 0000:39:00.0: // Ding dong!
[  152.009555] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  152.009557] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf09a0 (dma) in stream 0 URB 000000005ff7b741
[  152.009560] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf09b0, cycle 1

[  152.009561] xhci_hcd 0000:39:00.0: // Ding dong!
[  152.009564] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  152.009594] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf09b0
[  152.009596] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  152.009598] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  152.009600] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  152.027765] xhci_hcd 0000:39:00.0: Giveback URB 00000000398fb73d, len = 18, expected = 96, status = 0
[  152.027796] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  152.027799] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  152.027802] xhci_hcd 0000:39:00.0: // Ding dong!
[  152.027893] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  152.027896] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf09e0 (dma) in stream 0 URB 000000005ff7b741
[  152.027900] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf09f0, cycle 1

[  152.027902] xhci_hcd 0000:39:00.0: // Ding dong!
[  152.027905] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  152.027916] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf09f0
[  152.027918] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  152.027920] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  152.027923] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  153.231404] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0xc400fe3
[  153.231432] xhci_hcd 0000:39:00.0: resume root hub
[  153.231468] xhci_hcd 0000:39:00.0: port resume event for port 1
[  153.231478] xhci_hcd 0000:39:00.0: resume HS port 1
[  153.231540] usb usb3: usb wakeup-resume
[  153.231554] usb usb3: usb auto-resume
[  153.231577] hub 3-0:1.0: hub_resume
[  153.231596] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0xfe3, return 0x507
[  153.231648] usb usb3-port1: status 0507 change 0000
[  153.231665] xhci_hcd 0000:39:00.0: Get port status 3-2 read: 0x2a0, return 0x100
[  153.231698] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[  153.274147] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0002
[  153.274187] xhci_hcd 0000:39:00.0: resume USB2 port 3-1
[  153.274201] xhci_hcd 0000:39:00.0: Set port 3-1 link state, portsc: 0xfe3, write 0x10e01
[  153.274278] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x400e03
[  153.274392] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0xfe3, return 0x40503
[  153.274462] xhci_hcd 0000:39:00.0: clear port1 suspend/resume change, portsc: 0xe03
[  153.290150] usb 3-1: usb wakeup-resume
[  153.290192] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0xe03, return 0x503
[  153.306112] usb 3-1: Waited 0ms for CONNECT
[  153.306134] usb 3-1: finish resume
[  153.306378] hub 3-1:1.0: hub_resume
[  153.306816] usb 3-1-port1: status 0507 change 0000
[  153.308242] usb 3-1-port5: status 0501 change 0001
[  153.410062] usb usb3-port1: resume, status 0
[  153.410095] hub 3-1:1.0: state 7 ports 5 chg 0020 evt 0000
[  153.410573] usb 3-1-port5: status 0501, change 0000, 480 Mb/s
[  153.411042] usb 3-1-port5: indicator auto status 0
[  153.411084] xhci_hcd 0000:39:00.0: // Ding dong!
[  153.411258] xhci_hcd 0000:39:00.0: Slot 7 output ctx = 0x0x00000002db67f000 (dma)
[  153.411290] xhci_hcd 0000:39:00.0: Slot 7 input ctx = 0x0x000000022a621000 (dma)
[  153.411313] xhci_hcd 0000:39:00.0: Set slot id 7 dcbaa entry 000000009b1d316e to 0x2db67f000
[  153.482013] usb 3-1.5: new high-speed USB device number 4 using xhci_hcd
[  153.482044] xhci_hcd 0000:39:00.0: Slot ID 7: HW portnum 0, hcd portnum 0
[  153.482056] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[  153.482065] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[  153.482077] xhci_hcd 0000:39:00.0: // Ding dong!
[  153.482244] xhci_hcd 0000:39:00.0: Successful setup context command
[  153.482266] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a775f000
[  153.482278] xhci_hcd 0000:39:00.0: Slot ID 7 dcbaa entry @000000009b1d316e = 0x000002db67f000
[  153.482292] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x2db67f000
[  153.482300] xhci_hcd 0000:39:00.0: Internal device address = 0
[  153.482506] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  153.490057] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[  153.553999] xhci_hcd 0000:39:00.0: Resetting device with slot ID 7
[  153.554026] xhci_hcd 0000:39:00.0: // Ding dong!
[  153.554111] xhci_hcd 0000:39:00.0: Completed reset device command.
[  153.554205] xhci_hcd 0000:39:00.0: Can't reset device (slot ID 7) in default state
[  153.554219] xhci_hcd 0000:39:00.0: Not freeing device rings.
[  153.554244] xhci_hcd 0000:39:00.0: // Ding dong!
[  153.554450] xhci_hcd 0000:39:00.0: Successful setup address command
[  153.554468] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000002a775f000
[  153.554479] xhci_hcd 0000:39:00.0: Slot ID 7 dcbaa entry @000000009b1d316e = 0x000002db67f000
[  153.554491] xhci_hcd 0000:39:00.0: Output Context DMA address = 0x2db67f000
[  153.554499] xhci_hcd 0000:39:00.0: Internal device address = 7
[  153.571496] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  153.571615] usb 3-1.5: default language 0x0409
[  153.571778] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  153.572056] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  153.572318] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  153.572440] usb 3-1.5: udev 4, busnum 3, minor = 259
[  153.572457] usb 3-1.5: New USB device found, idVendor=2109, idProduct=8817, bcdDevice= 0.01
[  153.572469] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  153.572476] usb 3-1.5: Product: USB Billboard Device   
[  153.572483] usb 3-1.5: Manufacturer: VIA Labs, Inc.         
[  153.572489] usb 3-1.5: SerialNumber: 0000000000000001
[  153.572937] usb 3-1.5: usb_probe_device
[  153.572950] usb 3-1.5: configuration #1 chosen from 1 choice
[  153.572964] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 000000001d141941
[  153.573250] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  153.573356] usb 3-1.5: adding 3-1.5:1.0 (config #1, interface 0)
[  153.573577] xhci_hcd 0000:39:00.0: Waiting for status stage event
[  154.022447] xhci_hcd 0000:39:00.0: Giveback URB 00000000103b5c61, len = 18, expected = 96, status = 0
[  154.022543] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  154.022558] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  154.022572] xhci_hcd 0000:39:00.0: // Ding dong!
[  154.022593] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  154.022603] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0a20 (dma) in stream 0 URB 000000005ff7b741
[  154.022618] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0a30, cycle 1

[  154.022628] xhci_hcd 0000:39:00.0: // Ding dong!
[  154.022636] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  154.022650] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0a30
[  154.022660] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  154.022669] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  154.022682] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  154.029625] pci_bus 0000:02: Allocating resources
[  154.029671] pcieport 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[  154.029690] pcieport 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[  154.029700] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[  154.029717] pcieport 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[  154.029735] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  154.029746] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  154.029759] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: can't assign; no space
[  154.029768] pcieport 0000:01:00.0: bridge window [io  size 0x2000]: failed to assign
[  154.029794] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  154.029806] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  154.029818] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  154.029828] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  154.029838] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  154.029847] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  154.029860] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[  154.029867] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[  154.029917] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: can't assign; no space
[  154.029925] pcieport 0000:02:02.0: bridge window [io  size 0x1000]: failed to assign
[  154.029930] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: can't assign; no space
[  154.029936] pcieport 0000:02:01.0: bridge window [io  size 0x1000]: failed to assign
[  154.054588] xhci_hcd 0000:39:00.0: Giveback URB 00000000103b5c61, len = 18, expected = 96, status = 0
[  154.054670] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  154.054681] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  154.054692] xhci_hcd 0000:39:00.0: // Ding dong!
[  154.054727] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  154.054735] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0a60 (dma) in stream 0 URB 000000005ff7b741
[  154.054747] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0a70, cycle 1

[  154.054754] xhci_hcd 0000:39:00.0: // Ding dong!
[  154.054761] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  154.054772] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0a70
[  154.054780] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  154.054788] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  154.054798] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  154.696936] r8152 4-1.1.3:1.0 enx00e04ceb9e75: carrier on
[  156.038344] xhci_hcd 0000:39:00.0: Giveback URB 000000006f0d289a, len = 18, expected = 96, status = 0
[  156.038426] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  156.038441] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  156.038452] xhci_hcd 0000:39:00.0: // Ding dong!
[  156.038471] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  156.038479] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0aa0 (dma) in stream 0 URB 000000005ff7b741
[  156.038492] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0ab0, cycle 1

[  156.038499] xhci_hcd 0000:39:00.0: // Ding dong!
[  156.038505] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  156.038516] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0ab0
[  156.038523] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  156.038530] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  156.038541] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  156.070432] xhci_hcd 0000:39:00.0: Giveback URB 00000000e8ae3dc1, len = 18, expected = 96, status = 0
[  156.070511] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  156.070522] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  156.070532] xhci_hcd 0000:39:00.0: // Ding dong!
[  156.070562] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  156.070569] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0ae0 (dma) in stream 0 URB 000000005ff7b741
[  156.070582] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0af0, cycle 1

[  156.070589] xhci_hcd 0000:39:00.0: // Ding dong!
[  156.070595] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  156.070606] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0af0
[  156.070613] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  156.070620] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  156.070631] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  158.054550] xhci_hcd 0000:39:00.0: Giveback URB 00000000feb97d16, len = 18, expected = 96, status = 0
[  158.054627] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  158.054641] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  158.054653] xhci_hcd 0000:39:00.0: // Ding dong!
[  158.054687] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  158.054695] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0b20 (dma) in stream 0 URB 000000005ff7b741
[  158.054710] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0b30, cycle 1

[  158.054719] xhci_hcd 0000:39:00.0: // Ding dong!
[  158.054726] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  158.054738] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0b30
[  158.054747] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  158.054756] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  158.054768] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  158.086608] xhci_hcd 0000:39:00.0: Giveback URB 00000000feb97d16, len = 18, expected = 96, status = 0
[  158.086698] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  158.086711] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  158.086724] xhci_hcd 0000:39:00.0: // Ding dong!
[  158.086750] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  158.086759] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0b60 (dma) in stream 0 URB 000000005ff7b741
[  158.086776] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0b70, cycle 1

[  158.086786] xhci_hcd 0000:39:00.0: // Ding dong!
[  158.086795] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  158.086809] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0b70
[  158.086819] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  158.086828] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  158.086842] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  160.070686] xhci_hcd 0000:39:00.0: Giveback URB 000000006f0d289a, len = 18, expected = 96, status = 0
[  160.070757] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  160.070772] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  160.070785] xhci_hcd 0000:39:00.0: // Ding dong!
[  160.070811] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  160.070820] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0ba0 (dma) in stream 0 URB 000000005ff7b741
[  160.070841] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0bb0, cycle 1

[  160.070854] xhci_hcd 0000:39:00.0: // Ding dong!
[  160.070865] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  160.070886] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0bb0
[  160.070900] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  160.070910] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  160.070924] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  160.102823] xhci_hcd 0000:39:00.0: Giveback URB 0000000008be0d55, len = 18, expected = 96, status = 0
[  160.103044] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  160.103069] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  160.103085] xhci_hcd 0000:39:00.0: // Ding dong!
[  160.103113] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  160.103123] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0be0 (dma) in stream 0 URB 000000005ff7b741
[  160.103140] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0bf0, cycle 1

[  160.103150] xhci_hcd 0000:39:00.0: // Ding dong!
[  160.103157] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  160.103172] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0bf0
[  160.103181] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  160.103190] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  160.103207] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  162.086405] xhci_hcd 0000:39:00.0: Giveback URB 000000005d29e6d3, len = 18, expected = 96, status = 0
[  162.086495] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  162.086509] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  162.086521] xhci_hcd 0000:39:00.0: // Ding dong!
[  162.086541] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  162.086549] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0c20 (dma) in stream 0 URB 000000005ff7b741
[  162.086564] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0c30, cycle 1

[  162.086573] xhci_hcd 0000:39:00.0: // Ding dong!
[  162.086581] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  162.086594] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0c30
[  162.086603] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  162.086612] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  162.086625] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  162.118299] xhci_hcd 0000:39:00.0: Giveback URB 000000005d29e6d3, len = 18, expected = 96, status = 0
[  162.118391] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 5 ep 4
[  162.118406] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 5
[  162.118418] xhci_hcd 0000:39:00.0: // Ding dong!
[  162.118441] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[  162.118450] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0x1f1cf0c60 (dma) in stream 0 URB 000000005ff7b741
[  162.118465] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0x1f1cf0c70, cycle 1

[  162.118474] xhci_hcd 0000:39:00.0: // Ding dong!
[  162.118482] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005ff7b741 TD as cancel_status is 2
[  162.118495] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @1f1cf0c70
[  162.118504] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005ff7b741 TD
[  162.118513] xhci_hcd 0000:39:00.0: Giveback URB 000000005ff7b741, len = 0, expected = 13, status = -32
[  162.118525] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[  886.677486] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[ 1461.547312] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[ 1542.836957] NOHZ tick-stop error: local softirq work is pending, handler #08!!!
[ 1604.449434] NOHZ tick-stop error: local softirq work is pending, handler #08!!!

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux