* PROBLEM: i915 leaks DP connector with static kernel
@ 2025-12-09 13:26 Norbert Lange
2025-12-09 13:33 ` Jani Nikula
0 siblings, 1 reply; 2+ messages in thread
From: Norbert Lange @ 2025-12-09 13:26 UTC (permalink / raw)
To: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin,
David Airlie, Simona Vetter, intel-gfx@lists.freedesktop.org,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
[-- Attachment #1.1: Type: text/plain, Size: 5429 bytes --]
Hello, I am building upstream 6.18 as static kernel, and booting a
initramfs with the needed firmware.
The relevant files are attached, BUG occurs as soon as the i915 module
is initialized,
the attached Monitor just stays blank.
Errors start with:
[ 0.320330] i915 0000:00:02.0: [drm] Found broxton (device ID 5a85)
integrated display version 9.00 stepping E0
[ 0.326984] i915 0000:00:02.0: [drm] CI tainted: 0x9 by
intel_gt_init (drivers/gpu/drm/i915/gt/intel_gt.c:766)
[ 0.799141] Freeing initrd memory: 28320K
[ 0.799636] i915 0000:00:02.0: [drm] Finished loading DMC firmware
i915/bxt_dmc_ver1_07.bin (v1.7)
[ 0.799782] ------------[ cut here ]------------
[ 0.799788] WARNING: CPU: 2 PID: 1 at
drivers/gpu/drm/drm_mode_config.c:537 drm_mode_config_cleanup
(drivers/gpu/drm/drm_mode_config.c:537 (discriminator 1))
[ 0.799806] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Tainted: G
W 6.18.0-static #1 PREEMPT(none)
[ 0.799815] Tainted: [W]=WARN
[ 0.799819] Hardware name: TQ-Group TQMxE39M/cgb-800--.00, BIOS
5.12.30.28.22 09/30/2019
[ 0.799823] RIP: 0010:drm_mode_config_cleanup
(drivers/gpu/drm/drm_mode_config.c:537 (discriminator 1))
[ 0.799832] Code: 00 eb e8 48 89 ef e8 16 c4 fe ff 48 8d bb 70 02
00 00 e8 ca 14 b5 ff 48 8b 93 58 02 00 00 48 8d 83 58 02 00 00 48 39
c2 74 34 <0f> 0b 48 89 ee 48 89 df e8 7a ac fe ff 48 89 ef e8 42 c4 fe
ff 48
All code
========
0: 00 eb add %ch,%bl
2: e8 48 89 ef e8 call 0xffffffffe8ef894f
7: 16 (bad)
8: c4 (bad)
9: fe (bad)
a: ff 48 8d decl -0x73(%rax)
d: bb 70 02 00 00 mov $0x270,%ebx
12: e8 ca 14 b5 ff call 0xffffffffffb514e1
17: 48 8b 93 58 02 00 00 mov 0x258(%rbx),%rdx
1e: 48 8d 83 58 02 00 00 lea 0x258(%rbx),%rax
25: 48 39 c2 cmp %rax,%rdx
28: 74 34 je 0x5e
2a:* 0f 0b ud2 <-- trapping instruction
2c: 48 89 ee mov %rbp,%rsi
2f: 48 89 df mov %rbx,%rdi
32: e8 7a ac fe ff call 0xfffffffffffeacb1
37: 48 89 ef mov %rbp,%rdi
3a: e8 42 c4 fe ff call 0xfffffffffffec481
3f: 48 rex.W
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: 48 89 ee mov %rbp,%rsi
5: 48 89 df mov %rbx,%rdi
8: e8 7a ac fe ff call 0xfffffffffffeac87
d: 48 89 ef mov %rbp,%rdi
10: e8 42 c4 fe ff call 0xfffffffffffec457
15: 48 rex.W
[ 0.799838] RSP: 0000:ffffc9000004fc38 EFLAGS: 00010293
[ 0.799845] RAX: ffff888101a68258 RBX: ffff888101a68000 RCX: 0000000000000002
[ 0.799850] RDX: ffff8881003de020 RSI: ffffc9000004fb60 RDI: ffffc9000004fbe0
[ 0.799855] RBP: ffffc9000004fc38 R08: 0000000000000000 R09: 0000000000000000
[ 0.799859] R10: 8080808080808080 R11: fefefefefefefeff R12: ffff888101a68290
[ 0.799864] R13: ffff888101a68298 R14: ffff888100a420c0 R15: ffff888101a68000
[ 0.799869] FS: 0000000000000000(0000) GS:ffff8881f939f000(0000)
knlGS:0000000000000000
[ 0.799875] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.799880] CR2: 0000000000000000 CR3: 0000000002218000 CR4: 00000000003506b0
[ 0.799884] Call Trace:
[ 0.799891] <TASK>
[ 0.799895] ? kfree (mm/slub.c:6584 mm/slub.c:6651 mm/slub.c:6849)
[ 0.799904] ? intel_atomic_global_obj_cleanup
(drivers/gpu/drm/i915/display/intel_global_state.c:131 (discriminator
2))
[ 0.799914] intel_display_driver_remove_noirq
(drivers/gpu/drm/i915/display/intel_display_driver.c:642)
[ 0.799924] i915_driver_probe (drivers/gpu/drm/i915/i915_driver.c:871)
[ 0.799934] ? pci_match_id (drivers/pci/pci-driver.c:110 (discriminator 1))
[ 0.799943] ? __pfx___driver_attach (drivers/base/dd.c:1158)
[ 0.799951] pci_device_probe (drivers/pci/pci-driver.c:324
drivers/pci/pci-driver.c:392 drivers/pci/pci-driver.c:417
drivers/pci/pci-driver.c:451)
[ 0.799960] really_probe (drivers/base/dd.c:581 drivers/base/dd.c:659)
[ 0.799967] driver_probe_device (drivers/base/dd.c:831)
[ 0.799973] __driver_attach (drivers/base/dd.c:1218 drivers/base/dd.c:1157)
[ 0.799980] bus_for_each_dev (drivers/base/bus.c:369)
[ 0.799990] bus_add_driver (drivers/base/bus.c:678)
[ 0.799999] driver_register (drivers/base/driver.c:249)
[ 0.800006] i915_init (drivers/gpu/drm/i915/i915_module.c:86)
[ 0.800016] ? __pfx_i915_init (drivers/gpu/drm/i915/i915_module.c:82)
[ 0.800024] do_one_initcall (init/main.c:1283)
[ 0.800032] kernel_init_freeable (init/main.c:1344 (discriminator
3) init/main.c:1361 (discriminator 3) init/main.c:1380 (discriminator
3) init/main.c:1593 (discriminator 3))
[ 0.800040] ? __pfx_kernel_init (init/main.c:1475)
[ 0.800049] kernel_init (init/main.c:1485)
[ 0.800057] ret_from_fork (arch/x86/kernel/process.c:164)
[ 0.800065] ? __pfx_kernel_init (init/main.c:1475)
[ 0.800073] ret_from_fork_asm (arch/x86/entry/entry_64.S:258)
[ 0.800081] </TASK>
[ 0.800085] ---[ end trace 0000000000000000 ]---
[ 0.800090] [drm:drm_mode_config_cleanup] *ERROR* connector DP-1 leaked!
[ 0.805570] ------------[ cut here ]------------
[ 0.805574] i915 0000:00:02.0: [drm] drm_WARN_ON(plane_state->ggtt_vma)
[-- Attachment #1.2: Type: text/html, Size: 6329 bytes --]
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 75975 bytes --]
[ 0.000000] Linux version 6.18.0-static (root@659b59b9a9e6) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC Tue Dec 9 12:43:45 UTC 2025
[ 0.000000] Command line: initrd=brainie6.18.0-staticinitrd.img-6.18.0-static root=PARTUUID=079c5df6-89a8-44de-8d21-784324803954 rootfstype=erofs ro console=ttyS0,115200 console=tty0 quiet
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x0000000000085fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000086000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000012151000-0x0000000063169fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006316a000-0x000000006316afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000006316b000-0x0000000063194fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000063195000-0x000000007822efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007822f000-0x000000007aebefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007aebf000-0x000000007afbefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007afbf000-0x000000007affefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007afff000-0x000000007affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d3709000-0x00000000d370afff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.5 by INSYDE Corp.
[ 0.000000] efi: ACPI 2.0=0x7affe014 SMBIOS=0x78757000 SMBIOS 3.0=0x78755000 ESRT=0x78753158 MEMATTR=0x75b9e018 RNG=0x7afd5f98 INITRD=0x6b82cfd8
[ 0.000000] random: crng init done
[ 0.000000] efi: Not removing mem62: MMIO range=[0xd3709000-0xd370afff] (8KB) from e820 map
[ 0.000000] efi: Remove mem63: MMIO range=[0xe0000000-0xe3ffffff] (64MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xe3ffffff] reserved
[ 0.000000] efi: Not removing mem64: MMIO range=[0xfed01000-0xfed01fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem65: MMIO range=[0xff800000-0xffc7ffff] (4MB) from e820 map
[ 0.000000] e820: remove [mem 0xff800000-0xffc7ffff] reserved
[ 0.000000] efi: Remove mem66: MMIO range=[0xffc80000-0xffffffff] (3MB) from e820 map
[ 0.000000] e820: remove [mem 0xffc80000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: TQ-Group TQMxE39M/cgb-800--.00, BIOS 5.12.30.28.22 09/30/2019
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Detected 1593.600 MHz processor
[ 0.000028] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000035] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000052] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[ 0.000056] x86/PAT: PAT support disabled because CONFIG_X86_PAT is disabled in the kernel.
[ 0.000058] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
[ 0.000061] last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[ 0.000076] esrt: Reserving ESRT space from 0x0000000078753158 to 0x0000000078753190.
[ 0.000092] Using GB pages for direct mapping
[ 0.001881] Secure boot disabled
[ 0.001883] RAMDISK: [mem 0x67972000-0x69519fff]
[ 0.001890] ACPI: Early table checksum verification disabled
[ 0.001896] ACPI: RSDP 0x000000007AFFE014 000024 (v02 INSYDE)
[ 0.001904] ACPI: XSDT 0x000000007AFD2188 0000DC (v01 INSYDE INSYDE 00000003 01000013)
[ 0.001917] ACPI: FACP 0x000000007AFF7000 000074 (v01 INSYDE INSYDE 00000003 ACPI 00040000)
[ 0.001929] ACPI: DSDT 0x000000007AFE4000 00B81A (v02 INSYDE INSYDE 00000003 ACPI 00040000)
[ 0.001937] ACPI: FACS 0x000000007AFB1000 000040
[ 0.001943] ACPI: UEFI 0x000000007AFFD000 000236 (v01 INSYDE INSYDE 00000001 ACPI 00040000)
[ 0.001950] ACPI: BDAT 0x000000007AFFB000 000030 (v02 INSYDE INSYDE 00000000 ACPI 00040000)
[ 0.001957] ACPI: UEFI 0x000000007AFFA000 000042 (v01 INSYDE INSYDE 00000002 ACPI 00040000)
[ 0.001964] ACPI: PSDS 0x000000007AFF9000 00004D (v01 INSYDE INSYDE 00000005 ACPI 00040000)
[ 0.001972] ACPI: HPET 0x000000007AFF6000 000038 (v01 INSYDE INSYDE 00000003 ACPI 00040000)
[ 0.001979] ACPI: LPIT 0x000000007AFF5000 00005C (v01 INSYDE INSYDE 00000003 ACPI 00040000)
[ 0.001986] ACPI: APIC 0x000000007AFF4000 000084 (v03 INSYDE INSYDE 00000003 ACPI 00040000)
[ 0.001994] ACPI: MCFG 0x000000007AFF3000 00003C (v01 INSYDE INSYDE 00000003 ACPI 00040000)
[ 0.002001] ACPI: NPKT 0x000000007AFF2000 000065 (v01 INSYDE INSYDE 00000003 ACPI 00040000)
[ 0.002008] ACPI: WDRT 0x000000007AFF1000 000047 (v01 INSYDE INSYDE 00000003 ACPI 00040000)
[ 0.002016] ACPI: WSMT 0x000000007AFF0000 000028 (v01 INSYDE INSYDE 00000003 ACPI 00040000)
[ 0.002023] ACPI: SSDT 0x000000007AFE2000 000B53 (v02 INSYDE UsbCTabl 00000003 ACPI 00040000)
[ 0.002030] ACPI: SSDT 0x000000007AFDF000 00254A (v01 INSYDE Platform 00001000 ACPI 00040000)
[ 0.002038] ACPI: SSDT 0x000000007AFDE000 000373 (v02 INSYDE Cpu0Ist 00003000 ACPI 00040000)
[ 0.002045] ACPI: SSDT 0x000000007AFDD000 00072B (v02 INSYDE CpuSsdt 00003000 ACPI 00040000)
[ 0.002052] ACPI: SSDT 0x000000007AFDC000 00032D (v02 INSYDE Cpu0Tst 00003000 ACPI 00040000)
[ 0.002060] ACPI: SSDT 0x000000007AFDB000 00017C (v02 INSYDE ApTst 00003000 ACPI 00040000)
[ 0.002067] ACPI: SSDT 0x000000007AFD8000 002760 (v02 INSYDE SaSsdt 00003000 ACPI 00040000)
[ 0.002074] ACPI: SSDT 0x000000007AFD7000 00057D (v01 INSYDE SIOACPI 00001000 ACPI 00040000)
[ 0.002082] ACPI: FPDT 0x000000007AFD6000 000034 (v01 INSYDE INSYDE 00000002 ACPI 00040000)
[ 0.002089] ACPI: WDAT 0x000000007AFF8000 000104 (v01 INSYDE INSYDE 00000000 ACPI 00040000)
[ 0.002096] ACPI: BGRT 0x000000007AFE3000 000038 (v01 INSYDE INSYDE 00000001 ACPI 00040000)
[ 0.002103] ACPI: Reserving FACP table memory at [mem 0x7aff7000-0x7aff7073]
[ 0.002106] ACPI: Reserving DSDT table memory at [mem 0x7afe4000-0x7afef819]
[ 0.002109] ACPI: Reserving FACS table memory at [mem 0x7afb1000-0x7afb103f]
[ 0.002111] ACPI: Reserving UEFI table memory at [mem 0x7affd000-0x7affd235]
[ 0.002114] ACPI: Reserving BDAT table memory at [mem 0x7affb000-0x7affb02f]
[ 0.002117] ACPI: Reserving UEFI table memory at [mem 0x7affa000-0x7affa041]
[ 0.002120] ACPI: Reserving PSDS table memory at [mem 0x7aff9000-0x7aff904c]
[ 0.002122] ACPI: Reserving HPET table memory at [mem 0x7aff6000-0x7aff6037]
[ 0.002125] ACPI: Reserving LPIT table memory at [mem 0x7aff5000-0x7aff505b]
[ 0.002128] ACPI: Reserving APIC table memory at [mem 0x7aff4000-0x7aff4083]
[ 0.002130] ACPI: Reserving MCFG table memory at [mem 0x7aff3000-0x7aff303b]
[ 0.002133] ACPI: Reserving NPKT table memory at [mem 0x7aff2000-0x7aff2064]
[ 0.002136] ACPI: Reserving WDRT table memory at [mem 0x7aff1000-0x7aff1046]
[ 0.002138] ACPI: Reserving WSMT table memory at [mem 0x7aff0000-0x7aff0027]
[ 0.002141] ACPI: Reserving SSDT table memory at [mem 0x7afe2000-0x7afe2b52]
[ 0.002144] ACPI: Reserving SSDT table memory at [mem 0x7afdf000-0x7afe1549]
[ 0.002146] ACPI: Reserving SSDT table memory at [mem 0x7afde000-0x7afde372]
[ 0.002149] ACPI: Reserving SSDT table memory at [mem 0x7afdd000-0x7afdd72a]
[ 0.002152] ACPI: Reserving SSDT table memory at [mem 0x7afdc000-0x7afdc32c]
[ 0.002155] ACPI: Reserving SSDT table memory at [mem 0x7afdb000-0x7afdb17b]
[ 0.002157] ACPI: Reserving SSDT table memory at [mem 0x7afd8000-0x7afda75f]
[ 0.002160] ACPI: Reserving SSDT table memory at [mem 0x7afd7000-0x7afd757c]
[ 0.002163] ACPI: Reserving FPDT table memory at [mem 0x7afd6000-0x7afd6033]
[ 0.002165] ACPI: Reserving WDAT table memory at [mem 0x7aff8000-0x7aff8103]
[ 0.002168] ACPI: Reserving BGRT table memory at [mem 0x7afe3000-0x7afe3037]
[ 0.002228] Zone ranges:
[ 0.002230] DMA32 [mem 0x0000000000001000-0x00000000ffffffff]
[ 0.002235] Normal [mem 0x0000000100000000-0x000000017fffffff]
[ 0.002239] Movable zone start for each node
[ 0.002240] Early memory node ranges
[ 0.002241] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.002244] node 0: [mem 0x0000000000059000-0x0000000000085fff]
[ 0.002247] node 0: [mem 0x0000000000100000-0x000000000fffffff]
[ 0.002250] node 0: [mem 0x0000000012151000-0x0000000063169fff]
[ 0.002253] node 0: [mem 0x0000000063195000-0x000000007822efff]
[ 0.002256] node 0: [mem 0x000000007afff000-0x000000007affffff]
[ 0.002258] node 0: [mem 0x0000000100000000-0x000000017fffffff]
[ 0.002262] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[ 0.002272] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.002276] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.003524] On node 0, zone DMA32: 122 pages in unavailable ranges
[ 0.010022] On node 0, zone DMA32: 8529 pages in unavailable ranges
[ 0.011679] On node 0, zone DMA32: 43 pages in unavailable ranges
[ 0.011864] On node 0, zone DMA32: 11728 pages in unavailable ranges
[ 0.022238] On node 0, zone Normal: 20480 pages in unavailable ranges
[ 0.022264] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[ 0.022493] ACPI: PM-Timer IO Port: 0x408
[ 0.022511] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[ 0.022516] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[ 0.022519] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[ 0.022521] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[ 0.022557] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[ 0.022565] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.022571] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.022582] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.022585] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.022594] TSC deadline timer available
[ 0.022607] CPU topo: Max. logical packages: 1
[ 0.022609] CPU topo: Max. logical dies: 1
[ 0.022610] CPU topo: Max. dies per package: 1
[ 0.022622] CPU topo: Max. threads per core: 1
[ 0.022625] CPU topo: Num. cores per package: 4
[ 0.022626] CPU topo: Num. threads per package: 4
[ 0.022628] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[ 0.022667] [mem 0x80000000-0xd3708fff] available for PCI devices
[ 0.022674] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.038804] setup_percpu: NR_CPUS:64 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.039413] percpu: Embedded 49 pages/cpu s171288 r0 d29416 u524288
[ 0.039427] pcpu-alloc: s171288 r0 d29416 u524288 alloc=1*2097152
[ 0.039434] pcpu-alloc: [0] 0 1 2 3
[ 0.039462] Kernel command line: clocksource=tsc tsc=reliable initrd=brainie6.18.0-staticinitrd.img-6.18.0-static root=PARTUUID=079c5df6-89a8-44de-8d21-784324803954 rootfstype=erofs ro console=ttyS0,115200 console=tty0 quiet
[ 0.039688] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.040547] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.040988] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.041048] software IO TLB: area num 4.
[ 0.068798] Built 1 zonelists, mobility grouping on. Total pages: 1007672
[ 0.068806] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.089119] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.090100] Dynamic Preempt: none
[ 0.090181] rcu: Preemptible hierarchical RCU implementation.
[ 0.090183] rcu: RCU event tracing is enabled.
[ 0.090185] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.090189] Trampoline variant of Tasks RCU enabled.
[ 0.090191] Tracing variant of Tasks RCU enabled.
[ 0.090192] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.090195] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.090217] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.090222] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.095623] NR_IRQS: 4352, nr_irqs: 1024, preallocated irqs: 16
[ 0.095977] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.096221] Console: colour dummy device 80x25
[ 0.096229] printk: legacy console [tty0] enabled
[ 0.096341] printk: legacy console [ttyS0] enabled
[ 0.096467] ACPI: Core revision 20250807
[ 0.096860] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[ 0.096966] APIC: Switch to symmetric I/O mode setup
[ 0.101544] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.146916] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x16f8873b2b5, max_idle_ns: 440795270785 ns
[ 0.146932] Calibrating delay loop (skipped), value calculated using timer frequency.. 3187.20 BogoMIPS (lpj=15936000)
[ 0.147001] CPU0: Thermal monitoring enabled (TM1)
[ 0.147021] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.147026] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.147037] mitigations: Enabled attack vectors: user_kernel, user_user, SMT mitigations: auto
[ 0.147050] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.147056] Spectre V2 : Mitigation: Retpolines
[ 0.147060] Register File Data Sampling: Vulnerable: No microcode
[ 0.147064] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.147068] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[ 0.147072] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.147077] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.147092] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.147097] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.147101] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.147105] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.147109] x86/fpu: xstate_offset[3]: 576, xstate_sizes[3]: 64
[ 0.147114] x86/fpu: xstate_offset[4]: 640, xstate_sizes[4]: 64
[ 0.147119] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[ 0.181192] Freeing SMP alternatives memory: 28K
[ 0.181210] pid_max: default: 32768 minimum: 301
[ 0.181310] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.181331] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.182218] smpboot: CPU0: Intel(R) Atom(TM) Processor E3940 @ 1.60GHz (family: 0x6, model: 0x5c, stepping: 0xa)
[ 0.182776] Performance Events: PEBS fmt3+, Goldmont events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.182821] ... version: 4
[ 0.182825] ... bit width: 48
[ 0.182828] ... generic counters: 4
[ 0.182832] ... generic bitmap: 000000000000000f
[ 0.182836] ... fixed-purpose counters: 3
[ 0.182839] ... fixed-purpose bitmap: 0000000000000007
[ 0.182842] ... value mask: 0000ffffffffffff
[ 0.182846] ... max period: 00007fffffffffff
[ 0.182850] ... global_ctrl mask: 000000070000000f
[ 0.183119] signal: max sigframe size: 1616
[ 0.183152] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[ 0.183251] rcu: Hierarchical SRCU implementation.
[ 0.183256] rcu: Max phase no-delay instances is 1000.
[ 0.183384] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.183567] smp: Bringing up secondary CPUs ...
[ 0.183826] smpboot: x86: Booting SMP configuration:
[ 0.183832] .... node #0, CPUs: #1 #2 #3
[ 0.186927] smp: Brought up 1 node, 4 CPUs
[ 0.186927] smpboot: Total of 4 processors activated (12748.80 BogoMIPS)
[ 0.186927] Memory: 3831908K/4030688K available (12164K kernel code, 1652K rwdata, 4792K rodata, 2032K init, 440K bss, 194372K reserved, 0K cma-reserved)
[ 0.186927] devtmpfs: initialized
[ 0.186927] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.186927] posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.186927] futex hash table entries: 1024 (65536 bytes on 1 NUMA nodes, total 64 KiB, linear).
[ 0.186927] pinctrl core: initialized pinctrl subsystem
[ 0.186927] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.186927] thermal_sys: Registered thermal governor 'step_wise'
[ 0.186927] cpuidle: using governor menu
[ 0.186927] PCI: ECAM [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) for domain 0000 [bus 00-3f]
[ 0.186927] PCI: Using configuration type 1 for base access
[ 0.197005] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.197013] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.197234] ACPI: Added _OSI(Module Device)
[ 0.197241] ACPI: Added _OSI(Processor Device)
[ 0.197245] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.213356] ACPI: 9 ACPI AML tables successfully acquired and loaded
[ 0.223598] ACPI: Dynamic OEM Table Load:
[ 0.223598] ACPI: SSDT 0xFFFF888100905000 000102 (v02 PmRef Cpu0Cst 00003001 INTL 20141107)
[ 0.223598] ACPI: Dynamic OEM Table Load:
[ 0.223598] ACPI: SSDT 0xFFFF888100905200 00015F (v02 PmRef ApIst 00003000 INTL 20141107)
[ 0.223598] ACPI: Dynamic OEM Table Load:
[ 0.223598] ACPI: SSDT 0xFFFF88810088E780 00008D (v02 PmRef ApCst 00003000 INTL 20141107)
[ 0.227058] ACPI: Interpreter enabled
[ 0.227080] ACPI: PM: (supports S0 S5)
[ 0.227085] ACPI: Using IOAPIC for interrupt routing
[ 0.227173] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.227178] PCI: Using E820 reservations for host bridge windows
[ 0.228051] ACPI: Enabled 12 GPEs in block 00 to 7F
[ 0.255297] ACPI: _TZ_.FN00: New power resource
[ 0.256957] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.256977] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.258859] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 0.258870] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xe0000000-0xe3ffffff] for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.259867] PCI host bridge to bus 0000:00
[ 0.259880] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 0.259887] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.259895] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.259900] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.259906] pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff window]
[ 0.259912] pci_bus 0000:00: root bus resource [mem 0x7b800001-0x7bffffff window]
[ 0.259917] pci_bus 0000:00: root bus resource [mem 0x80000000-0xcfffffff window]
[ 0.259923] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[ 0.259929] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.259974] pci 0000:00:00.0: [8086:5af0] type 00 class 0x060000 conventional PCI endpoint
[ 0.260227] pci 0000:00:02.0: [8086:5a85] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.260263] pci 0000:00:02.0: BAR 0 [mem 0x90000000-0x90ffffff 64bit]
[ 0.260271] pci 0000:00:02.0: BAR 2 [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.260278] pci 0000:00:02.0: BAR 4 [io 0x2000-0x203f]
[ 0.260749] pci 0000:00:0e.0: [8086:5a98] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[ 0.260797] pci 0000:00:0e.0: BAR 0 [mem 0x91410000-0x91413fff 64bit]
[ 0.260808] pci 0000:00:0e.0: BAR 4 [mem 0x91000000-0x910fffff 64bit]
[ 0.260872] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[ 0.261432] pci 0000:00:0f.0: [8086:5a9a] type 00 class 0x078000 conventional PCI endpoint
[ 0.261500] pci 0000:00:0f.0: BAR 0 [mem 0x91416000-0x91416fff 64bit]
[ 0.261575] pci 0000:00:0f.0: PME# supported from D3hot
[ 0.261699] pci 0000:00:12.0: [8086:5ae3] type 00 class 0x010601 conventional PCI endpoint
[ 0.261756] pci 0000:00:12.0: BAR 0 [mem 0x91414000-0x91415fff]
[ 0.261765] pci 0000:00:12.0: BAR 1 [mem 0x9141f000-0x9141f0ff]
[ 0.261773] pci 0000:00:12.0: BAR 2 [io 0x2080-0x2087]
[ 0.261781] pci 0000:00:12.0: BAR 3 [io 0x2088-0x208b]
[ 0.261789] pci 0000:00:12.0: BAR 4 [io 0x2060-0x207f]
[ 0.261797] pci 0000:00:12.0: BAR 5 [mem 0x9141d000-0x9141d7ff]
[ 0.261845] pci 0000:00:12.0: PME# supported from D3hot
[ 0.261975] pci 0000:00:13.0: [8086:5ad8] type 01 class 0x060400 PCIe Root Port
[ 0.262005] pci 0000:00:13.0: PCI bridge to [bus 01]
[ 0.262016] pci 0000:00:13.0: bridge window [mem 0x91200000-0x913fffff]
[ 0.262094] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[ 0.262241] pci 0000:00:13.1: [8086:5ad9] type 01 class 0x060400 PCIe Root Port
[ 0.262271] pci 0000:00:13.1: PCI bridge to [bus 02]
[ 0.262345] pci 0000:00:13.1: PME# supported from D0 D3hot D3cold
[ 0.262487] pci 0000:00:13.2: [8086:5ada] type 01 class 0x060400 PCIe Root Port
[ 0.262516] pci 0000:00:13.2: PCI bridge to [bus 03]
[ 0.262592] pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
[ 0.262749] pci 0000:00:14.0: [8086:5ad6] type 01 class 0x060400 PCIe Root Port
[ 0.262778] pci 0000:00:14.0: PCI bridge to [bus 04]
[ 0.262786] pci 0000:00:14.0: bridge window [io 0x1000-0x1fff]
[ 0.262793] pci 0000:00:14.0: bridge window [mem 0x91100000-0x911fffff]
[ 0.262870] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[ 0.263039] pci 0000:00:15.0: [8086:5aa8] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.263084] pci 0000:00:15.0: BAR 0 [mem 0x91400000-0x9140ffff 64bit]
[ 0.263135] pci 0000:00:15.0: PME# supported from D3hot D3cold
[ 0.263348] pci 0000:00:1a.0: [8086:5ac8] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.263400] pci 0000:00:1a.0: BAR 0 [mem 0x91417000-0x91417fff 64bit]
[ 0.263409] pci 0000:00:1a.0: BAR 2 [mem 0x91418000-0x91418fff 64bit]
[ 0.263463] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.263601] pci 0000:00:1b.0: [8086:5aca] type 00 class 0x080501 conventional PCI endpoint
[ 0.263654] pci 0000:00:1b.0: BAR 0 [mem 0x91419000-0x91419fff 64bit]
[ 0.263663] pci 0000:00:1b.0: BAR 2 [mem 0x9141a000-0x9141afff 64bit]
[ 0.264054] pci 0000:00:1c.0: [8086:5acc] type 00 class 0x080501 conventional PCI endpoint
[ 0.264104] pci 0000:00:1c.0: BAR 0 [mem 0x9141b000-0x9141bfff 64bit]
[ 0.264113] pci 0000:00:1c.0: BAR 2 [mem 0x9141c000-0x9141cfff 64bit]
[ 0.264490] pci 0000:00:1f.0: [8086:5ae8] type 00 class 0x060100 conventional PCI endpoint
[ 0.264742] pci 0000:00:1f.1: [8086:5ad4] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.264889] pci 0000:00:1f.1: BAR 0 [mem 0x9141e000-0x9141e0ff 64bit]
[ 0.264906] pci 0000:00:1f.1: BAR 4 [io 0x2040-0x205f]
[ 0.265148] pci 0000:01:00.0: [8086:125d] type 00 class 0x020000 PCIe Endpoint
[ 0.265211] pci 0000:01:00.0: BAR 0 [mem 0x91200000-0x912fffff]
[ 0.265222] pci 0000:01:00.0: BAR 3 [mem 0x91300000-0x91303fff]
[ 0.265335] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.265493] pci 0000:00:13.0: PCI bridge to [bus 01]
[ 0.265552] pci 0000:00:13.1: PCI bridge to [bus 02]
[ 0.265610] pci 0000:00:13.2: PCI bridge to [bus 03]
[ 0.265701] pci 0000:04:00.0: [8086:1533] type 00 class 0x020000 PCIe Endpoint
[ 0.265783] pci 0000:04:00.0: BAR 0 [mem 0x91100000-0x9117ffff]
[ 0.265794] pci 0000:04:00.0: BAR 2 [io 0x1000-0x101f]
[ 0.265801] pci 0000:04:00.0: BAR 3 [mem 0x91180000-0x91183fff]
[ 0.265925] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.266086] pci 0000:00:14.0: PCI bridge to [bus 04]
[ 0.266120] pci_bus 0000:00: on NUMA node 0
[ 0.268502] ACPI: PCI: Interrupt link LNKA configured for IRQ 15
[ 0.268510] ACPI: PCI: Interrupt link LNKA disabled
[ 0.268691] ACPI: PCI: Interrupt link LNKB configured for IRQ 15
[ 0.268698] ACPI: PCI: Interrupt link LNKB disabled
[ 0.268875] ACPI: PCI: Interrupt link LNKC configured for IRQ 15
[ 0.268881] ACPI: PCI: Interrupt link LNKC disabled
[ 0.269059] ACPI: PCI: Interrupt link LNKD configured for IRQ 15
[ 0.269065] ACPI: PCI: Interrupt link LNKD disabled
[ 0.269243] ACPI: PCI: Interrupt link LNKE configured for IRQ 15
[ 0.269248] ACPI: PCI: Interrupt link LNKE disabled
[ 0.269426] ACPI: PCI: Interrupt link LNKF configured for IRQ 15
[ 0.269431] ACPI: PCI: Interrupt link LNKF disabled
[ 0.269609] ACPI: PCI: Interrupt link LNKG configured for IRQ 15
[ 0.269615] ACPI: PCI: Interrupt link LNKG disabled
[ 0.269792] ACPI: PCI: Interrupt link LNKH configured for IRQ 15
[ 0.269797] ACPI: PCI: Interrupt link LNKH disabled
[ 0.278230] SCSI subsystem initialized
[ 0.278230] ACPI: bus type USB registered
[ 0.278230] usbcore: registered new interface driver usbfs
[ 0.278230] usbcore: registered new interface driver hub
[ 0.278230] usbcore: registered new device driver usb
[ 0.278230] efivars: Registered efivars operations
[ 0.278230] PCI: Using ACPI for IRQ routing
[ 0.283383] PCI: pci_cache_line_size set to 64 bytes
[ 0.283461] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.283468] e820: reserve RAM buffer [mem 0x00086000-0x0008ffff]
[ 0.283472] e820: reserve RAM buffer [mem 0x6316a000-0x63ffffff]
[ 0.283476] e820: reserve RAM buffer [mem 0x7822f000-0x7bffffff]
[ 0.283481] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[ 0.287167] clocksource: Switched to clocksource tsc-early
[ 0.287526] pnp: PnP ACPI init
[ 0.287804] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.287815] system 00:00: [io 0x0400-0x047f] has been reserved
[ 0.287822] system 00:00: [io 0x0500-0x05fe] has been reserved
[ 0.290228] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.290228] system 00:03: [mem 0xfea00000-0xfeafffff] has been reserved
[ 0.290228] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
[ 0.290228] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
[ 0.290228] system 00:03: [mem 0xfed06000-0xfed06fff] has been reserved
[ 0.290228] system 00:03: [mem 0xfed08000-0xfed09fff] has been reserved
[ 0.290228] system 00:03: [mem 0xfed80000-0xfedbffff] has been reserved
[ 0.290228] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 0.290228] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.291287] pnp: PnP ACPI: found 5 devices
[ 0.299675] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.299749] NET: Registered PF_INET protocol family
[ 0.299916] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.302235] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.302254] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.302265] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.302356] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.302564] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.302658] UDP hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.302711] UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.302813] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.302854] pci 0000:00:13.0: PCI bridge to [bus 01]
[ 0.302868] pci 0000:00:13.0: bridge window [mem 0x91200000-0x913fffff]
[ 0.302881] pci 0000:00:13.1: PCI bridge to [bus 02]
[ 0.302894] pci 0000:00:13.2: PCI bridge to [bus 03]
[ 0.302908] pci 0000:00:14.0: PCI bridge to [bus 04]
[ 0.302915] pci 0000:00:14.0: bridge window [io 0x1000-0x1fff]
[ 0.302924] pci 0000:00:14.0: bridge window [mem 0x91100000-0x911fffff]
[ 0.302936] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 0.302941] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 0.302947] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 0.302953] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.302959] pci_bus 0000:00: resource 8 [mem 0x7c000001-0x7fffffff window]
[ 0.302965] pci_bus 0000:00: resource 9 [mem 0x7b800001-0x7bffffff window]
[ 0.302970] pci_bus 0000:00: resource 10 [mem 0x80000000-0xcfffffff window]
[ 0.302976] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xefffffff window]
[ 0.302983] pci_bus 0000:01: resource 1 [mem 0x91200000-0x913fffff]
[ 0.302988] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
[ 0.302994] pci_bus 0000:04: resource 1 [mem 0x91100000-0x911fffff]
[ 0.303269] pci 0000:00:0d.0: [8086:5a92] type 00 class 0x058000 conventional PCI endpoint
[ 0.303414] pci 0000:00:0d.0: BAR 0 [mem 0xd0000000-0xd0ffffff 64bit]
[ 0.303656] pci 0000:00:0d.2: [8086:5a96] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.303723] pci 0000:00:0d.2: BAR 0 [mem 0xfed01000-0xfed01fff]
[ 0.303874] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.303880] software IO TLB: mapped [mem 0x0000000071b9e000-0x0000000075b9e000] (64MB)
[ 0.303886] ACPI: bus type thunderbolt registered
[ 0.304062] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x16f8873b2b5, max_idle_ns: 440795270785 ns
[ 0.304090] Unpacking initramfs...
[ 0.304146] clocksource: Switched to clocksource tsc
[ 0.304771] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.305525] cryptd: max_cpu_qlen set to 1000
[ 0.305540] NET: Registered PF_ALG protocol family
[ 0.305578] io scheduler bfq registered
[ 0.311191] pwm-lpss 0000:00:1a.0: can't derive routing for PCI INT A
[ 0.311206] pwm-lpss 0000:00:1a.0: PCI INT A: not connected
[ 0.313653] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:01/input/input0
[ 0.313676] ACPI: button: Power Button [PWR2]
[ 0.314218] Warning: Processor Platform Limit event detected, but not handled.
[ 0.314226] Consider compiling CPUfreq support into your kernel.
[ 0.318669] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.318683] ACPI: thermal: Thermal Zone [TZ01] (43 C)
[ 0.318858] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.319014] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.319204] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 0.319771] Non-volatile memory driver v1.3
[ 0.319990] ACPI: bus type drm_connector registered
[ 0.320330] i915 0000:00:02.0: [drm] Found broxton (device ID 5a85) integrated display version 9.00 stepping E0
[ 0.326984] i915 0000:00:02.0: [drm] CI tainted: 0x9 by intel_gt_init (drivers/gpu/drm/i915/gt/intel_gt.c:766)
[ 0.799141] Freeing initrd memory: 28320K
[ 0.799636] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/bxt_dmc_ver1_07.bin (v1.7)
[ 0.799782] ------------[ cut here ]------------
[ 0.799788] WARNING: CPU: 2 PID: 1 at drivers/gpu/drm/drm_mode_config.c:537 drm_mode_config_cleanup (drivers/gpu/drm/drm_mode_config.c:537 (discriminator 1))
[ 0.799806] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Tainted: G W 6.18.0-static #1 PREEMPT(none)
[ 0.799815] Tainted: [W]=WARN
[ 0.799819] Hardware name: TQ-Group TQMxE39M/cgb-800--.00, BIOS 5.12.30.28.22 09/30/2019
[ 0.799823] RIP: 0010:drm_mode_config_cleanup (drivers/gpu/drm/drm_mode_config.c:537 (discriminator 1))
[ 0.799832] Code: 00 eb e8 48 89 ef e8 16 c4 fe ff 48 8d bb 70 02 00 00 e8 ca 14 b5 ff 48 8b 93 58 02 00 00 48 8d 83 58 02 00 00 48 39 c2 74 34 <0f> 0b 48 89 ee 48 89 df e8 7a ac fe ff 48 89 ef e8 42 c4 fe ff 48
All code
========
0: 00 eb add %ch,%bl
2: e8 48 89 ef e8 call 0xffffffffe8ef894f
7: 16 (bad)
8: c4 (bad)
9: fe (bad)
a: ff 48 8d decl -0x73(%rax)
d: bb 70 02 00 00 mov $0x270,%ebx
12: e8 ca 14 b5 ff call 0xffffffffffb514e1
17: 48 8b 93 58 02 00 00 mov 0x258(%rbx),%rdx
1e: 48 8d 83 58 02 00 00 lea 0x258(%rbx),%rax
25: 48 39 c2 cmp %rax,%rdx
28: 74 34 je 0x5e
2a:* 0f 0b ud2 <-- trapping instruction
2c: 48 89 ee mov %rbp,%rsi
2f: 48 89 df mov %rbx,%rdi
32: e8 7a ac fe ff call 0xfffffffffffeacb1
37: 48 89 ef mov %rbp,%rdi
3a: e8 42 c4 fe ff call 0xfffffffffffec481
3f: 48 rex.W
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: 48 89 ee mov %rbp,%rsi
5: 48 89 df mov %rbx,%rdi
8: e8 7a ac fe ff call 0xfffffffffffeac87
d: 48 89 ef mov %rbp,%rdi
10: e8 42 c4 fe ff call 0xfffffffffffec457
15: 48 rex.W
[ 0.799838] RSP: 0000:ffffc9000004fc38 EFLAGS: 00010293
[ 0.799845] RAX: ffff888101a68258 RBX: ffff888101a68000 RCX: 0000000000000002
[ 0.799850] RDX: ffff8881003de020 RSI: ffffc9000004fb60 RDI: ffffc9000004fbe0
[ 0.799855] RBP: ffffc9000004fc38 R08: 0000000000000000 R09: 0000000000000000
[ 0.799859] R10: 8080808080808080 R11: fefefefefefefeff R12: ffff888101a68290
[ 0.799864] R13: ffff888101a68298 R14: ffff888100a420c0 R15: ffff888101a68000
[ 0.799869] FS: 0000000000000000(0000) GS:ffff8881f939f000(0000) knlGS:0000000000000000
[ 0.799875] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.799880] CR2: 0000000000000000 CR3: 0000000002218000 CR4: 00000000003506b0
[ 0.799884] Call Trace:
[ 0.799891] <TASK>
[ 0.799895] ? kfree (mm/slub.c:6584 mm/slub.c:6651 mm/slub.c:6849)
[ 0.799904] ? intel_atomic_global_obj_cleanup (drivers/gpu/drm/i915/display/intel_global_state.c:131 (discriminator 2))
[ 0.799914] intel_display_driver_remove_noirq (drivers/gpu/drm/i915/display/intel_display_driver.c:642)
[ 0.799924] i915_driver_probe (drivers/gpu/drm/i915/i915_driver.c:871)
[ 0.799934] ? pci_match_id (drivers/pci/pci-driver.c:110 (discriminator 1))
[ 0.799943] ? __pfx___driver_attach (drivers/base/dd.c:1158)
[ 0.799951] pci_device_probe (drivers/pci/pci-driver.c:324 drivers/pci/pci-driver.c:392 drivers/pci/pci-driver.c:417 drivers/pci/pci-driver.c:451)
[ 0.799960] really_probe (drivers/base/dd.c:581 drivers/base/dd.c:659)
[ 0.799967] driver_probe_device (drivers/base/dd.c:831)
[ 0.799973] __driver_attach (drivers/base/dd.c:1218 drivers/base/dd.c:1157)
[ 0.799980] bus_for_each_dev (drivers/base/bus.c:369)
[ 0.799990] bus_add_driver (drivers/base/bus.c:678)
[ 0.799999] driver_register (drivers/base/driver.c:249)
[ 0.800006] i915_init (drivers/gpu/drm/i915/i915_module.c:86)
[ 0.800016] ? __pfx_i915_init (drivers/gpu/drm/i915/i915_module.c:82)
[ 0.800024] do_one_initcall (init/main.c:1283)
[ 0.800032] kernel_init_freeable (init/main.c:1344 (discriminator 3) init/main.c:1361 (discriminator 3) init/main.c:1380 (discriminator 3) init/main.c:1593 (discriminator 3))
[ 0.800040] ? __pfx_kernel_init (init/main.c:1475)
[ 0.800049] kernel_init (init/main.c:1485)
[ 0.800057] ret_from_fork (arch/x86/kernel/process.c:164)
[ 0.800065] ? __pfx_kernel_init (init/main.c:1475)
[ 0.800073] ret_from_fork_asm (arch/x86/entry/entry_64.S:258)
[ 0.800081] </TASK>
[ 0.800085] ---[ end trace 0000000000000000 ]---
[ 0.800090] [drm:drm_mode_config_cleanup] *ERROR* connector DP-1 leaked!
[ 0.805570] ------------[ cut here ]------------
[ 0.805574] i915 0000:00:02.0: [drm] drm_WARN_ON(plane_state->ggtt_vma)
[ 0.805596] WARNING: CPU: 2 PID: 1 at drivers/gpu/drm/i915/display/intel_plane.c:164 intel_plane_destroy_state (drivers/gpu/drm/i915/display/intel_plane.c:164 (discriminator 5))
[ 0.805609] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Tainted: G W 6.18.0-static #1 PREEMPT(none)
[ 0.805617] Tainted: [W]=WARN
[ 0.805620] Hardware name: TQ-Group TQMxE39M/cgb-800--.00, BIOS 5.12.30.28.22 09/30/2019
[ 0.805624] RIP: 0010:intel_plane_destroy_state (drivers/gpu/drm/i915/display/intel_plane.c:164 (discriminator 5))
[ 0.805631] Code: 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 ab a1 08 00 48 c7 c1 21 f5 02 82 4c 89 e2 48 c7 c7 67 a9 ff 81 48 89 c6 e8 a2 4a a0 ff <0f> 0b 48 83 bb e0 00 00 00 00 74 39 48 8b 7d 00 48 85 ff 74 04 48
All code
========
0: 4c 8b 67 50 mov 0x50(%rdi),%r12
4: 4d 85 e4 test %r12,%r12
7: 75 03 jne 0xc
9: 4c 8b 27 mov (%rdi),%r12
c: e8 ab a1 08 00 call 0x8a1bc
11: 48 c7 c1 21 f5 02 82 mov $0xffffffff8202f521,%rcx
18: 4c 89 e2 mov %r12,%rdx
1b: 48 c7 c7 67 a9 ff 81 mov $0xffffffff81ffa967,%rdi
22: 48 89 c6 mov %rax,%rsi
25: e8 a2 4a a0 ff call 0xffffffffffa04acc
2a:* 0f 0b ud2 <-- trapping instruction
2c: 48 83 bb e0 00 00 00 cmpq $0x0,0xe0(%rbx)
33: 00
34: 74 39 je 0x6f
36: 48 8b 7d 00 mov 0x0(%rbp),%rdi
3a: 48 85 ff test %rdi,%rdi
3d: 74 04 je 0x43
3f: 48 rex.W
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: 48 83 bb e0 00 00 00 cmpq $0x0,0xe0(%rbx)
9: 00
a: 74 39 je 0x45
c: 48 8b 7d 00 mov 0x0(%rbp),%rdi
10: 48 85 ff test %rdi,%rdi
13: 74 04 je 0x19
15: 48 rex.W
[ 0.805636] RSP: 0000:ffffc9000004fbf0 EFLAGS: 00010282
[ 0.805643] RAX: 000000000000003b RBX: ffff888100c3dc00 RCX: 00000000000001de
[ 0.805648] RDX: 0001000000000000 RSI: 0000000000000003 RDI: 0000000000000001
[ 0.805652] RBP: ffff8881003ed800 R08: 0000000000000000 R09: 0000000000000000
[ 0.805657] R10: 0000000000000000 R11: 0000000000000000 R12: ffff8881009b4150
[ 0.805661] R13: ffff888101a68298 R14: ffff888100a420c0 R15: ffff888101a68000
[ 0.805666] FS: 0000000000000000(0000) GS:ffff8881f939f000(0000) knlGS:0000000000000000
[ 0.805671] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.805676] CR2: 0000000000000000 CR3: 0000000002218000 CR4: 00000000003506b0
[ 0.805681] Call Trace:
[ 0.805685] <TASK>
[ 0.805688] drm_plane_cleanup (drivers/gpu/drm/drm_plane.c:707)
[ 0.805696] intel_plane_destroy (drivers/gpu/drm/i915/display/intel_plane.c:113)
[ 0.805703] drm_mode_config_cleanup (drivers/gpu/drm/drm_mode_config.c:549 (discriminator 3))
[ 0.805710] ? kfree (mm/slub.c:6584 mm/slub.c:6651 mm/slub.c:6849)
[ 0.805716] ? intel_atomic_global_obj_cleanup (drivers/gpu/drm/i915/display/intel_global_state.c:131 (discriminator 2))
[ 0.805725] intel_display_driver_remove_noirq (drivers/gpu/drm/i915/display/intel_display_driver.c:642)
[ 0.805734] i915_driver_probe (drivers/gpu/drm/i915/i915_driver.c:871)
[ 0.805742] ? pci_match_id (drivers/pci/pci-driver.c:110 (discriminator 1))
[ 0.805751] ? __pfx___driver_attach (drivers/base/dd.c:1158)
[ 0.805757] pci_device_probe (drivers/pci/pci-driver.c:324 drivers/pci/pci-driver.c:392 drivers/pci/pci-driver.c:417 drivers/pci/pci-driver.c:451)
[ 0.805765] really_probe (drivers/base/dd.c:581 drivers/base/dd.c:659)
[ 0.805772] driver_probe_device (drivers/base/dd.c:831)
[ 0.805778] __driver_attach (drivers/base/dd.c:1218 drivers/base/dd.c:1157)
[ 0.805785] bus_for_each_dev (drivers/base/bus.c:369)
[ 0.805793] bus_add_driver (drivers/base/bus.c:678)
[ 0.805802] driver_register (drivers/base/driver.c:249)
[ 0.805809] i915_init (drivers/gpu/drm/i915/i915_module.c:86)
[ 0.805817] ? __pfx_i915_init (drivers/gpu/drm/i915/i915_module.c:82)
[ 0.805824] do_one_initcall (init/main.c:1283)
[ 0.805831] kernel_init_freeable (init/main.c:1344 (discriminator 3) init/main.c:1361 (discriminator 3) init/main.c:1380 (discriminator 3) init/main.c:1593 (discriminator 3))
[ 0.805838] ? __pfx_kernel_init (init/main.c:1475)
[ 0.805847] kernel_init (init/main.c:1485)
[ 0.805855] ret_from_fork (arch/x86/kernel/process.c:164)
[ 0.805861] ? __pfx_kernel_init (init/main.c:1475)
[ 0.805869] ret_from_fork_asm (arch/x86/entry/entry_64.S:258)
[ 0.805877] </TASK>
[ 0.805880] ---[ end trace 0000000000000000 ]---
[ 0.805887] ------------[ cut here ]------------
[ 0.805891] i915 0000:00:02.0: [drm] drm_WARN_ON(atomic_read(&front->bits))
[ 0.805909] WARNING: CPU: 2 PID: 1 at drivers/gpu/drm/i915/display/intel_frontbuffer.c:264 intel_frontbuffer_put (drivers/gpu/drm/i915/display/intel_frontbuffer.c:264 (discriminator 5) include/linux/kref.h:107 (discriminator 5) drivers/gpu/drm/i915/display/intel_frontbuffer.c:317 (discriminator 5))
[ 0.805923] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Tainted: G W 6.18.0-static #1 PREEMPT(none)
[ 0.805930] Tainted: [W]=WARN
[ 0.805934] Hardware name: TQ-Group TQMxE39M/cgb-800--.00, BIOS 5.12.30.28.22 09/30/2019
[ 0.805937] RIP: 0010:intel_frontbuffer_put (drivers/gpu/drm/i915/display/intel_frontbuffer.c:264 (discriminator 5) include/linux/kref.h:107 (discriminator 5) drivers/gpu/drm/i915/display/intel_frontbuffer.c:317 (discriminator 5))
[ 0.805946] Code: 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 e3 dd 09 00 48 c7 c1 39 a9 02 82 4c 89 ea 48 c7 c7 67 a9 ff 81 48 89 c6 e8 da 86 a1 ff <0f> 0b 4c 89 e7 e8 40 c3 f8 ff 31 f6 4c 89 e7 e8 16 5a fb ff 48 85
All code
========
0: 4c 8b 6f 50 mov 0x50(%rdi),%r13
4: 4d 85 ed test %r13,%r13
7: 75 03 jne 0xc
9: 4c 8b 2f mov (%rdi),%r13
c: e8 e3 dd 09 00 call 0x9ddf4
11: 48 c7 c1 39 a9 02 82 mov $0xffffffff8202a939,%rcx
18: 4c 89 ea mov %r13,%rdx
1b: 48 c7 c7 67 a9 ff 81 mov $0xffffffff81ffa967,%rdi
22: 48 89 c6 mov %rax,%rsi
25: e8 da 86 a1 ff call 0xffffffffffa18704
2a:* 0f 0b ud2 <-- trapping instruction
2c: 4c 89 e7 mov %r12,%rdi
2f: e8 40 c3 f8 ff call 0xfffffffffff8c374
34: 31 f6 xor %esi,%esi
36: 4c 89 e7 mov %r12,%rdi
39: e8 16 5a fb ff call 0xfffffffffffb5a54
3e: 48 rex.W
3f: 85 .byte 0x85
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: 4c 89 e7 mov %r12,%rdi
5: e8 40 c3 f8 ff call 0xfffffffffff8c34a
a: 31 f6 xor %esi,%esi
c: 4c 89 e7 mov %r12,%rdi
f: e8 16 5a fb ff call 0xfffffffffffb5a2a
14: 48 rex.W
15: 85 .byte 0x85
[ 0.805951] RSP: 0000:ffffc9000004fbb8 EFLAGS: 00010296
[ 0.805957] RAX: 000000000000003f RBX: ffff888101794700 RCX: 000000000000020c
[ 0.805962] RDX: 0001000000000000 RSI: 0000000000000003 RDI: 0000000000000001
[ 0.805966] RBP: ffff888101a6a000 R08: 0000000000000000 R09: 0000000000000000
[ 0.805971] R10: 0000000000000000 R11: 0000000000000000 R12: ffff888101a784c0
[ 0.805975] R13: ffff8881009b4150 R14: ffff888100a420c0 R15: ffff888101a68000
[ 0.805980] FS: 0000000000000000(0000) GS:ffff8881f939f000(0000) knlGS:0000000000000000
[ 0.805986] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.805990] CR2: 0000000000000000 CR3: 0000000002218000 CR4: 00000000003506b0
[ 0.805995] Call Trace:
[ 0.805999] <TASK>
[ 0.806002] intel_user_framebuffer_destroy (drivers/gpu/drm/i915/display/intel_fb.c:2120)
[ 0.806012] intel_plane_destroy_state (drivers/gpu/drm/i915/display/intel_plane.c:170)
[ 0.806019] drm_plane_cleanup (drivers/gpu/drm/drm_plane.c:707)
[ 0.806025] intel_plane_destroy (drivers/gpu/drm/i915/display/intel_plane.c:113)
[ 0.806031] drm_mode_config_cleanup (drivers/gpu/drm/drm_mode_config.c:549 (discriminator 3))
[ 0.806038] ? kfree (mm/slub.c:6584 mm/slub.c:6651 mm/slub.c:6849)
[ 0.806044] ? intel_atomic_global_obj_cleanup (drivers/gpu/drm/i915/display/intel_global_state.c:131 (discriminator 2))
[ 0.806053] intel_display_driver_remove_noirq (drivers/gpu/drm/i915/display/intel_display_driver.c:642)
[ 0.806062] i915_driver_probe (drivers/gpu/drm/i915/i915_driver.c:871)
[ 0.806070] ? pci_match_id (drivers/pci/pci-driver.c:110 (discriminator 1))
[ 0.806078] ? __pfx___driver_attach (drivers/base/dd.c:1158)
[ 0.806085] pci_device_probe (drivers/pci/pci-driver.c:324 drivers/pci/pci-driver.c:392 drivers/pci/pci-driver.c:417 drivers/pci/pci-driver.c:451)
[ 0.806093] really_probe (drivers/base/dd.c:581 drivers/base/dd.c:659)
[ 0.806100] driver_probe_device (drivers/base/dd.c:831)
[ 0.806106] __driver_attach (drivers/base/dd.c:1218 drivers/base/dd.c:1157)
[ 0.806113] bus_for_each_dev (drivers/base/bus.c:369)
[ 0.806121] bus_add_driver (drivers/base/bus.c:678)
[ 0.806130] driver_register (drivers/base/driver.c:249)
[ 0.806137] i915_init (drivers/gpu/drm/i915/i915_module.c:86)
[ 0.806145] ? __pfx_i915_init (drivers/gpu/drm/i915/i915_module.c:82)
[ 0.806152] do_one_initcall (init/main.c:1283)
[ 0.806159] kernel_init_freeable (init/main.c:1344 (discriminator 3) init/main.c:1361 (discriminator 3) init/main.c:1380 (discriminator 3) init/main.c:1593 (discriminator 3))
[ 0.806166] ? __pfx_kernel_init (init/main.c:1475)
[ 0.806175] kernel_init (init/main.c:1485)
[ 0.806183] ret_from_fork (arch/x86/kernel/process.c:164)
[ 0.806189] ? __pfx_kernel_init (init/main.c:1475)
[ 0.806197] ret_from_fork_asm (arch/x86/entry/entry_64.S:258)
[ 0.806205] </TASK>
[ 0.806208] ---[ end trace 0000000000000000 ]---
[ 0.806616] ------------[ cut here ]------------
[ 0.806629] Memory manager not clean during takedown.
[ 0.806650] WARNING: CPU: 2 PID: 1 at drivers/gpu/drm/drm_mm.c:964 drm_mm_takedown (drivers/gpu/drm/drm_mm.c:964 (discriminator 1) drivers/gpu/drm/drm_mm.c:962 (discriminator 1))
[ 0.806671] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Tainted: G W 6.18.0-static #1 PREEMPT(none)
[ 0.806680] Tainted: [W]=WARN
[ 0.806684] Hardware name: TQ-Group TQMxE39M/cgb-800--.00, BIOS 5.12.30.28.22 09/30/2019
[ 0.806689] RIP: 0010:drm_mm_takedown (drivers/gpu/drm/drm_mm.c:964 (discriminator 1) drivers/gpu/drm/drm_mm.c:962 (discriminator 1))
[ 0.806697] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 48 8b 47 38 48 83 c7 38 48 39 f8 74 0e 48 c7 c7 cd d9 ff 81 e8 33 89 b3 ff <0f> 0b c3 cc cc cc cc 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90
All code
========
0: 90 nop
1: 90 nop
2: 90 nop
3: 90 nop
4: 90 nop
5: 90 nop
6: 90 nop
7: 90 nop
8: 90 nop
9: 90 nop
a: 90 nop
b: 90 nop
c: 90 nop
d: f3 0f 1e fa endbr64
11: 48 8b 47 38 mov 0x38(%rdi),%rax
15: 48 83 c7 38 add $0x38,%rdi
19: 48 39 f8 cmp %rdi,%rax
1c: 74 0e je 0x2c
1e: 48 c7 c7 cd d9 ff 81 mov $0xffffffff81ffd9cd,%rdi
25: e8 33 89 b3 ff call 0xffffffffffb3895d
2a:* 0f 0b ud2 <-- trapping instruction
2c: c3 ret
2d: cc int3
2e: cc int3
2f: cc int3
30: cc int3
31: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1)
38: 00 00 00 00
3c: 90 nop
3d: 90 nop
3e: 90 nop
3f: 90 nop
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: c3 ret
3: cc int3
4: cc int3
5: cc int3
6: cc int3
7: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1)
e: 00 00 00 00
12: 90 nop
13: 90 nop
14: 90 nop
15: 90 nop
[ 0.806702] RSP: 0000:ffffc9000004fc88 EFLAGS: 00010296
[ 0.806710] RAX: 0000000000000029 RBX: 0000000000000028 RCX: 000000000000023d
[ 0.806715] RDX: 0001000000000000 RSI: 0000000000000003 RDI: 0000000000000001
[ 0.806720] RBP: ffff888101a68000 R08: 0000000000000000 R09: 0000000000000000
[ 0.806725] R10: 00007fffffffffff R11: 0000000000009b2d R12: ffff888101a6a000
[ 0.806729] R13: ffff888100a42000 R14: ffff888100a420c0 R15: ffff888101a68000
[ 0.806734] FS: 0000000000000000(0000) GS:ffff8881f939f000(0000) knlGS:0000000000000000
[ 0.806740] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.806745] CR2: 0000000000000000 CR3: 0000000002218000 CR4: 00000000003506b0
[ 0.806750] Call Trace:
[ 0.806757] <TASK>
[ 0.806761] release_stolen_smem (drivers/gpu/drm/i915/gem/i915_gem_stolen.c:820)
[ 0.806771] intel_memory_region_destroy (drivers/gpu/drm/i915/intel_memory_region.c:328)
[ 0.806782] intel_memory_regions_driver_release (drivers/gpu/drm/i915/intel_memory_region.c:417 (discriminator 1))
[ 0.806790] i915_driver_probe (drivers/gpu/drm/i915/i915_driver.c:875)
[ 0.806800] ? pci_match_id (drivers/pci/pci-driver.c:110 (discriminator 1))
[ 0.806810] ? __pfx___driver_attach (drivers/base/dd.c:1158)
[ 0.806818] pci_device_probe (drivers/pci/pci-driver.c:324 drivers/pci/pci-driver.c:392 drivers/pci/pci-driver.c:417 drivers/pci/pci-driver.c:451)
[ 0.806827] really_probe (drivers/base/dd.c:581 drivers/base/dd.c:659)
[ 0.806834] driver_probe_device (drivers/base/dd.c:831)
[ 0.806840] __driver_attach (drivers/base/dd.c:1218 drivers/base/dd.c:1157)
[ 0.806847] bus_for_each_dev (drivers/base/bus.c:369)
[ 0.806856] bus_add_driver (drivers/base/bus.c:678)
[ 0.806865] driver_register (drivers/base/driver.c:249)
[ 0.806872] i915_init (drivers/gpu/drm/i915/i915_module.c:86)
[ 0.806883] ? __pfx_i915_init (drivers/gpu/drm/i915/i915_module.c:82)
[ 0.806890] do_one_initcall (init/main.c:1283)
[ 0.806899] kernel_init_freeable (init/main.c:1344 (discriminator 3) init/main.c:1361 (discriminator 3) init/main.c:1380 (discriminator 3) init/main.c:1593 (discriminator 3))
[ 0.806906] ? __pfx_kernel_init (init/main.c:1475)
[ 0.806916] kernel_init (init/main.c:1485)
[ 0.806924] ret_from_fork (arch/x86/kernel/process.c:164)
[ 0.806932] ? __pfx_kernel_init (init/main.c:1475)
[ 0.806940] ret_from_fork_asm (arch/x86/entry/entry_64.S:258)
[ 0.806949] </TASK>
[ 0.806953] ---[ end trace 0000000000000000 ]---
[ 0.806979] ------------[ cut here ]------------
[ 0.806982] WARNING: CPU: 2 PID: 1 at drivers/gpu/drm/i915/gt/intel_ggtt.c:1095 i915_ggtt_driver_release (drivers/gpu/drm/i915/gt/intel_ggtt.c:1095 (discriminator 1) drivers/gpu/drm/i915/gt/intel_ggtt.c:1129 (discriminator 1))
[ 0.806995] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Tainted: G W 6.18.0-static #1 PREEMPT(none)
[ 0.807003] Tainted: [W]=WARN
[ 0.807006] Hardware name: TQ-Group TQMxE39M/cgb-800--.00, BIOS 5.12.30.28.22 09/30/2019
[ 0.807010] RIP: 0010:i915_ggtt_driver_release (drivers/gpu/drm/i915/gt/intel_ggtt.c:1095 (discriminator 1) drivers/gpu/drm/i915/gt/intel_ggtt.c:1129 (discriminator 1))
[ 0.807018] Code: 8b b4 24 b8 00 00 00 31 f6 49 8b be f8 00 00 00 e8 9c d9 b1 ff 41 89 c5 85 c0 75 02 0f 0b 4c 89 e7 e8 bb 75 04 00 85 c0 74 02 <0f> 0b 45 85 ed 74 08 4c 89 f7 e8 78 e6 ff ff 48 8b 85 f0 01 00 00
All code
========
0: 8b b4 24 b8 00 00 00 mov 0xb8(%rsp),%esi
7: 31 f6 xor %esi,%esi
9: 49 8b be f8 00 00 00 mov 0xf8(%r14),%rdi
10: e8 9c d9 b1 ff call 0xffffffffffb1d9b1
15: 41 89 c5 mov %eax,%r13d
18: 85 c0 test %eax,%eax
1a: 75 02 jne 0x1e
1c: 0f 0b ud2
1e: 4c 89 e7 mov %r12,%rdi
21: e8 bb 75 04 00 call 0x475e1
26: 85 c0 test %eax,%eax
28: 74 02 je 0x2c
2a:* 0f 0b ud2 <-- trapping instruction
2c: 45 85 ed test %r13d,%r13d
2f: 74 08 je 0x39
31: 4c 89 f7 mov %r14,%rdi
34: e8 78 e6 ff ff call 0xffffffffffffe6b1
39: 48 8b 85 f0 01 00 00 mov 0x1f0(%rbp),%rax
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: 45 85 ed test %r13d,%r13d
5: 74 08 je 0xf
7: 4c 89 f7 mov %r14,%rdi
a: e8 78 e6 ff ff call 0xffffffffffffe687
f: 48 8b 85 f0 01 00 00 mov 0x1f0(%rbp),%rax
[ 0.807023] RSP: 0000:ffffc9000004fc80 EFLAGS: 00010286
[ 0.807030] RAX: 00000000fffffff5 RBX: ffff8881003ec828 RCX: ffff888100170000
[ 0.807035] RDX: ffff888100170000 RSI: 0000000000000000 RDI: ffff888100c44000
[ 0.807039] RBP: ffff8881003ec830 R08: ffff888100170000 R09: 0000000000000000
[ 0.807044] R10: 00007fffffffffff R11: 0000000000009b2d R12: ffff888100c44000
[ 0.807048] R13: 0000000000000001 R14: ffff888101a784c0 R15: ffff8881003eca20
[ 0.807053] FS: 0000000000000000(0000) GS:ffff8881f939f000(0000) knlGS:0000000000000000
[ 0.807059] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.807063] CR2: 0000000000000000 CR3: 0000000002218000 CR4: 00000000003506b0
[ 0.807068] Call Trace:
[ 0.807072] <TASK>
[ 0.807075] i915_driver_probe (drivers/gpu/drm/i915/i915_driver.c:876)
[ 0.807084] ? pci_match_id (drivers/pci/pci-driver.c:110 (discriminator 1))
[ 0.807093] ? __pfx___driver_attach (drivers/base/dd.c:1158)
[ 0.807100] pci_device_probe (drivers/pci/pci-driver.c:324 drivers/pci/pci-driver.c:392 drivers/pci/pci-driver.c:417 drivers/pci/pci-driver.c:451)
[ 0.807108] really_probe (drivers/base/dd.c:581 drivers/base/dd.c:659)
[ 0.807114] driver_probe_device (drivers/base/dd.c:831)
[ 0.807121] __driver_attach (drivers/base/dd.c:1218 drivers/base/dd.c:1157)
[ 0.807128] bus_for_each_dev (drivers/base/bus.c:369)
[ 0.807136] bus_add_driver (drivers/base/bus.c:678)
[ 0.807145] driver_register (drivers/base/driver.c:249)
[ 0.807152] i915_init (drivers/gpu/drm/i915/i915_module.c:86)
[ 0.807159] ? __pfx_i915_init (drivers/gpu/drm/i915/i915_module.c:82)
[ 0.807167] do_one_initcall (init/main.c:1283)
[ 0.807174] kernel_init_freeable (init/main.c:1344 (discriminator 3) init/main.c:1361 (discriminator 3) init/main.c:1380 (discriminator 3) init/main.c:1593 (discriminator 3))
[ 0.807181] ? __pfx_kernel_init (init/main.c:1475)
[ 0.807189] kernel_init (init/main.c:1485)
[ 0.807197] ret_from_fork (arch/x86/kernel/process.c:164)
[ 0.807203] ? __pfx_kernel_init (init/main.c:1475)
[ 0.807212] ret_from_fork_asm (arch/x86/entry/entry_64.S:258)
[ 0.807219] </TASK>
[ 0.807223] ---[ end trace 0000000000000000 ]---
[ 0.807248] ------------[ cut here ]------------
[ 0.807252] Memory manager not clean during takedown.
[ 0.807267] WARNING: CPU: 2 PID: 1 at drivers/gpu/drm/drm_mm.c:964 drm_mm_takedown (drivers/gpu/drm/drm_mm.c:964 (discriminator 1) drivers/gpu/drm/drm_mm.c:962 (discriminator 1))
[ 0.807278] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Tainted: G W 6.18.0-static #1 PREEMPT(none)
[ 0.807286] Tainted: [W]=WARN
[ 0.807289] Hardware name: TQ-Group TQMxE39M/cgb-800--.00, BIOS 5.12.30.28.22 09/30/2019
[ 0.807293] RIP: 0010:drm_mm_takedown (drivers/gpu/drm/drm_mm.c:964 (discriminator 1) drivers/gpu/drm/drm_mm.c:962 (discriminator 1))
[ 0.807299] Code: 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 48 8b 47 38 48 83 c7 38 48 39 f8 74 0e 48 c7 c7 cd d9 ff 81 e8 33 89 b3 ff <0f> 0b c3 cc cc cc cc 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90
All code
========
0: 90 nop
1: 90 nop
2: 90 nop
3: 90 nop
4: 90 nop
5: 90 nop
6: 90 nop
7: 90 nop
8: 90 nop
9: 90 nop
a: 90 nop
b: 90 nop
c: 90 nop
d: f3 0f 1e fa endbr64
11: 48 8b 47 38 mov 0x38(%rdi),%rax
15: 48 83 c7 38 add $0x38,%rdi
19: 48 39 f8 cmp %rdi,%rax
1c: 74 0e je 0x2c
1e: 48 c7 c7 cd d9 ff 81 mov $0xffffffff81ffd9cd,%rdi
25: e8 33 89 b3 ff call 0xffffffffffb3895d
2a:* 0f 0b ud2 <-- trapping instruction
2c: c3 ret
2d: cc int3
2e: cc int3
2f: cc int3
30: cc int3
31: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1)
38: 00 00 00 00
3c: 90 nop
3d: 90 nop
3e: 90 nop
3f: 90 nop
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: c3 ret
3: cc int3
4: cc int3
5: cc int3
6: cc int3
7: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1)
e: 00 00 00 00
12: 90 nop
13: 90 nop
14: 90 nop
15: 90 nop
[ 0.807304] RSP: 0000:ffffc9000004fc78 EFLAGS: 00010296
[ 0.807311] RAX: 0000000000000029 RBX: ffff8881003ec828 RCX: 000000000000028f
[ 0.807315] RDX: 0001000000000000 RSI: 0000000000000003 RDI: 0000000000000001
[ 0.807320] RBP: ffff8881003ecc68 R08: 0000000000000000 R09: 0000000000000000
[ 0.807324] R10: 00007fffffffffff R11: 0000000000009b2d R12: ffff8881003ec830
[ 0.807329] R13: 0000000000000001 R14: ffff888101a784c0 R15: ffff8881003eca20
[ 0.807334] FS: 0000000000000000(0000) GS:ffff8881f939f000(0000) knlGS:0000000000000000
[ 0.807339] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.807344] CR2: 0000000000000000 CR3: 0000000002218000 CR4: 00000000003506b0
[ 0.807349] Call Trace:
[ 0.807352] <TASK>
[ 0.807355] i915_ggtt_driver_release (drivers/gpu/drm/i915/gt/intel_ggtt.c:1114 drivers/gpu/drm/i915/gt/intel_ggtt.c:1129)
[ 0.807364] i915_driver_probe (drivers/gpu/drm/i915/i915_driver.c:876)
[ 0.807373] ? pci_match_id (drivers/pci/pci-driver.c:110 (discriminator 1))
[ 0.807382] ? __pfx___driver_attach (drivers/base/dd.c:1158)
[ 0.807388] pci_device_probe (drivers/pci/pci-driver.c:324 drivers/pci/pci-driver.c:392 drivers/pci/pci-driver.c:417 drivers/pci/pci-driver.c:451)
[ 0.807396] really_probe (drivers/base/dd.c:581 drivers/base/dd.c:659)
[ 0.807403] driver_probe_device (drivers/base/dd.c:831)
[ 0.807409] __driver_attach (drivers/base/dd.c:1218 drivers/base/dd.c:1157)
[ 0.807416] bus_for_each_dev (drivers/base/bus.c:369)
[ 0.807424] bus_add_driver (drivers/base/bus.c:678)
[ 0.807433] driver_register (drivers/base/driver.c:249)
[ 0.807440] i915_init (drivers/gpu/drm/i915/i915_module.c:86)
[ 0.807448] ? __pfx_i915_init (drivers/gpu/drm/i915/i915_module.c:82)
[ 0.807455] do_one_initcall (init/main.c:1283)
[ 0.807462] kernel_init_freeable (init/main.c:1344 (discriminator 3) init/main.c:1361 (discriminator 3) init/main.c:1380 (discriminator 3) init/main.c:1593 (discriminator 3))
[ 0.807469] ? __pfx_kernel_init (init/main.c:1475)
[ 0.807477] kernel_init (init/main.c:1485)
[ 0.807485] ret_from_fork (arch/x86/kernel/process.c:164)
[ 0.807491] ? __pfx_kernel_init (init/main.c:1475)
[ 0.807499] ret_from_fork_asm (arch/x86/entry/entry_64.S:258)
[ 0.807507] </TASK>
[ 0.807510] ---[ end trace 0000000000000000 ]---
[ 0.871448] i915 0000:00:02.0: [drm] *ERROR* Device initialization failed (-19)
[ 0.877525] ------------[ cut here ]------------
[ 0.877529] ida_free called for id=0 which is not allocated.
[ 0.877562] WARNING: CPU: 2 PID: 53 at lib/idr.c:592 ida_free (lib/idr.c:592 (discriminator 1))
[ 0.877581] CPU: 2 UID: 0 PID: 53 Comm: kworker/2:1 Tainted: G W 6.18.0-static #1 PREEMPT(none)
[ 0.877590] Tainted: [W]=WARN
[ 0.877594] Hardware name: TQ-Group TQMxE39M/cgb-800--.00, BIOS 5.12.30.28.22 09/30/2019
[ 0.877599] Workqueue: events drm_connector_free_work_fn
[ 0.877611] RIP: 0010:ida_free (lib/idr.c:592 (discriminator 1))
[ 0.877620] Code: 00 48 8b 3c 24 48 89 ee e8 f4 50 02 00 eb 1d 48 8b 3c 24 48 89 ee e8 e6 50 02 00 44 89 ee 48 c7 c7 3d 25 08 82 e8 d7 5b 6a ff <0f> 0b 48 83 c4 38 5b 5d 41 5c 41 5d 41 5e c3 cc cc cc cc 0f 1f 40
All code
========
0: 00 48 8b add %cl,-0x75(%rax)
3: 3c 24 cmp $0x24,%al
5: 48 89 ee mov %rbp,%rsi
8: e8 f4 50 02 00 call 0x25101
d: eb 1d jmp 0x2c
f: 48 8b 3c 24 mov (%rsp),%rdi
13: 48 89 ee mov %rbp,%rsi
16: e8 e6 50 02 00 call 0x25101
1b: 44 89 ee mov %r13d,%esi
1e: 48 c7 c7 3d 25 08 82 mov $0xffffffff8208253d,%rdi
25: e8 d7 5b 6a ff call 0xffffffffff6a5c01
2a:* 0f 0b ud2 <-- trapping instruction
2c: 48 83 c4 38 add $0x38,%rsp
30: 5b pop %rbx
31: 5d pop %rbp
32: 41 5c pop %r12
34: 41 5d pop %r13
36: 41 5e pop %r14
38: c3 ret
39: cc int3
3a: cc int3
3b: cc int3
3c: cc int3
3d: 0f .byte 0xf
3e: 1f (bad)
3f: 40 rex
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: 48 83 c4 38 add $0x38,%rsp
6: 5b pop %rbx
7: 5d pop %rbp
8: 41 5c pop %r12
a: 41 5d pop %r13
c: 41 5e pop %r14
e: c3 ret
f: cc int3
10: cc int3
11: cc int3
12: cc int3
13: 0f .byte 0xf
14: 1f (bad)
15: 40 rex
[ 0.877625] RSP: 0000:ffffc9000031fdb8 EFLAGS: 00010296
[ 0.877632] RAX: 0000000000000030 RBX: 0000000000000000 RCX: 00000000000002b9
[ 0.877637] RDX: 0001000000000000 RSI: 0000000000000003 RDI: 0000000000000001
[ 0.877642] RBP: 0000000000000246 R08: 0000000000000000 R09: 0000000000000000
[ 0.877647] R10: 00007fffffffffff R11: ffffc9000031fb50 R12: ffffc9000031fdb8
[ 0.877652] R13: 0000000000000000 R14: 0000000000000000 R15: ffff8881003800c0
[ 0.877657] FS: 0000000000000000(0000) GS:ffff8881f939f000(0000) knlGS:0000000000000000
[ 0.877662] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.877667] CR2: 0000000000000000 CR3: 0000000002218000 CR4: 00000000003506b0
[ 0.877672] Call Trace:
[ 0.877678] <TASK>
[ 0.877683] drm_connector_cleanup (drivers/gpu/drm/drm_connector.c:787)
[ 0.877691] intel_connector_destroy (drivers/gpu/drm/i915/display/intel_connector.c:149)
[ 0.877701] drm_connector_free_work_fn (drivers/gpu/drm/drm_connector.c:217 (discriminator 4))
[ 0.877708] process_scheduled_works (arch/x86/include/asm/jump_label.h:36 include/trace/events/workqueue.h:110 kernel/workqueue.c:3268 kernel/workqueue.c:3346)
[ 0.877718] worker_thread (include/linux/list.h:381 (discriminator 2) kernel/workqueue.c:952 (discriminator 2) kernel/workqueue.c:3428 (discriminator 2))
[ 0.877727] ? __pfx_worker_thread (kernel/workqueue.c:3373)
[ 0.877735] kthread (kernel/kthread.c:465)
[ 0.877744] ? __pfx_kthread (kernel/kthread.c:412)
[ 0.877751] ret_from_fork (arch/x86/kernel/process.c:164)
[ 0.877759] ? __pfx_kthread (kernel/kthread.c:412)
[ 0.877766] ret_from_fork_asm (arch/x86/entry/entry_64.S:258)
[ 0.877775] </TASK>
[ 0.877778] ---[ end trace 0000000000000000 ]---
[ 0.877785] ------------[ cut here ]------------
[ 0.877788] refcount_t: underflow; use-after-free.
[ 0.877802] WARNING: CPU: 2 PID: 53 at lib/refcount.c:28 refcount_warn_saturate (lib/refcount.c:28 (discriminator 1))
[ 0.877815] CPU: 2 UID: 0 PID: 53 Comm: kworker/2:1 Tainted: G W 6.18.0-static #1 PREEMPT(none)
[ 0.877822] Tainted: [W]=WARN
[ 0.877826] Hardware name: TQ-Group TQMxE39M/cgb-800--.00, BIOS 5.12.30.28.22 09/30/2019
[ 0.877830] Workqueue: events drm_connector_free_work_fn
[ 0.877838] RIP: 0010:refcount_warn_saturate (lib/refcount.c:28 (discriminator 1))
[ 0.877845] Code: 00 01 e8 7c 20 c7 ff 0f 0b c3 cc cc cc cc 80 3d 58 9c d8 00 00 75 5b 48 c7 c7 2f bd fd 81 c6 05 48 9c d8 00 01 e8 59 20 c7 ff <0f> 0b c3 cc cc cc cc 80 3d 34 9c d8 00 00 75 38 48 c7 c7 57 bd fd
All code
========
0: 00 01 add %al,(%rcx)
2: e8 7c 20 c7 ff call 0xffffffffffc72083
7: 0f 0b ud2
9: c3 ret
a: cc int3
b: cc int3
c: cc int3
d: cc int3
e: 80 3d 58 9c d8 00 00 cmpb $0x0,0xd89c58(%rip) # 0xd89c6d
15: 75 5b jne 0x72
17: 48 c7 c7 2f bd fd 81 mov $0xffffffff81fdbd2f,%rdi
1e: c6 05 48 9c d8 00 01 movb $0x1,0xd89c48(%rip) # 0xd89c6d
25: e8 59 20 c7 ff call 0xffffffffffc72083
2a:* 0f 0b ud2 <-- trapping instruction
2c: c3 ret
2d: cc int3
2e: cc int3
2f: cc int3
30: cc int3
31: 80 3d 34 9c d8 00 00 cmpb $0x0,0xd89c34(%rip) # 0xd89c6c
38: 75 38 jne 0x72
3a: 48 rex.W
3b: c7 .byte 0xc7
3c: c7 (bad)
3d: 57 push %rdi
3e: bd .byte 0xbd
3f: fd std
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: c3 ret
3: cc int3
4: cc int3
5: cc int3
6: cc int3
7: 80 3d 34 9c d8 00 00 cmpb $0x0,0xd89c34(%rip) # 0xd89c42
e: 75 38 jne 0x48
10: 48 rex.W
11: c7 .byte 0xc7
12: c7 (bad)
13: 57 push %rdi
14: bd .byte 0xbd
15: fd std
[ 0.877850] RSP: 0000:ffffc9000031fdf8 EFLAGS: 00010292
[ 0.877857] RAX: 0000000000000026 RBX: ffff8881003b0600 RCX: 00000000000002da
[ 0.877861] RDX: 0001000000000000 RSI: 0000000000000003 RDI: 0000000000000001
[ 0.877866] RBP: ffff888101a68000 R08: 0000000000000000 R09: 0000000000000000
[ 0.877870] R10: 00007fffffffffff R11: 0000000000000000 R12: ffff888101a68000
[ 0.877875] R13: ffff8881003de020 R14: ffff888101a68240 R15: ffff8881003800c0
[ 0.877880] FS: 0000000000000000(0000) GS:ffff8881f939f000(0000) knlGS:0000000000000000
[ 0.877885] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.877890] CR2: 0000000000000000 CR3: 0000000002218000 CR4: 00000000003506b0
[ 0.877895] Call Trace:
[ 0.877898] <TASK>
[ 0.877902] __drm_atomic_helper_connector_destroy_state (drivers/gpu/drm/drm_atomic_state_helper.c:686)
[ 0.877913] drm_atomic_helper_connector_destroy_state (drivers/gpu/drm/drm_atomic_state_helper.c:708)
[ 0.877922] drm_connector_cleanup (drivers/gpu/drm/drm_connector.c:806)
[ 0.877929] intel_connector_destroy (drivers/gpu/drm/i915/display/intel_connector.c:149)
[ 0.877937] drm_connector_free_work_fn (drivers/gpu/drm/drm_connector.c:217 (discriminator 4))
[ 0.877944] process_scheduled_works (arch/x86/include/asm/jump_label.h:36 include/trace/events/workqueue.h:110 kernel/workqueue.c:3268 kernel/workqueue.c:3346)
[ 0.877953] worker_thread (include/linux/list.h:381 (discriminator 2) kernel/workqueue.c:952 (discriminator 2) kernel/workqueue.c:3428 (discriminator 2))
[ 0.877961] ? __pfx_worker_thread (kernel/workqueue.c:3373)
[ 0.877970] kthread (kernel/kthread.c:465)
[ 0.877977] ? __pfx_kthread (kernel/kthread.c:412)
[ 0.877984] ret_from_fork (arch/x86/kernel/process.c:164)
[ 0.877990] ? __pfx_kthread (kernel/kthread.c:412)
[ 0.877997] ret_from_fork_asm (arch/x86/entry/entry_64.S:258)
[ 0.878005] </TASK>
[ 0.878008] ---[ end trace 0000000000000000 ]---
[ 0.880041] loop: module loaded
[ 0.889038] tqmx86 tqmx86: Found TQMxE39M - Board ID 5, PCB Revision 2, PLD Revision 6
[ 0.889176] lpc_ich 0000:00:1f.0: I/O space for ACPI uninitialized
[ 0.890111] tun: Universal TUN/TAP device driver, 1.6
[ 0.890289] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.890296] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.919506] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 0.919519] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:21:83:06:01:88
[ 0.919564] igb 0000:04:00.0: eth0: PBA No: 000300-000
[ 0.919569] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[ 0.919622] Intel(R) 2.5G Ethernet Linux Driver
[ 0.919627] Copyright(c) 2018 Intel Corporation.
[ 0.919802] igc 0000:01:00.0: PCIe PTM not supported by PCIe bus/controller
[ 0.986097] igc 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 0.986114] igc 0000:01:00.0 eth1: MAC: 00:d0:93:60:b3:d3
[ 0.986169] VMware vmxnet3 virtual NIC driver - version 1.9.0.0-k-NAPI
[ 0.986209] usbcore: registered new interface driver asix
[ 0.986224] usbcore: registered new interface driver ax88179_178a
[ 0.986238] usbcore: registered new interface driver cdc_ether
[ 0.986256] usbcore: registered new interface driver net1080
[ 0.986270] usbcore: registered new interface driver plusb
[ 0.986286] usbcore: registered new interface driver cdc_subset
[ 0.986300] usbcore: registered new interface driver zaurus
[ 0.986315] usbcore: registered new interface driver cdc_ncm
[ 0.986330] usbcore: registered new interface driver r8153_ecm
[ 0.986683] xhci_hcd 0000:00:15.0: xHCI Host Controller
[ 0.986699] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[ 0.987795] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 0.987994] xhci_hcd 0000:00:15.0: xHCI Host Controller
[ 0.988004] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[ 0.988011] xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
[ 0.988143] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[ 0.988151] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.988157] usb usb1: Product: xHCI Host Controller
[ 0.988162] usb usb1: Manufacturer: Linux 6.18.0-static xhci-hcd
[ 0.988167] usb usb1: SerialNumber: 0000:00:15.0
[ 0.988569] hub 1-0:1.0: USB hub found
[ 0.988603] hub 1-0:1.0: 8 ports detected
[ 0.990708] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
[ 0.990717] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.990723] usb usb2: Product: xHCI Host Controller
[ 0.990728] usb usb2: Manufacturer: Linux 6.18.0-static xhci-hcd
[ 0.990733] usb usb2: SerialNumber: 0000:00:15.0
[ 0.991038] hub 2-0:1.0: USB hub found
[ 0.991071] hub 2-0:1.0: 7 ports detected
[ 0.993350] usbcore: registered new interface driver uas
[ 0.993390] usbcore: registered new interface driver usb-storage
[ 0.993436] usbcore: registered new interface driver usbserial_generic
[ 0.993451] usbserial: USB Serial support registered for generic
[ 0.993466] usbcore: registered new interface driver ftdi_sio
[ 0.993480] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 0.993771] usbcore: registered new interface driver usbtouchscreen
[ 0.993807] rtc_cmos 00:04: RTC can wake from S4
[ 0.994646] rtc_cmos 00:04: registered as rtc0
[ 0.994787] rtc_cmos 00:04: setting system clock to 2025-12-09T12:48:58 UTC (1765284538)
[ 0.994845] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[ 0.994881] i2c_dev: i2c /dev entries driver
[ 0.995240] i801_smbus 0000:00:1f.1: SPD Write Disable is set
[ 0.995281] i801_smbus 0000:00:1f.1: SMBus using PCI interrupt
[ 0.995663] at24 0-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write
[ 0.998621] tqmx86-wdt tqmx86-wdt: TQMx86 watchdog
[ 0.998683] sdhci: Secure Digital Host Controller Interface driver
[ 0.998688] sdhci: Copyright(c) Pierre Ossman
[ 0.998753] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.998850] usbcore: registered new interface driver usbhid
[ 0.998855] usbhid: USB HID core driver
[ 0.999117] sdhci-pci 0000:00:1b.0: SDHCI controller found [8086:5aca] (rev d)
[ 0.999654] NET: Registered PF_PACKET protocol family
[ 0.999788] microcode: Current revision: 0x00000028
[ 0.999793] microcode: Updated early from: 0x00000016
[ 0.999909] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:5acc] (rev d)
[ 1.000188] at24 1-0050: 256 byte spd EEPROM, read-only
[ 1.000214] i2c i2c-1: Successfully instantiated SPD at 0x50
[ 1.000489] IPI shorthand broadcast: enabled
[ 1.000574] mmc0: SDHCI controller on PCI [0000:00:1b.0] using ADMA 64-bit
[ 1.005718] sched_clock: Marking stable (1010006488, -9181659)->(1009351904, -8527075)
[ 1.006244] mmc1: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[ 1.010079] clk: Disabling unused clocks
[ 1.011301] Freeing unused kernel image (initmem) memory: 2032K
[ 1.011330] Write protecting the kernel read-only data: 18432k
[ 1.012030] Freeing unused kernel image (text/rodata gap) memory: 120K
[ 1.012849] Freeing unused kernel image (rodata/data gap) memory: 1352K
[ 1.012871] Run /init as init process
[ 1.012875] with arguments:
[ 1.012878] /init
[ 1.012881] with environment:
[ 1.012884] HOME=/
[ 1.012887] TERM=linux
[-- Attachment #3: defconfig --]
[-- Type: application/octet-stream, Size: 8117 bytes --]
CONFIG_LOCALVERSION="-static"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_KERNEL_XZ=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_NO_HZ_IDLE=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_BPF_SYSCALL=y
CONFIG_CGROUPS=y
CONFIG_MEMCG=y
CONFIG_CGROUP_PIDS=y
CONFIG_CPUSETS=y
CONFIG_CGROUP_BPF=y
CONFIG_NAMESPACES=y
CONFIG_USER_NS=y
CONFIG_BLK_DEV_INITRD=y
# CONFIG_RD_GZIP is not set
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_EXPERT=y
# CONFIG_SGETMASK_SYSCALL is not set
# CONFIG_ELF_CORE is not set
# CONFIG_PCSPKR_PLATFORM is not set
# CONFIG_AIO is not set
# CONFIG_IO_URING is not set
CONFIG_KEXEC_FILE=y
CONFIG_SMP=y
# CONFIG_X86_MPPARSE is not set
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_X86_INTEL_LPSS=y
# CONFIG_X86_MCE is not set
# CONFIG_PERF_EVENTS_INTEL_UNCORE is not set
# CONFIG_PERF_EVENTS_INTEL_RAPL is not set
# CONFIG_PERF_EVENTS_INTEL_CSTATE is not set
# CONFIG_X86_VSYSCALL_EMULATION is not set
# CONFIG_X86_IOPL_IOPERM is not set
# CONFIG_MTRR is not set
# CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS is not set
CONFIG_EFI=y
CONFIG_EFI_STUB=y
# CONFIG_EFI_HANDOVER_PROTOCOL is not set
CONFIG_HZ_100=y
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_LEGACY_VSYSCALL_NONE=y
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="clocksource=tsc tsc=reliable"
# CONFIG_MODIFY_LDT_SYSCALL is not set
# CONFIG_SUSPEND is not set
# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
# CONFIG_ACPI_TABLE_UPGRADE is not set
CONFIG_INTEL_IDLE=y
# CONFIG_VIRTUALIZATION is not set
# CONFIG_SCHED_MC is not set
CONFIG_JUMP_LABEL=y
# CONFIG_SECCOMP is not set
# CONFIG_STACKPROTECTOR is not set
# CONFIG_MQ_IOSCHED_DEADLINE is not set
# CONFIG_MQ_IOSCHED_KYBER is not set
# CONFIG_SLAB_MERGE_DEFAULT is not set
# CONFIG_SLUB_CPU_PARTIAL is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_COMPACTION is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
# CONFIG_ZONE_DMA is not set
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_INET_DIAG is not set
# CONFIG_IPV6 is not set
CONFIG_NETFILTER=y
CONFIG_NF_CONNTRACK=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
CONFIG_NF_CONNTRACK_TIMESTAMP=y
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NF_CT_PROTO_UDPLITE is not set
CONFIG_NF_TABLES=y
CONFIG_NFT_CT=y
CONFIG_NFT_MASQ=y
CONFIG_NFT_REDIR=y
CONFIG_NFT_NAT=y
CONFIG_NF_TABLES_IPV4=y
# CONFIG_WIRELESS is not set
CONFIG_PCI=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_QUIRKS is not set
# CONFIG_VGA_ARB is not set
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_EXTRA_FIRMWARE="intel-ucode/06-5c-02 intel-ucode/06-5c-09 intel-ucode/06-5c-0a intel-ucode/06-be-00"
CONFIG_EXTRA_FIRMWARE_DIR="/tmp/xeno/build/firmware"
CONFIG_SYSFB_SIMPLEFB=y
# CONFIG_PNP_DEBUG_MESSAGES is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
CONFIG_BLK_DEV_NBD=y
CONFIG_BLK_DEV_NVME=y
CONFIG_EEPROM_AT24=y
CONFIG_EEPROM_AT25=y
# CONFIG_INTEL_MEI is not set
CONFIG_SCSI=y
# CONFIG_SCSI_PROC_FS is not set
CONFIG_BLK_DEV_SD=y
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_SCSI_LOWLEVEL is not set
CONFIG_NETDEVICES=y
CONFIG_TUN=y
CONFIG_NLMON=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set
# CONFIG_NET_VENDOR_AGERE is not set
# CONFIG_NET_VENDOR_ALACRITECH is not set
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_NET_VENDOR_AMAZON is not set
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_VENDOR_AQUANTIA is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ATHEROS is not set
# CONFIG_NET_VENDOR_BROADCOM is not set
# CONFIG_NET_VENDOR_CADENCE is not set
# CONFIG_NET_VENDOR_CAVIUM is not set
# CONFIG_NET_VENDOR_CHELSIO is not set
# CONFIG_NET_VENDOR_CISCO is not set
# CONFIG_NET_VENDOR_CORTINA is not set
# CONFIG_NET_VENDOR_DEC is not set
# CONFIG_NET_VENDOR_DLINK is not set
# CONFIG_NET_VENDOR_EMULEX is not set
# CONFIG_NET_VENDOR_EZCHIP is not set
# CONFIG_NET_VENDOR_GOOGLE is not set
# CONFIG_NET_VENDOR_HUAWEI is not set
# CONFIG_NET_VENDOR_I825XX is not set
CONFIG_IGB=y
CONFIG_IGC=y
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MICROCHIP is not set
# CONFIG_NET_VENDOR_MICROSEMI is not set
# CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_NET_VENDOR_NI is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NETERION is not set
# CONFIG_NET_VENDOR_NETRONOME is not set
# CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set
# CONFIG_NET_VENDOR_PACKET_ENGINES is not set
# CONFIG_NET_VENDOR_PENSANDO is not set
# CONFIG_NET_VENDOR_QLOGIC is not set
# CONFIG_NET_VENDOR_BROCADE is not set
# CONFIG_NET_VENDOR_QUALCOMM is not set
# CONFIG_NET_VENDOR_RDC is not set
# CONFIG_NET_VENDOR_REALTEK is not set
# CONFIG_NET_VENDOR_RENESAS is not set
# CONFIG_NET_VENDOR_ROCKER is not set
# CONFIG_NET_VENDOR_SAMSUNG is not set
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SILAN is not set
# CONFIG_NET_VENDOR_SIS is not set
# CONFIG_NET_VENDOR_SOLARFLARE is not set
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_SOCIONEXT is not set
# CONFIG_NET_VENDOR_STMICRO is not set
# CONFIG_NET_VENDOR_SUN is not set
# CONFIG_NET_VENDOR_SYNOPSYS is not set
# CONFIG_NET_VENDOR_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WIZNET is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_PLUSB=y
# CONFIG_WLAN is not set
CONFIG_VMXNET3=y
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_USB_COMPOSITE=y
# CONFIG_SERIO is not set
# CONFIG_LEGACY_PTYS is not set
# CONFIG_LEGACY_TIOCSTI is not set
# CONFIG_LDISC_AUTOLOAD is not set
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DW=y
# CONFIG_HW_RANDOM_INTEL is not set
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_VIA is not set
# CONFIG_DEVMEM is not set
CONFIG_NVRAM=y
# CONFIG_DEVPORT is not set
CONFIG_TCG_TPM=y
CONFIG_TCG_CRB=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_I801=y
CONFIG_I2C_OCORES=y
CONFIG_SPI=y
# CONFIG_PTP_1588_CLOCK is not set
CONFIG_PINCTRL_ALDERLAKE=y
CONFIG_PINCTRL_BROXTON=y
CONFIG_PINCTRL_GEMINILAKE=y
CONFIG_POWER_RESET=y
# CONFIG_HWMON is not set
# CONFIG_X86_PKG_TEMP_THERMAL is not set
CONFIG_WATCHDOG=y
CONFIG_SMSC_SCH311X_WDT=y
CONFIG_TQMX86_WDT=y
CONFIG_LPC_ICH=y
CONFIG_MFD_INTEL_LPSS_ACPI=y
CONFIG_MFD_INTEL_LPSS_PCI=y
CONFIG_MFD_TQMX86=y
CONFIG_DRM=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_SIMPLEDRM=y
CONFIG_DRM_I915=y
CONFIG_HID_MULTITOUCH=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_USB_UAS=y
CONFIG_USB_DWC3=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_CONSOLE=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_NOP_USB_XCEIV=y
CONFIG_USB_GADGET=y
CONFIG_USB_CONFIGFS=y
CONFIG_USB_CONFIGFS_SERIAL=y
CONFIG_USB_CONFIGFS_NCM=y
CONFIG_MMC=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PCI=y
CONFIG_MMC_SDHCI_ACPI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_RTC_CLASS=y
# CONFIG_VIRTIO_MENU is not set
# CONFIG_VHOST_MENU is not set
CONFIG_INTEL_HID_EVENT=y
# CONFIG_IOMMU_SUPPORT is not set
CONFIG_PWM=y
CONFIG_PWM_LPSS_PCI=y
CONFIG_GENERIC_PHY=y
CONFIG_USB4=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_F2FS_FS=y
# CONFIG_DNOTIFY is not set
CONFIG_AUTOFS_FS=y
CONFIG_OVERLAY_FS=y
# CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW is not set
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_UTF8=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_CHILDREN=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_HUGETLBFS=y
CONFIG_EROFS_FS=y
# CONFIG_NETWORK_FILESYSTEMS is not set
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_850=y
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_USER_API_HASH=y
# CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE is not set
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=y
# CONFIG_CRYPTO_HW is not set
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_SLUB_DEBUG is not set
# CONFIG_X86_VERBOSE_BOOTUP is not set
# CONFIG_RUNTIME_TESTING_MENU is not set
[-- Attachment #4: lspci.txt --]
[-- Type: text/plain, Size: 36501 bytes --]
00:00.0 Host bridge: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Host Bridge (rev 0d)
Subsystem: Intel Corporation Device 7270
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 500 (rev 0d) (prog-if 00 [VGA controller])
Subsystem: Intel Corporation Device 7270
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 19
Region 0: Memory at 90000000 (64-bit, non-prefetchable) [size=16M]
Region 2: Memory at 80000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 2000 [size=64]
Capabilities: [40] Vendor Specific Information: Intel Capabilities v1
CapA: Peg60Dis- Peg12Dis- Peg11Dis- Peg10Dis- PeLWUDis- DmiWidth=x4
EccDis- ForceEccEn- VTdDis- DmiG2Dis- PegG2Dis- DDRMaxSize=Unlimited
1NDis- CDDis- DDPCDis- X2APICEn- PDCDis- IGDis- CDID=0 CRID=0
DDROCCAP- OCEn- DDRWrtVrefEn- DDR3LEn-
CapB: ImguDis- OCbySSKUCap- OCbySSKUEn- SMTCap- CacheSzCap 0x0
SoftBinCap- DDR3MaxFreqWithRef100=Disabled PegG3Dis-
PkgTyp- AddGfxEn- AddGfxCap- PegX16Dis- DmiG3Dis- GmmDis-
DDR3MaxFreq=2932MHz LPDDR3En-
Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, IntMsgNum 0
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+ FLReset+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
Capabilities: [ac] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Process Address Space ID (PASID)
PASIDCap: Exec+ Priv-, Max PASID Width: 14
PASIDCtl: Enable- Exec- Priv-
Capabilities: [200 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable-, Smallest Translation Unit: 00
Capabilities: [300 v1] Page Request Interface (PRI)
PRICtl: Enable- Reset-
PRISta: RF- UPRGI- Stopped- PASID+
Page Request Capacity: 00008000, Page Request Allocation: 00000000
Kernel modules: i915
00:0e.0 Audio device: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster (rev 0d) (prog-if 00 [HDA compatible])
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 25
Region 0: Memory at 91410000 (64-bit, non-prefetchable) [size=16K]
Region 4: Memory at 91000000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] Vendor Specific Information: Intel <unknown>
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, IntMsgNum 0
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE- FLReset+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
00:0f.0 Communication controller: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Trusted Execution Engine (rev 0d)
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 255
Region 0: Memory at 91416000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [a4] Vendor Specific Information: Intel <unknown>
00:12.0 SATA controller: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SATA AHCI Controller (rev 0d) (prog-if 01 [AHCI 1.0])
Subsystem: Intel Corporation Device 7270
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 255
Region 0: Memory at 91414000 (32-bit, non-prefetchable) [size=8K]
Region 1: Memory at 9141f000 (32-bit, non-prefetchable) [size=256]
Region 2: I/O ports at 2080 [size=8]
Region 3: I/O ports at 2088 [size=4]
Region 4: I/O ports at 2060 [size=32]
Region 5: Memory at 9141d000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
Capabilities: [70] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME-
Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
00:13.0 PCI bridge: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port A #1 (rev fd) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 120
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: f000-0fff [disabled] [16-bit]
Memory behind bridge: 91200000-913fffff [size=2M] [32-bit]
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag- RBE+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
LnkCap: Port #3, Speed 5GT/s, Width x1, ASPM not supported
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ FltModeDis-
LnkSta: Speed 5GT/s, Width x1
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #2, PowerLimit 10W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet- LinkState+
RootCap: CRSVisible-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-5GT/s, Crosslink- Retimer- 2Retimers- DRS-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee06000 Data: 0020
Capabilities: [90] Subsystem: Device 0000:0000
Capabilities: [a0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v0] Null
Capabilities: [140 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [150 v1] Precision Time Measurement
PTMCap: Requester- Responder+ Root+
PTMClockGranularity: 4ns
PTMControl: Enabled- RootSelected-
PTMEffectiveGranularity: Unknown
Capabilities: [200 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=40us PortTPowerOnTime=10us
L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
T_CommonMode=55us LTR1.2_Threshold=163840ns
L1SubCtl2: T_PwrOn=70us
Kernel driver in use: pcieport
00:13.1 PCI bridge: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port A #2 (rev fd) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 121
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: f000-0fff [disabled] [16-bit]
Memory behind bridge: fff00000-000fffff [disabled] [32-bit]
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag- RBE+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
LnkCap: Port #4, Speed 5GT/s, Width x1, ASPM not supported
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ FltModeDis-
LnkSta: Speed 2.5GT/s, Width x0
TrErr- Train+ SlotClk+ DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #3, PowerLimit 10W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
Changed: MRL- PresDet- LinkState-
RootCap: CRSVisible-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-5GT/s, Crosslink- Retimer- 2Retimers- DRS-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00000 Data: 0020
Capabilities: [90] Subsystem: Device 0000:0000
Capabilities: [a0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v0] Null
Capabilities: [140 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [150 v1] Precision Time Measurement
PTMCap: Requester- Responder+ Root+
PTMClockGranularity: 4ns
PTMControl: Enabled- RootSelected-
PTMEffectiveGranularity: Unknown
Capabilities: [200 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=40us PortTPowerOnTime=10us
L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
T_CommonMode=0us LTR1.2_Threshold=0ns
L1SubCtl2: T_PwrOn=10us
Kernel driver in use: pcieport
00:13.2 PCI bridge: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port A #3 (rev fd) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin C routed to IRQ 122
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: f000-0fff [disabled] [16-bit]
Memory behind bridge: fff00000-000fffff [disabled] [32-bit]
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag- RBE+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
LnkCap: Port #5, Speed 5GT/s, Width x1, ASPM not supported
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ FltModeDis-
LnkSta: Speed 2.5GT/s, Width x0
TrErr- Train+ SlotClk+ DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #4, PowerLimit 10W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
Changed: MRL- PresDet- LinkState-
RootCap: CRSVisible-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-5GT/s, Crosslink- Retimer- 2Retimers- DRS-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee02000 Data: 0021
Capabilities: [90] Subsystem: Device 0000:0000
Capabilities: [a0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v0] Null
Capabilities: [140 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [150 v1] Precision Time Measurement
PTMCap: Requester- Responder+ Root+
PTMClockGranularity: 4ns
PTMControl: Enabled- RootSelected-
PTMEffectiveGranularity: Unknown
Capabilities: [200 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=40us PortTPowerOnTime=10us
L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
T_CommonMode=0us LTR1.2_Threshold=0ns
L1SubCtl2: T_PwrOn=10us
Kernel driver in use: pcieport
00:14.0 PCI bridge: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port B #1 (rev fd) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 123
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 1000-1fff [size=4K] [16-bit]
Memory behind bridge: 91100000-911fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag- RBE+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
LnkCap: Port #1, Speed 5GT/s, Width x2, ASPM not supported
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ FltModeDis-
LnkSta: Speed 2.5GT/s, Width x1
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #0, PowerLimit 25W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet- LinkState+
RootCap: CRSVisible-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-5GT/s, Crosslink- Retimer- 2Retimers- DRS-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee04000 Data: 0021
Capabilities: [90] Subsystem: Device 0000:0000
Capabilities: [a0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v0] Null
Capabilities: [140 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [150 v1] Precision Time Measurement
PTMCap: Requester- Responder+ Root+
PTMClockGranularity: 4ns
PTMControl: Enabled- RootSelected-
PTMEffectiveGranularity: Unknown
Capabilities: [200 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=40us PortTPowerOnTime=10us
L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
T_CommonMode=0us LTR1.2_Threshold=0ns
L1SubCtl2: T_PwrOn=10us
Kernel driver in use: pcieport
00:15.0 USB controller: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series USB xHCI (rev 0d) (prog-if 30 [XHCI])
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 134
Region 0: Memory at 91400000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [70] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
Address: 00000000fee06000 Data: 0021
Capabilities: [90] Vendor Specific Information: Intel <unknown>
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:1a.0 Serial bus controller: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PWM Pin Controller (rev 0d)
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ -2147483648
Region 0: Memory at 91417000 (64-bit, non-prefetchable) [size=4K]
Region 2: Memory at 91418000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [80] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [90] Vendor Specific Information: Intel <unknown>
Kernel driver in use: pwm-lpss
Kernel modules: pwm_lpss_pci
00:1b.0 SD Host controller: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SDXC/MMC Host Controller (rev 0d) (prog-if 01)
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 43
Region 0: Memory at 91419000 (64-bit, non-prefetchable) [size=4K]
Region 2: Memory at 9141a000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [80] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [90] Vendor Specific Information: Intel <unknown>
Kernel driver in use: sdhci-pci
Kernel modules: sdhci_pci
00:1c.0 SD Host controller: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series eMMC Controller (rev 0d) (prog-if 01)
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 39
Region 0: Memory at 9141b000 (64-bit, non-prefetchable) [size=4K]
Region 2: Memory at 9141c000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [80] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [90] Vendor Specific Information: Intel <unknown>
Kernel driver in use: sdhci-pci
Kernel modules: sdhci_pci
00:1f.0 ISA bridge: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Low Pin Count Interface (rev 0d)
Subsystem: Intel Corporation Device 7270
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.1 SMBus: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SMBus Controller (rev 0d)
Subsystem: Intel Corporation Device 7270
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 20
Region 0: Memory at 9141e000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 2040 [size=32]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 Ethernet controller: Intel Corporation Ethernet Controller I226-IT (rev 04)
Subsystem: Intel Corporation Device 0000
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 22
Region 0: Memory at 91200000 (32-bit, non-prefetchable) [size=1M]
Region 3: Memory at 91300000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
Address: 0000000000000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [70] MSI-X: Enable+ Count=5 Masked-
Vector table: BAR=3 offset=00000000
PBA: BAR=3 offset=00002000
Capabilities: [a0] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L1, Exit Latency L1 <4us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 5GT/s, Width x1
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [100 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
Capabilities: [140 v1] Device Serial Number 00-d0-93-ff-ff-60-b3-d3
Capabilities: [1c0 v1] Latency Tolerance Reporting
Max snoop latency: 3145728ns
Max no snoop latency: 3145728ns
Capabilities: [1f0 v1] Precision Time Measurement
PTMCap: Requester+ Responder- Root-
PTMClockGranularity: 4ns
PTMControl: Enabled- RootSelected-
PTMEffectiveGranularity: Unknown
Capabilities: [1e0 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=55us PortTPowerOnTime=70us
L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
T_CommonMode=55us LTR1.2_Threshold=163840ns
L1SubCtl2: T_PwrOn=70us
Kernel driver in use: igc
Kernel modules: igc
04:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 22
Region 0: Memory at 91100000 (32-bit, non-prefetchable) [size=512K]
Region 2: I/O ports at 1000 [size=32]
Region 3: Memory at 91180000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
Address: 0000000000000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [70] MSI-X: Enable+ Count=5 Masked-
Vector table: BAR=3 offset=00000000
PBA: BAR=3 offset=00002000
Capabilities: [a0] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <2us, L1 <16us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 2.5GT/s, Width x1
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [100 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
Capabilities: [140 v1] Device Serial Number 00-21-83-ff-ff-06-01-88
Capabilities: [1a0 v1] Transaction Processing Hints
Device specific mode supported
Steering table in TPH capability structure
Kernel driver in use: igb
Kernel modules: igb
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PROBLEM: i915 leaks DP connector with static kernel
2025-12-09 13:26 PROBLEM: i915 leaks DP connector with static kernel Norbert Lange
@ 2025-12-09 13:33 ` Jani Nikula
0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2025-12-09 13:33 UTC (permalink / raw)
To: Norbert Lange, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin,
David Airlie, Simona Vetter, intel-gfx@lists.freedesktop.org,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
On Tue, 09 Dec 2025, Norbert Lange <nolange79@gmail.com> wrote:
> Hello, I am building upstream 6.18 as static kernel, and booting a
> initramfs with the needed firmware.
>
> The relevant files are attached, BUG occurs as soon as the i915 module
> is initialized,
> the attached Monitor just stays blank.
> Errors start with:
>
> [ 0.320330] i915 0000:00:02.0: [drm] Found broxton (device ID 5a85)
> integrated display version 9.00 stepping E0
> [ 0.326984] i915 0000:00:02.0: [drm] CI tainted: 0x9 by
> intel_gt_init (drivers/gpu/drm/i915/gt/intel_gt.c:766)
> [ 0.799141] Freeing initrd memory: 28320K
> [ 0.799636] i915 0000:00:02.0: [drm] Finished loading DMC firmware
> i915/bxt_dmc_ver1_07.bin (v1.7)
> [ 0.799782] ------------[ cut here ]------------
> [ 0.799788] WARNING: CPU: 2 PID: 1 at
> drivers/gpu/drm/drm_mode_config.c:537 drm_mode_config_cleanup
> (drivers/gpu/drm/drm_mode_config.c:537 (discriminator 1))
> [ 0.799806] CPU: 2 UID: 0 PID: 1 Comm: swapper/0 Tainted: G
> W 6.18.0-static #1 PREEMPT(none)
> [ 0.799815] Tainted: [W]=WARN
> [ 0.799819] Hardware name: TQ-Group TQMxE39M/cgb-800--.00, BIOS
> 5.12.30.28.22 09/30/2019
> [ 0.799823] RIP: 0010:drm_mode_config_cleanup
> (drivers/gpu/drm/drm_mode_config.c:537 (discriminator 1))
> [ 0.799832] Code: 00 eb e8 48 89 ef e8 16 c4 fe ff 48 8d bb 70 02
> 00 00 e8 ca 14 b5 ff 48 8b 93 58 02 00 00 48 8d 83 58 02 00 00 48 39
> c2 74 34 <0f> 0b 48 89 ee 48 89 df e8 7a ac fe ff 48 89 ef e8 42 c4 fe
> ff 48
The problem occurs earlier but there are no logs for that. Please file a
bug as described at [1].
BR,
Jani.
[1] https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-09 17:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-09 13:26 PROBLEM: i915 leaks DP connector with static kernel Norbert Lange
2025-12-09 13:33 ` Jani Nikula
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).