From: Harald Arnesen <linux@skogtun.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Danilo Krummrich <dakr@kernel.org>,
Takashi Sakamoto <o-takashi@sakamocchi.jp>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [BISECTED]: Black screen on 7.0-rc1
Date: Tue, 24 Feb 2026 08:59:52 +0100 [thread overview]
Message-ID: <a200d310-e3df-48e4-8376-7bbbb483f2eb@skogtun.org> (raw)
In-Reply-To: <CAHk-=whxJBPZ=7jpAKgz+5hUjJZ129JJsyA6iEw70Wg58hD0zg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2428 bytes --]
Linus Torvalds [2026-02-24 01:25:25]:
> On Mon, 23 Feb 2026 at 13:29, Harald Arnesen <linux@skogtun.org> wrote:
>>
>> >
>> > ba268514ea14 ("rust: devres: fix race condition due to nesting")
>>
>> Boots fine.
>>
>> > And please double-check the first parent too (ie commit 1c2b4a4c2bcb:
>>
>> Also boots fine.
>
> Ok. I do think it's likely timing-related, and Danilo seems to have a
> theory on *why* the driver core merge might be changing timing
> reliably.
>
> So my guess would be that it hits the merge because something that got
> merged earlier had issues, and the driver core merge then exposes
> those issues due to changed timing or ordering.
>
> That's purely a guess.
>
>> > In fact, I would expect it to be related to one (or both) of
>> >
>> > f2ae92780ab9 ("firewire: ohci: split page allocation from dma mapping")
>> > 993ab48006b3 ("firewire: ohci: stop using page private to store
>> > DMA mapping address")
>>
>> Should I try reverting one or both of these?
>
> Yes. From a quick check, they revert cleanly (revert 993ab48006b3
> first) and the result seems to compile cleanly too.
I can confirm that the kernel boots with these two reverted.
I have attached the new dmesg output.
> So that would be a quick check to see if that oops you see is due to
> those two changes.
>
> Now, the reason I picked on those two commits is that they are the
> ones that touch ar_context_init() directly, and that's where that oops
> was, and so they seemed the most obvious very targeted thing to try.
>
> But obviously the oops could be due to changes in the callers - the
> same way the driver-core upcates seem to be needed to trigger this.
>
> So it might be worth testing reverting all the firewire changes, just
> to not pick two random commits out of there. That gets a trivial
> conflict with the alloc helpers, so here's a patch to try.
>
> And due to all the noise with the "get_random_u32 called with
> crng_init=0" noise, it's obviously also *very* possible that none of
> this has anything at all to do with the firewire changes at all, and
> there were earlier oops reports that just were flushed out.
I have now disabled CONFIG_WARN_ALL_UNSEEDED_RANDOM
> So it may be completely unfair to pick on any of the firewire changes,
> but it's the only real clue I have right now judging by your kernel
> messages in the failure case.
>
> Linus
--
Hilsen Harald
[-- Attachment #2: dmesg-7.0.0-rc1-00002-g0ac8104443bc --]
[-- Type: text/plain, Size: 60232 bytes --]
[ 0.000000] Linux version 7.0.0-rc1-00002-g0ac8104443bc (harald@catnip) (gcc (Debian 15.2.0-13) 15.2.0, GNU ld (GNU Binutils for Debian) 2.46) #5 SMP PREEMPT Tue Feb 24 08:51:12 CET 2026
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-7.0.0-rc1-00002-g0ac8104443bc root=/dev/mapper/catnip--vg-root ro libata.allow_tpm=1 quiet
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] reserving inaccessible SNB gfx pages
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] System RAM
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000000a0000-0x00000000000dffff]
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] System RAM
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] System RAM
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000b699efff] System RAM
[ 0.000000] BIOS-e820: [mem 0x00000000b699f000-0x00000000b6e9efff] device reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b6e9f000-0x00000000b6f9efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000b6f9f000-0x00000000b6ffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000b6fff000-0x00000000b6ffffff] System RAM
[ 0.000000] BIOS-e820: [mem 0x00000000b7000000-0x00000000bf9fffff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000bfa00000-0x00000000f7ffffff]
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fc000000-0x00000000febfffff]
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fec01000-0x00000000fed07fff]
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fed09000-0x00000000fed0ffff]
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fed1a000-0x00000000fed1bfff]
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fed20000-0x00000000fedfffff]
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fee01000-0x00000000ffd1ffff]
[ 0.000000] BIOS-e820: [mem 0x00000000ffd20000-0x00000000ffffffff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043e5fffff] System RAM
[ 0.000000] BIOS-e820: [mem 0x000000043e600000-0x000000043e7fffff] device reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: LENOVO 42435GG/42435GG, BIOS 8AET69WW (1.49 ) 06/14/2018
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2192.916 MHz processor
[ 0.000881] e820: update [mem 0x00000000-0x00000fff] System RAM ==> device reserved
[ 0.000884] e820: remove [mem 0x000a0000-0x000fffff] System RAM
[ 0.000896] last_pfn = 0x43e600 max_arch_pfn = 0x400000000
[ 0.000902] MTRR map: 8 entries (3 fixed + 5 variable; max 23), built from 10 variable MTRRs
[ 0.000905] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001875] last_pfn = 0xb7000 max_arch_pfn = 0x400000000
[ 0.002564] RAMDISK: [mem 0x36953000-0x374a0fff]
[ 0.002570] ACPI: Early table checksum verification disabled
[ 0.002574] ACPI: RSDP 0x00000000000F00E0 000024 (v02 LENOVO)
[ 0.002580] ACPI: XSDT 0x00000000B6FFE120 0000A4 (v01 LENOVO TP-8A 00001490 PTEC 00000002)
[ 0.002587] ACPI: FACP 0x00000000B6FE8000 0000F4 (v04 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002593] ACPI: DSDT 0x00000000B6FEB000 00E7FE (v01 LENOVO TP-8A 00001490 INTL 20061109)
[ 0.002597] ACPI: FACS 0x00000000B6F2D000 000040
[ 0.002600] ACPI: FACS 0x00000000B6F2D000 000040
[ 0.002602] ACPI: SLIC 0x00000000B6FFD000 000176 (v01 LENOVO TP-8A 00001490 PTEC 00000001)
[ 0.002606] ACPI: SSDT 0x00000000B6FFC000 000249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
[ 0.002609] ACPI: SSDT 0x00000000B6FFB000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
[ 0.002613] ACPI: SSDT 0x00000000B6FFA000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[ 0.002616] ACPI: HPET 0x00000000B6FE7000 000038 (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002619] ACPI: APIC 0x00000000B6FE6000 000098 (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002623] ACPI: MCFG 0x00000000B6FE5000 00003C (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002626] ACPI: ECDT 0x00000000B6FE4000 000052 (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002629] ACPI: ASF! 0x00000000B6FEA000 0000A5 (v32 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002633] ACPI: TCPA 0x00000000B6FE3000 000032 (v02 PTL LENOVO 06040000 LNVO 00000001)
[ 0.002636] ACPI: SSDT 0x00000000B6FE2000 000B71 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.002640] ACPI: SSDT 0x00000000B6FE1000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.002643] ACPI: UEFI 0x00000000B6FE0000 00003E (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002646] ACPI: UEFI 0x00000000B6FDF000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.002650] ACPI: UEFI 0x00000000B6FDE000 000292 (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002653] ACPI: Reserving FACP table memory at [mem 0xb6fe8000-0xb6fe80f3]
[ 0.002654] ACPI: Reserving DSDT table memory at [mem 0xb6feb000-0xb6ff97fd]
[ 0.002656] ACPI: Reserving FACS table memory at [mem 0xb6f2d000-0xb6f2d03f]
[ 0.002657] ACPI: Reserving FACS table memory at [mem 0xb6f2d000-0xb6f2d03f]
[ 0.002658] ACPI: Reserving SLIC table memory at [mem 0xb6ffd000-0xb6ffd175]
[ 0.002659] ACPI: Reserving SSDT table memory at [mem 0xb6ffc000-0xb6ffc248]
[ 0.002660] ACPI: Reserving SSDT table memory at [mem 0xb6ffb000-0xb6ffb032]
[ 0.002661] ACPI: Reserving SSDT table memory at [mem 0xb6ffa000-0xb6ffa796]
[ 0.002662] ACPI: Reserving HPET table memory at [mem 0xb6fe7000-0xb6fe7037]
[ 0.002663] ACPI: Reserving APIC table memory at [mem 0xb6fe6000-0xb6fe6097]
[ 0.002664] ACPI: Reserving MCFG table memory at [mem 0xb6fe5000-0xb6fe503b]
[ 0.002665] ACPI: Reserving ECDT table memory at [mem 0xb6fe4000-0xb6fe4051]
[ 0.002666] ACPI: Reserving ASF! table memory at [mem 0xb6fea000-0xb6fea0a4]
[ 0.002667] ACPI: Reserving TCPA table memory at [mem 0xb6fe3000-0xb6fe3031]
[ 0.002668] ACPI: Reserving SSDT table memory at [mem 0xb6fe2000-0xb6fe2b70]
[ 0.002669] ACPI: Reserving SSDT table memory at [mem 0xb6fe1000-0xb6fe1995]
[ 0.002670] ACPI: Reserving UEFI table memory at [mem 0xb6fe0000-0xb6fe003d]
[ 0.002671] ACPI: Reserving UEFI table memory at [mem 0xb6fdf000-0xb6fdf041]
[ 0.002672] ACPI: Reserving UEFI table memory at [mem 0xb6fde000-0xb6fde291]
[ 0.002694] Reserving Intel graphics memory at [mem 0xb7a00000-0xbf9fffff]
[ 0.002825] ACPI: PM-Timer IO Port: 0x408
[ 0.002833] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.002834] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.002844] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.002847] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.002850] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.002855] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.002856] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.002859] TSC deadline timer available
[ 0.002866] CPU topo: Max. logical packages: 1
[ 0.002867] CPU topo: Max. logical dies: 1
[ 0.002868] CPU topo: Max. dies per package: 1
[ 0.002874] CPU topo: Max. threads per core: 2
[ 0.002875] CPU topo: Num. cores per package: 4
[ 0.002876] CPU topo: Num. threads per package: 8
[ 0.002877] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[ 0.002898] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.002900] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x000fffff]
[ 0.002902] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[ 0.002905] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
[ 0.002907] PM: hibernation: Registered nosave memory: [mem 0xb699f000-0xb6ffefff]
[ 0.002909] PM: hibernation: Registered nosave memory: [mem 0xb7000000-0xffffffff]
[ 0.002910] [gap 0xbfa00000-0xf7ffffff] available for PCI devices
[ 0.002913] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.007880] Zone ranges:
[ 0.007880] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.007883] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.007885] Normal [mem 0x0000000100000000-0x000000043e5fffff]
[ 0.007886] Movable zone start for each node
[ 0.007887] Early memory node ranges
[ 0.007888] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.007889] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.007891] node 0: [mem 0x0000000020200000-0x000000003fffffff]
[ 0.007892] node 0: [mem 0x0000000040200000-0x00000000b699efff]
[ 0.007893] node 0: [mem 0x00000000b6fff000-0x00000000b6ffffff]
[ 0.007894] node 0: [mem 0x0000000100000000-0x000000043e5fffff]
[ 0.007897] Initmem setup node 0 [mem 0x0000000000001000-0x000000043e5fffff]
[ 0.007904] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.007950] On node 0, zone DMA: 99 pages in unavailable ranges
[ 0.010988] On node 0, zone DMA32: 512 pages in unavailable ranges
[ 0.016668] On node 0, zone DMA32: 512 pages in unavailable ranges
[ 0.016692] On node 0, zone DMA32: 1632 pages in unavailable ranges
[ 0.056396] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.056475] On node 0, zone Normal: 6656 pages in unavailable ranges
[ 0.056485] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.056834] percpu: Embedded 45 pages/cpu s143704 r8192 d32424 u262144
[ 0.056842] pcpu-alloc: s143704 r8192 d32424 u262144 alloc=1*2097152
[ 0.056845] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.056869] Kernel command line: BOOT_IMAGE=/vmlinuz-7.0.0-rc1-00002-g0ac8104443bc root=/dev/mapper/catnip--vg-root ro libata.allow_tpm=1 quiet
[ 0.056913] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.058896] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.059892] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.060000] software IO TLB: area num 8.
[ 0.076107] Built 1 zonelists, mobility grouping on. Total pages: 4148028
[ 0.076124] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.137410] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.137940] Kernel/User page tables isolation: enabled
[ 0.138382] rcu: Hierarchical RCU implementation.
[ 0.138384] Trampoline variant of Tasks RCU enabled.
[ 0.138385] Tracing variant of Tasks RCU enabled.
[ 0.138386] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.138396] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.138408] NR_IRQS: 4352, nr_irqs: 488, preallocated irqs: 16
[ 0.138624] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.140158] Console: colour VGA+ 80x25
[ 0.140162] printk: legacy console [tty0] enabled
[ 0.140200] ACPI: Core revision 20251212
[ 0.140804] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.140822] APIC: Switch to symmetric I/O mode setup
[ 0.140894] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.141352] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.145822] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1f9c0efd3ba, max_idle_ns: 440795274444 ns
[ 0.145829] Calibrating delay loop (skipped), value calculated using timer frequency.. 4385.83 BogoMIPS (lpj=2192916)
[ 0.145861] CPU0: Thermal monitoring enabled (TM1)
[ 0.145893] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.145895] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.145900] process: using mwait in idle threads
[ 0.145903] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 0.145909] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.145911] Spectre V2 : Mitigation: Retpolines
[ 0.145913] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.145914] MDS: Mitigation: Clear CPU buffers
[ 0.145915] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 0.145917] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.145918] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[ 0.145919] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.145921] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.145929] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.145931] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.145933] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.145934] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.145936] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.159097] Freeing SMP alternatives memory: 28K
[ 0.159107] pid_max: default: 32768 minimum: 301
[ 0.160248] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.160274] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.160513] VFS: Finished mounting rootfs on nullfs
[ 0.162921] smpboot: CPU0: Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[ 0.163212] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.163231] ... version: 3
[ 0.163233] ... bit width: 48
[ 0.163234] ... generic counters: 4
[ 0.163235] ... generic bitmap: 000000000000000f
[ 0.163236] ... fixed-purpose counters: 3
[ 0.163237] ... fixed-purpose bitmap: 0000000000000007
[ 0.163239] ... value mask: 0000ffffffffffff
[ 0.163240] ... max period: 00007fffffffffff
[ 0.163241] ... global_ctrl mask: 000000070000000f
[ 0.163495] signal: max sigframe size: 1776
[ 0.163513] Estimated ratio of average max frequency by base frequency (times 1024): 1303
[ 0.163564] rcu: Hierarchical SRCU implementation.
[ 0.163566] rcu: Max phase no-delay instances is 400.
[ 0.163626] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.164016] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.164157] smp: Bringing up secondary CPUs ...
[ 0.164278] smpboot: x86: Booting SMP configuration:
[ 0.164280] .... node #0, CPUs: #2 #4 #6 #1 #3 #5 #7
[ 0.169995] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.169995] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details.
[ 0.172893] smp: Brought up 1 node, 8 CPUs
[ 0.172893] smpboot: Total of 8 processors activated (35086.65 BogoMIPS)
[ 0.173945] Memory: 16194064K/16592112K available (10720K kernel code, 868K rwdata, 2552K rodata, 1828K init, 592K bss, 387160K reserved, 0K cma-reserved)
[ 0.174575] devtmpfs: initialized
[ 0.175207] ACPI: PM: Registering ACPI NVS region [mem 0xb6e9f000-0xb6f9efff] (1048576 bytes)
[ 0.175207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.175207] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.175207] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear).
[ 0.177210] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.177432] thermal_sys: Registered thermal governor 'step_wise'
[ 0.177434] thermal_sys: Registered thermal governor 'user_space'
[ 0.177452] cpuidle: using governor menu
[ 0.177492] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.177834] PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
[ 0.177850] PCI: Using configuration type 1 for base access
[ 0.177889] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.184286] ACPI: Added _OSI(Module Device)
[ 0.184286] ACPI: Added _OSI(Processor Device)
[ 0.184286] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.192658] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.193070] ACPI: EC: EC started
[ 0.193072] ACPI: EC: interrupt blocked
[ 0.193327] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.193329] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.193433] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.202177] ACPI: \_SB_: platform _OSC: OS support mask [000a7eff]
[ 0.202177] ACPI: Dynamic OEM Table Load:
[ 0.202177] ACPI: SSDT 0xFFFF888100D4F000 0008C0 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.203112] ACPI: Dynamic OEM Table Load:
[ 0.203120] ACPI: SSDT 0xFFFF888100F92C00 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.203592] ACPI: Dynamic OEM Table Load:
[ 0.203598] ACPI: SSDT 0xFFFF888100E4DA00 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.204885] ACPI: Interpreter enabled
[ 0.204904] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.204906] ACPI: Using IOAPIC for interrupt routing
[ 0.204930] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.204932] PCI: Using E820 reservations for host bridge windows
[ 0.205132] ACPI: Enabled 6 GPEs in block 00 to 3F
[ 0.209817] ACPI: \_SB_.PCI0.LPC_.EC__.PUBS: New power resource
[ 0.210933] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.211743] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[ 0.213734] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.213808] ACPI: PCI: Interrupt link LNKB configured for IRQ 11
[ 0.213881] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.213951] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[ 0.214020] ACPI: PCI: Interrupt link LNKE configured for IRQ 7
[ 0.214076] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.214078] ACPI: PCI: Interrupt link LNKF disabled
[ 0.214146] ACPI: PCI: Interrupt link LNKG configured for IRQ 7
[ 0.214214] ACPI: PCI: Interrupt link LNKH configured for IRQ 10
[ 0.214333] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.214340] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.214425] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability LTR]
[ 0.214494] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 0.214497] acpi PNP0A08:00: _OSC: OS requested [PME AER PCIeCapability LTR]
[ 0.214499] acpi PNP0A08:00: _OSC: platform willing to grant [PME AER]
[ 0.214500] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
[ 0.214504] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf8000000-0xfbffffff] for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.214622] PCI host bridge to bus 0000:00
[ 0.214626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.214629] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.214631] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.214633] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfebfffff window]
[ 0.214635] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
[ 0.214637] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.214652] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000 conventional PCI endpoint
[ 0.214741] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000 conventional PCI endpoint
[ 0.214760] pci 0000:00:02.0: BAR 0 [mem 0xe0000000-0xe03fffff 64bit]
[ 0.214763] pci 0000:00:02.0: BAR 2 [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.214766] pci 0000:00:02.0: BAR 4 [io 0x5000-0x503f]
[ 0.214776] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.214905] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000 conventional PCI endpoint
[ 0.214953] pci 0000:00:16.0: BAR 0 [mem 0xe2525000-0xe252500f 64bit]
[ 0.215000] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.215079] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000 conventional PCI endpoint
[ 0.215119] pci 0000:00:19.0: BAR 0 [mem 0xe2500000-0xe251ffff]
[ 0.215123] pci 0000:00:19.0: BAR 1 [mem 0xe252b000-0xe252bfff]
[ 0.215127] pci 0000:00:19.0: BAR 2 [io 0x5080-0x509f]
[ 0.215168] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.215267] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.215313] pci 0000:00:1a.0: BAR 0 [mem 0xe252a000-0xe252a3ff]
[ 0.215363] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.215466] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[ 0.215506] pci 0000:00:1b.0: BAR 0 [mem 0xe2520000-0xe2523fff 64bit]
[ 0.215566] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.215673] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 PCIe Root Port
[ 0.215700] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.215780] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.215892] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400 PCIe Root Port
[ 0.215922] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.215930] pci 0000:00:1c.1: bridge window [mem 0xe2400000-0xe24fffff]
[ 0.216005] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.216113] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400 PCIe Root Port
[ 0.216143] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.216148] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
[ 0.216152] pci 0000:00:1c.3: bridge window [mem 0xe1c00000-0xe23fffff]
[ 0.216164] pci 0000:00:1c.3: bridge window [mem 0xe0400000-0xe0bfffff 64bit pref]
[ 0.216229] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.216359] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400 PCIe Root Port
[ 0.216405] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[ 0.216412] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.216417] pci 0000:00:1c.4: bridge window [mem 0xe1400000-0xe1bfffff]
[ 0.216435] pci 0000:00:1c.4: bridge window [mem 0xe0c00000-0xe13fffff 64bit pref]
[ 0.216537] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.216662] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.216707] pci 0000:00:1d.0: BAR 0 [mem 0xe2529000-0xe25293ff]
[ 0.216756] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.216868] pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100 conventional PCI endpoint
[ 0.217061] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601 conventional PCI endpoint
[ 0.217097] pci 0000:00:1f.2: BAR 0 [io 0x50a8-0x50af]
[ 0.217101] pci 0000:00:1f.2: BAR 1 [io 0x50bc-0x50bf]
[ 0.217104] pci 0000:00:1f.2: BAR 2 [io 0x50a0-0x50a7]
[ 0.217108] pci 0000:00:1f.2: BAR 3 [io 0x50b8-0x50bb]
[ 0.217111] pci 0000:00:1f.2: BAR 4 [io 0x5060-0x507f]
[ 0.217115] pci 0000:00:1f.2: BAR 5 [mem 0xe2528000-0xe25287ff]
[ 0.217154] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.217249] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.217288] pci 0000:00:1f.3: BAR 0 [mem 0xe2524000-0xe25240ff 64bit]
[ 0.217294] pci 0000:00:1f.3: BAR 4 [io 0xefa0-0xefbf]
[ 0.217409] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.217521] pci 0000:03:00.0: [8086:4238] type 00 class 0x028000 PCIe Endpoint
[ 0.217642] pci 0000:03:00.0: BAR 0 [mem 0xe2400000-0xe2401fff 64bit]
[ 0.217815] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.218003] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.218062] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.218225] pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
[ 0.218230] pci 0000:0d:00.0: [1180:e823] type 00 class 0x088001 PCIe Endpoint
[ 0.218329] pci 0000:0d:00.0: BAR 0 [mem 0xe1401000-0xe14010ff]
[ 0.218473] pci 0000:0d:00.0: supports D1 D2
[ 0.218475] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.218745] pci 0000:0d:00.3: [1180:e832] type 00 class 0x0c0010 PCIe Endpoint
[ 0.218842] pci 0000:0d:00.3: BAR 0 [mem 0xe1400000-0xe14007ff]
[ 0.218886] pci 0000:0d:00.3: Enabling fixed DMA alias to 00.0
[ 0.219007] pci 0000:0d:00.3: supports D1 D2
[ 0.219008] pci 0000:0d:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.219194] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[ 0.219239] pci_bus 0000:00: on NUMA node 0
[ 0.221999] ACPI: EC: interrupt unblocked
[ 0.222001] ACPI: EC: event unblocked
[ 0.222004] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.222006] ACPI: EC: GPE=0x11
[ 0.222008] ACPI: \_SB_.PCI0.LPC_.EC__: Boot ECDT EC initialization complete
[ 0.222011] ACPI: \_SB_.PCI0.LPC_.EC__: EC: Used to handle transactions and events
[ 0.222057] iommu: Default domain type: Translated
[ 0.222059] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.222077] SCSI subsystem initialized
[ 0.222077] libata version 3.00 loaded.
[ 0.222077] PCI: Using ACPI for IRQ routing
[ 0.224228] PCI: pci_cache_line_size set to 64 bytes
[ 0.224365] e820: register RAM buffer resource [mem 0x0009d800-0x0009ffff]
[ 0.224368] e820: register RAM buffer resource [mem 0xb699f000-0xb7ffffff]
[ 0.224370] e820: register RAM buffer resource [mem 0xb7000000-0xb7ffffff]
[ 0.224371] e820: register RAM buffer resource [mem 0x43e600000-0x43fffffff]
[ 0.224390] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.224390] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.224390] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.224390] vgaarb: loaded
[ 0.224904] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.224904] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.226893] clocksource: Switched to clocksource tsc-early
[ 0.227898] acpi PNP0C01:00: Could not reserve [mem 0x00000000-0x0009ffff]
[ 0.227903] acpi PNP0C01:00: Could not reserve [mem 0x000c0000-0x000c3fff]
[ 0.227905] acpi PNP0C01:00: Could not reserve [mem 0x000c4000-0x000c7fff]
[ 0.227908] acpi PNP0C01:00: Reserved [mem 0x000c8000-0x000cbfff]
[ 0.227911] acpi PNP0C01:00: Reserved [mem 0x000cc000-0x000cffff]
[ 0.227913] acpi PNP0C01:00: Reserved [mem 0x000d0000-0x000d3fff]
[ 0.227915] acpi PNP0C01:00: Reserved [mem 0x000d4000-0x000d7fff]
[ 0.227917] acpi PNP0C01:00: Reserved [mem 0x000d8000-0x000dbfff]
[ 0.227919] acpi PNP0C01:00: Reserved [mem 0x000dc000-0x000dffff]
[ 0.227921] acpi PNP0C01:00: Could not reserve [mem 0x000e0000-0x000e3fff]
[ 0.227923] acpi PNP0C01:00: Could not reserve [mem 0x000e4000-0x000e7fff]
[ 0.227925] acpi PNP0C01:00: Could not reserve [mem 0x000e8000-0x000ebfff]
[ 0.227926] acpi PNP0C01:00: Could not reserve [mem 0x000ec000-0x000effff]
[ 0.227928] acpi PNP0C01:00: Could not reserve [mem 0x000f0000-0x000fffff]
[ 0.227930] acpi PNP0C01:00: Could not reserve [mem 0x00100000-0xbf9fffff]
[ 0.227932] acpi PNP0C01:00: Could not reserve [mem 0xfec00000-0xfed3ffff]
[ 0.227934] acpi PNP0C01:00: Could not reserve [mem 0xfed4c000-0xffffffff]
[ 0.227979] acpi PNP0C02:00: Skipped [io 0x0010-0x001f]
[ 0.227982] acpi PNP0C02:00: Skipped [io 0x0090-0x009f]
[ 0.227983] acpi PNP0C02:00: Skipped [io 0x0024-0x0025]
[ 0.227985] acpi PNP0C02:00: Skipped [io 0x0028-0x0029]
[ 0.227986] acpi PNP0C02:00: Skipped [io 0x002c-0x002d]
[ 0.227988] acpi PNP0C02:00: Skipped [io 0x0030-0x0031]
[ 0.227990] acpi PNP0C02:00: Skipped [io 0x0034-0x0035]
[ 0.227991] acpi PNP0C02:00: Skipped [io 0x0038-0x0039]
[ 0.227993] acpi PNP0C02:00: Skipped [io 0x003c-0x003d]
[ 0.227994] acpi PNP0C02:00: Skipped [io 0x00a4-0x00a5]
[ 0.227996] acpi PNP0C02:00: Skipped [io 0x00a8-0x00a9]
[ 0.227998] acpi PNP0C02:00: Skipped [io 0x00ac-0x00ad]
[ 0.227999] acpi PNP0C02:00: Skipped [io 0x00b0-0x00b5]
[ 0.228001] acpi PNP0C02:00: Skipped [io 0x00b8-0x00b9]
[ 0.228002] acpi PNP0C02:00: Skipped [io 0x00bc-0x00bd]
[ 0.228004] acpi PNP0C02:00: Skipped [io 0x0050-0x0053]
[ 0.228006] acpi PNP0C02:00: Skipped [io 0x0072-0x0077]
[ 0.228008] acpi PNP0C02:00: Reserved [io 0x0400-0x047f]
[ 0.228009] acpi PNP0C02:00: Reserved [io 0x0500-0x057f]
[ 0.228011] acpi PNP0C02:00: Reserved [io 0x0800-0x080f]
[ 0.228013] acpi PNP0C02:00: Reserved [io 0x15e0-0x15ef]
[ 0.228015] acpi PNP0C02:00: Reserved [io 0x1600-0x167f]
[ 0.228022] acpi PNP0C02:00: Reserved [mem 0xf8000000-0xfbffffff]
[ 0.228024] acpi PNP0C02:00: Could not reserve [mem 0x00000000-0x00000fff]
[ 0.228027] acpi PNP0C02:00: Reserved [mem 0xfed1c000-0xfed1ffff]
[ 0.228029] acpi PNP0C02:00: Reserved [mem 0xfed10000-0xfed13fff]
[ 0.228031] acpi PNP0C02:00: Reserved [mem 0xfed18000-0xfed18fff]
[ 0.228033] acpi PNP0C02:00: Reserved [mem 0xfed19000-0xfed19fff]
[ 0.228036] acpi PNP0C02:00: Reserved [mem 0xfed45000-0xfed4bfff]
[ 0.228053] pnp: PnP ACPI init
[ 0.228733] pnp: PnP ACPI: found 4 devices
[ 0.235022] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.235302] NET: Registered PF_INET protocol family
[ 0.235527] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.240781] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.240832] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.240931] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.241326] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.241716] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.241807] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.241973] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.242159] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.242173] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.242179] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.242182] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 0.242194] pci 0000:00:1c.0: bridge window [mem 0xbfa00000-0xbfbfffff]: assigned
[ 0.242199] pci 0000:00:1c.0: bridge window [mem 0xbfc00000-0xbfdfffff 64bit pref]: assigned
[ 0.242203] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]: assigned
[ 0.242206] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.242211] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.242217] pci 0000:00:1c.0: bridge window [mem 0xbfa00000-0xbfbfffff]
[ 0.242222] pci 0000:00:1c.0: bridge window [mem 0xbfc00000-0xbfdfffff 64bit pref]
[ 0.242230] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.242235] pci 0000:00:1c.1: bridge window [mem 0xe2400000-0xe24fffff]
[ 0.242245] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.242248] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
[ 0.242254] pci 0000:00:1c.3: bridge window [mem 0xe1c00000-0xe23fffff]
[ 0.242258] pci 0000:00:1c.3: bridge window [mem 0xe0400000-0xe0bfffff 64bit pref]
[ 0.242266] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[ 0.242270] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.242276] pci 0000:00:1c.4: bridge window [mem 0xe1400000-0xe1bfffff]
[ 0.242281] pci 0000:00:1c.4: bridge window [mem 0xe0c00000-0xe13fffff 64bit pref]
[ 0.242291] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.242294] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.242296] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.242298] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfebfffff window]
[ 0.242300] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
[ 0.242302] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.242304] pci_bus 0000:02: resource 1 [mem 0xbfa00000-0xbfbfffff]
[ 0.242305] pci_bus 0000:02: resource 2 [mem 0xbfc00000-0xbfdfffff 64bit pref]
[ 0.242308] pci_bus 0000:03: resource 1 [mem 0xe2400000-0xe24fffff]
[ 0.242310] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
[ 0.242312] pci_bus 0000:05: resource 1 [mem 0xe1c00000-0xe23fffff]
[ 0.242313] pci_bus 0000:05: resource 2 [mem 0xe0400000-0xe0bfffff 64bit pref]
[ 0.242315] pci_bus 0000:0d: resource 0 [io 0x3000-0x3fff]
[ 0.242317] pci_bus 0000:0d: resource 1 [mem 0xe1400000-0xe1bfffff]
[ 0.242319] pci_bus 0000:0d: resource 2 [mem 0xe0c00000-0xe13fffff 64bit pref]
[ 0.242729] PCI: CLS 64 bytes, default 64
[ 0.242751] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.242752] software IO TLB: mapped [mem 0x00000000b299f000-0x00000000b699f000] (64MB)
[ 0.243033] Unpacking initramfs...
[ 0.243170] Initialise system trusted keyrings
[ 0.243255] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.244595] Key type asymmetric registered
[ 0.244600] Asymmetric key parser 'x509' registered
[ 0.244673] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.249923] pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
[ 0.265184] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.275881] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
[ 0.275890] ahci 0000:00:1f.2: 5/6 ports implemented (port mask 0x1f)
[ 0.275893] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
[ 0.284549] scsi host0: ahci
[ 0.284773] scsi host1: ahci
[ 0.285032] scsi host2: ahci
[ 0.285265] scsi host3: ahci
[ 0.285403] scsi host4: ahci
[ 0.285523] scsi host5: ahci
[ 0.285574] ata1: SATA max UDMA/133 abar m2048@0xe2528000 port 0xe2528100 irq 24 lpm-pol 0
[ 0.285579] ata2: SATA max UDMA/133 abar m2048@0xe2528000 port 0xe2528180 irq 24 lpm-pol 1 ext
[ 0.285582] ata3: SATA max UDMA/133 abar m2048@0xe2528000 port 0xe2528200 irq 24 lpm-pol 0
[ 0.285585] ata4: SATA max UDMA/133 abar m2048@0xe2528000 port 0xe2528280 irq 24 lpm-pol 1 ext
[ 0.285588] ata5: SATA max UDMA/133 abar m2048@0xe2528000 port 0xe2528300 irq 24 lpm-pol 1 ext
[ 0.285590] ata6: DUMMY
[ 0.285704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.291472] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.291483] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.291598] mousedev: PS/2 mouse device common for all mice
[ 0.291625] rtc_cmos 00:00: RTC can wake from S4
[ 0.291963] rtc_cmos 00:00: registered as rtc0
[ 0.291998] rtc_cmos 00:00: setting system clock to 2026-02-24T07:55:48 UTC (1771919748)
[ 0.292027] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
[ 0.294497] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.295050] intel_pstate: Intel P-state driver initializing
[ 0.295869] NET: Registered PF_PACKET protocol family
[ 0.297474] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.298136] microcode: Current revision: 0x0000002f
[ 0.298140] microcode: Updated early from: 0x0000002e
[ 0.299063] IPI shorthand broadcast: enabled
[ 0.300415] sched_clock: Marking stable (297660237, 2168464)->(316345695, -16516994)
[ 0.300650] Loading compiled-in X.509 certificates
[ 0.302502] Key type .fscrypt registered
[ 0.302505] Key type fscrypt-provisioning registered
[ 0.358178] Freeing initrd memory: 11576K
[ 0.594927] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.596736] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 0.596748] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 0.598847] ata1.00: ATA-9: INTENSO SSD, Y0307B0, max UDMA/133
[ 0.599745] ata1.00: 4000797360 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 0.602900] ata1.00: Features: Dev-Sleep DIPM
[ 0.605943] ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 0.605964] ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 0.612137] ata1.00: configured for UDMA/133
[ 0.612421] scsi 0:0:0:0: Direct-Access ATA INTENSO SSD 7B0 PQ: 0 ANSI: 5
[ 0.612991] sd 0:0:0:0: [sda] 4000797360 512-byte logical blocks: (2.05 TB/1.86 TiB)
[ 0.613003] sd 0:0:0:0: [sda] Write Protect is off
[ 0.613006] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.613019] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.613044] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 0.622630] sda: sda1 sda2 < sda5 >
[ 0.622895] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.922919] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.924004] ata2.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 0.924013] ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 0.924569] ata2.00: ATA-10: SanDisk SSD PLUS 1000GB, UH4504RL, max UDMA/133
[ 0.924578] ata2.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32)
[ 0.926213] ata2.00: Features: Dev-Sleep DIPM
[ 0.932061] ata2.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 0.932066] ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 0.933558] ata2.00: configured for UDMA/133
[ 0.944156] scsi 1:0:0:0: Direct-Access ATA SanDisk SSD PLUS 04RL PQ: 0 ANSI: 5
[ 0.944478] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 0.944498] sd 1:0:0:0: [sdb] Write Protect is off
[ 0.944502] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 0.944521] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.944558] sd 1:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[ 0.955949] sdb: sdb1
[ 0.956217] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.251624] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.252644] ata3.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 1.252664] ata3.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 1.253154] ata3.00: supports DRM functions and may not be fully accessible
[ 1.253189] ata3.00: ATA-11: KINGSTON SUV500MS480G, 003056RI, max UDMA/133
[ 1.253406] ata3.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.255627] ata3.00: Features: HIPM DIPM
[ 1.256673] ata3.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
[ 1.256681] ata3.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
[ 1.257141] ata3.00: supports DRM functions and may not be fully accessible
[ 1.258768] ata3.00: configured for UDMA/133
[ 1.259234] scsi 2:0:0:0: Direct-Access ATA KINGSTON SUV500M 56RI PQ: 0 ANSI: 5
[ 1.260137] sd 2:0:0:0: [sdc] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[ 1.260148] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[ 1.260201] sd 2:0:0:0: [sdc] Write Protect is off
[ 1.260214] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 1.260269] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.260353] sd 2:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
[ 1.261207] tsc: Refined TSC clocksource calibration: 2192.873 MHz
[ 1.261229] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1f9be640a1c, max_idle_ns: 440795216123 ns
[ 1.261302] clocksource: Switched to clocksource tsc
[ 1.270927] sdc: sdc1 sdc2 sdc3 sdc4
[ 1.271666] sd 2:0:0:0: [sdc] Attached SCSI disk
[ 1.572054] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.892048] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.902647] clk: Disabling unused clocks
[ 1.903968] Freeing unused kernel image (initmem) memory: 1828K
[ 1.904124] Write protecting the kernel read-only data: 16384k
[ 1.906024] Freeing unused kernel image (text/rodata gap) memory: 1564K
[ 1.907585] Freeing unused kernel image (rodata/data gap) memory: 1544K
[ 2.004788] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.004790] x86/mm: Checking user space page tables
[ 2.048104] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.048109] Run /init as init process
[ 2.048110] with arguments:
[ 2.048111] /init
[ 2.048111] with environment:
[ 2.048112] HOME=/
[ 2.048113] TERM=linux
[ 2.147094] udevd[125]: starting version 3.2.14
[ 2.398181] random: crng init done
[ 2.399208] udevd[126]: starting eudev-3.2.14
[ 2.414713] input: Lid Switch as /devices/platform/PNP0C0D:00/input/input2
[ 2.414735] ACPI: button: Lid Switch [LID]
[ 2.414797] input: Sleep Button as /devices/platform/PNP0C0E:00/input/input3
[ 2.414810] ACPI: button: Sleep Button [SLPB]
[ 2.414859] input: Power Button as /devices/platform/LNXPWRBN:00/input/input4
[ 2.414897] ACPI: button: Power Button [PWRF]
[ 2.421068] acpi LNXTHERM:00: registered as thermal_zone0
[ 2.421076] ACPI: thermal: Thermal Zone [THM0] (64 C)
[ 2.496447] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[ 3.398459] psmouse serio1: synaptics: queried max coordinates: x [..5470], y [..4498]
[ 3.506683] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b1/0xb40000/0xa0000/0x0, board id: 0, fw id: 920262
[ 3.506718] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 3.576615] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[ 4.467204] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 4.806375] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6
[ 11.704280] SGI XFS with ACLs, security attributes, scrub, repair, no debug enabled
[ 11.706196] XFS (dm-1): Mounting V5 Filesystem b238e874-4e51-44e5-8e69-312fe809ee60
[ 11.731619] XFS (dm-1): Ending clean mount
[ 12.068835] udevd[501]: starting version 3.2.14
[ 12.228651] udevd[502]: starting eudev-3.2.14
[ 12.258541] pps_core: LinuxPPS API ver. 1 registered
[ 12.258547] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 12.261008] ACPI: AC: AC Adapter [AC] (on-line)
[ 12.263730] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\_SB.PCI0.LPC.PMIO) (20251212/utaddress-204)
[ 12.263740] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 12.263744] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20251212/utaddress-204)
[ 12.263750] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 12.263752] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20251212/utaddress-204)
[ 12.263758] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 12.263760] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20251212/utaddress-204)
[ 12.263766] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 12.263768] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 12.265861] PTP clock support registered
[ 12.268919] ACPI: bus type USB registered
[ 12.268950] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 12.268976] usbcore: registered new interface driver usbfs
[ 12.268994] usbcore: registered new interface driver hub
[ 12.269014] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 12.269022] usbcore: registered new device driver usb
[ 12.269070] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 12.276109] ACPI: battery: Slot [BAT0] (battery present)
[ 12.278101] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 12.278906] i2c i2c-0: Successfully instantiated SPD at 0x50
[ 12.279452] i2c i2c-0: Successfully instantiated SPD at 0x51
[ 12.292365] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.293463] e1000e: Intel(R) PRO/1000 Network Driver
[ 12.293466] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 12.305051] ACPI: bus type drm_connector registered
[ 12.310277] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 12.310576] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 12.316661] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 12.331379] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 12.331459] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 12.331477] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 12.331494] ehci-pci 0000:00:1d.0: debug port 2
[ 12.335555] ehci-pci 0000:00:1d.0: irq 23, io mem 0xe2529000
[ 12.341183] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 12.341236] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00
[ 12.341240] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.341242] usb usb1: Product: EHCI Host Controller
[ 12.341243] usb usb1: Manufacturer: Linux 7.0.0-rc1-00002-g0ac8104443bc ehci_hcd
[ 12.341245] usb usb1: SerialNumber: 0000:00:1d.0
[ 12.341428] hub 1-0:1.0: USB hub found
[ 12.341441] hub 1-0:1.0: 3 ports detected
[ 12.341607] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 12.341616] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 2
[ 12.341633] ehci-pci 0000:00:1a.0: debug port 2
[ 12.345562] ehci-pci 0000:00:1a.0: irq 16, io mem 0xe252a000
[ 12.352183] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 12.352232] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00
[ 12.352235] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.352237] usb usb2: Product: EHCI Host Controller
[ 12.352239] usb usb2: Manufacturer: Linux 7.0.0-rc1-00002-g0ac8104443bc ehci_hcd
[ 12.352240] usb usb2: SerialNumber: 0000:00:1a.0
[ 12.352421] hub 2-0:1.0: USB hub found
[ 12.352433] hub 2-0:1.0: 3 ports detected
[ 12.358967] sdhci: Secure Digital Host Controller Interface driver
[ 12.358971] sdhci: Copyright(c) Pierre Ossman
[ 12.378838] Linux agpgart interface v0.103
[ 12.382232] tpm_tis 00:03: 1.2 TPM (device-id 0x0, rev-id 78)
[ 12.413002] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[ 12.495878] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 3c:97:0e:11:3c:e7
[ 12.495887] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 12.495941] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[ 12.496217] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 12.500573] ACPI: \: failed to evaluate _DSM 2c176672-0b22-294b-814f-75e4dd26b5fd rev:0 func:0 (0x1001)
[ 12.500583] ACPI: \: failed to evaluate _DSM 2c176672-0b22-294b-814f-75e4dd26b5fd rev:0 func:0 (0x1001)
[ 12.500787] iwlwifi 0000:03:00.0: Detected crf-id 0xa5a5a5a1, cnv-id 0xa5a5a5a1 wfpm id 0xa5a5a5a1
[ 12.500802] iwlwifi 0000:03:00.0: PCI dev 4238/1111, rev=0x74, rfid=0xd55555d5
[ 12.500808] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN
[ 12.500921] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-6.ucode failed with error -2
[ 12.500946] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-5.ucode failed with error -2
[ 12.501217] sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e823] (rev 5)
[ 12.501977] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[ 12.505592] i915 0000:00:02.0: [drm] Found sandybridge (device ID 0116) integrated display version 6.00 stepping N/A
[ 12.506074] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 12.506595] Console: switching to colour dummy device 80x25
[ 12.506927] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 6000-4.ucode op_mode iwldvm
[ 12.509343] mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
[ 12.525622] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 12.535003] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
[ 12.535009] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[ 12.535012] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[ 12.535014] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
[ 12.555648] i915 0000:00:02.0: [drm] Skipping intel_backlight registration
[ 12.557280] firewire_ohci 0000:0d:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[ 12.560193] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[ 12.564762] ACPI: video: Video Device [VID] (multi-head: yes rom: no post: no)
[ 12.570229] acpi device:00: registered as cooling_device8
[ 12.570641] input: Video Bus as /devices/pci0000:00/LNXVIDEO:00/input/input7
[ 12.571334] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 12.582187] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 12.590199] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 12.593262] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 12.707638] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 12.707644] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 12.708520] hub 1-1:1.0: USB hub found
[ 12.708634] hub 1-1:1.0: 8 ports detected
[ 13.062230] firewire_core 0000:0d:00.3: created device fw0: GUID 3c970eff113ce7ff, S400, quirks 00000000
[ 13.586236] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_exit [i915])
[ 13.587903] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 13.587920] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 13.588625] hub 2-1:1.0: USB hub found
[ 13.588786] hub 2-1:1.0: 6 ports detected
[ 13.600860] snd_hda_codec_conexant hdaudioC0D0: CX20590: BIOS auto-probing.
[ 13.601303] snd_hda_codec_conexant hdaudioC0D0: CX20590: picked fixup for PCI SSID 17aa:21cf
[ 13.601389] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20590: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
[ 13.601392] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.601395] snd_hda_codec_conexant hdaudioC0D0: hp_outs=2 (0x1c/0x19/0x0/0x0/0x0)
[ 13.601396] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 13.601398] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 13.601399] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x23
[ 13.601401] snd_hda_codec_conexant hdaudioC0D0: Dock Mic=0x1a
[ 13.601402] snd_hda_codec_conexant hdaudioC0D0: Mic=0x1b
[ 13.606827] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 13.606890] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 13.606934] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 13.606982] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 13.861191] usb 2-1.2: new full-speed USB device number 3 using ehci-pci
[ 13.898093] loop: module loaded
[ 13.911189] XFS (sda1): Mounting V5 Filesystem fb9edafe-8b0a-4a77-a002-c73b4b46eda6
[ 13.934143] XFS (sda1): Ending clean mount
[ 13.936549] XFS (sdb1): Mounting V5 Filesystem 00448fa1-ba1d-4cb9-a2ea-eb346a1544dc
[ 13.952421] usb 2-1.2: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=30.00
[ 13.952441] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 13.952445] usb 2-1.2: Product: USB Receiver
[ 13.952448] usb 2-1.2: Manufacturer: Logitech
[ 13.971853] XFS (sdb1): Ending clean mount
[ 13.987399] hid: raw HID events driver (C) Jiri Kosina
[ 13.997790] Adding 16654332k swap on /dev/mapper/catnip--vg-swap_1. Priority:-1 extents:1 across:16654332k SS
[ 14.029192] usb 2-1.4: new full-speed USB device number 4 using ehci-pci
[ 14.123463] usb 2-1.4: New USB device found, idVendor=0a5c, idProduct=217f, bcdDevice= 7.48
[ 14.123469] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 14.123471] usb 2-1.4: Product: Broadcom Bluetooth Device
[ 14.123473] usb 2-1.4: Manufacturer: Broadcom Corp
[ 14.123474] usb 2-1.4: SerialNumber: 7CE9D3E070B1
[ 14.143603] Bluetooth: Core ver 2.22
[ 14.143625] NET: Registered PF_BLUETOOTH protocol family
[ 14.143627] Bluetooth: HCI device and connection manager initialized
[ 14.143631] Bluetooth: HCI socket layer initialized
[ 14.143633] Bluetooth: L2CAP socket layer initialized
[ 14.143636] Bluetooth: SCO socket layer initialized
[ 14.197382] usb 2-1.6: new high-speed USB device number 5 using ehci-pci
[ 14.213359] NET: Registered PF_INET6 protocol family
[ 14.213712] Segment Routing with IPv6
[ 14.213724] In-situ OAM (IOAM) with IPv6
[ 14.279134] RPC: Registered named UNIX socket transport module.
[ 14.279140] RPC: Registered udp transport module.
[ 14.279141] RPC: Registered tcp transport module.
[ 14.279142] RPC: Registered tcp-with-tls transport module.
[ 14.279143] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 14.279653] usb 2-1.6: New USB device found, idVendor=04f2, idProduct=b217, bcdDevice= 8.54
[ 14.279665] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 14.279670] usb 2-1.6: Product: Integrated Camera
[ 14.279674] usb 2-1.6: Manufacturer: Chicony Electronics Co., Ltd.
[ 14.284086] usbcore: registered new interface driver usbhid
[ 14.284092] usbhid: USB HID core driver
[ 14.284420] usbcore: registered new interface driver btusb
[ 14.290421] mc: Linux media interface: v0.10
[ 14.291028] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:046D:C52F.0001/input/input12
[ 14.291165] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.2/input0
[ 14.291435] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:046D:C52F.0002/input/input13
[ 14.298968] videodev: Linux video capture interface: v2.00
[ 14.305968] uvcvideo 2-1.6:1.0: Found UVC 1.00 device Integrated Camera (04f2:b217)
[ 14.315160] usbcore: registered new interface driver uvcvideo
[ 14.342399] hid-generic 0003:046D:C52F.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.2/input1
[ 14.402242] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input16
[ 14.912518] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.912526] Bluetooth: BNEP filters: protocol multicast
[ 14.912532] Bluetooth: BNEP socket layer initialized
[ 14.916894] Bluetooth: MGMT ver 1.23
[ 15.345528] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 15.580459] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 15.697524] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 15.931588] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 17.874660] process '/usr/bin/true' started with executable stack
[ 18.095243] e1000e 0000:00:19.0 eth0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 19.197369] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 19.431713] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 19.578775] wlan0: authenticate with 98:0d:67:0f:a3:3e (local address=24:77:03:8f:5c:38)
[ 19.578786] wlan0: send auth to 98:0d:67:0f:a3:3e (try 1/3)
[ 19.620720] wlan0: authenticated
[ 19.621787] wlan0: associate with 98:0d:67:0f:a3:3e (try 1/3)
[ 19.622830] wlan0: RX AssocResp from 98:0d:67:0f:a3:3e (capab=0x11 status=0 aid=2)
[ 19.626184] wlan0: associated
[ 19.683507] wlan0: deauthenticating from 98:0d:67:0f:a3:3e by local choice (Reason: 3=DEAUTH_LEAVING)
[ 19.763079] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 19.997396] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 20.630625] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 20.864514] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 21.012315] wlan0: authenticate with 98:0d:67:0f:a3:3e (local address=24:77:03:8f:5c:38)
[ 21.012325] wlan0: send auth to 98:0d:67:0f:a3:3e (try 1/3)
[ 21.054386] wlan0: authenticated
[ 21.055157] wlan0: associate with 98:0d:67:0f:a3:3e (try 1/3)
[ 21.056202] wlan0: RX AssocResp from 98:0d:67:0f:a3:3e (capab=0x11 status=0 aid=2)
[ 21.060019] wlan0: associated
[ 21.105341] wlan0: deauthenticating from 98:0d:67:0f:a3:3e by local choice (Reason: 3=DEAUTH_LEAVING)
[ 21.187347] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 21.398320] fuse: init (API version 7.45)
[ 21.421232] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 22.068901] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 22.303791] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 22.462470] wlan0: authenticate with 98:0d:67:0f:a3:3e (local address=24:77:03:8f:5c:38)
[ 22.462480] wlan0: send auth to 98:0d:67:0f:a3:3e (try 1/3)
[ 22.488036] wlan0: authenticated
[ 22.488344] wlan0: associate with 98:0d:67:0f:a3:3e (try 1/3)
[ 22.489388] wlan0: RX AssocResp from 98:0d:67:0f:a3:3e (capab=0x11 status=0 aid=2)
[ 22.493256] wlan0: associated
[ 22.546096] wlan0: deauthenticating from 98:0d:67:0f:a3:3e by local choice (Reason: 3=DEAUTH_LEAVING)
[ 22.624636] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 22.860514] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 23.572352] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 23.807291] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 23.985732] wlan0: authenticate with 98:0d:67:0f:a3:3e (local address=24:77:03:8f:5c:38)
[ 23.985743] wlan0: send auth to 98:0d:67:0f:a3:3e (try 1/3)
[ 24.023667] wlan0: authenticated
[ 24.024594] wlan0: associate with 98:0d:67:0f:a3:3e (try 1/3)
[ 24.025844] wlan0: RX AssocResp from 98:0d:67:0f:a3:3e (capab=0x11 status=0 aid=2)
[ 24.031741] wlan0: associated
[ 24.124859] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by 98:0d:67:0f:a3:3e
[ 24.132148] wlan0: deauthenticating from 98:0d:67:0f:a3:3e by local choice (Reason: 3=DEAUTH_LEAVING)
[ 24.221064] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 24.455749] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[ 24.759166] warning: `birdtray' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
next prev parent reply other threads:[~2026-02-24 7:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <18b0ead7-0a5d-4699-a09d-de5bc2208b68@skogtun.org>
2026-02-23 11:36 ` Harald Arnesen
[not found] ` <CAHk-=whsxHKbtSpiqqQ1V8YDh_zu+CMB=Zt9MxUOmWGocueZNQ@mail.gmail.com>
2026-02-23 21:29 ` Harald Arnesen
2026-02-24 0:25 ` Linus Torvalds
2026-02-24 7:59 ` Harald Arnesen [this message]
2026-02-24 16:57 ` Linus Torvalds
2026-02-25 10:23 ` Luna Jernberg
2026-02-26 4:08 ` David Gow
2026-02-28 7:22 ` Thorsten Leemhuis
2026-02-28 9:10 ` David Gow
2026-02-28 9:58 ` Harald Arnesen
2026-02-28 18:09 ` Linus Torvalds
2026-02-28 21:43 ` Harald Arnesen
2026-02-27 16:01 ` Harald Arnesen
[not found] ` <f86acb3e-654e-4be6-ad05-af62e4c185a3@skogtun.org>
2026-02-24 16:46 ` Harald Arnesen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a200d310-e3df-48e4-8376-7bbbb483f2eb@skogtun.org \
--to=linux@skogtun.org \
--cc=dakr@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=o-takashi@sakamocchi.jp \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®