Re: [BISECTED] 5.12 hangs at reboot

From: Harald Arnesen
Date: Mon Apr 26 2021 - 15:29:39 EST


Linus Torvalds [26.04.2021 20:59]:

> On Mon, Apr 26, 2021 at 11:47 AM Harald Arnesen <harald@xxxxxxxxxxx> wrote:
>>
>> Bisected to commit 776a39b8196dbca4afb69669db0d9926ffac29ab, and
>> reverting this makes the machine reboot as usual.
>
> Hmm. That was already in rc1, so this isn't some late untested
> last-minute commit that broke things for you.

As I said, I could not test the various rcs this time. I had to use the
machine for some work, so I did'nt want to experiment too much.

> Which implies that it's likely something fairly specific to your
> setup (either the config or the hardware - or possibly Void Linux
> doing something other distros don't).

Init system is runit, not systemd? Could that affect something?

> Mind also attaching a dmesg of an affected kernel (or with the revert
> in place, I guess - it shouldn't matter until the reboot ;)

dmesg from 5.12 without the revert is attached.

> There's a lockdep assertion there, but you don't seem to have lockdep
> enabled. So it be interesting to see what happens if you
>
> (a) enable lockdep

Will report when I have tried it.

> (b) make sure to reboot in text mode so that any lockdep messages
> would actually be visible.
>
> Maybe Johannes will go "Doh!" and see what's wrong.
>
> Linus
>

--
Hilsen Harald
[ 0.000000] microcode: microcode updated early to revision 0x2f, date = 2019-02-17
[ 0.000000] Linux version 5.12.0_catnip (harald@catnip) (gcc (GCC) 10.2.1 20201203, GNU ld (GNU Binutils) 2.35.1) #2 SMP PREEMPT Mon Apr 26 00:53:34 CEST 2021
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.12.0_catnip root=UUID=f8a85ed1-6967-40ca-8731-44cf3a6b8ed6 ro loglevel=4 slub_debug=P page_poison=1 net.ifnames=0
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000d399ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d39a0000-0x00000000daa9efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000daa9f000-0x00000000dab9efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000dab9f000-0x00000000dabfefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000dabff000-0x00000000df9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd20000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041e5fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000041e600000-0x000000041fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: LENOVO 42433ZG/42433ZG, BIOS 8AET69WW (1.49 ) 06/14/2018
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2392.407 MHz processor
[ 0.000587] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000590] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000598] last_pfn = 0x41e600 max_arch_pfn = 0x400000000
[ 0.001207] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001844] last_pfn = 0xd39a0 max_arch_pfn = 0x400000000
[ 0.001857] reserving inaccessible SNB gfx pages
[ 0.002575] RAMDISK: [mem 0x36bdd000-0x375e5fff]
[ 0.002580] ACPI: Early table checksum verification disabled
[ 0.002585] ACPI: RSDP 0x00000000000F00E0 000024 (v02 LENOVO)
[ 0.002590] ACPI: XSDT 0x00000000DABFE120 0000BC (v01 LENOVO TP-8A 00001490 PTEC 00000002)
[ 0.002597] ACPI: FACP 0x00000000DABE8000 0000F4 (v04 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002603] ACPI: DSDT 0x00000000DABEB000 00E7FE (v01 LENOVO TP-8A 00001490 INTL 20061109)
[ 0.002607] ACPI: FACS 0x00000000DAB2D000 000040
[ 0.002610] ACPI: FACS 0x00000000DAB2D000 000040
[ 0.002613] ACPI: SLIC 0x00000000DABFD000 000176 (v01 LENOVO TP-8A 00001490 PTEC 00000001)
[ 0.002617] ACPI: SSDT 0x00000000DABFC000 000249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
[ 0.002620] ACPI: SSDT 0x00000000DABFB000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
[ 0.002624] ACPI: SSDT 0x00000000DABFA000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[ 0.002627] ACPI: HPET 0x00000000DABE7000 000038 (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002631] ACPI: APIC 0x00000000DABE6000 000098 (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002634] ACPI: MCFG 0x00000000DABE5000 00003C (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002638] ACPI: ECDT 0x00000000DABE4000 000052 (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002641] ACPI: ASF! 0x00000000DABEA000 0000A5 (v32 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002645] ACPI: TCPA 0x00000000DABE3000 000032 (v02 PTL LENOVO 06040000 LNVO 00000001)
[ 0.002648] ACPI: SSDT 0x00000000DABE2000 0009E5 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.002652] ACPI: SSDT 0x00000000DABE1000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.002656] ACPI: SSDT 0x00000000DABE0000 0002DA (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
[ 0.002659] ACPI: SSDT 0x00000000DABDF000 00035D (v01 PmRef ApTst 00003000 INTL 20061109)
[ 0.002663] ACPI: DMAR 0x00000000DABDE000 0000E8 (v01 INTEL SNB 00000001 INTL 00000001)
[ 0.002666] ACPI: UEFI 0x00000000DABDD000 00003E (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002669] ACPI: UEFI 0x00000000DABDC000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.002673] ACPI: UEFI 0x00000000DABDB000 000292 (v01 LENOVO TP-8A 00001490 PTL 00000002)
[ 0.002676] ACPI: Reserving FACP table memory at [mem 0xdabe8000-0xdabe80f3]
[ 0.002678] ACPI: Reserving DSDT table memory at [mem 0xdabeb000-0xdabf97fd]
[ 0.002679] ACPI: Reserving FACS table memory at [mem 0xdab2d000-0xdab2d03f]
[ 0.002680] ACPI: Reserving FACS table memory at [mem 0xdab2d000-0xdab2d03f]
[ 0.002681] ACPI: Reserving SLIC table memory at [mem 0xdabfd000-0xdabfd175]
[ 0.002683] ACPI: Reserving SSDT table memory at [mem 0xdabfc000-0xdabfc248]
[ 0.002684] ACPI: Reserving SSDT table memory at [mem 0xdabfb000-0xdabfb032]
[ 0.002685] ACPI: Reserving SSDT table memory at [mem 0xdabfa000-0xdabfa796]
[ 0.002686] ACPI: Reserving HPET table memory at [mem 0xdabe7000-0xdabe7037]
[ 0.002687] ACPI: Reserving APIC table memory at [mem 0xdabe6000-0xdabe6097]
[ 0.002688] ACPI: Reserving MCFG table memory at [mem 0xdabe5000-0xdabe503b]
[ 0.002690] ACPI: Reserving ECDT table memory at [mem 0xdabe4000-0xdabe4051]
[ 0.002691] ACPI: Reserving ASF! table memory at [mem 0xdabea000-0xdabea0a4]
[ 0.002692] ACPI: Reserving TCPA table memory at [mem 0xdabe3000-0xdabe3031]
[ 0.002693] ACPI: Reserving SSDT table memory at [mem 0xdabe2000-0xdabe29e4]
[ 0.002694] ACPI: Reserving SSDT table memory at [mem 0xdabe1000-0xdabe1995]
[ 0.002695] ACPI: Reserving SSDT table memory at [mem 0xdabe0000-0xdabe02d9]
[ 0.002697] ACPI: Reserving SSDT table memory at [mem 0xdabdf000-0xdabdf35c]
[ 0.002698] ACPI: Reserving DMAR table memory at [mem 0xdabde000-0xdabde0e7]
[ 0.002699] ACPI: Reserving UEFI table memory at [mem 0xdabdd000-0xdabdd03d]
[ 0.002700] ACPI: Reserving UEFI table memory at [mem 0xdabdc000-0xdabdc041]
[ 0.002701] ACPI: Reserving UEFI table memory at [mem 0xdabdb000-0xdabdb291]
[ 0.002711] ACPI: Local APIC address 0xfee00000
[ 0.002737] Zone ranges:
[ 0.002738] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.002741] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.002743] Normal [mem 0x0000000100000000-0x000000041e5fffff]
[ 0.002744] Movable zone start for each node
[ 0.002745] Early memory node ranges
[ 0.002746] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.002748] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.002749] node 0: [mem 0x0000000020200000-0x000000003fffffff]
[ 0.002750] node 0: [mem 0x0000000040200000-0x00000000d399ffff]
[ 0.002752] node 0: [mem 0x0000000100000000-0x000000041e5fffff]
[ 0.002754] Initmem setup node 0 [mem 0x0000000000001000-0x000000041e5fffff]
[ 0.002756] On node 0 totalpages: 4135740
[ 0.002758] DMA zone: 64 pages used for memmap
[ 0.002759] DMA zone: 156 pages reserved
[ 0.002760] DMA zone: 3996 pages, LIFO batch:0
[ 0.003060] DMA zone: 28772 pages in unavailable ranges
[ 0.003061] DMA32 zone: 13463 pages used for memmap
[ 0.003063] DMA32 zone: 861600 pages, LIFO batch:63
[ 0.009540] DMA32 zone: 19040 pages in unavailable ranges
[ 0.009546] Normal zone: 51096 pages used for memmap
[ 0.009547] Normal zone: 3270144 pages, LIFO batch:63
[ 0.033853] Normal zone: 6656 pages in unavailable ranges
[ 0.033865] Reserving Intel graphics memory at [mem 0xdba00000-0xdf9fffff]
[ 0.033993] ACPI: PM-Timer IO Port: 0x408
[ 0.033996] ACPI: Local APIC address 0xfee00000
[ 0.034002] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.034004] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.034014] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.034018] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.034020] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.034022] ACPI: IRQ0 used by override.
[ 0.034024] ACPI: IRQ9 used by override.
[ 0.034026] Using ACPI (MADT) for SMP configuration information
[ 0.034027] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.034032] TSC deadline timer available
[ 0.034034] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.034058] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.034060] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.034061] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.034062] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.034063] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.034065] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[ 0.034068] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
[ 0.034070] PM: hibernation: Registered nosave memory: [mem 0xd39a0000-0xdaa9efff]
[ 0.034071] PM: hibernation: Registered nosave memory: [mem 0xdaa9f000-0xdab9efff]
[ 0.034072] PM: hibernation: Registered nosave memory: [mem 0xdab9f000-0xdabfefff]
[ 0.034073] PM: hibernation: Registered nosave memory: [mem 0xdabff000-0xdf9fffff]
[ 0.034074] PM: hibernation: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[ 0.034075] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.034076] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.034077] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.034078] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
[ 0.034079] PM: hibernation: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[ 0.034080] PM: hibernation: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
[ 0.034081] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.034081] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[ 0.034082] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.034083] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.034084] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.034085] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffd1ffff]
[ 0.034086] PM: hibernation: Registered nosave memory: [mem 0xffd20000-0xffffffff]
[ 0.034088] [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[ 0.034091] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.038160] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.038354] percpu: Embedded 44 pages/cpu s140376 r8192 d31656 u262144
[ 0.038361] pcpu-alloc: s140376 r8192 d31656 u262144 alloc=1*2097152
[ 0.038364] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.038389] Built 1 zonelists, mobility grouping on. Total pages: 4070961
[ 0.038392] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.12.0_catnip root=UUID=f8a85ed1-6967-40ca-8731-44cf3a6b8ed6 ro loglevel=4 slub_debug=P page_poison=1 net.ifnames=0
[ 0.039393] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.039864] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.039957] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.088400] Memory: 16158928K/16542960K available (10243K kernel code, 848K rwdata, 1900K rodata, 908K init, 1716K bss, 383776K reserved, 0K cma-reserved)
[ 0.088408] random: get_random_u64 called from __kmem_cache_create+0x19/0x5e0 with crng_init=0
[ 0.088451] random: get_random_u64 called from cache_random_seq_create+0x84/0x170 with crng_init=0
[ 0.088457] random: get_random_u64 called from __kmem_cache_create+0x19/0x5e0 with crng_init=0
[ 0.088530] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.088540] Kernel/User page tables isolation: enabled
[ 0.088603] rcu: Preemptible hierarchical RCU implementation.
[ 0.088605] Trampoline variant of Tasks RCU enabled.
[ 0.088605] Tracing variant of Tasks RCU enabled.
[ 0.088606] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.088618] NR_IRQS: 4352, nr_irqs: 488, preallocated irqs: 16
[ 0.090215] Console: colour VGA+ 80x25
[ 0.090232] printk: console [tty0] enabled
[ 0.090237] ACPI: Core revision 20210105
[ 0.090389] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.090405] APIC: Switch to symmetric I/O mode setup
[ 0.090407] DMAR: Host address width 36
[ 0.090409] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.090414] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[ 0.090416] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.090419] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[ 0.090421] DMAR: RMRR base: 0x000000da8d5000 end: 0x000000da8ebfff
[ 0.090423] DMAR: RMRR base: 0x000000db800000 end: 0x000000df9fffff
[ 0.090426] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.090428] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.090896] DMAR-IR: Enabled IRQ remapping in xapic mode
[ 0.091332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.107070] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x227c329d8ef, max_idle_ns: 440795231394 ns
[ 0.107077] Calibrating delay loop (skipped), value calculated using timer frequency.. 4786.18 BogoMIPS (lpj=7974690)
[ 0.107080] pid_max: default: 32768 minimum: 301
[ 0.107104] LSM: Security Framework initializing
[ 0.107156] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.107194] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.107424] process: using mwait in idle threads
[ 0.107427] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.107428] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.107432] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.107434] Spectre V2 : Mitigation: Full generic retpoline
[ 0.107435] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.107436] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.107437] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.107438] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.107440] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.107443] MDS: Mitigation: Clear CPU buffers
[ 0.107562] Freeing SMP alternatives memory: 24K
[ 0.108617] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1365
[ 0.108625] smpboot: CPU0: Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[ 0.108741] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.108751] ... version: 3
[ 0.108753] ... bit width: 48
[ 0.108753] ... generic registers: 4
[ 0.108754] ... value mask: 0000ffffffffffff
[ 0.108756] ... max period: 00007fffffffffff
[ 0.108757] ... fixed-purpose events: 3
[ 0.108758] ... event mask: 000000070000000f
[ 0.108905] rcu: Hierarchical SRCU implementation.
[ 0.109367] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.109440] smp: Bringing up secondary CPUs ...
[ 0.109514] x86: Booting SMP configuration:
[ 0.109516] .... node #0, CPUs: #1
[ 0.110506] 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.110530] #2 #3 #4 #5 #6 #7
[ 0.126070] smp: Brought up 1 node, 8 CPUs
[ 0.126070] smpboot: Max logical packages: 1
[ 0.126070] smpboot: Total of 8 processors activated (38293.45 BogoMIPS)
[ 0.127360] devtmpfs: initialized
[ 0.127360] PM: Registering ACPI NVS region [mem 0xdaa9f000-0xdab9efff] (1048576 bytes)
[ 0.127360] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.127360] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.127387] NET: Registered protocol family 16
[ 0.127533] thermal_sys: Registered thermal governor 'step_wise'
[ 0.127535] thermal_sys: Registered thermal governor 'user_space'
[ 0.127548] cpuidle: using governor ladder
[ 0.127553] cpuidle: using governor menu
[ 0.127580] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.127581] ACPI: bus type PCI registered
[ 0.127866] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.127872] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.127886] PCI: Using configuration type 1 for base access
[ 0.127914] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.128091] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.504044] raid6: skip pq benchmark and using algorithm sse2x4
[ 0.504044] raid6: using ssse3x2 recovery algorithm
[ 0.504044] ACPI: Added _OSI(Module Device)
[ 0.504044] ACPI: Added _OSI(Processor Device)
[ 0.504044] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.504044] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.504044] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.504044] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.504044] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.514944] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 0.515452] ACPI: EC: EC started
[ 0.515454] ACPI: EC: interrupt blocked
[ 0.516110] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.516112] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.516356] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.525349] ACPI: Dynamic OEM Table Load:
[ 0.525359] ACPI: SSDT 0xFFFF888100B3D000 0008C0 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.526067] ACPI: Dynamic OEM Table Load:
[ 0.526075] ACPI: SSDT 0xFFFF888100DA0800 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.526639] ACPI: Dynamic OEM Table Load:
[ 0.526644] ACPI: SSDT 0xFFFF888100ED8800 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.528314] ACPI: Interpreter enabled
[ 0.528335] ACPI: (supports S0 S3 S4 S5)
[ 0.528336] ACPI: Using IOAPIC for interrupt routing
[ 0.528357] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.528594] ACPI: Enabled 6 GPEs in block 00 to 3F
[ 0.532898] ACPI: PM: Power Resource [PUBS] (on)
[ 0.533024] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.533830] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[ 0.537522] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.537612] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.537698] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.537782] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11)
[ 0.537866] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *7 9 10 11)
[ 0.537934] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.538020] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 9 10 11)
[ 0.538103] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
[ 0.538190] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.538195] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.538367] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability LTR]
[ 0.538447] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 0.538449] acpi PNP0A08:00: _OSC: OS requested [PME AER PCIeCapability LTR]
[ 0.538451] acpi PNP0A08:00: _OSC: platform willing to grant [PME AER]
[ 0.538453] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
[ 0.538456] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.538506] PCI host bridge to bus 0000:00
[ 0.538508] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.538510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.538512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.538514] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff window]
[ 0.538516] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
[ 0.538518] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.538531] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.538611] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
[ 0.538621] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[ 0.538628] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.538633] pci 0000:00:02.0: reg 0x20: [io 0x6000-0x603f]
[ 0.538744] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.538766] pci 0000:00:16.0: reg 0x10: [mem 0xf2525000-0xf252500f 64bit]
[ 0.538843] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.538922] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[ 0.538937] pci 0000:00:19.0: reg 0x10: [mem 0xf2500000-0xf251ffff]
[ 0.538947] pci 0000:00:19.0: reg 0x14: [mem 0xf252b000-0xf252bfff]
[ 0.538956] pci 0000:00:19.0: reg 0x18: [io 0x6080-0x609f]
[ 0.539017] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.539101] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.539118] pci 0000:00:1a.0: reg 0x10: [mem 0xf252a000-0xf252a3ff]
[ 0.539205] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.539291] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.539310] pci 0000:00:1b.0: reg 0x10: [mem 0xf2520000-0xf2523fff 64bit]
[ 0.539391] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.539473] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.539565] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.539587] pci 0000:00:1c.0: Enabling MPC IRBNCE
[ 0.539590] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[ 0.539672] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[ 0.539770] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.539791] pci 0000:00:1c.1: Enabling MPC IRBNCE
[ 0.539794] pci 0000:00:1c.1: Intel PCH root port ACS workaround enabled
[ 0.539875] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.539972] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.539992] pci 0000:00:1c.3: Enabling MPC IRBNCE
[ 0.539995] pci 0000:00:1c.3: Intel PCH root port ACS workaround enabled
[ 0.540080] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[ 0.540230] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.540256] pci 0000:00:1c.4: Enabling MPC IRBNCE
[ 0.540259] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[ 0.540349] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.540366] pci 0000:00:1d.0: reg 0x10: [mem 0xf2529000-0xf25293ff]
[ 0.540456] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.540543] pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100
[ 0.540724] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[ 0.540738] pci 0000:00:1f.2: reg 0x10: [io 0x60a8-0x60af]
[ 0.540746] pci 0000:00:1f.2: reg 0x14: [io 0x60b4-0x60b7]
[ 0.540754] pci 0000:00:1f.2: reg 0x18: [io 0x60a0-0x60a7]
[ 0.540763] pci 0000:00:1f.2: reg 0x1c: [io 0x60b0-0x60b3]
[ 0.540770] pci 0000:00:1f.2: reg 0x20: [io 0x6060-0x607f]
[ 0.540779] pci 0000:00:1f.2: reg 0x24: [mem 0xf2528000-0xf25287ff]
[ 0.540822] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.540896] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.540914] pci 0000:00:1f.3: reg 0x10: [mem 0xf2524000-0xf25240ff 64bit]
[ 0.540936] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
[ 0.541056] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.541148] pci 0000:03:00.0: [168c:0034] type 00 class 0x028000
[ 0.541190] pci 0000:03:00.0: reg 0x10: [mem 0xf2400000-0xf247ffff 64bit]
[ 0.541273] pci 0000:03:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[ 0.541405] pci 0000:03:00.0: supports D1
[ 0.541407] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[ 0.541526] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.541533] pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff]
[ 0.541581] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.541586] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.541590] pci 0000:00:1c.3: bridge window [mem 0xf1c00000-0xf23fffff]
[ 0.541596] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[ 0.541741] pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
[ 0.541745] pci 0000:0d:00.0: [1180:e822] type 00 class 0x088001
[ 0.541779] pci 0000:0d:00.0: reg 0x10: [mem 0xf1401000-0xf14010ff]
[ 0.542001] pci 0000:0d:00.0: supports D1 D2
[ 0.542002] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.542181] pci 0000:0d:00.3: [1180:e832] type 00 class 0x0c0010
[ 0.542215] pci 0000:0d:00.3: reg 0x10: [mem 0xf1400000-0xf14007ff]
[ 0.542337] pci 0000:0d:00.3: Enabling fixed DMA alias to 00.0
[ 0.542425] pci 0000:0d:00.3: supports D1 D2
[ 0.542427] pci 0000:0d:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.542586] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[ 0.542590] pci 0000:00:1c.4: bridge window [io 0x4000-0x4fff]
[ 0.542596] pci 0000:00:1c.4: bridge window [mem 0xf1400000-0xf1bfffff]
[ 0.542604] pci 0000:00:1c.4: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[ 0.542634] pci_bus 0000:00: on NUMA node 0
[ 0.544596] ACPI: EC: interrupt unblocked
[ 0.544598] ACPI: EC: event unblocked
[ 0.544603] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.544605] ACPI: EC: GPE=0x11
[ 0.544606] ACPI: \_SB_.PCI0.LPC_.EC__: Boot ECDT EC initialization complete
[ 0.544608] ACPI: \_SB_.PCI0.LPC_.EC__: EC: Used to handle transactions and events
[ 0.544654] iommu: Default domain type: Translated
[ 0.544700] SCSI subsystem initialized
[ 0.544708] libata version 3.00 loaded.
[ 0.544708] PCI: Using ACPI for IRQ routing
[ 0.545497] PCI: pci_cache_line_size set to 64 bytes
[ 0.545636] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.545638] e820: reserve RAM buffer [mem 0xd39a0000-0xd3ffffff]
[ 0.545640] e820: reserve RAM buffer [mem 0x41e600000-0x41fffffff]
[ 0.545646] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.545646] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.548114] clocksource: Switched to clocksource tsc-early
[ 0.548175] pnp: PnP ACPI init
[ 0.548547] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.548551] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[ 0.548553] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[ 0.548556] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[ 0.548559] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
[ 0.548561] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
[ 0.548563] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
[ 0.548565] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
[ 0.548568] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
[ 0.548570] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.548572] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[ 0.548574] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.548576] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[ 0.548578] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.548579] system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
[ 0.548581] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.548583] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[ 0.548589] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.548686] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.548689] system 00:01: [io 0x0500-0x057f] has been reserved
[ 0.548691] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.548692] system 00:01: [io 0x15e0-0x15ef] has been reserved
[ 0.548694] system 00:01: [io 0x1600-0x167f] has been reserved
[ 0.548698] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.548700] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
[ 0.548702] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.548705] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.548707] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.548710] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.548712] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[ 0.548717] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.548763] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.548781] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.548801] pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
[ 0.548842] pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
[ 0.548870] pnp: PnP ACPI: found 6 devices
[ 0.553901] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.553934] NET: Registered protocol family 2
[ 0.554058] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.554086] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.554278] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.554405] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.554443] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.554487] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.554565] NET: Registered protocol family 1
[ 0.554572] pci 0000:03:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[ 0.554577] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.554580] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.554583] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 0.554592] pci 0000:00:1c.0: BAR 8: assigned [mem 0xdfa00000-0xdfbfffff]
[ 0.554598] pci 0000:00:1c.0: BAR 9: assigned [mem 0xdfc00000-0xdfdfffff 64bit pref]
[ 0.554600] pci 0000:00:1c.0: BAR 7: assigned [io 0x2000-0x2fff]
[ 0.554604] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.554607] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.554614] pci 0000:00:1c.0: bridge window [mem 0xdfa00000-0xdfbfffff]
[ 0.554618] pci 0000:00:1c.0: bridge window [mem 0xdfc00000-0xdfdfffff 64bit pref]
[ 0.554626] pci 0000:03:00.0: BAR 6: assigned [mem 0xf2480000-0xf248ffff pref]
[ 0.554628] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.554633] pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff]
[ 0.554642] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.554646] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
[ 0.554651] pci 0000:00:1c.3: bridge window [mem 0xf1c00000-0xf23fffff]
[ 0.554655] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[ 0.554662] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[ 0.554665] pci 0000:00:1c.4: bridge window [io 0x4000-0x4fff]
[ 0.554672] pci 0000:00:1c.4: bridge window [mem 0xf1400000-0xf1bfffff]
[ 0.554677] pci 0000:00:1c.4: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[ 0.554686] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.554688] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.554690] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.554692] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff window]
[ 0.554693] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
[ 0.554695] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.554697] pci_bus 0000:02: resource 1 [mem 0xdfa00000-0xdfbfffff]
[ 0.554698] pci_bus 0000:02: resource 2 [mem 0xdfc00000-0xdfdfffff 64bit pref]
[ 0.554700] pci_bus 0000:03: resource 1 [mem 0xf2400000-0xf24fffff]
[ 0.554702] pci_bus 0000:05: resource 0 [io 0x5000-0x5fff]
[ 0.554704] pci_bus 0000:05: resource 1 [mem 0xf1c00000-0xf23fffff]
[ 0.554705] pci_bus 0000:05: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
[ 0.554707] pci_bus 0000:0d: resource 0 [io 0x4000-0x4fff]
[ 0.554709] pci_bus 0000:0d: resource 1 [mem 0xf1400000-0xf1bfffff]
[ 0.554710] pci_bus 0000:0d: resource 2 [mem 0xf0c00000-0xf13fffff 64bit pref]
[ 0.554775] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.555115] PCI: CLS 64 bytes, default 64
[ 0.555156] Unpacking initramfs...
[ 0.756237] Freeing initrd memory: 10276K
[ 0.756281] DMAR: No ATSR found
[ 0.756282] DMAR: No SATC found
[ 0.756284] DMAR: IOMMU feature pgsel_inv inconsistent
[ 0.756286] DMAR: IOMMU feature pass_through inconsistent
[ 0.756287] DMAR: dmar0: Using Queued invalidation
[ 0.756295] DMAR: dmar1: Using Queued invalidation
[ 0.815802] pci 0000:00:00.0: Adding to iommu group 0
[ 0.815816] pci 0000:00:02.0: Adding to iommu group 1
[ 0.815830] pci 0000:00:16.0: Adding to iommu group 2
[ 0.815838] pci 0000:00:19.0: Adding to iommu group 3
[ 0.815848] pci 0000:00:1a.0: Adding to iommu group 4
[ 0.815857] pci 0000:00:1b.0: Adding to iommu group 5
[ 0.815866] pci 0000:00:1c.0: Adding to iommu group 6
[ 0.815875] pci 0000:00:1c.1: Adding to iommu group 7
[ 0.815885] pci 0000:00:1c.3: Adding to iommu group 8
[ 0.815894] pci 0000:00:1c.4: Adding to iommu group 9
[ 0.815903] pci 0000:00:1d.0: Adding to iommu group 10
[ 0.815921] pci 0000:00:1f.0: Adding to iommu group 11
[ 0.815931] pci 0000:00:1f.2: Adding to iommu group 11
[ 0.815940] pci 0000:00:1f.3: Adding to iommu group 11
[ 0.815949] pci 0000:03:00.0: Adding to iommu group 12
[ 0.815970] pci 0000:0d:00.0: Adding to iommu group 13
[ 0.815978] pci 0000:0d:00.3: Adding to iommu group 13
[ 0.818220] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 0.818223] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.818224] software IO TLB: mapped [mem 0x00000000cf9a0000-0x00000000d39a0000] (64MB)
[ 0.818727] Initialise system trusted keyrings
[ 0.818755] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.819622] xor: automatically using best checksumming function avx
[ 0.819625] Key type asymmetric registered
[ 0.819626] Asymmetric key parser 'x509' registered
[ 0.819634] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.819636] io scheduler mq-deadline registered
[ 0.819751] pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
[ 0.824487] ahci 0000:00:1f.2: version 3.0
[ 0.824614] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.837206] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1f impl SATA mode
[ 0.837227] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
[ 0.877855] scsi host0: ahci
[ 0.878124] scsi host1: ahci
[ 0.878368] scsi host2: ahci
[ 0.878542] scsi host3: ahci
[ 0.878688] scsi host4: ahci
[ 0.878859] scsi host5: ahci
[ 0.878896] ata1: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528100 irq 30
[ 0.878900] ata2: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528180 irq 30
[ 0.878903] ata3: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528200 irq 30
[ 0.878906] ata4: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528280 irq 30
[ 0.878908] ata5: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528300 irq 30
[ 0.878910] ata6: DUMMY
[ 0.878983] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.886300] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.886333] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.886439] mousedev: PS/2 mouse device common for all mice
[ 0.886478] rtc_cmos 00:02: RTC can wake from S4
[ 0.886734] rtc_cmos 00:02: registered as rtc0
[ 0.886805] rtc_cmos 00:02: setting system clock to 2021-04-26T19:21:30 UTC (1619464890)
[ 0.886821] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.886833] intel_pstate: Intel P-state driver initializing
[ 0.887074] NET: Registered protocol family 17
[ 0.887115] Key type dns_resolver registered
[ 0.887421] microcode: sig=0x206a7, pf=0x10, revision=0x2f
[ 0.887484] microcode: Microcode Update Driver: v2.2.
[ 0.887488] IPI shorthand broadcast: enabled
[ 0.887493] sched_clock: Marking stable (885801845, 1592844)->(897688386, -10293697)
[ 0.887638] registered taskstats version 1
[ 0.887641] Loading compiled-in X.509 certificates
[ 0.889305] alg: No test for pkcs1pad(rsa,sha1) (pkcs1pad(rsa-generic,sha1))
[ 0.890015] Loaded X.509 cert 'Build time autogenerated kernel key: bd189b3e29b11588553618c11fa893235e7120ea'
[ 0.890054] Key type ._fscrypt registered
[ 0.890056] Key type .fscrypt registered
[ 0.890056] Key type fscrypt-provisioning registered
[ 0.890185] Btrfs loaded, crc32c=crc32c-intel, zoned=no
[ 0.891336] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.192000] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.194363] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.194372] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.194374] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.194984] ata1.00: supports DRM functions and may not be fully accessible
[ 1.196477] ata1.00: ATA-11: Samsung SSD 860 EVO 2TB, RVT02B6Q, max UDMA/133
[ 1.196482] ata1.00: 3907029168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.200334] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.200342] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.200344] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.200954] ata1.00: supports DRM functions and may not be fully accessible
[ 1.205272] ata1.00: configured for UDMA/133
[ 1.205389] scsi 0:0:0:0: Direct-Access ATA Samsung SSD 860 2B6Q PQ: 0 ANSI: 5
[ 1.205555] ata1.00: Enabling discard_zeroes_data
[ 1.205598] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 1.205605] sd 0:0:0:0: [sda] Write Protect is off
[ 1.205607] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.205617] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.205735] _warn_unseeded_randomness: 227 callbacks suppressed
[ 1.205738] random: get_random_u64 called from copy_process+0x4cf/0x1a70 with crng_init=0
[ 1.205886] sda: sda1 sda2 sda3 sda4
[ 1.206078] ata1.00: Enabling discard_zeroes_data
[ 1.206133] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.518287] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.528980] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.528989] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.528991] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.539222] ata2.00: ATA-8: SAMSUNG HM500JI, 2AC101C4, max UDMA/133
[ 1.539227] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.550025] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.550033] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.550035] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.560305] ata2.00: configured for UDMA/133
[ 1.560447] scsi 1:0:0:0: Direct-Access ATA SAMSUNG HM500JI 01C4 PQ: 0 ANSI: 5
[ 1.560632] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 1.560648] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.560650] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.560660] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.823782] tsc: Refined TSC clocksource calibration: 2392.228 MHz
[ 1.823810] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x227b89a6b81, max_idle_ns: 440795326825 ns
[ 1.823946] clocksource: Switched to clocksource tsc
[ 1.874981] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.875836] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.875841] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.875843] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.876395] ata3.00: supports DRM functions and may not be fully accessible
[ 1.876575] ata3.00: ATA-11: KINGSTON SUV500MS480G, 003056RI, max UDMA/133
[ 1.876578] ata3.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.877859] ata3.00: Trusted Computing capability qword not valid!
[ 1.878860] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.878865] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.878867] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.879419] ata3.00: supports DRM functions and may not be fully accessible
[ 1.880771] ata3.00: Trusted Computing capability qword not valid!
[ 1.880795] ata3.00: configured for UDMA/133
[ 1.880895] scsi 2:0:0:0: Direct-Access ATA KINGSTON SUV500M 56RI PQ: 0 ANSI: 5
[ 1.881092] sd 2:0:0:0: [sdc] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[ 1.881094] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[ 1.881102] sd 2:0:0:0: [sdc] Write Protect is off
[ 1.881103] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 1.881120] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.881667] sdc: sdc1 sdc2
[ 1.881818] sd 2:0:0:0: [sdc] Attached SCSI disk
[ 2.011672] sdb: sdb1
[ 2.011959] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 2.194898] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.508334] ata5: SATA link down (SStatus 0 SControl 300)
[ 2.510978] Freeing unused kernel image (initmem) memory: 908K
[ 2.511036] Write protecting the kernel read-only data: 14336k
[ 2.511537] Freeing unused kernel image (text/rodata gap) memory: 2044K
[ 2.511670] Freeing unused kernel image (rodata/data gap) memory: 148K
[ 2.554194] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.554196] x86/mm: Checking user space page tables
[ 2.594540] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.594543] Run /init as init process
[ 2.594544] with arguments:
[ 2.594545] /init
[ 2.594545] with environment:
[ 2.594546] HOME=/
[ 2.594546] TERM=linux
[ 2.594547] BOOT_IMAGE=/boot/vmlinuz-5.12.0_catnip
[ 2.594547] slub_debug=P
[ 2.594548] page_poison=1
[ 2.594602] random: get_random_u64 called from arch_pick_mmap_layout+0x60/0x170 with crng_init=0
[ 2.594609] random: get_random_u64 called from arch_pick_mmap_layout+0x107/0x170 with crng_init=0
[ 2.594611] random: get_random_u64 called from randomize_stack_top+0x2e/0x60 with crng_init=0
[ 2.654335] systemd-udevd[248]: starting version 3.2.10
[ 2.654491] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.654514] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.654530] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.655316] udevd[249]: starting eudev-3.2.10
[ 2.672699] Linux agpgart interface v0.103
[ 2.679587] ACPI: bus type USB registered
[ 2.679618] usbcore: registered new interface driver usbfs
[ 2.679635] usbcore: registered new interface driver hub
[ 2.679655] usbcore: registered new device driver usb
[ 2.680135] sdhci: Secure Digital Host Controller Interface driver
[ 2.680138] sdhci: Copyright(c) Pierre Ossman
[ 2.685048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.685071] cryptd: max_cpu_qlen set to 1000
[ 2.686047] ehci-pci: EHCI PCI platform driver
[ 2.686159] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 2.686167] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 2.686180] ehci-pci 0000:00:1a.0: debug port 2
[ 2.690111] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf252a000
[ 2.691181] AVX version of gcm_enc/dec engaged.
[ 2.691211] AES CTR mode by8 optimization enabled
[ 2.698073] sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e822] (rev 8)
[ 2.698222] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[ 2.698922] mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
[ 2.702121] BTRFS: device fsid f8a85ed1-6967-40ca-8731-44cf3a6b8ed6 devid 1 transid 104988 /dev/sda1 scanned by systemd-udevd (273)
[ 2.702663] BTRFS: device label HOME devid 1 transid 352105 /dev/sda4 scanned by systemd-udevd (257)
[ 2.703759] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 2.703807] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[ 2.703811] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.703813] usb usb1: Product: EHCI Host Controller
[ 2.703815] usb usb1: Manufacturer: Linux 5.12.0_catnip ehci_hcd
[ 2.703816] usb usb1: SerialNumber: 0000:00:1a.0
[ 2.703963] hub 1-0:1.0: USB hub found
[ 2.703969] hub 1-0:1.0: 3 ports detected
[ 2.704266] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 2.704272] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 2.704283] ehci-pci 0000:00:1d.0: debug port 2
[ 2.704534] random: fast init done
[ 2.708209] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf2529000
[ 2.723763] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 2.723804] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[ 2.723806] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.723808] usb usb2: Product: EHCI Host Controller
[ 2.723809] usb usb2: Manufacturer: Linux 5.12.0_catnip ehci_hcd
[ 2.723810] usb usb2: SerialNumber: 0000:00:1d.0
[ 2.723984] hub 2-0:1.0: USB hub found
[ 2.723992] hub 2-0:1.0: 3 ports detected
[ 2.741249] i915 0000:00:02.0: [drm] Disabling ppGTT for VT-d support
[ 2.741462] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ 2.741490] i915 0000:00:02.0: [drm] DMAR active, disabling use of stolen memory
[ 2.743789] firewire_ohci 0000:0d:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[ 2.790012] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 2.790322] ACPI: video: Video Device [VID] (multi-head: yes rom: no post: no)
[ 2.791540] acpi device:00: registered as cooling_device8
[ 2.791595] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
[ 2.891286] BTRFS: device fsid 8f7e0e48-3a6a-4af0-afd9-4414ab36be79 devid 1 transid 400 /dev/sdb1 scanned by systemd-udevd (273)
[ 2.987641] fbcon: i915drmfb (fb0) is primary device
[ 3.033839] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 3.053837] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 3.181362] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 3.181367] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.181808] hub 1-1:1.0: USB hub found
[ 3.182032] hub 1-1:1.0: 6 ports detected
[ 3.201208] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 3.201213] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.201623] hub 2-1:1.0: USB hub found
[ 3.201970] hub 2-1:1.0: 8 ports detected
[ 3.264041] firewire_core 0000:0d:00.3: created device fw0: GUID f0def1ff67de0fff, S400
[ 3.463839] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
[ 3.563099] usb 1-1.3: New USB device found, idVendor=147e, idProduct=2016, bcdDevice= 0.02
[ 3.563103] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.563105] usb 1-1.3: Product: Biometric Coprocessor
[ 3.563106] usb 1-1.3: Manufacturer: UPEK
[ 3.637172] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
[ 3.689745] _warn_unseeded_randomness: 652 callbacks suppressed
[ 3.689750] random: get_random_u64 called from arch_pick_mmap_layout+0x60/0x170 with crng_init=1
[ 3.689758] random: get_random_u64 called from arch_pick_mmap_layout+0x107/0x170 with crng_init=1
[ 3.689761] random: get_random_u64 called from randomize_stack_top+0x2e/0x60 with crng_init=1
[ 3.699655] BTRFS info (device sda1): enabling ssd optimizations
[ 3.699669] BTRFS info (device sda1): disk space caching is enabled
[ 3.699670] BTRFS info (device sda1): has skinny extents
[ 3.739232] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=217f, bcdDevice= 7.48
[ 3.739237] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.739238] usb 1-1.4: Product: Broadcom Bluetooth Device
[ 3.739239] usb 1-1.4: Manufacturer: Broadcom Corp
[ 3.739240] usb 1-1.4: SerialNumber: CC52AF820C51
[ 3.774984] dracut: Mounted root filesystem /dev/sda1
[ 3.813851] usb 1-1.6: new high-speed USB device number 5 using ehci-pci
[ 3.917892] usb 1-1.6: New USB device found, idVendor=04f2, idProduct=b217, bcdDevice= 8.54
[ 3.917896] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.917898] usb 1-1.6: Product: Integrated Camera
[ 3.917899] usb 1-1.6: Manufacturer: Chicony Electronics Co., Ltd.
[ 3.968939] Console: switching to colour frame buffer device 200x56
[ 3.985609] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 4.020149] dracut: Switching root
[ 4.119459] fuse: init (API version 7.33)
[ 4.125093] Non-volatile memory driver v1.3
[ 4.317448] loop: module loaded
[ 4.322044] tun: Universal TUN/TAP device driver, 1.6
[ 4.372531] Bluetooth: Core ver 2.22
[ 4.372543] NET: Registered protocol family 31
[ 4.372544] Bluetooth: HCI device and connection manager initialized
[ 4.372549] Bluetooth: HCI socket layer initialized
[ 4.372551] Bluetooth: L2CAP socket layer initialized
[ 4.372553] Bluetooth: SCO socket layer initialized
[ 4.385457] NET: Registered protocol family 40
[ 4.413550] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.413574] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 4.413593] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 4.417458] Key type encrypted registered
[ 4.427527] udevd[563]: starting version 3.2.10
[ 4.438777] urandom_read: 5 callbacks suppressed
[ 4.438781] random: udevd: uninitialized urandom read (16 bytes read)
[ 4.438815] random: udevd: uninitialized urandom read (16 bytes read)
[ 4.454198] udevd[563]: specified group 'colord' unknown
[ 4.467324] udevd[564]: starting eudev-3.2.10
[ 4.489775] pps_core: LinuxPPS API ver. 1 registered
[ 4.489780] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 4.492921] PTP clock support registered
[ 4.494650] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\_SB.PCI0.LPC.PMIO) (20210105/utaddress-204)
[ 4.494661] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 4.494665] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20210105/utaddress-204)
[ 4.494670] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 4.494671] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20210105/utaddress-204)
[ 4.494676] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 4.494678] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20210105/utaddress-204)
[ 4.494682] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 4.494683] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 4.496864] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
[ 4.499767] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 4.501169] thermal LNXTHERM:00: registered as thermal_zone0
[ 4.501172] ACPI: thermal: Thermal Zone [THM0] (65 C)
[ 4.503632] e1000e: Intel(R) PRO/1000 Network Driver
[ 4.503635] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 4.503810] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 4.509719] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.509731] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_globals_exit [i915])
[ 4.510446] ACPI: button: Lid Switch [LID]
[ 4.510509] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
[ 4.511220] ACPI: AC: AC Adapter [AC] (on-line)
[ 4.514231] ACPI: button: Sleep Button [SLPB]
[ 4.514326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 4.516948] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 4.516951] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 4.516953] thinkpad_acpi: ThinkPad BIOS 8AET69WW (1.49 ), EC unknown
[ 4.516954] thinkpad_acpi: Lenovo ThinkPad T520, model 42433ZG
[ 4.517237] ACPI: button: Power Button [PWRF]
[ 4.517914] thinkpad_acpi: radio switch found; radios are enabled
[ 4.517932] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 4.517934] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 4.519529] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 4.521050] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[ 4.526505] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
[ 4.527865] ACPI: battery: Slot [BAT0] (battery present)
[ 4.528804] snd_hda_codec_conexant hdaudioC0D0: CX20590: BIOS auto-probing.
[ 4.530627] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20590: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
[ 4.530632] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.530634] snd_hda_codec_conexant hdaudioC0D0: hp_outs=2 (0x1c/0x19/0x0/0x0/0x0)
[ 4.530636] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 4.530637] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 4.530639] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x23
[ 4.530640] snd_hda_codec_conexant hdaudioC0D0: Mic=0x1b
[ 4.530641] snd_hda_codec_conexant hdaudioC0D0: Dock Mic=0x1a
[ 4.533832] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[ 4.533836] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[ 4.533837] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 4.533838] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[ 4.543247] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[ 4.543260] ACPI: battery: new extension: ThinkPad Battery Extension
[ 4.543331] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
[ 4.550282] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 4.550342] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 4.550397] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 4.550461] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 4.550517] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 4.550576] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 4.550629] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 4.558269] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 4.558614] i2c i2c-9: 2/2 memory slots populated (from DMI)
[ 4.559208] i2c i2c-9: Successfully instantiated SPD at 0x50
[ 4.559524] i2c i2c-9: Successfully instantiated SPD at 0x51
[ 4.573675] iTCO_wdt iTCO_wdt.1.auto: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[ 4.573876] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[ 4.580056] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.580755] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.580762] cfg80211: failed to load regulatory.db
[ 4.594986] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[ 4.636414] ath: phy0: ASPM enabled: 0x43
[ 4.636422] ath: EEPROM regdomain: 0x6a
[ 4.636423] ath: EEPROM indicates we should expect a direct regpair map
[ 4.636425] ath: Country alpha2 being used: 00
[ 4.636427] ath: Regpair used: 0x6a
[ 4.637059] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 4.637274] ieee80211 phy0: Atheros AR9462 Rev:2 mem=0xffffc90000a80000, irq=17
[ 4.655749] udevd[590]: Unknown key identifier 'zoom'
[ 4.677965] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:67:de:0f
[ 4.677974] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 4.678022] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[ 4.831549] _warn_unseeded_randomness: 1573 callbacks suppressed
[ 4.831553] random: get_random_u64 called from copy_process+0x4cf/0x1a70 with crng_init=1
[ 4.831844] random: get_random_u64 called from arch_pick_mmap_layout+0x60/0x170 with crng_init=1
[ 4.831852] random: get_random_u64 called from arch_pick_mmap_layout+0x107/0x170 with crng_init=1
[ 5.492010] psmouse serio1: synaptics: queried max coordinates: x [..5888], y [..4820]
[ 5.599741] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b1/0xb40000/0xa0000/0x0, board id: 0, fw id: 578367
[ 5.599774] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 5.666216] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 6.190104] _warn_unseeded_randomness: 841 callbacks suppressed
[ 6.190110] random: get_random_u64 called from copy_process+0x4cf/0x1a70 with crng_init=1
[ 6.190399] random: get_random_u64 called from arch_pick_mmap_layout+0x60/0x170 with crng_init=1
[ 6.190416] random: get_random_u64 called from arch_pick_mmap_layout+0x107/0x170 with crng_init=1
[ 6.206963] mc: Linux media interface: v0.10
[ 6.212359] videodev: Linux video capture interface: v2.00
[ 6.274072] udevd[587]: error opening ATTR{/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/power/control} for writing: Permission denied
[ 6.281411] usbcore: registered new interface driver btusb
[ 6.288513] usb 1-1.6: Found UVC 1.00 device Integrated Camera (04f2:b217)
[ 6.295923] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input16
[ 6.296017] usbcore: registered new interface driver uvcvideo
[ 6.388043] BTRFS info (device sda1): disk space caching is enabled
[ 6.547663] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 6.693168] BTRFS info (device sda1): disk space caching is enabled
[ 6.694854] BTRFS info (device sda4): disk space caching is enabled
[ 6.694857] BTRFS info (device sda4): has skinny extents
[ 6.839609] BTRFS info (device sda4): enabling ssd optimizations
[ 6.845221] exfat: Deprecated parameter 'codepage'
[ 6.880519] Adding 16777212k swap on /dev/sda2. Priority:-2 extents:1 across:16777212k SSFS
[ 6.886677] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input15
[ 6.995242] NET: Registered protocol family 38
[ 7.018330] udevd[1054]: starting version 3.2.10
[ 7.024372] udevd[1054]: specified group 'colord' unknown
[ 7.025607] alg: No test for hmac(md4) (hmac(md4-generic))
[ 7.028170] udevd[1054]: starting eudev-3.2.10
[ 7.087024] NET: Registered protocol family 10
[ 7.087253] Segment Routing with IPv6
[ 7.401523] _warn_unseeded_randomness: 2773 callbacks suppressed
[ 7.401528] random: get_random_u64 called from arch_pick_mmap_layout+0x60/0x170 with crng_init=1
[ 7.401536] random: get_random_u64 called from arch_pick_mmap_layout+0x107/0x170 with crng_init=1
[ 7.401539] random: get_random_u64 called from randomize_stack_top+0x2e/0x60 with crng_init=1
[ 7.425894] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 7.425899] Bluetooth: BNEP filters: protocol multicast
[ 7.425903] Bluetooth: BNEP socket layer initialized
[ 7.691488] random: crng init done
[ 7.691493] random: 299 get_random_xx warning(s) missed due to ratelimiting
[ 9.317805] wlan0: authenticate with 62:32:87:66:08:a1
[ 9.332608] wlan0: send auth to 62:32:87:66:08:a1 (try 1/3)
[ 9.333911] wlan0: authenticated
[ 9.337087] wlan0: associate with 62:32:87:66:08:a1 (try 1/3)
[ 9.340246] wlan0: RX AssocResp from 62:32:87:66:08:a1 (capab=0x1511 status=0 aid=43)
[ 9.340401] wlan0: associated
[ 9.406306] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by 62:32:87:66:08:a1
[ 9.504133] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 20.026477] Bluetooth: RFCOMM TTY layer initialized
[ 20.026487] Bluetooth: RFCOMM socket layer initialized
[ 20.026490] Bluetooth: RFCOMM ver 1.11