The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [Regression] Kernel 7.2-rc : thunderbolt crash on startup
@ 2026-07-08 20:09 Woody Suwalski
  0 siblings, 0 replies; only message in thread
From: Woody Suwalski @ 2026-07-08 20:09 UTC (permalink / raw)
  To: LKML, Mika Westerberg

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

Re: commit f5cc545f59699549adbaa4084149f8247865a51d
Author: Mika Westerberg <mika.westerberg@linux.intel.com>
Date:   Wed Nov 19 12:53:58 2025 +0200

     thunderbolt: Wait for tb_domain_release() to complete when driver 
is removed

====================

Mika, starting with7.2-rc1 the boot on an old Apple MacBookPro and 
MacBook Air has been problematic - the thunderbolt driver crash may stop 
boot or let it boot in somehow unstable state.

The issue is the domain_release()/complete() crash as called during boot.

Just disabling the

complete(&nhi->domain_released);

line will allow system to boot OK, however (as designed in your patch) 
on shutdown system will hang waiting for completion.

I am not sure if the workaround should be to detect that 
domain_release() is called during startup, or perhaps to fix the problem 
on the kernel scheduler level?

If you have any ideas or patches, let me know...

Thanks, Woody Suwalski
terraluna977@gmail.com

=========================
[   10.531967] [   T2588] bcma-pci-bridge 0000:03:00.0: bus0: Core 2 
found: PCIe (manuf 0x4BF, id 0x820, rev 0x1
3, class 0x0)
[   10.570223] [   T2604] ACPI: bus type thunderbolt registered
[   10.580666] [   T2604] BUG: unable to handle page fault for address: 
fffffffffffffff8
[   10.580745] [   T2604] #PF: supervisor read access in kernel mode
[   10.580796] [   T2604] #PF: error_code(0x0000) - not-present page
[   10.580844] [   T2604] PGD 2ec19067 P4D 2ec19067 PUD 2ec1b067 PMD 0
[   10.580915] [   T2604] Oops: Oops: 0000 [#1] SMP NOPTI
[   10.580929] [   T2603] acpi ACPI0001:00: SBS HC: offset = 0x20, 
query_bit = 0x10
[   10.580968] [   T2604] CPU: 3 UID: 0 PID: 2604 Comm: (udev-worker) 
Tainted: G S                  7.2-pingu #0~rc1 PREEMPT(full)  
9f8aaa247129d19aebb6b0d19f7b648b1f9f7f36
[   10.581126] [   T2604] Tainted: [S]=CPU_OUT_OF_SPEC
[   10.581165] [   T2604] Hardware name: Apple Inc. 
MacBookPro8,1/Mac-94245B3640C91C81, BIOS MBP81.88Z.0050.B00.1804101331 
04/10/18
[   10.581248] [   T2604] RIP: 0010:complete+0x3a/0x70
[   10.581301] [   T2604] Code: 61 c8 00 48 89 c5 8b 03 83 f8 ff 74 05 
83 c0 01 89 03 48 8b 53 10 48 8d 43 10 48 39 c2 74 29 48 8b 5b 10 31 d2 
be 03 00 00 00 <48> 8b 7b f8 e8 4d e9 fd ff 48 8b 13 48 8b 43 08 48 89 
42 08 48 89
[   10.581441] [   T2604] RSP: 0018:ffff92720020ba98 EFLAGS: 00010046
[   10.581496] [   T2604] RAX: ffff8c82c6a2b3b0 RBX: 0000000000000000 
RCX: 000000000000000c
[   10.581559] [   T2604] RDX: 0000000000000000 RSI: 0000000000000003 
RDI: ffff8c82c6a2b3a8
[   10.581621] [   T2604] RBP: 0000000000000282 R08: 0000000000000000 
R09: 0000000000000000
[   10.581681] [   T2604] R10: 0000000000000001 R11: ffff8c832ba20d80 
R12: ffff8c82c6a2b3a8
[   10.581744] [   T2604] R13: ffff8c82c81f02b0 R14: 0000000000000000 
R15: ffff8c82c6e53148
[   10.581808] [   T2604] FS:  00007ffaf52c99c0(0000) 
GS:ffff8c839ad88000(0000) knlGS:0000000000000000
[   10.581881] [   T2604] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   10.581935] [   T2604] CR2: fffffffffffffff8 CR3: 0000000105596002 
CR4: 00000000000606f0
[   10.581999] [   T2604] Call Trace:
[   10.582032] [   T2604]  <TASK>
[   10.582061] [   T2604]  device_release+0x3a/0x90
[   10.582112] [   T2604]  kobject_put+0x8a/0x230
[   10.582166] [   T2604]  icm_probe+0xf2/0x550 [thunderbolt 
2f2c536023810e0da91d9b6d6a63a9f9bf553e73]
[   10.582415] [   T2604]  nhi_probe+0x196/0x390 [thunderbolt 
2f2c536023810e0da91d9b6d6a63a9f9bf553e73]
[   10.582620] [   T2604]  local_pci_probe+0x3c/0x90
[   10.582668] [   T2604]  pci_device_probe+0xb0/0x1d0
[   10.582715] [   T2604]  ? sysfs_do_create_link_sd+0x69/0xd0
[   10.582778] [   T2604]  really_probe+0xd1/0x3e0
[   10.582826] [   T2604]  ? __pfx___driver_attach+0x10/0x10
[   10.582878] [   T2604]  __driver_probe_device+0x80/0x180
[   10.582931] [   T2604]  driver_probe_device+0x1a/0x80
[   10.582983] [   T2604]  __driver_attach+0xca/0x1f0
[   10.583031] [   T2604]  bus_for_each_dev+0x6d/0xc0
[   10.583079] [   T2604]  bus_add_driver+0x11b/0x240
[   10.583128] [   T2604]  driver_register+0x50/0x100
[   10.583178] [   T2604]  ? __pfx_init_module+0x10/0x10 [thunderbolt 
2f2c536023810e0da91d9b6d6a63a9f9bf553e73]
[   10.583404] [   T2604]  nhi_init+0x30/0xff0 [thunderbolt 
2f2c536023810e0da91d9b6d6a63a9f9bf553e73]
[   10.583606] [   T2604]  ? __pfx_init_module+0x10/0x10 [thunderbolt 
2f2c536023810e0da91d9b6d6a63a9f9bf553e73]
[   10.583805] [   T2604]  do_one_initcall+0x6b/0x2c0
[   10.583851] [   T2604]  ? do_init_module+0x1d/0x270
[   10.583895] [   T2604]  do_init_module+0x5b/0x270
[   10.583935] [   T2604]  init_module_from_file+0xc3/0xe0
[   10.583982] [   T2604]  idempotent_init_module+0xf7/0x2e0
[   10.584029] [   T2604]  __x64_sys_finit_module+0x68/0xe0
[   10.584075] [   T2604]  do_syscall_64+0xc2/0x550
[   10.586162] [   T2604]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[   10.588198] [   T2604] RIP: 0033:0x7ffaf5e277b9
[   10.590222] [   T2604] Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 
1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 
4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 27 66 0d 00 f7 d8 
64 89 01 48
[   10.594678] [   T2604] RSP: 002b:00007ffd1d772f38 EFLAGS: 00000246 
ORIG_RAX: 0000000000000139
[   10.597004] [   T2604] RAX: ffffffffffffffda RBX: 0000561fac083800 
RCX: 00007ffaf5e277b9
[   10.599213] [   T2604] RDX: 0000000000000000 RSI: 00007ffaf455a44d 
RDI: 0000000000000027
[   10.601423] [   T2604] RBP: 0000000000000000 R08: 0000000000000000 
R09: 0000561fac003030
[   10.603602] [   T2604] R10: 0000000000000000 R11: 0000000000000246 
R12: 00007ffaf455a44d
[   10.605753] [   T2604] R13: 0000000000020000 R14: 0000561fac082060 
R15: 0000000000000000
[   10.607706] [   T2604]  </TASK>
[   10.609330] [   T2604] Modules linked in: sbshc bcma(+) 
thunderbolt(+) usb_common sg efi_pstore nvme_fabrics fuse configfs 
efivarfs dmi_sysfs autofs4
[   10.610939] [   T2604] CR2: fffffffffffffff8
[   10.612390] [   T2604] ---[ end trace 0000000000000000 ]---
[   10.615077] [   T2588] bcma-pci-bridge 0000:03:00.0: bus0: Bus registered



[-- Attachment #2: dmesg_7.2-rc1-crash.log --]
[-- Type: text/x-log, Size: 92625 bytes --]

[    0.000000] [      T0] Linux version 7.2-pingu (t440@pingu64) (gcc (Debian 12.2.0-14+deb12u1) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #0~rc1 SMP PREEMPT_DYNAMIC Sun Jun 28 21:53:19 EDT 2026
[    0.000000] [      T0] Command line: initrd=\EFI\Pingu\boot\init-7.2-pingu.img quiet net.ifnames=0 loop.max_part=7 root=/dev/sda5 resume=swap:/dev/sda4 mitigations=off log_buf_len=128k splash systemd.show-status=0
[    0.000000] [      T0] x86/CPU: Running old microcode
[    0.000000] [      T0] reserving inaccessible SNB gfx pages
[    0.000000] [      T0] BIOS-provided physical RAM map:
[    0.000000] [      T0] BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff]  System RAM
[    0.000000] [      T0] BIOS-e820: [mem 0x000000000008e000-0x000000000008ffff]  device reserved
[    0.000000] [      T0] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff]  System RAM
[    0.000000] [      T0] BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff]  device reserved
[    0.000000] [      T0] BIOS-e820: [gap 0x00000000000c0000-0x00000000000fffff]
[    0.000000] [      T0] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff]  System RAM
[    0.000000] [      T0] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff]  device reserved
[    0.000000] [      T0] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff]  System RAM
[    0.000000] [      T0] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff]  device reserved
[    0.000000] [      T0] BIOS-e820: [mem 0x0000000040200000-0x000000008ad33fff]  System RAM
[    0.000000] [      T0] BIOS-e820: [mem 0x000000008ad34000-0x000000008ad5efff]  ACPI NVS
[    0.000000] [      T0] BIOS-e820: [mem 0x000000008ad5f000-0x000000008ad6cfff]  System RAM
[    0.000000] [      T0] BIOS-e820: [mem 0x000000008ad6d000-0x000000008ad8efff]  ACPI data
[    0.000000] [      T0] BIOS-e820: [mem 0x000000008ad8f000-0x000000008ae5bfff]  System RAM
[    0.000000] [      T0] BIOS-e820: [mem 0x000000008ae5c000-0x000000008ae8efff]  device reserved
[    0.000000] [      T0] BIOS-e820: [mem 0x000000008ae8f000-0x000000008aed6fff]  System RAM
[    0.000000] [      T0] BIOS-e820: [mem 0x000000008aed7000-0x000000008aefefff]  device reserved
[    0.000000] [      T0] BIOS-e820: [mem 0x000000008aeff000-0x000000008afa2fff]  System RAM
[    0.000000] [      T0] BIOS-e820: [mem 0x000000008afa3000-0x000000008f9fffff]  device reserved
[    0.000000] [      T0] BIOS-e820: [gap 0x000000008fa00000-0x00000000e00f7fff]
[    0.000000] [      T0] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff]  device reserved
[    0.000000] [      T0] BIOS-e820: [gap 0x00000000e00f9000-0x00000000fed1bfff]
[    0.000000] [      T0] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff]  device reserved
[    0.000000] [      T0] BIOS-e820: [gap 0x00000000fed20000-0x00000000ffed7fff]
[    0.000000] [      T0] BIOS-e820: [mem 0x00000000ffed8000-0x00000000ffefffff]  device reserved
[    0.000000] [      T0] BIOS-e820: [gap 0x00000000fff00000-0x00000000ffffffff]
[    0.000000] [      T0] BIOS-e820: [mem 0x0000000100000000-0x000000016fdfffff]  System RAM
[    0.000000] [      T0] NX (Execute Disable) protection: active
[    0.000000] [      T0] APIC: Static calls initialized
[    0.000000] [      T0] efi: EFI v1.1 by Apple
[    0.000000] [      T0] efi: ACPI=0x8ad8e000 ACPI 2.0=0x8ad8e014 SMBIOS=0x8ad3b000 INITRD=0x8922af98 
[    0.000000] [      T0] efi: Not removing mem199: MMIO range=[0xe00f8000-0xe00f8fff] (4KB) from e820 map
[    0.000000] [      T0] efi: Not removing mem200: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
[    0.000000] [      T0] efi: Not removing mem201: MMIO range=[0xffed8000-0xffefffff] (160KB) from e820 map
[    0.000000] [      T0] DMI: SMBIOS 2.4 present.
[    0.000000] [      T0] DMI: Apple Inc. MacBookPro8,1/Mac-94245B3640C91C81, BIOS    MBP81.88Z.0050.B00.1804101331 04/10/18
[    0.000000] [      T0] DMI: Memory slots populated: 2/2
[    0.000000] [      T0] tsc: Fast TSC calibration using PIT
[    0.000000] [      T0] tsc: Detected 2294.921 MHz processor
[    0.000130] [      T0] e820: update [mem 0x00000000-0x00000fff] System RAM ==> device reserved
[    0.000139] [      T0] e820: remove [mem 0x000a0000-0x000fffff] System RAM
[    0.000170] [      T0] last_pfn = 0x16fe00 max_arch_pfn = 0x400000000
[    0.000184] [      T0] MTRR map: 5 entries (4 fixed + 1 variable; max 24), built from 10 variable MTRRs
[    0.000190] [      T0] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001924] [      T0] last_pfn = 0x8afa3 max_arch_pfn = 0x400000000
[    0.002040] [      T0] Kernel/User page tables isolation: disabled on command line.
[    0.004851] [      T0] Secure boot disabled
[    0.004853] [      T0] RAMDISK: [mem 0x854c2000-0x858fefff]
[    0.004862] [      T0] ACPI: Early table checksum verification disabled
[    0.004870] [      T0] ACPI: RSDP 0x000000008AD8E014 000024 (v02 APPLE )
[    0.004882] [      T0] ACPI: XSDT 0x000000008AD8E1C0 00009C (v01 APPLE  Apple00  00000050      01000013)
[    0.004899] [      T0] ACPI: FACP 0x000000008AD8C000 0000F4 (v04 APPLE  Apple00  00000050 Loki 0000005F)
[    0.004916] [      T0] ACPI: DSDT 0x000000008AD80000 006F12 (v01 APPLE  MacBookP 00080001 INTL 20061109)
[    0.004926] [      T0] ACPI: FACS 0x000000008AD3E000 000040
[    0.004934] [      T0] ACPI: FACS 0x000000008AD3E000 000040
[    0.004942] [      T0] ACPI: HPET 0x000000008AD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.004952] [      T0] ACPI: APIC 0x000000008AD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
[    0.004961] [      T0] ACPI: SBST 0x000000008AD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.004970] [      T0] ACPI: ECDT 0x000000008AD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.004979] [      T0] ACPI: SSDT 0x000000008AD7C000 00020D (v01 APPLE  SataOdd  00001000 INTL 20061109)
[    0.004988] [      T0] ACPI: SSDT 0x000000008AD7B000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20061109)
[    0.004997] [      T0] ACPI: SSDT 0x000000008AD79000 00061A (v01 APPLE  UsbNoRmh 00001000 INTL 20061109)
[    0.005007] [      T0] ACPI: SSDT 0x000000008AD76000 000159 (v02 APPLE  IGHda    00001000 INTL 20061109)
[    0.005016] [      T0] ACPI: SSDT 0x000000008AD74000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20061109)
[    0.005025] [      T0] ACPI: SSDT 0x000000008AD73000 00060E (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.005035] [      T0] ACPI: SSDT 0x000000008AD72000 0009B1 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.005044] [      T0] ACPI: SSDT 0x000000008AD71000 000315 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.005053] [      T0] ACPI: SSDT 0x000000008AD70000 00037A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.005062] [      T0] ACPI: MCFG 0x000000008AD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.005070] [      T0] ACPI: Reserving FACP table memory at [mem 0x8ad8c000-0x8ad8c0f3]
[    0.005074] [      T0] ACPI: Reserving DSDT table memory at [mem 0x8ad80000-0x8ad86f11]
[    0.005078] [      T0] ACPI: Reserving FACS table memory at [mem 0x8ad3e000-0x8ad3e03f]
[    0.005081] [      T0] ACPI: Reserving FACS table memory at [mem 0x8ad3e000-0x8ad3e03f]
[    0.005084] [      T0] ACPI: Reserving HPET table memory at [mem 0x8ad8b000-0x8ad8b037]
[    0.005087] [      T0] ACPI: Reserving APIC table memory at [mem 0x8ad8a000-0x8ad8a0bb]
[    0.005090] [      T0] ACPI: Reserving SBST table memory at [mem 0x8ad88000-0x8ad8802f]
[    0.005092] [      T0] ACPI: Reserving ECDT table memory at [mem 0x8ad87000-0x8ad87052]
[    0.005095] [      T0] ACPI: Reserving SSDT table memory at [mem 0x8ad7c000-0x8ad7c20c]
[    0.005098] [      T0] ACPI: Reserving SSDT table memory at [mem 0x8ad7b000-0x8ad7b023]
[    0.005101] [      T0] ACPI: Reserving SSDT table memory at [mem 0x8ad79000-0x8ad79619]
[    0.005104] [      T0] ACPI: Reserving SSDT table memory at [mem 0x8ad76000-0x8ad76158]
[    0.005107] [      T0] ACPI: Reserving SSDT table memory at [mem 0x8ad74000-0x8ad74031]
[    0.005110] [      T0] ACPI: Reserving SSDT table memory at [mem 0x8ad73000-0x8ad7360d]
[    0.005113] [      T0] ACPI: Reserving SSDT table memory at [mem 0x8ad72000-0x8ad729b0]
[    0.005116] [      T0] ACPI: Reserving SSDT table memory at [mem 0x8ad71000-0x8ad71314]
[    0.005118] [      T0] ACPI: Reserving SSDT table memory at [mem 0x8ad70000-0x8ad70379]
[    0.005121] [      T0] ACPI: Reserving MCFG table memory at [mem 0x8ad89000-0x8ad8903b]
[    0.005142] [      T0] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
[    0.005271] [      T0] No NUMA configuration found
[    0.005273] [      T0] Faking a node at [mem 0x0000000000000000-0x000000016fdfffff]
[    0.005286] [      T0] NODE_DATA(0) allocated [mem 0x16fdfc140-0x16fdfffff]
[    0.005638] [      T0] Reserving Intel graphics memory at [mem 0x8ba00000-0x8f9fffff]
[    0.005941] [      T0] Resetting Apple AirPort card (left enabled by EFI)
[    0.006161] [      T0] ACPI: PM-Timer IO Port: 0x408
[    0.006183] [      T0] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.006188] [      T0] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.006191] [      T0] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.006193] [      T0] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.006196] [      T0] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.006198] [      T0] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.006201] [      T0] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.006203] [      T0] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.006218] [      T0] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.006227] [      T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.006233] [      T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.006247] [      T0] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.006250] [      T0] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.006259] [      T0] TSC deadline timer available
[    0.006269] [      T0] CPU topo: Max. logical packages:   1
[    0.006271] [      T0] CPU topo: Max. logical nodes:      1
[    0.006273] [      T0] CPU topo: Num. nodes per package:  1
[    0.006283] [      T0] CPU topo: Max. logical dies:       1
[    0.006284] [      T0] CPU topo: Max. dies per package:   1
[    0.006302] [      T0] CPU topo: Max. threads per core:   2
[    0.006304] [      T0] CPU topo: Num. cores per package:     2
[    0.006306] [      T0] CPU topo: Num. threads per package:   4
[    0.006308] [      T0] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.006363] [      T0] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.006370] [      T0] PM: hibernation: Registered nosave memory: [mem 0x0008e000-0x0008ffff]
[    0.006375] [      T0] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.006381] [      T0] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.006387] [      T0] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
[    0.006393] [      T0] PM: hibernation: Registered nosave memory: [mem 0x8ad34000-0x8ad5efff]
[    0.006398] [      T0] PM: hibernation: Registered nosave memory: [mem 0x8ad6d000-0x8ad8efff]
[    0.006404] [      T0] PM: hibernation: Registered nosave memory: [mem 0x8ae5c000-0x8ae8efff]
[    0.006410] [      T0] PM: hibernation: Registered nosave memory: [mem 0x8aed7000-0x8aefefff]
[    0.006416] [      T0] PM: hibernation: Registered nosave memory: [mem 0x8afa3000-0xffffffff]
[    0.006421] [      T0] [gap 0x8fa00000-0xe00f7fff] available for PCI devices
[    0.006427] [      T0] Booting paravirtualized kernel on bare hardware
[    0.006432] [      T0] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.028110] [      T0] Zone ranges:
[    0.028113] [      T0]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.028119] [      T0]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.028124] [      T0]   Normal   [mem 0x0000000100000000-0x000000016fdfffff]
[    0.028129] [      T0] Movable zone start for each node
[    0.028131] [      T0] Early memory node ranges
[    0.028133] [      T0]   node   0: [mem 0x0000000000001000-0x000000000008dfff]
[    0.028137] [      T0]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.028140] [      T0]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.028144] [      T0]   node   0: [mem 0x0000000020200000-0x000000003fffffff]
[    0.028147] [      T0]   node   0: [mem 0x0000000040200000-0x000000008ad33fff]
[    0.028150] [      T0]   node   0: [mem 0x000000008ad5f000-0x000000008ad6cfff]
[    0.028153] [      T0]   node   0: [mem 0x000000008ad8f000-0x000000008ae5bfff]
[    0.028156] [      T0]   node   0: [mem 0x000000008ae8f000-0x000000008aed6fff]
[    0.028158] [      T0]   node   0: [mem 0x000000008aeff000-0x000000008afa2fff]
[    0.028161] [      T0]   node   0: [mem 0x0000000100000000-0x000000016fdfffff]
[    0.028166] [      T0] Initmem setup node 0 [mem 0x0000000000001000-0x000000016fdfffff]
[    0.028184] [      T0] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.028189] [      T0] On node 0, zone DMA: 2 pages in unavailable ranges
[    0.028255] [      T0] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.032382] [      T0] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.037231] [      T0] On node 0, zone DMA32: 512 pages in unavailable ranges
[    0.037241] [      T0] On node 0, zone DMA32: 43 pages in unavailable ranges
[    0.037248] [      T0] On node 0, zone DMA32: 34 pages in unavailable ranges
[    0.037253] [      T0] On node 0, zone DMA32: 51 pages in unavailable ranges
[    0.037259] [      T0] On node 0, zone DMA32: 40 pages in unavailable ranges
[    0.044939] [      T0] On node 0, zone Normal: 20573 pages in unavailable ranges
[    0.044960] [      T0] On node 0, zone Normal: 512 pages in unavailable ranges
[    0.044977] [      T0] setup_percpu: NR_CPUS:8 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.045670] [      T0] percpu: Embedded 44 pages/cpu s140632 r8192 d31400 u524288
[    0.045693] [      T0] pcpu-alloc: s140632 r8192 d31400 u524288 alloc=1*2097152
[    0.045700] [      T0] pcpu-alloc: [0] 0 1 2 3 
[    0.045761] [      T0] Kernel command line: initrd=\EFI\Pingu\boot\init-7.2-pingu.img quiet net.ifnames=0 loop.max_part=7 root=/dev/sda5 resume=swap:/dev/sda4 mitigations=off log_buf_len=128k splash systemd.show-status=0
[    0.046185] [      T0] Unknown kernel command line parameters "splash", will be passed to user space.
[    0.046200] [      T0] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[    0.047218] [      T0] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.047732] [      T0] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.047960] [      T0] software IO TLB: area num 4.
[    0.080411] [      T0] Fallback order for Node 0: 0 
[    0.080425] [      T0] Built 1 zonelists, mobility grouping on.  Total pages: 1026200
[    0.080430] [      T0] Policy zone: Normal
[    0.080434] [      T0] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.105177] [      T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.105354] [      T0] Dynamic Preempt: full
[    0.105459] [      T0] rcu: Preemptible hierarchical RCU implementation.
[    0.105462] [      T0] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.105467] [      T0] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.105469] [      T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.105501] [      T0] NR_IRQS: 4352, nr_irqs: 456, preallocated irqs: 16
[    0.105811] [      T0] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.105864] [      T0] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.105988] [      T0] Console: colour dummy device 80x25
[    0.105997] [      T0] printk: legacy console [tty0] enabled
[    0.106120] [      T0] ACPI: Core revision 20260408
[    0.106377] [      T0] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.106406] [      T0] APIC: Switch to symmetric I/O mode setup
[    0.106488] [      T0] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.107016] [      T0] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.126406] [      T0] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x21147751ade, max_idle_ns: 440795244850 ns
[    0.126423] [      T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.84 BogoMIPS (lpj=9179684)
[    0.126501] [      T0] CPU0: Thermal monitoring enabled (TM1)
[    0.126555] [      T0] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.126560] [      T0] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.126576] [      T0] process: using mwait in idle threads
[    0.126583] [      T0] mitigations: Enabled attack vectors: SMT mitigations: off
[    0.126592] [      T0] Speculative Store Bypass: Vulnerable
[    0.126597] [      T0] Spectre V2 : Vulnerable
[    0.126600] [      T0] Spectre V2 : User space: Vulnerable
[    0.126604] [      T0] MDS: Vulnerable
[    0.126607] [      T0] VMSCAPE: Vulnerable
[    0.126610] [      T0] Spectre V1 : Vulnerable: __user pointer sanitization and usercopy barriers only; no swapgs barriers
[    0.126626] [      T0] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.126631] [      T0] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.126635] [      T0] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.126639] [      T0] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.126644] [      T0] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.193454] [      T0] pid_max: default: 32768 minimum: 301
[    0.193646] [      T0] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.193666] [      T0] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.193847] [      T0] VFS: Finished mounting rootfs on nullfs
[    0.194571] [      T1] smpboot: CPU0: Intel(R) Core(TM) i5-2415M CPU @ 2.30GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[    0.195235] [      T1] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.195286] [      T1] ... version:                   3
[    0.195290] [      T1] ... bit width:                 48
[    0.195293] [      T1] ... generic counters:          4
[    0.195296] [      T1] ... generic bitmap:            000000000000000f
[    0.195299] [      T1] ... fixed-purpose counters:    3
[    0.195302] [      T1] ... fixed-purpose bitmap:      0000000000000007
[    0.195305] [      T1] ... value mask:                0000ffffffffffff
[    0.195309] [      T1] ... max period:                00007fffffffffff
[    0.195312] [      T1] ... global_ctrl mask:          000000070000000f
[    0.195820] [      T1] signal: max sigframe size: 1776
[    0.195859] [      T1] Estimated ratio of average max frequency by base frequency (times 1024): 1202
[    0.195951] [      T1] rcu: Hierarchical SRCU implementation.
[    0.195955] [      T1] rcu: 	Max phase no-delay instances is 1000.
[    0.196112] [      T1] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.196586] [      T1] smp: Bringing up secondary CPUs ...
[    0.196926] [      T1] smpboot: x86: Booting SMP configuration:
[    0.196931] [      T1] .... node  #0, CPUs:      #1 #2 #3
[    0.204418] [      T1] smp: Brought up 1 node, 4 CPUs
[    0.204418] [      T1] smpboot: Total of 4 processors activated (18359.36 BogoMIPS)
[    0.206624] [      T1] Memory: 3839540K/4104800K available (15737K kernel code, 1107K rwdata, 5148K rodata, 2524K init, 412K bss, 261064K reserved, 0K cma-reserved)
[    0.206956] [      T1] devtmpfs: initialized
[    0.207380] [      T1] ACPI: PM: Registering ACPI NVS region [mem 0x8ad34000-0x8ad5efff] (176128 bytes)
[    0.207380] [      T1] posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.207380] [      T1] futex hash table entries: 1024 (65536 bytes on 1 NUMA nodes, total 64 KiB, linear).
[    0.207380] [      T1] xor: automatically using best checksumming function   avx       
[    0.207380] [      T1] PM: RTC time: 13:47:38, date: 2026-07-03
[    0.207608] [      T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.208254] [      T1] thermal_sys: Registered thermal governor 'fair_share'
[    0.208260] [      T1] thermal_sys: Registered thermal governor 'bang_bang'
[    0.208264] [      T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.208267] [      T1] thermal_sys: Registered thermal governor 'user_space'
[    0.208295] [      T1] cpuidle: using governor ladder
[    0.208295] [      T1] cpuidle: using governor menu
[    0.210519] [      T1] Freeing SMP alternatives memory: 52K
[    0.223829] [      T1] efi: Freeing EFI boot services memory: 85876K
[    0.223854] [      T1] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.224058] [      T1] PCI: ECAM [mem 0xe0000000-0xe9bfffff] (base 0xe0000000) for domain 0000 [bus 00-9b]
[    0.224100] [      T1] PCI: Using configuration type 1 for base access
[    0.224331] [      T1] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.224400] [      T1] raid6: using ssse3x2 recovery algorithm
[    0.290423] [      T1] raid6: sse2x1   gen()  3109 MB/s
[    0.358424] [      T1] raid6: sse2x2   gen()  3945 MB/s
[    0.426424] [      T1] raid6: sse2x4   gen()  3716 MB/s
[    0.426541] [      T1] raid6: using algorithm sse2x2 gen() 3945 MB/s
[    0.494431] [      T1] raid6: .... xor() 2200 MB/s, rmw enabled
[    0.494620] [      T1] ACPI: Disabled all _OSI OS vendors
[    0.494628] [      T1] ACPI: Added _OSI(Module Device)
[    0.494632] [      T1] ACPI: Added _OSI(Processor Device)
[    0.494636] [      T1] ACPI: Added _OSI(Processor Aggregator Device)
[    0.494642] [      T1] ACPI: Added _OSI(Darwin)
[    0.507444] [      T1] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.508744] [      T1] ACPI: EC: EC started
[    0.508748] [      T1] ACPI: EC: interrupt blocked
[    0.509364] [      T1] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.509369] [      T1] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.510696] [      T1] ACPI: BIOS _OSI(Darwin) query honored via DMI
[    0.510798] [      T1] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.514481] [      T1] ACPI: \_SB_: platform _OSC: OS support mask [006e7eff]
[    0.515398] [      T1] ACPI: Dynamic OEM Table Load:
[    0.515423] [      T1] ACPI: SSDT 0xFFFF8C82C0310000 000781 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.517332] [      T1] ACPI: Dynamic OEM Table Load:
[    0.517352] [      T1] ACPI: SSDT 0xFFFF8C82C0341400 0003A4 (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.519512] [      T1] ACPI: Dynamic OEM Table Load:
[    0.519529] [      T1] ACPI: SSDT 0xFFFF8C82C010FE00 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.522001] [      T1] ACPI: Interpreter enabled
[    0.522055] [      T1] ACPI: PM: (supports S0 S3 S4 S5)
[    0.522060] [      T1] ACPI: Using IOAPIC for interrupt routing
[    0.523415] [      T1] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.523422] [      T1] PCI: Using E820 reservations for host bridge windows
[    0.523969] [      T1] ACPI: Enabled 7 GPEs in block 00 to 3F
[    0.545262] [      T1] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.545283] [      T1] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
[    0.545315] [      T1] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xe0000000-0xe9bfffff] for domain 0000 [bus 00-9b] only partially covers this bridge
[    0.546357] [      T1] PCI host bridge to bus 0000:00
[    0.546371] [      T1] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.546379] [      T1] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.546387] [      T1] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    0.546392] [      T1] pci_bus 0000:00: root bus resource [mem 0x8fa00000-0xfeafffff window]
[    0.546399] [      T1] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.546409] [      T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.546452] [      T1] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000 conventional PCI endpoint
[    0.546748] [      T1] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400 PCIe Root Port
[    0.546779] [      T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.546789] [      T1] pci 0000:00:01.0:   bridge window [mem 0xa0800000-0xa08fffff]
[    0.546871] [      T1] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.547128] [      T1] pci 0000:00:01.1: [8086:0105] type 01 class 0x060400 PCIe Root Port
[    0.547159] [      T1] pci 0000:00:01.1: PCI bridge to [bus 05-9b]
[    0.547167] [      T1] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.547174] [      T1] pci 0000:00:01.1:   bridge window [mem 0xa0a00000-0xa4efffff]
[    0.547187] [      T1] pci 0000:00:01.1:   bridge window [mem 0xa4f00000-0xa8efffff 64bit pref]
[    0.547255] [      T1] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.547521] [      T1] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000 conventional PCI endpoint
[    0.547564] [      T1] pci 0000:00:02.0: BAR 0 [mem 0xa0000000-0xa03fffff 64bit]
[    0.547573] [      T1] pci 0000:00:02.0: BAR 2 [mem 0x90000000-0x9fffffff 64bit pref]
[    0.547579] [      T1] pci 0000:00:02.0: BAR 4 [io  0x2000-0x203f]
[    0.547605] [      T1] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.548081] [      T1] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000 conventional PCI endpoint
[    0.548176] [      T1] pci 0000:00:16.0: BAR 0 [mem 0xa0907100-0xa090710f 64bit]
[    0.548268] [      T1] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.548448] [      T1] pci 0000:00:1a.0: [8086:1c2c] type 00 class 0x0c0300 conventional PCI endpoint
[    0.548548] [      T1] pci 0000:00:1a.0: BAR 4 [io  0x2120-0x213f]
[    0.548825] [      T1] pci 0000:00:1a.7: [8086:1c2d] type 00 class 0x0c0320 conventional PCI endpoint
[    0.548916] [      T1] pci 0000:00:1a.7: BAR 0 [mem 0xa0906c00-0xa0906fff]
[    0.549016] [      T1] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.549890] [      T1] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    0.549982] [      T1] pci 0000:00:1b.0: BAR 0 [mem 0xa0900000-0xa0903fff 64bit]
[    0.550106] [      T1] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.550544] [      T1] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 PCIe Root Port
[    0.550608] [      T1] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.550625] [      T1] pci 0000:00:1c.0:   bridge window [mem 0xa0700000-0xa07fffff]
[    0.550650] [      T1] pci 0000:00:1c.0:   bridge window [mem 0xa0400000-0xa04fffff 64bit pref]
[    0.550792] [      T1] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.551089] [      T1] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400 PCIe Root Port
[    0.551152] [      T1] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.551168] [      T1] pci 0000:00:1c.1:   bridge window [mem 0xa0600000-0xa06fffff]
[    0.551325] [      T1] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.551632] [      T1] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400 PCIe Root Port
[    0.551695] [      T1] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.551711] [      T1] pci 0000:00:1c.2:   bridge window [mem 0xa0500000-0xa05fffff]
[    0.551868] [      T1] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.552151] [      T1] pci 0000:00:1d.0: [8086:1c27] type 00 class 0x0c0300 conventional PCI endpoint
[    0.552251] [      T1] pci 0000:00:1d.0: BAR 4 [io  0x20c0-0x20df]
[    0.552530] [      T1] pci 0000:00:1d.7: [8086:1c26] type 00 class 0x0c0320 conventional PCI endpoint
[    0.552621] [      T1] pci 0000:00:1d.7: BAR 0 [mem 0xa0906800-0xa0906bff]
[    0.552722] [      T1] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.553550] [      T1] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100 conventional PCI endpoint
[    0.553954] [      T1] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601 conventional PCI endpoint
[    0.554045] [      T1] pci 0000:00:1f.2: BAR 0 [io  0x2148-0x214f]
[    0.554053] [      T1] pci 0000:00:1f.2: BAR 1 [io  0x215c-0x215f]
[    0.554059] [      T1] pci 0000:00:1f.2: BAR 2 [io  0x2140-0x2147]
[    0.554066] [      T1] pci 0000:00:1f.2: BAR 3 [io  0x2158-0x215b]
[    0.554073] [      T1] pci 0000:00:1f.2: BAR 4 [io  0x2060-0x207f]
[    0.554080] [      T1] pci 0000:00:1f.2: BAR 5 [mem 0xa0906000-0xa09067ff]
[    0.554179] [      T1] pci 0000:00:1f.2: PME# supported from D3hot
[    0.554405] [      T1] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500 conventional PCI endpoint
[    0.554501] [      T1] pci 0000:00:1f.3: BAR 0 [mem 0xa0907000-0xa09070ff 64bit]
[    0.554515] [      T1] pci 0000:00:1f.3: BAR 4 [io  0xefa0-0xefbf]
[    0.554828] [      T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.554972] [      T1] pci 0000:05:00.0: [8086:1513] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.555012] [      T1] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    0.555027] [      T1] pci 0000:05:00.0:   bridge window [mem 0xa0a00000-0xa0efffff]
[    0.555057] [      T1] pci 0000:05:00.0: enabling Extended Tags
[    0.555148] [      T1] pci 0000:05:00.0: supports D1 D2
[    0.555153] [      T1] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.555592] [      T1] pci 0000:00:01.1: PCI bridge to [bus 05-9b]
[    0.555885] [      T1] acpiphp: Slot [3] registered
[    0.555972] [      T1] acpiphp: Slot [4] registered
[    0.556040] [      T1] pci 0000:06:00.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.556082] [      T1] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.556097] [      T1] pci 0000:06:00.0:   bridge window [mem 0xa0c00000-0xa0cfffff]
[    0.556129] [      T1] pci 0000:06:00.0: enabling Extended Tags
[    0.556228] [      T1] pci 0000:06:00.0: supports D1 D2
[    0.556232] [      T1] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.556528] [      T1] pci 0000:06:03.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.556568] [      T1] pci 0000:06:03.0: PCI bridge to [bus 08]
[    0.556583] [      T1] pci 0000:06:03.0:   bridge window [mem 0xa0b00000-0xa0bfffff]
[    0.556614] [      T1] pci 0000:06:03.0: enabling Extended Tags
[    0.556713] [      T1] pci 0000:06:03.0: supports D1 D2
[    0.556717] [      T1] pci 0000:06:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.556985] [      T1] pci 0000:06:04.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.557024] [      T1] pci 0000:06:04.0: PCI bridge to [bus 09-39]
[    0.557039] [      T1] pci 0000:06:04.0:   bridge window [mem 0xa0d00000-0xa0dfffff]
[    0.557070] [      T1] pci 0000:06:04.0: enabling Extended Tags
[    0.557167] [      T1] pci 0000:06:04.0: supports D1 D2
[    0.557171] [      T1] pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.557444] [      T1] pci 0000:06:05.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.557483] [      T1] pci 0000:06:05.0: PCI bridge to [bus 3a-6a]
[    0.557498] [      T1] pci 0000:06:05.0:   bridge window [mem 0xa0e00000-0xa0efffff]
[    0.557529] [      T1] pci 0000:06:05.0: enabling Extended Tags
[    0.557625] [      T1] pci 0000:06:05.0: supports D1 D2
[    0.557629] [      T1] pci 0000:06:05.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.557903] [      T1] pci 0000:06:06.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.557942] [      T1] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    0.557957] [      T1] pci 0000:06:06.0:   bridge window [mem 0xa0a00000-0xa0afffff]
[    0.557988] [      T1] pci 0000:06:06.0: enabling Extended Tags
[    0.558084] [      T1] pci 0000:06:06.0: supports D1 D2
[    0.558089] [      T1] pci 0000:06:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.558352] [      T1] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    0.558497] [      T1] acpiphp: Slot [1] registered
[    0.558559] [      T1] pci 0000:07:00.0: [8086:1513] type 00 class 0x088000 PCIe Endpoint
[    0.558632] [      T1] pci 0000:07:00.0: BAR 0 [mem 0xa0c00000-0xa0c3ffff]
[    0.558640] [      T1] pci 0000:07:00.0: BAR 1 [mem 0xa0c40000-0xa0c40fff]
[    0.558663] [      T1] pci 0000:07:00.0: enabling Extended Tags
[    0.558796] [      T1] pci 0000:07:00.0: supports D1 D2
[    0.558801] [      T1] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.559639] [      T1] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.559744] [      T1] pci 0000:06:03.0: PCI bridge to [bus 08]
[    0.559861] [      T1] pci 0000:06:04.0: PCI bridge to [bus 09-39]
[    0.559981] [      T1] pci 0000:06:05.0: PCI bridge to [bus 3a-6a]
[    0.560077] [      T1] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    0.560426] [      T1] pci 0000:02:00.0: [14e4:16b4] type 00 class 0x020000 PCIe Endpoint
[    0.560581] [      T1] pci 0000:02:00.0: BAR 0 [mem 0xa0400000-0xa040ffff 64bit pref]
[    0.560593] [      T1] pci 0000:02:00.0: BAR 2 [mem 0xa0410000-0xa041ffff 64bit pref]
[    0.560853] [      T1] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.561290] [      T1] pci 0000:02:00.1: [14e4:16bc] type 00 class 0x080501 PCIe Endpoint
[    0.561441] [      T1] pci 0000:02:00.1: BAR 0 [mem 0xa0420000-0xa042ffff 64bit pref]
[    0.561682] [      T1] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[    0.562117] [      T1] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.562399] [      T1] pci 0000:03:00.0: [14e4:4331] type 00 class 0x028000 PCIe Endpoint
[    0.562603] [      T1] pci 0000:03:00.0: BAR 0 [mem 0xa0600000-0xa0603fff 64bit]
[    0.562662] [      T1] pci 0000:03:00.0: enabling Extended Tags
[    0.562945] [      T1] pci 0000:03:00.0: supports D1 D2
[    0.563373] [      T1] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.563598] [      T1] pci 0000:04:00.0: [11c1:5901] type 00 class 0x0c0010 PCIe Endpoint
[    0.563724] [      T1] pci 0000:04:00.0: BAR 0 [mem 0xa0500000-0xa0500fff 64bit]
[    0.563931] [      T1] pci 0000:04:00.0: supports D1 D2
[    0.563936] [      T1] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.564798] [      T1] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.573738] [      T1] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.573747] [      T1] ACPI: PCI: Interrupt link LNKA disabled
[    0.573914] [      T1] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.573919] [      T1] ACPI: PCI: Interrupt link LNKB disabled
[    0.574080] [      T1] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.574085] [      T1] ACPI: PCI: Interrupt link LNKC disabled
[    0.574244] [      T1] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.574249] [      T1] ACPI: PCI: Interrupt link LNKD disabled
[    0.574412] [      T1] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.574415] [      T1] ACPI: PCI: Interrupt link LNKE disabled
[    0.574592] [      T1] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.574597] [      T1] ACPI: PCI: Interrupt link LNKF disabled
[    0.574756] [      T1] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.574760] [      T1] ACPI: PCI: Interrupt link LNKG disabled
[    0.574918] [      T1] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.574922] [      T1] ACPI: PCI: Interrupt link LNKH disabled
[    0.575767] [      T1] ACPI: EC: interrupt unblocked
[    0.575773] [      T1] ACPI: EC: event unblocked
[    0.575778] [      T1] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.575782] [      T1] ACPI: EC: GPE=0x17
[    0.575788] [      T1] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
[    0.575795] [      T1] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[    0.575941] [      T1] iommu: Default domain type: Translated
[    0.575946] [      T1] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.576004] [      T1] SCSI subsystem initialized
[    0.576004] [      T1] libata version 3.00 loaded.
[    0.583987] [      T1] efivars: Registered efivars operations
[    0.583987] [      T1] PCI: Using ACPI for IRQ routing
[    0.586685] [      T1] PCI: pci_cache_line_size set to 64 bytes
[    0.586900] [      T1] e820: register RAM buffer resource [mem 0x0008e000-0x0008ffff]
[    0.586907] [      T1] e820: register RAM buffer resource [mem 0x8ad34000-0x8bffffff]
[    0.586913] [      T1] e820: register RAM buffer resource [mem 0x8ad6d000-0x8bffffff]
[    0.586918] [      T1] e820: register RAM buffer resource [mem 0x8ae5c000-0x8bffffff]
[    0.586923] [      T1] e820: register RAM buffer resource [mem 0x8aed7000-0x8bffffff]
[    0.586927] [      T1] e820: register RAM buffer resource [mem 0x8afa3000-0x8bffffff]
[    0.586931] [      T1] e820: register RAM buffer resource [mem 0x16fe00000-0x16fffffff]
[    0.590491] [      T1] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.590491] [      T1] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.590491] [      T1] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.590491] [      T1] vgaarb: loaded
[    0.590664] [      T1] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.590690] [      T1] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.592777] [      T1] clocksource: Switched to clocksource tsc-early
[    0.593008] [      T1] acpi PNP0C02:00: Skipped [io  0x002e-0x002f]
[    0.593008] [      T1] acpi PNP0C02:00: Skipped [io  0x004e-0x004f]
[    0.593008] [      T1] acpi PNP0C02:00: Skipped [io  0x0061]
[    0.593008] [      T1] acpi PNP0C02:00: Skipped [io  0x0063]
[    0.593008] [      T1] acpi PNP0C02:00: Skipped [io  0x0065]
[    0.593008] [      T1] acpi PNP0C02:00: Skipped [io  0x0067]
[    0.593008] [      T1] acpi PNP0C02:00: Skipped [io  0x0070]
[    0.593008] [      T1] acpi PNP0C02:00: Skipped [io  0x0080]
[    0.593008] [      T1] acpi PNP0C02:00: Skipped [io  0x0092]
[    0.593008] [      T1] acpi PNP0C02:00: Skipped [io  0x00b2-0x00b3]
[    0.593008] [      T1] acpi PNP0C02:00: Reserved [io  0x0680-0x069f]
[    0.593008] [      T1] acpi PNP0C02:00: Reserved [io  0x1000-0x100f]
[    0.593008] [      T1] acpi PNP0C02:00: Reserved [io  0xffff]
[    0.593008] [      T1] acpi PNP0C02:00: Reserved [io  0xffff]
[    0.593008] [      T1] acpi PNP0C02:00: Reserved [io  0x0400-0x047f]
[    0.593008] [      T1] acpi PNP0C02:00: Reserved [io  0x0500-0x057f]
[    0.593008] [      T1] acpi PNP0C02:00: Reserved [io  0x164e-0x164f]
[    0.593008] [      T1] acpi PNP0C02:01: Reserved [mem 0xfed1c000-0xfed1ffff]
[    0.593008] [      T1] acpi PNP0C02:01: Reserved [mem 0xfed10000-0xfed17fff]
[    0.593008] [      T1] acpi PNP0C02:01: Reserved [mem 0xfed18000-0xfed18fff]
[    0.593008] [      T1] acpi PNP0C02:01: Reserved [mem 0xfed19000-0xfed19fff]
[    0.593008] [      T1] acpi PNP0C02:01: Could not reserve [mem 0xe0000000-0xefffffff]
[    0.593008] [      T1] acpi PNP0C02:01: Reserved [mem 0xfed20000-0xfed3ffff]
[    0.593008] [      T1] acpi PNP0C02:01: Reserved [mem 0xfed90000-0xfed93fff]
[    0.593008] [      T1] acpi PNP0C02:01: Reserved [mem 0xfed45000-0xfed8ffff]
[    0.593008] [      T1] acpi PNP0C02:01: Could not reserve [mem 0xff000000-0xffffffff]
[    0.593008] [      T1] acpi PNP0C02:01: Reserved [mem 0xfee00000-0xfeefffff]
[    0.593008] [      T1] acpi PNP0C01:00: Reserved [mem 0x20000000-0x201fffff]
[    0.593008] [      T1] acpi PNP0C01:00: Reserved [mem 0x40000000-0x401fffff]
[    0.593008] [      T1] pnp: PnP ACPI init
[    0.593008] [      T1] pnp: PnP ACPI: found 1 devices
[    0.597571] [      T1] pci 0000:00:02.0: assigning 23 device properties
[    0.597621] [      T1] pci 0000:04:00.0: assigning 2 device properties
[    0.597649] [      T1] pci 0000:07:00.0: assigning 3 device properties
[    0.597674] [      T1] pci 0000:00:1b.0: assigning 4 device properties
[    0.602186] [      T1] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.602374] [      T1] NET: Registered PF_INET protocol family
[    0.602589] [      T1] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.606294] [      T1] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.606318] [      T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.606332] [      T1] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.606472] [      T1] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.607053] [      T1] TCP: Hash tables configured (established 32768 bind 32768)
[    0.607119] [      T1] UDP hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.607275] [      T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.607309] [      T1] pci 0000:06:03.0: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    0.607322] [      T1] pci 0000:06:03.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08] add_size 200000 add_align 100000
[    0.607332] [      T1] pci 0000:06:04.0: bridge window [io  0x1000-0x0fff] to [bus 09-39] add_size 1000
[    0.607339] [      T1] pci 0000:06:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09-39] add_size 200000 add_align 100000
[    0.607347] [      T1] pci 0000:06:05.0: bridge window [io  0x1000-0x0fff] to [bus 3a-6a] add_size 1000
[    0.607353] [      T1] pci 0000:06:05.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a-6a] add_size 200000 add_align 100000
[    0.607361] [      T1] pci 0000:06:06.0: bridge window [io  0x1000-0x0fff] to [bus 6b] add_size 1000
[    0.607367] [      T1] pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6b] add_size 200000 add_align 100000
[    0.607376] [      T1] pci 0000:05:00.0: bridge window [io  0x1000-0x0fff] to [bus 06-6b] add_size 4000
[    0.607385] [      T1] pci 0000:05:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06-6b] add_size 800000 add_align 100000
[    0.607407] [      T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.607417] [      T1] pci 0000:00:01.0:   bridge window [mem 0xa0800000-0xa08fffff]
[    0.607437] [      T1] pci 0000:05:00.0: bridge window [mem 0xa4f00000-0xa56fffff 64bit pref]: assigned
[    0.607444] [      T1] pci 0000:05:00.0: bridge window [io  size 0x4000]: can't assign; no space
[    0.607450] [      T1] pci 0000:05:00.0: bridge window [io  size 0x4000]: failed to assign
[    0.607458] [      T1] pci 0000:05:00.0: bridge window [io  size 0x4000]: can't assign; no space
[    0.607463] [      T1] pci 0000:05:00.0: bridge window [io  size 0x4000]: failed to assign
[    0.607475] [      T1] pci 0000:06:03.0: bridge window [mem 0xa4f00000-0xa50fffff 64bit pref]: assigned
[    0.607482] [      T1] pci 0000:06:04.0: bridge window [mem 0xa5100000-0xa52fffff 64bit pref]: assigned
[    0.607488] [      T1] pci 0000:06:05.0: bridge window [mem 0xa5300000-0xa54fffff 64bit pref]: assigned
[    0.607495] [      T1] pci 0000:06:06.0: bridge window [mem 0xa5500000-0xa56fffff 64bit pref]: assigned
[    0.607500] [      T1] pci 0000:06:03.0: bridge window [io  size 0x1000]: can't assign; no space
[    0.607505] [      T1] pci 0000:06:03.0: bridge window [io  size 0x1000]: failed to assign
[    0.607510] [      T1] pci 0000:06:04.0: bridge window [io  size 0x1000]: can't assign; no space
[    0.607514] [      T1] pci 0000:06:04.0: bridge window [io  size 0x1000]: failed to assign
[    0.607519] [      T1] pci 0000:06:05.0: bridge window [io  size 0x1000]: can't assign; no space
[    0.607523] [      T1] pci 0000:06:05.0: bridge window [io  size 0x1000]: failed to assign
[    0.607528] [      T1] pci 0000:06:06.0: bridge window [io  size 0x1000]: can't assign; no space
[    0.607532] [      T1] pci 0000:06:06.0: bridge window [io  size 0x1000]: failed to assign
[    0.607540] [      T1] pci 0000:06:06.0: bridge window [io  size 0x1000]: can't assign; no space
[    0.607545] [      T1] pci 0000:06:06.0: bridge window [io  size 0x1000]: failed to assign
[    0.607549] [      T1] pci 0000:06:05.0: bridge window [io  size 0x1000]: can't assign; no space
[    0.607554] [      T1] pci 0000:06:05.0: bridge window [io  size 0x1000]: failed to assign
[    0.607559] [      T1] pci 0000:06:04.0: bridge window [io  size 0x1000]: can't assign; no space
[    0.607563] [      T1] pci 0000:06:04.0: bridge window [io  size 0x1000]: failed to assign
[    0.607568] [      T1] pci 0000:06:03.0: bridge window [io  size 0x1000]: can't assign; no space
[    0.607572] [      T1] pci 0000:06:03.0: bridge window [io  size 0x1000]: failed to assign
[    0.607578] [      T1] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.607587] [      T1] pci 0000:06:00.0:   bridge window [mem 0xa0c00000-0xa0cfffff]
[    0.607602] [      T1] pci 0000:06:03.0: PCI bridge to [bus 08]
[    0.607610] [      T1] pci 0000:06:03.0:   bridge window [mem 0xa0b00000-0xa0bfffff]
[    0.607618] [      T1] pci 0000:06:03.0:   bridge window [mem 0xa4f00000-0xa50fffff 64bit pref]
[    0.607629] [      T1] pci 0000:06:04.0: PCI bridge to [bus 09-39]
[    0.607638] [      T1] pci 0000:06:04.0:   bridge window [mem 0xa0d00000-0xa0dfffff]
[    0.607646] [      T1] pci 0000:06:04.0:   bridge window [mem 0xa5100000-0xa52fffff 64bit pref]
[    0.607656] [      T1] pci 0000:06:05.0: PCI bridge to [bus 3a-6a]
[    0.607665] [      T1] pci 0000:06:05.0:   bridge window [mem 0xa0e00000-0xa0efffff]
[    0.607673] [      T1] pci 0000:06:05.0:   bridge window [mem 0xa5300000-0xa54fffff 64bit pref]
[    0.607683] [      T1] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    0.607692] [      T1] pci 0000:06:06.0:   bridge window [mem 0xa0a00000-0xa0afffff]
[    0.607699] [      T1] pci 0000:06:06.0:   bridge window [mem 0xa5500000-0xa56fffff 64bit pref]
[    0.607710] [      T1] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    0.607719] [      T1] pci 0000:05:00.0:   bridge window [mem 0xa0a00000-0xa0efffff]
[    0.607727] [      T1] pci 0000:05:00.0:   bridge window [mem 0xa4f00000-0xa56fffff 64bit pref]
[    0.607737] [      T1] pci 0000:00:01.1: PCI bridge to [bus 05-9b]
[    0.607743] [      T1] pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
[    0.607751] [      T1] pci 0000:00:01.1:   bridge window [mem 0xa0a00000-0xa4efffff]
[    0.607758] [      T1] pci 0000:00:01.1:   bridge window [mem 0xa4f00000-0xa8efffff 64bit pref]
[    0.607770] [      T1] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.607781] [      T1] pci 0000:00:1c.0:   bridge window [mem 0xa0700000-0xa07fffff]
[    0.607790] [      T1] pci 0000:00:1c.0:   bridge window [mem 0xa0400000-0xa04fffff 64bit pref]
[    0.607805] [      T1] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.607816] [      T1] pci 0000:00:1c.1:   bridge window [mem 0xa0600000-0xa06fffff]
[    0.607835] [      T1] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.607845] [      T1] pci 0000:00:1c.2:   bridge window [mem 0xa0500000-0xa05fffff]
[    0.607865] [      T1] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.607870] [      T1] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.607876] [      T1] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.607881] [      T1] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
[    0.607887] [      T1] pci_bus 0000:00: resource 7 [mem 0x8fa00000-0xfeafffff window]
[    0.607892] [      T1] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
[    0.607897] [      T1] pci_bus 0000:01: resource 1 [mem 0xa0800000-0xa08fffff]
[    0.607902] [      T1] pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
[    0.607907] [      T1] pci_bus 0000:05: resource 1 [mem 0xa0a00000-0xa4efffff]
[    0.607912] [      T1] pci_bus 0000:05: resource 2 [mem 0xa4f00000-0xa8efffff 64bit pref]
[    0.607918] [      T1] pci_bus 0000:06: resource 0 [io  size 0x4000]
[    0.607922] [      T1] pci_bus 0000:06: resource 1 [mem 0xa0a00000-0xa0efffff]
[    0.607927] [      T1] pci_bus 0000:06: resource 2 [mem 0xa4f00000-0xa56fffff 64bit pref]
[    0.607932] [      T1] pci_bus 0000:07: resource 1 [mem 0xa0c00000-0xa0cfffff]
[    0.607937] [      T1] pci_bus 0000:08: resource 0 [io  size 0x1000]
[    0.607941] [      T1] pci_bus 0000:08: resource 1 [mem 0xa0b00000-0xa0bfffff]
[    0.607946] [      T1] pci_bus 0000:08: resource 2 [mem 0xa4f00000-0xa50fffff 64bit pref]
[    0.607951] [      T1] pci_bus 0000:09: resource 0 [io  size 0x1000]
[    0.607956] [      T1] pci_bus 0000:09: resource 1 [mem 0xa0d00000-0xa0dfffff]
[    0.607961] [      T1] pci_bus 0000:09: resource 2 [mem 0xa5100000-0xa52fffff 64bit pref]
[    0.607966] [      T1] pci_bus 0000:3a: resource 0 [io  size 0x1000]
[    0.607970] [      T1] pci_bus 0000:3a: resource 1 [mem 0xa0e00000-0xa0efffff]
[    0.607975] [      T1] pci_bus 0000:3a: resource 2 [mem 0xa5300000-0xa54fffff 64bit pref]
[    0.607980] [      T1] pci_bus 0000:6b: resource 0 [io  size 0x1000]
[    0.607985] [      T1] pci_bus 0000:6b: resource 1 [mem 0xa0a00000-0xa0afffff]
[    0.607990] [      T1] pci_bus 0000:6b: resource 2 [mem 0xa5500000-0xa56fffff 64bit pref]
[    0.607995] [      T1] pci_bus 0000:02: resource 1 [mem 0xa0700000-0xa07fffff]
[    0.608000] [      T1] pci_bus 0000:02: resource 2 [mem 0xa0400000-0xa04fffff 64bit pref]
[    0.608005] [      T1] pci_bus 0000:03: resource 1 [mem 0xa0600000-0xa06fffff]
[    0.608010] [      T1] pci_bus 0000:04: resource 1 [mem 0xa0500000-0xa05fffff]
[    0.609782] [      T1] PCI: CLS 256 bytes, default 64
[    0.609821] [      T1] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.609825] [      T1] software IO TLB: mapped [mem 0x00000000814b1000-0x00000000854b1000] (64MB)
[    0.609990] [     T12] Trying to unpack rootfs image as initramfs...
[    0.611720] [      T1] Initialise system trusted keyrings
[    0.611883] [      T1] workingset: timestamp_bits=40 (anon: 35) max_order=20 bucket_order=0 (anon: 0)
[    0.612335] [      T1] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.662249] [      T1] async_tx: api initialized (async)
[    0.662262] [      T1] Key type asymmetric registered
[    0.662267] [      T1] Asymmetric key parser 'x509' registered
[    0.662270] [      T1] Asymmetric key parser 'pkcs8' registered
[    0.662336] [      T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.670696] [      T1] pcieport 0000:00:01.0: enabling device (0000 -> 0002)
[    0.673088] [      T1] pcieport 0000:06:03.0: enabling device (0000 -> 0002)
[    0.673250] [      T1] pcieport 0000:06:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
[    0.673729] [      T1] pcieport 0000:06:04.0: enabling device (0000 -> 0002)
[    0.673919] [      T1] pcieport 0000:06:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
[    0.674283] [      T1] pcieport 0000:06:05.0: enabling device (0000 -> 0002)
[    0.674521] [      T1] pcieport 0000:06:05.0: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
[    0.674873] [      T1] pcieport 0000:06:06.0: enabling device (0000 -> 0002)
[    0.675090] [      T1] pcieport 0000:06:06.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
[    0.676001] [      T1] ACPI: AC: AC Adapter [ADP1] (on-line)
[    0.676290] [      T1] input: Lid Switch as /devices/platform/PNP0C0D:00/input/input0
[    0.676338] [      T1] ACPI: button: Lid Switch [LID0]
[    0.676529] [      T1] input: Power Button as /devices/platform/PNP0C0C:00/input/input1
[    0.676621] [      T1] ACPI: button: Power Button [PWRB]
[    0.676844] [      T1] input: Sleep Button as /devices/platform/PNP0C0E:00/input/input2
[    0.676961] [      T1] ACPI: button: Sleep Button [SLPB]
[    0.677105] [      T1] input: Power Button as /devices/platform/LNXPWRBN:00/input/input3
[    0.677217] [      T1] ACPI: button: Power Button [PWRF]
[    0.739007] [      T1] ACPI: bus type drm_connector registered
[    0.739967] [      T1] i915 0000:00:02.0: [drm] Found sandybridge (device ID 0126) integrated display version 6.00 stepping N/A
[    0.740718] [      T1] i915 0000:00:02.0: vgaarb: deactivate vga console
[    0.815510] [      T1] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io:owns=io+mem
[    0.836095] [      T1] i915 0000:00:02.0: [drm] Skipping intel_backlight registration
[    0.837312] [      T1] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[    0.854970] [      T1] ACPI: video: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
[    0.855395] [      T1] input: Video Bus as /devices/pci0000:00/acpi.video_bus.1/input/input4
[    0.856978] [      T1] acpi device:10: registered as cooling_device6
[    1.160116] [      T1] fbcon: i915drmfb (fb0) is primary device
[    1.160126] [      T1] fbcon: Deferring console take-over
[    1.160136] [      T1] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    1.168919] [      T1] brd: module loaded
[    1.172792] [      T1] loop: module loaded
[    1.174081] [      T1] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
[    1.174097] [      T1] ahci 0000:00:1f.2: 2/6 ports implemented (port mask 0x3)
[    1.174103] [      T1] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    1.182524] [      T1] scsi host0: ahci
[    1.182998] [      T1] scsi host1: ahci
[    1.183425] [      T1] scsi host2: ahci
[    1.183856] [      T1] scsi host3: ahci
[    1.184282] [      T1] scsi host4: ahci
[    1.184749] [      T1] scsi host5: ahci
[    1.184943] [      T1] ata1: SATA max UDMA/133 abar m2048@0xa0906000 port 0xa0906100 irq 27 lpm-pol 0
[    1.184957] [      T1] ata2: SATA max UDMA/133 abar m2048@0xa0906000 port 0xa0906180 irq 27 lpm-pol 0
[    1.184965] [      T1] ata3: DUMMY
[    1.184970] [      T1] ata4: DUMMY
[    1.184974] [      T1] ata5: DUMMY
[    1.184979] [      T1] ata6: DUMMY
[    1.185550] [      T1] tun: Universal TUN/TAP device driver, 1.6
[    1.185925] [      T1] i8042: PNP: No PS/2 controller found.
[    1.186520] [      T1] mousedev: PS/2 mouse device common for all mice
[    1.187307] [      T1] rtc_cmos PNP0B00:00: RTC can wake from S4
[    1.187984] [      T1] rtc_cmos PNP0B00:00: registered as rtc0
[    1.188045] [      T1] rtc_cmos PNP0B00:00: setting system clock to 2026-07-03T13:47:39 UTC (1783086459)
[    1.188150] [      T1] rtc_cmos PNP0B00:00: alarms up to one month, y3k, 242 bytes nvram
[    1.188638] [      T1] intel_pstate: Intel P-state driver initializing
[    1.189116] [      T1] hid: raw HID events driver (C) Jiri Kosina
[    1.189687] [      T1] NET: Registered PF_INET6 protocol family
[    1.190581] [      T1] Segment Routing with IPv6
[    1.190635] [      T1] In-situ OAM (IOAM) with IPv6
[    1.190740] [      T1] NET: Registered PF_PACKET protocol family
[    1.190774] [      T1] Key type dns_resolver registered
[    1.191819] [      T1] microcode: Current revision: 0x0000002d
[    1.192048] [      T1] IPI shorthand broadcast: enabled
[    1.205401] [      T1] sched_clock: Marking stable (1204007533, 553422)->(1217024702, -12463747)
[    1.206301] [      T1] registered taskstats version 1
[    1.206310] [      T1] Loading compiled-in X.509 certificates
[    1.212745] [      T1] Demotion targets for Node 0: null
[    1.212853] [      T1] Key type .fscrypt registered
[    1.212859] [      T1] Key type fscrypt-provisioning registered
[    1.213720] [      T1] Btrfs loaded, zoned=no, fsverity=no
[    1.495079] [    T812] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.495443] [    T814] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.496315] [    T812] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[    1.497419] [    T814] ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[    1.497439] [    T814] ata2.00: ATAPI: MATSHITADVD-R   UJ-898, HE13, max UDMA/100
[    1.497447] [    T814] ata2.00: Features: HIPM DIPM
[    1.499984] [    T814] ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[    1.500009] [    T814] ata2.00: configured for UDMA/100
[    1.561898] [    T812] ata1.00: ATA-8: ST9320325ASG, 0009APM1, max UDMA/133
[    1.561920] [    T812] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.561934] [    T812] ata1.00: Features: HIPM DIPM
[    1.564196] [    T812] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[    1.564643] [    T812] ata1.00: configured for UDMA/133
[    1.565016] [    T684] scsi 0:0:0:0: Direct-Access     ATA      ST9320325ASG     APM1 PQ: 0 ANSI: 5
[    1.565893] [    T842] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    1.565933] [    T842] sd 0:0:0:0: [sda] Write Protect is off
[    1.565941] [    T842] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.565988] [    T842] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.570297] [    T842] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    1.573051] [     T51] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-898   HE13 PQ: 0 ANSI: 5
[    1.642578] [     T31] tsc: Refined TSC clocksource calibration: 2294.787 MHz
[    1.642608] [     T31] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2113f8b171d, max_idle_ns: 440795241185 ns
[    1.642794] [     T31] clocksource: Switched to clocksource tsc
[    1.667737] [    T842]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    1.668526] [    T842] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.565358] [     T12] Freeing initrd memory: 4340K
[    2.574468] [      T1] Key type encrypted registered
[    2.574613] [      T1] PM:   Magic number: 2:844:785
[    2.574757] [      T1] tty ptyq7: hash matches
[    2.575114] [      T1] clk: Disabling unused clocks
[    2.575124] [      T1] PM: genpd: Disabling unused power domains
[    2.576430] [      T1] Freeing unused kernel image (initmem) memory: 2524K
[    2.576467] [      T1] Write protecting the kernel read-only data: 22528k
[    2.577485] [      T1] Freeing unused kernel image (text/rodata gap) memory: 644K
[    2.578221] [      T1] Freeing unused kernel image (rodata/data gap) memory: 996K
[    2.578239] [      T1] Run /init as init process
[    2.578243] [      T1]   with arguments:
[    2.578247] [      T1]     /init
[    2.578251] [      T1]     splash
[    2.578255] [      T1]   with environment:
[    2.578258] [      T1]     HOME=/
[    2.578260] [      T1]     TERM=linux
[    2.580643] [      T1] pingu: init start
[    2.589175] [      T1] pingu: detection done
[    2.652757] [   T1295] PM: Image not found (code -22)
[    2.732508] [   T1296] EXT4-fs (sda5): mounted filesystem bb11d3ce-c175-4f79-b544-bb3e4da3ab07 r/w with ordered data mode. Quota mode: disabled.
[    2.732935] [      T1] pingu: user mounted
[    2.950950] [   T1302] fbcon: Taking over console
[    2.966305] [     T31] Console: switching to colour frame buffer device 160x50
[    3.040971] [      T1] pingu: splash done
[    4.661691] [      T1] systemd[1]: RTC configured in localtime, applying delta of -240 minutes to system time.
[    5.031799] [      T1] systemd[1]: Inserted module 'autofs4'
[    5.794553] [      T1] systemd[1]: systemd 257.13-1~deb13u1 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)
[    5.794580] [      T1] systemd[1]: Detected architecture x86-64.
[    5.836054] [      T1] systemd[1]: Hostname set to <MacBookPro81>.
[    5.962445] [      T1] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[    7.811369] [      T1] systemd[1]: Queued start job for default target graphical.target.
[    7.824017] [      T1] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    7.825431] [      T1] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    7.826202] [      T1] systemd[1]: Created slice user.slice - User and Session Slice.
[    7.826430] [      T1] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    7.826587] [      T1] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    7.827091] [      T1] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    7.827182] [      T1] systemd[1]: Expecting device dev-disk-by\x2dlabel-SWAP.device - /dev/disk/by-label/SWAP...
[    7.827218] [      T1] systemd[1]: Expecting device dev-sda1.device - /dev/sda1...
[    7.827368] [      T1] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    7.827426] [      T1] systemd[1]: Reached target slices.target - Slice Units.
[    7.830986] [      T1] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[    7.831293] [      T1] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    7.831615] [      T1] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    7.831936] [      T1] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[    7.832055] [      T1] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki
[    7.832123] [      T1] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki
[    7.832403] [      T1] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    7.832682] [      T1] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    7.833113] [      T1] systemd[1]: dev-hugepages.mount - Huge Pages File System skipped, unmet condition check ConditionPathExists=/sys/kernel/mm/hugepages
[    7.846417] [      T1] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    7.849171] [      T1] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[    7.851483] [      T1] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    7.851923] [      T1] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System skipped, unmet condition check ConditionPathExists=/sys/kernel/tracing
[    7.856513] [      T1] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    7.867914] [      T1] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    7.877338] [      T1] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    7.882637] [      T1] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    7.888841] [      T1] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    7.899867] [      T1] systemd[1]: Starting modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics...
[    7.900293] [      T1] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
[    7.901348] [      T1] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    7.901370] [      T1] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
[    7.911925] [      T1] systemd[1]: Starting systemd-journald.service - Journal Service...
[    7.936330] [      T1] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    7.936443] [      T1] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
[    7.945392] [      T1] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    7.945624] [      T1] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[    7.955453] [      T1] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[    7.963452] [      T1] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    7.975221] [      T1] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    7.980988] [      C1] random: crng init done
[    7.988083] [      T1] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    7.988972] [      T1] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    7.993165] [      T1] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    8.049389] [      T1] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    8.049948] [      T1] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    8.052418] [      T1] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    8.116956] [      T1] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    8.119848] [      T1] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    8.245634] [      T1] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    8.246228] [      T1] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[    8.246522] [      T1] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    8.247297] [      T1] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    8.247641] [      T1] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    8.280178] [   T1332] fuse: init (API version 7.45)
[    8.319047] [   T1331] pstore: Using crash dump compression: deflate
[    8.391668] [      T1] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc
[    8.395479] [      T1] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    8.395577] [      T1] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[    8.396975] [      T1] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    8.397789] [      T1] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    8.398891] [      T1] systemd[1]: modprobe@nvme_fabrics.service: Deactivated successfully.
[    8.399790] [      T1] systemd[1]: Finished modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics.
[    8.446944] [      T1] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    8.454528] [      T1] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[    8.491134] [   T1334] systemd-journald[1334]: Collecting audit messages is disabled.
[    8.545547] [   T1331] pstore: Registered efi_pstore as persistent store backend
[    8.548025] [      T1] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    8.548968] [      T1] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    8.549580] [      T1] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore
[    8.618964] [      T1] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[    8.699433] [      T1] systemd[1]: Started systemd-journald.service - Journal Service.
[    8.811684] [   T1334] systemd-journald[1334]: Received client request to flush runtime journal.
[   10.127414] [   T2586] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   10.130567] [   T2586] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[   10.531779] [   T2588] bcma-pci-bridge 0000:03:00.0: bus0: Found chip with id 0x4331, rev 0x02 and package 0x09
[   10.531851] [   T2588] bcma-pci-bridge 0000:03:00.0: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0)
[   10.531898] [   T2588] bcma-pci-bridge 0000:03:00.0: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1D, class 0x0)
[   10.531967] [   T2588] bcma-pci-bridge 0000:03:00.0: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x13, class 0x0)
[   10.570223] [   T2604] ACPI: bus type thunderbolt registered
[   10.580666] [   T2604] BUG: unable to handle page fault for address: fffffffffffffff8
[   10.580745] [   T2604] #PF: supervisor read access in kernel mode
[   10.580796] [   T2604] #PF: error_code(0x0000) - not-present page
[   10.580844] [   T2604] PGD 2ec19067 P4D 2ec19067 PUD 2ec1b067 PMD 0 
[   10.580915] [   T2604] Oops: Oops: 0000 [#1] SMP NOPTI
[   10.580929] [   T2603] acpi ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
[   10.580968] [   T2604] CPU: 3 UID: 0 PID: 2604 Comm: (udev-worker) Tainted: G S                  7.2-pingu #0~rc1 PREEMPT(full)  9f8aaa247129d19aebb6b0d19f7b648b1f9f7f36
[   10.581126] [   T2604] Tainted: [S]=CPU_OUT_OF_SPEC
[   10.581165] [   T2604] Hardware name: Apple Inc. MacBookPro8,1/Mac-94245B3640C91C81, BIOS    MBP81.88Z.0050.B00.1804101331 04/10/18
[   10.581248] [   T2604] RIP: 0010:complete+0x3a/0x70
[   10.581301] [   T2604] Code: 61 c8 00 48 89 c5 8b 03 83 f8 ff 74 05 83 c0 01 89 03 48 8b 53 10 48 8d 43 10 48 39 c2 74 29 48 8b 5b 10 31 d2 be 03 00 00 00 <48> 8b 7b f8 e8 4d e9 fd ff 48 8b 13 48 8b 43 08 48 89 42 08 48 89
[   10.581441] [   T2604] RSP: 0018:ffff92720020ba98 EFLAGS: 00010046
[   10.581496] [   T2604] RAX: ffff8c82c6a2b3b0 RBX: 0000000000000000 RCX: 000000000000000c
[   10.581559] [   T2604] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff8c82c6a2b3a8
[   10.581621] [   T2604] RBP: 0000000000000282 R08: 0000000000000000 R09: 0000000000000000
[   10.581681] [   T2604] R10: 0000000000000001 R11: ffff8c832ba20d80 R12: ffff8c82c6a2b3a8
[   10.581744] [   T2604] R13: ffff8c82c81f02b0 R14: 0000000000000000 R15: ffff8c82c6e53148
[   10.581808] [   T2604] FS:  00007ffaf52c99c0(0000) GS:ffff8c839ad88000(0000) knlGS:0000000000000000
[   10.581881] [   T2604] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   10.581935] [   T2604] CR2: fffffffffffffff8 CR3: 0000000105596002 CR4: 00000000000606f0
[   10.581999] [   T2604] Call Trace:
[   10.582032] [   T2604]  <TASK>
[   10.582061] [   T2604]  device_release+0x3a/0x90
[   10.582112] [   T2604]  kobject_put+0x8a/0x230
[   10.582166] [   T2604]  icm_probe+0xf2/0x550 [thunderbolt 2f2c536023810e0da91d9b6d6a63a9f9bf553e73]
[   10.582415] [   T2604]  nhi_probe+0x196/0x390 [thunderbolt 2f2c536023810e0da91d9b6d6a63a9f9bf553e73]
[   10.582620] [   T2604]  local_pci_probe+0x3c/0x90
[   10.582668] [   T2604]  pci_device_probe+0xb0/0x1d0
[   10.582715] [   T2604]  ? sysfs_do_create_link_sd+0x69/0xd0
[   10.582778] [   T2604]  really_probe+0xd1/0x3e0
[   10.582826] [   T2604]  ? __pfx___driver_attach+0x10/0x10
[   10.582878] [   T2604]  __driver_probe_device+0x80/0x180
[   10.582931] [   T2604]  driver_probe_device+0x1a/0x80
[   10.582983] [   T2604]  __driver_attach+0xca/0x1f0
[   10.583031] [   T2604]  bus_for_each_dev+0x6d/0xc0
[   10.583079] [   T2604]  bus_add_driver+0x11b/0x240
[   10.583128] [   T2604]  driver_register+0x50/0x100
[   10.583178] [   T2604]  ? __pfx_init_module+0x10/0x10 [thunderbolt 2f2c536023810e0da91d9b6d6a63a9f9bf553e73]
[   10.583404] [   T2604]  nhi_init+0x30/0xff0 [thunderbolt 2f2c536023810e0da91d9b6d6a63a9f9bf553e73]
[   10.583606] [   T2604]  ? __pfx_init_module+0x10/0x10 [thunderbolt 2f2c536023810e0da91d9b6d6a63a9f9bf553e73]
[   10.583805] [   T2604]  do_one_initcall+0x6b/0x2c0
[   10.583851] [   T2604]  ? do_init_module+0x1d/0x270
[   10.583895] [   T2604]  do_init_module+0x5b/0x270
[   10.583935] [   T2604]  init_module_from_file+0xc3/0xe0
[   10.583982] [   T2604]  idempotent_init_module+0xf7/0x2e0
[   10.584029] [   T2604]  __x64_sys_finit_module+0x68/0xe0
[   10.584075] [   T2604]  do_syscall_64+0xc2/0x550
[   10.586162] [   T2604]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[   10.588198] [   T2604] RIP: 0033:0x7ffaf5e277b9
[   10.590222] [   T2604] Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 27 66 0d 00 f7 d8 64 89 01 48
[   10.594678] [   T2604] RSP: 002b:00007ffd1d772f38 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   10.597004] [   T2604] RAX: ffffffffffffffda RBX: 0000561fac083800 RCX: 00007ffaf5e277b9
[   10.599213] [   T2604] RDX: 0000000000000000 RSI: 00007ffaf455a44d RDI: 0000000000000027
[   10.601423] [   T2604] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000561fac003030
[   10.603602] [   T2604] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffaf455a44d
[   10.605753] [   T2604] R13: 0000000000020000 R14: 0000561fac082060 R15: 0000000000000000
[   10.607706] [   T2604]  </TASK>
[   10.609330] [   T2604] Modules linked in: sbshc bcma(+) thunderbolt(+) usb_common sg efi_pstore nvme_fabrics fuse configfs efivarfs dmi_sysfs autofs4
[   10.610939] [   T2604] CR2: fffffffffffffff8
[   10.612390] [   T2604] ---[ end trace 0000000000000000 ]---
[   10.615077] [   T2588] bcma-pci-bridge 0000:03:00.0: bus0: Bus registered
[   10.636711] [      C0] clocksource: Watchdog remote CPU 3 read timed out
[   11.325652] [   T2604] RIP: 0010:complete+0x3a/0x70
[   11.327637] [   T2604] Code: 61 c8 00 48 89 c5 8b 03 83 f8 ff 74 05 83 c0 01 89 03 48 8b 53 10 48 8d 43 10 48 39 c2 74 29 48 8b 5b 10 31 d2 be 03 00 00 00 <48> 8b 7b f8 e8 4d e9 fd ff 48 8b 13 48 8b 43 08 48 89 42 08 48 89
[   11.331909] [   T2604] RSP: 0018:ffff92720020ba98 EFLAGS: 00010046
[   11.334079] [   T2604] RAX: ffff8c82c6a2b3b0 RBX: 0000000000000000 RCX: 000000000000000c
[   11.336256] [   T2604] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff8c82c6a2b3a8
[   11.338416] [   T2604] RBP: 0000000000000282 R08: 0000000000000000 R09: 0000000000000000
[   11.340554] [   T2604] R10: 0000000000000001 R11: ffff8c832ba20d80 R12: ffff8c82c6a2b3a8
[   11.342711] [   T2604] R13: ffff8c82c81f02b0 R14: 0000000000000000 R15: ffff8c82c6e53148
[   11.344896] [   T2604] FS:  00007ffaf52c99c0(0000) GS:ffff8c839ad88000(0000) knlGS:0000000000000000
[   11.347112] [   T2604] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.349315] [   T2604] CR2: fffffffffffffff8 CR3: 0000000105596003 CR4: 00000000000606f0
[   11.351546] [   T2604] note: (udev-worker)[2604] exited with irqs disabled
[   11.353828] [   T2604] note: (udev-worker)[2604] exited with preempt_count 1
[   11.409482] [   T2600] ACPI: bus type USB registered
[   11.414244] [   T2600] usbcore: registered new interface driver usbfs
[   11.416825] [   T2600] usbcore: registered new interface driver hub
[   11.418871] [   T2600] usbcore: registered new device driver usb
[   11.483901] [   T2585] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM957765) rev 57785100] (PCI Express) MAC address c8:2a:14:3d:df:0e
[   11.486472] [   T2585] tg3 0000:02:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[   11.489010] [   T2585] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[   11.491519] [   T2585] tg3 0000:02:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[   11.499349] [   T2596] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[   11.505851] [   T2596] cdrom: Uniform CD-ROM driver Revision: 3.20
[   11.558391] [   T2596] sr 1:0:0:0: Attached scsi CD-ROM sr0
[   11.624748] [   T2592] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[   11.627152] [   T2592] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[   11.629468] [   T2592] RAPL PMU: hw unit of domain package 2^-16 Joules
[   11.631501] [   T2592] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[   11.659358] [   T2595] applesmc: key=380 fan=1 temp=24 index=23 acc=1 lux=2 kbd=1
[   11.669541] [   T2595] input: applesmc as /devices/platform/applesmc.768/input/input5
[   11.672814] [   T2595] applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   11.692893] [   T2590] firewire_ohci 0000:04:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0, physUB
[   11.715794] [    T842] ehci-pci 0000:00:1a.7: EHCI Host Controller
[   11.718309] [    T842] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[   11.720351] [    T842] ehci-pci 0000:00:1a.7: debug port 2
[   11.724348] [     T12] i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
[   11.726886] [    T842] ehci-pci 0000:00:1a.7: irq 23, io mem 0xa0906c00
[   11.727297] [     T12] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   11.731654] [     T12] i2c i2c-9: Successfully instantiated SPD at 0x50
[   11.740634] [    T842] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   11.743088] [    T842] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.02
[   11.746290] [    T842] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.748924] [    T842] usb usb1: Product: EHCI Host Controller
[   11.750941] [    T842] usb usb1: Manufacturer: Linux 7.2-pingu ehci_hcd
[   11.753191] [    T842] usb usb1: SerialNumber: 0000:00:1a.7
[   11.756737] [    T842] hub 1-0:1.0: USB hub found
[   11.758842] [    T842] hub 1-0:1.0: 6 ports detected
[   11.761240] [    T690] ehci-pci 0000:00:1d.7: EHCI Host Controller
[   11.763306] [    T690] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[   11.765040] [    T690] ehci-pci 0000:00:1d.7: debug port 2
[   11.770572] [    T690] ehci-pci 0000:00:1d.7: irq 22, io mem 0xa0906800
[   11.784611] [    T690] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   11.786254] [    T690] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.02
[   11.787729] [    T690] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.789238] [    T690] usb usb2: Product: EHCI Host Controller
[   11.790701] [    T690] usb usb2: Manufacturer: Linux 7.2-pingu ehci_hcd
[   11.792157] [    T690] usb usb2: SerialNumber: 0000:00:1d.7
[   11.794929] [    T690] hub 2-0:1.0: USB hub found
[   11.797096] [    T690] hub 2-0:1.0: 8 ports detected
[   11.870322] [    T843] sdhci-pci 0000:02:00.1: SDHCI controller found [14e4:16bc] (rev 10)
[   11.889053] [    T843] mmc0: SDHCI controller on PCI [0000:02:00.1] using ADMA 64-bit
[   11.904163] [   T2601] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   11.905735] [   T2601] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[   11.907242] [   T2601] uhci_hcd 0000:00:1a.0: detected 2 ports
[   11.908921] [   T2601] uhci_hcd 0000:00:1a.0: irq 21, io port 0x00002120
[   11.910666] [   T2601] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 7.02
[   11.912167] [   T2601] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.914077] [   T2601] usb usb3: Product: UHCI Host Controller
[   11.915522] [   T2601] usb usb3: Manufacturer: Linux 7.2-pingu uhci_hcd
[   11.916980] [   T2601] usb usb3: SerialNumber: 0000:00:1a.0
[   11.918803] [   T2601] hub 3-0:1.0: USB hub found
[   11.920277] [   T2601] hub 3-0:1.0: 2 ports detected
[   11.922951] [   T2601] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   11.924866] [   T2601] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[   11.926341] [   T2601] uhci_hcd 0000:00:1d.0: detected 2 ports
[   11.927820] [   T2601] uhci_hcd 0000:00:1d.0: irq 19, io port 0x000020c0
[   11.929436] [   T2601] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 7.02
[   11.930846] [   T2601] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.932258] [   T2601] usb usb4: Product: UHCI Host Controller
[   11.933856] [   T2601] usb usb4: Manufacturer: Linux 7.2-pingu uhci_hcd
[   11.935211] [   T2601] usb usb4: SerialNumber: 0000:00:1d.0
[   11.936987] [   T2601] hub 4-0:1.0: USB hub found
[   11.938414] [   T2601] hub 4-0:1.0: 2 ports detected
[   12.008609] [     T74] usb 1-1: new high-speed USB device number 2 using ehci-pci
[   12.043071] [   T2593] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
[   12.045373] [    T728] usb 2-1: new high-speed USB device number 2 using ehci-pci
[   12.121257] [   T2594] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[   12.123025] [   T2594] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops 0xffffffff900c7c20)
[   12.155019] [     T74] usb 1-1: New USB device found, idVendor=0424, idProduct=2513, bcdDevice= b.b3
[   12.156357] [     T74] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   12.158880] [     T74] hub 1-1:1.0: USB hub found
[   12.160893] [     T74] hub 1-1:1.0: 3 ports detected
[   12.166292] [   T2591] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   12.184448] [   T2591] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   12.186676] [   T2591] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   12.188113] [   T2671] faux_driver regulatory: Requesting firmware: regulatory.db
[   12.193166] [    T728] usb 2-1: New USB device found, idVendor=0424, idProduct=2513, bcdDevice= b.b3
[   12.194563] [    T728] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   12.196605] [    T728] hub 2-1:1.0: USB hub found
[   12.200779] [    T728] hub 2-1:1.0: 2 ports detected
[   12.204551] [     T12] firewire_core 0000:04:00.0: created device fw0: GUID c82a14fffebcc254, S800, quirks 00000000
[   12.206974] [   T1348] firewire_core 0000:04:00.0: phy config: new root=ffc0, gap_count=63
[   12.280686] [     T74] usb 1-2: new high-speed USB device number 3 using ehci-pci
[   12.371222] [   T2822] snd_hda_codec_cs420x hdaudioC0D0: CS4206: picked fixup  for codec SSID 106b:1c00
[   12.373473] [   T2822] snd_hda_codec_cs420x hdaudioC0D0: autoconfig for CS4206: line_outs=2 (0xb/0xa/0x0/0x0/0x0) type:speaker
[   12.375471] [   T2822] snd_hda_codec_cs420x hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.377466] [   T2822] snd_hda_codec_cs420x hdaudioC0D0:    hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
[   12.379518] [   T2822] snd_hda_codec_cs420x hdaudioC0D0:    mono: mono_out=0x0
[   12.381521] [   T2822] snd_hda_codec_cs420x hdaudioC0D0:    dig-out=0x10/0x0
[   12.383037] [   T2822] snd_hda_codec_cs420x hdaudioC0D0:    inputs:
[   12.384411] [   T2822] snd_hda_codec_cs420x hdaudioC0D0:      Mic=0xd
[   12.385783] [   T2822] snd_hda_codec_cs420x hdaudioC0D0:      Line=0xc
[   12.438339] [     T74] usb 1-2: New USB device found, idVendor=05ac, idProduct=8509, bcdDevice= 5.16
[   12.439744] [     T74] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   12.441143] [     T74] usb 1-2: Product: FaceTime HD Camera (Built-in)
[   12.442472] [     T74] usb 1-2: Manufacturer: Apple Inc.
[   12.443818] [     T74] usb 1-2: SerialNumber: CC2B5H06L6DG6LL0
[   12.484642] [    T728] usb 2-1.1: new low-speed USB device number 3 using ehci-pci
[   12.500680] [   T2751] usb 1-1.1: new full-speed USB device number 4 using ehci-pci
[   12.559611] [   T2591] b43-phy0: Broadcom 4331 WLAN found (core revision 29)
[   12.561845] [   T2591] b43-phy0: Found PHY: Analog 9, Type 7 (HT), Revision 1
[   12.563235] [   T2591] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2059, Revision 0, Version 1
[   12.564626] [   T2591] b43-phy0 warning: 5 GHz band is unsupported on this PHY
[   12.566496] [     T31] b43 bcma0:1: Requesting firmware: b43/ucode29_mimo.fw
[   12.568184] [   T2591] Broadcom 43xx driver loaded [ Features: PNLS ]
[   12.586702] [    T728] usb 2-1.1: New USB device found, idVendor=05ac, idProduct=8242, bcdDevice= 0.16
[   12.588124] [    T728] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.589553] [    T728] usb 2-1.1: Product: IR Receiver
[   12.590922] [    T728] usb 2-1.1: Manufacturer: Apple Computer, Inc.
[   12.593657] [   T2671] faux_driver regulatory: Requesting firmware: regulatory.db.p7s
[   12.613877] [     T73] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[   12.617451] [     T73] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   12.620388] [   T2751] usb 1-1.1: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
[   12.620396] [     T73] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   12.621134] [     T73] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   12.622388] [   T2751] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.623270] [     T20] intel_rapl_common: Found RAPL domain package
[   12.623280] [     T20] intel_rapl_common: Found RAPL domain core
[   12.623286] [     T20] intel_rapl_common: Found RAPL domain uncore
[   12.624815] [     T73] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   12.630078] [   T2751] usb 1-1.1: Product: BRCM2070 Hub
[   12.642614] [   T2751] usb 1-1.1: Manufacturer: Apple Inc.
[   12.644790] [   T2751] hub 1-1.1:1.0: USB hub found
[   12.647018] [   T2751] hub 1-1.1:1.0: 3 ports detected
[   12.681219] [   T2596] usbcore: registered new interface driver usbhid
[   12.682642] [   T2596] usbhid: USB HID core driver
[   12.706724] [   T2596] hid-generic 0003:05AC:8242.0001: hidraw0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.7-1.1/input0
[   12.736513] [   T2778] b43 bcma0:1: Requesting firmware: b43/ht0initvals29.fw
[   12.736640] [   T2751] usb 1-1.2: new full-speed USB device number 5 using ehci-pci
[   12.766431] [   T2583] mc: Linux media interface: v0.10
[   12.786063] [   T2778] b43 bcma0:1: Requesting firmware: b43/ht0bsinitvals29.fw
[   12.790492] [   T2778] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   12.859665] [   T2751] usb 1-1.2: New USB device found, idVendor=05ac, idProduct=0245, bcdDevice= 1.08
[   12.861352] [   T2751] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.862717] [   T2751] usb 1-1.2: Product: Apple Internal Keyboard / Trackpad
[   12.864062] [   T2751] usb 1-1.2: Manufacturer: Apple Inc.
[   12.874821] [   T2583] videodev: Linux video capture interface: v2.00
[   12.928710] [     T31] usb 1-1.1.1: new full-speed USB device number 6 using ehci-pci
[   12.980149] [   T2595] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:0245.0002/input/input12
[   12.991468] [   T2599] input: bcm5974 as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.2/input/input13
[   13.028311] [     T31] usb 1-1.1.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
[   13.029883] [     T31] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   13.034947] [     T31] input: HID 05ac:820a as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/0003:05AC:820A.0004/input/input14
[   13.037153] [   T2595] apple 0003:05AC:0245.0002: input,hidraw1: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input0
[   13.037700] [   T2599] usbcore: registered new interface driver bcm5974
[   13.041946] [   T2595] apple 0003:05AC:0245.0003: hidraw2: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input1
[   13.097290] [     T31] hid-generic 0003:05AC:820A.0004: input,hidraw3: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1a.7-1.1.1/input0
[   13.125068] [   T2583] uvcvideo 1-2:1.0: Found UVC 1.00 device FaceTime HD Camera (Built-in) (05ac:8509)
[   13.155673] [   T2583] usbcore: registered new interface driver uvcvideo
[   13.168636] [     T31] usb 1-1.1.2: new full-speed USB device number 7 using ehci-pci
[   13.270177] [     T31] usb 1-1.1.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
[   13.272855] [     T31] usb 1-1.1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   13.278673] [     T31] input: HID 05ac:820b as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:05AC:820B.0005/input/input15
[   13.281708] [     T31] hid-generic 0003:05AC:820B.0005: input,hidraw4: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1a.7-1.1.2/input0
[   13.360711] [     T31] usb 1-1.1.3: new full-speed USB device number 8 using ehci-pci
[   13.461624] [     T31] usb 1-1.1.3: New USB device found, idVendor=05ac, idProduct=821a, bcdDevice= 0.42
[   13.463457] [     T31] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   13.465300] [     T31] usb 1-1.1.3: Product: Bluetooth USB Host Controller
[   13.467054] [     T31] usb 1-1.1.3: Manufacturer: Apple Inc.
[   13.774919] [   T2583] Bluetooth: Core ver 2.22
[   13.776778] [   T2583] NET: Registered PF_BLUETOOTH protocol family
[   13.778925] [   T2583] Bluetooth: HCI device and connection manager initialized
[   13.780701] [   T2583] Bluetooth: HCI socket layer initialized
[   13.782605] [   T2583] Bluetooth: L2CAP socket layer initialized
[   13.784325] [   T2583] Bluetooth: SCO socket layer initialized
[   14.358261] [   T2583] usbcore: registered new interface driver btusb
[   14.419852] [     T73] usb 1-1.1.1: USB disconnect, device number 6
[   14.466316] [   T2722] Bluetooth: hci0: BCM: chip id 19 build 0847
[   14.470364] [   T2722] Bluetooth: hci0: BCM: product 05ac:821a
[   14.474358] [   T2722] Bluetooth: hci0: BCM: features 0x07
[   14.493307] [   T2722] Bluetooth: hci0: Apple Bluetooth Device
[   14.661331] [     T73] usb 1-1.1.2: USB disconnect, device number 7
[   15.152439] [   T3109] Adding 2097148k swap on /dev/sda4.  Priority:-1 extents:1 across:2097148k 
[   21.384702] [   T3223] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[   21.712707] [   T3223] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[   24.004850] [   T3223] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[   24.152906] [   T3224] wlan0: authenticate with 6c:19:8f:cc:87:1c (local address=e4:ce:8f:2a:81:f2)
[   24.152935] [   T3224] wlan0: send auth to 6c:19:8f:cc:87:1c (try 1/3)
[   24.154512] [    T842] wlan0: authenticated
[   24.156633] [    T842] wlan0: associate with 6c:19:8f:cc:87:1c (try 1/3)
[   24.159436] [     T12] wlan0: RX AssocResp from 6c:19:8f:cc:87:1c (capab=0x431 status=0 aid=3)
[   24.159584] [     T12] wlan0: associated
[   47.579761] [   T3688] warning: `eeeweather' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-08 20:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-08 20:09 [Regression] Kernel 7.2-rc : thunderbolt crash on startup Woody Suwalski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox