Re: Bug report for kernel v4.15-rc8+

From: blinkin
Date: Wed Aug 11 2021 - 09:51:28 EST


1) You're booting with an out of tree module

Uninstalled virtualbox, reproduced same behavior without the module.
dmesg outputs attached with and without the workaround (dmesg_novboxdrv_clean.txt and dmesg_novboxdrv_irqaffinity0.txt)

2) Please provide information what is consuming 90% of a CPU

top shows a kworker process consistently at 50% without the workaround, 60% with the workaround. No significant activity amounts from other processes.
Sometimes that 50% is split between two kworker processes for a short time.
CPU core #0 activity is a constant 60% without the workaround, 90% with the workaround

> 3) Please provide the output of /proc/interrupts for both boot scenarios

attached:
interrupts_clean.txt, interrupts_after1min_clean.txt (reproducing bug)
interrupts_irqaffinity0.txt and interrupts_after1min_irqaffinity0.txt (with workaround)


P.S.: I don't know if it can help, but the behavior is worse in later kernel versions. I can't pinpoint a precise version because it looks like a gradual effect, but I can tell v4.19 and later versions are performing worse than 4.15-rc9. Actually in 4.15-rc9 the slowness is apparent only when doing resource-intensive tasks like playing 3d games, while for example in 4.19 I experience missed clicks and keyboard typing delay with just a text editor)

Thanks for the support

----- Messaggio originale -----
Da: "Thomas Gleixner" <tglx@xxxxxxxxxxxxx>
A: blinkin@xxxxxxxx
Cc: "linux-kernel" <linux-kernel@xxxxxxxxxxxxxxx>
Inviato: Martedì, 10 agosto 2021 19:09:32
Oggetto: Re: Bug report for kernel v4.15-rc8+

On Tue, Aug 10 2021 at 16:05, blinkin@xxxxxxxx wrote:
> The general symptom is a slow and unresponsive system (e.g. on gnome
> there's a delay before displaying typed characters, up to 3-5
> seconds. Animations are jittering, mouse clicks sometimes are missed).
> 3D games are now impossible to play due to poor performance.
>
> System feels as if the CPU is always busy (htop shows one core at ~
> 90% most of the time both with and without the workaround, not sure
> it's correlated)

That's definitely wrong. What is consuming CPU time?

> It's running OpenSuse Leap 15.2 (the bug came out when upgrading from
> 15.1, thus going from kernel 4.12 to 5.3) I suspect the same bug is
> responsible for making me switch to suse after failing to upgrade
> debian from 9 (kernel 4.9) to 10 (kernel 4.19)
>
> The workaround is to pass irqaffinity=0 on boot.
>
> Attached: dmesg output with and without the irqaffinity parameter,
> lspci output, /proc/cpuinfo contents.
>
> Let me know what else is needed.

1) You're booting with an out of tree module:

> [ 17.080069] vboxdrv: loading out-of-tree module taints kernel.

Please reproduce without this.

2) Please provide information what is consuming 90% of a CPU

3) Please provide the output of /proc/interrupts for both boot scenarios

Take a snapshot right after boot and another one a minute later.

Thanks,

tglx[ 0.000000] microcode: microcode updated early to revision 0xea, date = 2021-01-25
[ 0.000000] Linux version 4.15.0-rc8-a0c9259dc4e1+ (ms@linux-6aka) (gcc version 7.5.0 (SUSE Linux)) #18 SMP Fri Aug 6 15:01:10 CEST 2021
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-rc8-a0c9259dc4e1+ root=/dev/mapper/system-root splash=silent quiet resume=/dev/disk/by-uuid/6e426543-692c-40dd-b96c-592ff8abf2bc quiet mitigations=auto
[ 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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000072278fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000072279000-0x0000000072279fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007227a000-0x00000000722a3fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000722a4000-0x0000000075148fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000075149000-0x0000000075e54fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000075e55000-0x0000000076203fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000076204000-0x00000000770a3fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000770a4000-0x0000000077f7efff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000077f7f000-0x0000000077ffefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000780fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000483ffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x70efa018-0x70f0a057] usable ==> usable
[ 0.000000] e820: update [mem 0x70efa018-0x70f0a057] usable ==> usable
[ 0.000000] e820: update [mem 0x70ee2018-0x70ef9c57] usable ==> usable
[ 0.000000] e820: update [mem 0x70ee2018-0x70ef9c57] usable ==> usable
[ 0.000000] e820: update [mem 0x70ed4018-0x70ee1057] usable ==> usable
[ 0.000000] e820: update [mem 0x70ed4018-0x70ee1057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000070ed4017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070ed4018-0x0000000070ee1057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070ee1058-0x0000000070ee2017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070ee2018-0x0000000070ef9c57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070ef9c58-0x0000000070efa017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070efa018-0x0000000070f0a057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070f0a058-0x0000000072278fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000072279000-0x0000000072279fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000007227a000-0x00000000722a3fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000722a4000-0x0000000075148fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000075149000-0x0000000075e54fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000075e55000-0x0000000076203fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000076204000-0x00000000770a3fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000770a4000-0x0000000077f7efff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000077f7f000-0x0000000077ffefff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000078000000-0x00000000780fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x0000000483ffffff] usable
[ 0.000000] efi: EFI v2.40 by ASUSTeK COMPUTER INC.
[ 0.000000] efi: ESRT=0x77e41e18 ACPI=0x76308000 ACPI 2.0=0x76308000 SMBIOS=0xf05e0 SMBIOS 3.0=0xf0600 MPS=0xfca40
[ 0.000000] random: fast init done
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: ASUSTeK COMPUTER INC. P553UJ/P553UJ, BIOS P553UJ.302 07/01/2016
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x484000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask 7F80000000 uncachable
[ 0.000000] 1 base 007C000000 mask 7FFC000000 uncachable
[ 0.000000] 2 base 007A000000 mask 7FFE000000 uncachable
[ 0.000000] 3 base 0079000000 mask 7FFF000000 uncachable
[ 0.000000] 4 base 0078800000 mask 7FFF800000 uncachable
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: last_pfn = 0x77fff max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fcc60-0x000fcc6f] mapped at [ (ptrval)]
[ 0.000000] esrt: Reserving ESRT space from 0x0000000077e41e18 to 0x0000000077e41e50.
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ (ptrval)] 96000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x0303d000, 0x0303dfff] PGTABLE
[ 0.000000] BRK [0x0303e000, 0x0303efff] PGTABLE
[ 0.000000] BRK [0x0303f000, 0x0303ffff] PGTABLE
[ 0.000000] BRK [0x03040000, 0x03040fff] PGTABLE
[ 0.000000] BRK [0x03041000, 0x03041fff] PGTABLE
[ 0.000000] BRK [0x03042000, 0x03042fff] PGTABLE
[ 0.000000] Secure boot disabled
[ 0.000000] RAMDISK: [mem 0x3f1d7000-0x3fffafff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x0000000076308000 000024 (v02 _ASUS_)
[ 0.000000] ACPI: XSDT 0x00000000763080B0 0000DC (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x000000007632E468 00010C (v05 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x0000000076308218 02624F (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x00000000770A2F80 000040
[ 0.000000] ACPI: APIC 0x000000007632E578 000084 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x000000007632E600 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x000000007632E648 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x000000007632E6E8 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x000000007632E728 000038 (v01 _ASUS_ Notebook 01072009 AMI. 0005000B)
[ 0.000000] ACPI: SSDT 0x000000007632E760 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
[ 0.000000] ACPI: ECDT 0x000000007632EA78 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[ 0.000000] ACPI: LPIT 0x000000007632EB40 000094 (v01 INTEL SKL-ULT 00000000 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x000000007632EBD8 000248 (v02 INTEL sensrhub 00000000 INTL 20120913)
[ 0.000000] ACPI: DBGP 0x000000007632EE20 000034 (v01 INTEL 00000000 MSFT 0000005F)
[ 0.000000] ACPI: DBG2 0x000000007632EE58 000054 (v00 INTEL 00000000 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x000000007632EEB0 003DB2 (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x0000000076332C68 00588F (v02 SaSsdt SaSsdt 00003000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x00000000763384F8 000042 (v01 00000000 00000000)
[ 0.000000] ACPI: SSDT 0x0000000076338540 000E73 (v02 CpuRef CpuSsdt 00003000 INTL 20120913)
[ 0.000000] ACPI: SLIC 0x00000000763393B8 000176 (v01 _ASUS_ Notebook 01072009 ASUS 00000001)
[ 0.000000] ACPI: BGRT 0x0000000076339530 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x0000000076339568 0006C8 (v02 SgRef SgPch 00001000 INTL 20120913)
[ 0.000000] ACPI: DMAR 0x0000000076339C30 0000A8 (v01 INTEL SKL 00000001 INTL 00000001)
[ 0.000000] ACPI: TPM2 0x0000000076339CD8 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.000000] ACPI: SSDT 0x0000000076339D10 0013FB (v01 OptRef OptTabl 00001000 INTL 20120913)
[ 0.000000] ACPI: MSDM 0x0000000075BF6F18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000483ffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x483fe6000-0x483ffbfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000483ffffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000072278fff]
[ 0.000000] node 0: [mem 0x00000000722a4000-0x0000000075148fff]
[ 0.000000] node 0: [mem 0x0000000075e55000-0x0000000076203fff]
[ 0.000000] node 0: [mem 0x0000000077f7f000-0x0000000077ffefff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x0000000483ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000483ffffff]
[ 0.000000] On node 0 totalpages: 4166890
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 25 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7446 pages used for memmap
[ 0.000000] DMA32 zone: 476493 pages, LIFO batch:31
[ 0.000000] Normal zone: 57600 pages used for memmap
[ 0.000000] Normal zone: 3686400 pages, LIFO batch:31
[ 0.000000] Reserved but unavailable: 99 pages
[ 0.000000] Reserving Intel graphics memory at 0x0000000079000000-0x000000007affffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70ed4000-0x70ed4fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70ee1000-0x70ee1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70ee2000-0x70ee2fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70ef9000-0x70ef9fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70efa000-0x70efafff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70f0a000-0x70f0afff]
[ 0.000000] PM: Registered nosave memory: [mem 0x72279000-0x72279fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7227a000-0x722a3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x75149000-0x75e54fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x76204000-0x770a3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x770a4000-0x77f7efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x77fff000-0x77ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x78000000-0x780fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x78100000-0x78ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x79000000-0x7affffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7b000000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0x7b000000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] percpu: Embedded 46 pages/cpu @ (ptrval) s151552 r8192 d28672 u524288
[ 0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4101755
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-rc8-a0c9259dc4e1+ root=/dev/mapper/system-root splash=silent quiet resume=/dev/disk/by-uuid/6e426543-692c-40dd-b96c-592ff8abf2bc quiet mitigations=auto
[ 0.000000] Memory: 3974788K/16667560K available (10252K kernel code, 1430K rwdata, 3344K rodata, 2036K init, 9704K bss, 438844K reserved, 0K cma-reserved)
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 34064 entries in 134 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU event tracing is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] ACPI: Core revision 20170831
[ 0.000000] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.000000] hpet clockevent registered
[ 0.004000] APIC: Switch to symmetric I/O mode setup
[ 0.004000] DMAR: Host address width 39
[ 0.004000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.004000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[ 0.004000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.004000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.004000] DMAR: RMRR base: 0x00000075bf7000 end: 0x00000075c16fff
[ 0.004000] DMAR: RMRR base: 0x00000078800000 end: 0x0000007affffff
[ 0.004000] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.004000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.004000] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[ 0.004000] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[ 0.004000] DMAR-IR: Enabled IRQ remapping in xapic mode
[ 0.004000] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.028000] tsc: Detected 2600.000 MHz processor
[ 0.028000] tsc: Detected 2592.000 MHz TSC
[ 0.028000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5184.00 BogoMIPS (lpj=10368000)
[ 0.028000] pid_max: default: 32768 minimum: 301
[ 0.028000] Security Framework initialized
[ 0.028000] AppArmor: AppArmor initialized
[ 0.028000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.032200] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.032246] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.032277] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.032490] CPU: Physical Processor ID: 0
[ 0.032491] CPU: Processor Core ID: 0
[ 0.032496] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.032497] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.032514] mce: CPU supports 8 MCE banks
[ 0.032522] CPU0: Thermal monitoring enabled (TM1)
[ 0.032537] process: using mwait in idle threads
[ 0.032540] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.032540] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.032542] Spectre V2 mitigation: Mitigation: Full generic retpoline
[ 0.032543] Spectre V2 mitigation: Filling RSB on context switch
[ 0.032620] Freeing SMP alternatives memory: 32K
[ 0.041574] TSC deadline timer enabled
[ 0.041578] smpboot: CPU0: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[ 0.041651] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.041682] ... version: 4
[ 0.041682] ... bit width: 48
[ 0.041683] ... generic registers: 4
[ 0.041684] ... value mask: 0000ffffffffffff
[ 0.041684] ... max period: 00007fffffffffff
[ 0.041684] ... fixed-purpose events: 3
[ 0.041685] ... event mask: 000000070000000f
[ 0.041725] Hierarchical SRCU implementation.
[ 0.042606] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.042617] smp: Bringing up secondary CPUs ...
[ 0.042711] x86: Booting SMP configuration:
[ 0.042712] .... node #0, CPUs: #1 #2 #3
[ 0.046183] smp: Brought up 1 node, 4 CPUs
[ 0.046183] smpboot: Max logical packages: 1
[ 0.046183] smpboot: Total of 4 processors activated (20736.00 BogoMIPS)
[ 0.147550] node 0 initialised, 3063482 pages in 100ms
[ 0.148270] devtmpfs: initialized
[ 0.148270] x86/mm: Memory block size: 128MB
[ 0.153396] evm: security.selinux
[ 0.153396] evm: security.apparmor
[ 0.153397] evm: security.ima
[ 0.153397] evm: security.capability
[ 0.153412] PM: Registering ACPI NVS region [mem 0x72279000-0x72279fff] (4096 bytes)
[ 0.153412] PM: Registering ACPI NVS region [mem 0x76204000-0x770a3fff] (15335424 bytes)
[ 0.153412] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.153412] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.153412] pinctrl core: initialized pinctrl subsystem
[ 0.153412] RTC time: 10:45:01, date: 08/11/21
[ 0.153412] NET: Registered protocol family 16
[ 0.153412] audit: initializing netlink subsys (disabled)
[ 0.153412] audit: type=2000 audit(1628678701.152:1): state=initialized audit_enabled=0 res=1
[ 0.153412] cpuidle: using governor ladder
[ 0.153412] cpuidle: using governor menu
[ 0.153412] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.153412] ACPI: bus type PCI registered
[ 0.153412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.153412] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.153412] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.153412] PCI: Using configuration type 1 for base access
[ 0.156049] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.156049] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.156059] ACPI: Added _OSI(Module Device)
[ 0.156060] ACPI: Added _OSI(Processor Device)
[ 0.156061] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.156061] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.156064] ACPI: EC: EC started
[ 0.156065] ACPI: EC: interrupt blocked
[ 0.158542] ACPI: \: Used as first EC
[ 0.158543] ACPI: \: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.158544] ACPI: \: Used as boot ECDT EC to handle transactions
[ 0.160090] ACPI: Executed 22 blocks of module-level executable AML code
[ 0.174488] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.182366] ACPI: Dynamic OEM Table Load:
[ 0.182373] ACPI: SSDT 0xFFFF880187D4F000 000660 (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
[ 0.182914] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.188309] ACPI: Dynamic OEM Table Load:
[ 0.188314] ACPI: SSDT 0xFFFF88018585F800 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
[ 0.188782] ACPI: Dynamic OEM Table Load:
[ 0.188785] ACPI: SSDT 0xFFFF880185852180 00008E (v02 PmRef Cpu0Hwp 00003000 INTL 20120913)
[ 0.189138] ACPI: Dynamic OEM Table Load:
[ 0.189141] ACPI: SSDT 0xFFFF880185899000 000130 (v02 PmRef HwpLvt 00003000 INTL 20120913)
[ 0.190325] ACPI: Dynamic OEM Table Load:
[ 0.190334] ACPI: SSDT 0xFFFF880187D4F800 0005AA (v02 PmRef ApIst 00003000 INTL 20120913)
[ 0.191162] ACPI: Dynamic OEM Table Load:
[ 0.191166] ACPI: SSDT 0xFFFF880185899400 000119 (v02 PmRef ApHwp 00003000 INTL 20120913)
[ 0.191643] ACPI: Dynamic OEM Table Load:
[ 0.191647] ACPI: SSDT 0xFFFF880185899200 000119 (v02 PmRef ApCst 00003000 INTL 20120913)
[ 0.194528] ACPI: Interpreter enabled
[ 0.194571] ACPI: (supports S0 S3 S4 S5)
[ 0.194571] ACPI: Using IOAPIC for interrupt routing
[ 0.194612] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.195435] ACPI: GPE 0x26 active on init
[ 0.195486] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.208042] ACPI: Power Resource [WRST] (off)
[ 0.208138] ACPI: Power Resource [WRST] (off)
[ 0.208140] ACPI: Power Resource [WRST] (off)
[ 0.212066] ACPI: Power Resource [WRST] (off)
[ 0.212140] ACPI: Power Resource [WRST] (off)
[ 0.212140] ACPI: Power Resource [PC09] (on)
[ 0.216141] ACPI: Power Resource [WRST] (off)
[ 0.216141] ACPI: Power Resource [WRST] (off)
[ 0.220065] ACPI: Power Resource [WRST] (off)
[ 0.220141] ACPI: Power Resource [WRST] (off)
[ 0.220143] ACPI: Power Resource [WRST] (off)
[ 0.224137] ACPI: Power Resource [WRST] (off)
[ 0.224139] ACPI: Power Resource [WRST] (off)
[ 0.228046] ACPI: Power Resource [WRST] (off)
[ 0.228138] ACPI: Power Resource [WRST] (off)
[ 0.228138] ACPI: Power Resource [WRST] (off)
[ 0.232065] ACPI: Power Resource [WRST] (off)
[ 0.232138] ACPI: Power Resource [WRST] (off)
[ 0.232138] ACPI: Power Resource [WRST] (off)
[ 0.236041] ACPI: Power Resource [WRST] (off)
[ 0.288459] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.288459] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.292397] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.292397] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.296034] PCI host bridge to bus 0000:00
[ 0.296034] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.296034] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.296036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.296037] pci_bus 0000:00: root bus resource [mem 0x7b000000-0xdfffffff window]
[ 0.296038] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.296039] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.296046] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
[ 0.296111] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000
[ 0.296115] pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit]
[ 0.296146] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.296150] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.296185] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.296185] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.296185] pci 0000:00:04.0: reg 0x10: [mem 0xdf120000-0xdf127fff 64bit]
[ 0.296194] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 0.296247] pci 0000:00:14.0: reg 0x10: [mem 0xdf110000-0xdf11ffff 64bit]
[ 0.296452] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.300001] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 0.300040] pci 0000:00:14.2: reg 0x10: [mem 0xdf136000-0xdf136fff 64bit]
[ 0.300160] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 0.300193] pci 0000:00:16.0: reg 0x10: [mem 0xdf135000-0xdf135fff 64bit]
[ 0.300312] pci 0000:00:16.0: PME# supported from D3hot
[ 0.300312] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[ 0.300312] pci 0000:00:17.0: reg 0x10: [mem 0xdf130000-0xdf131fff]
[ 0.300312] pci 0000:00:17.0: reg 0x14: [mem 0xdf134000-0xdf1340ff]
[ 0.300312] pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097]
[ 0.300312] pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083]
[ 0.300312] pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f]
[ 0.300312] pci 0000:00:17.0: reg 0x24: [mem 0xdf133000-0xdf1337ff]
[ 0.300350] pci 0000:00:17.0: PME# supported from D3hot
[ 0.300350] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 0.300350] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.304023] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[ 0.304113] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.304186] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[ 0.304193] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.304193] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
[ 0.304470] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 0.304470] pci 0000:00:1f.2: reg 0x10: [mem 0xdf12c000-0xdf12ffff]
[ 0.308001] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
[ 0.308050] pci 0000:00:1f.3: reg 0x10: [mem 0xdf128000-0xdf12bfff 64bit]
[ 0.308163] pci 0000:00:1f.3: reg 0x20: [mem 0xdf100000-0xdf10ffff 64bit]
[ 0.308204] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.308204] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 0.308244] pci 0000:00:1f.4: reg 0x10: [mem 0xdf132000-0xdf1320ff 64bit]
[ 0.308412] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 0.308561] pci 0000:01:00.0: [10de:1299] type 00 class 0x030200
[ 0.308561] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[ 0.308561] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.308561] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 0.308561] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.308561] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[ 0.320067] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.320069] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.320075] pci 0000:00:1c.0: bridge window [mem 0xde000000-0xdf0fffff]
[ 0.320101] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.320218] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.320218] pci 0000:02:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.320218] pci 0000:02:00.0: reg 0x18: [mem 0xdf404000-0xdf404fff 64bit]
[ 0.320251] pci 0000:02:00.0: reg 0x20: [mem 0xdf400000-0xdf403fff 64bit]
[ 0.320319] pci 0000:02:00.0: supports D1 D2
[ 0.320319] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.332056] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 0.332059] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.332083] pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf4fffff]
[ 0.332371] pci 0000:03:00.0: [168c:0042] type 00 class 0x028000
[ 0.333076] pci 0000:03:00.0: reg 0x10: [mem 0xdf200000-0xdf3fffff 64bit]
[ 0.336102] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.336997] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 0.337023] pci 0000:00:1c.5: bridge window [mem 0xdf200000-0xdf3fffff]
[ 0.344075] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.344075] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.344075] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.344075] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.344075] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.344075] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.344075] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.344075] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.348135] ACPI: EC: interrupt unblocked
[ 0.348135] ACPI: EC: event unblocked
[ 0.348135] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.348135] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[ 0.348211] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.348211] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.348211] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.348211] vgaarb: loaded
[ 0.348305] SCSI subsystem initialized
[ 0.348389] libata version 3.00 loaded.
[ 0.348389] EDAC MC: Ver: 3.0.0
[ 0.348505] Registered efivars operations
[ 0.355574] PCI: Using ACPI for IRQ routing
[ 0.386458] PCI: pci_cache_line_size set to 64 bytes
[ 0.386760] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.386761] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.386762] e820: reserve RAM buffer [mem 0x70ed4018-0x73ffffff]
[ 0.386763] e820: reserve RAM buffer [mem 0x70ee2018-0x73ffffff]
[ 0.386764] e820: reserve RAM buffer [mem 0x70efa018-0x73ffffff]
[ 0.386765] e820: reserve RAM buffer [mem 0x72279000-0x73ffffff]
[ 0.386766] e820: reserve RAM buffer [mem 0x75149000-0x77ffffff]
[ 0.386767] e820: reserve RAM buffer [mem 0x76204000-0x77ffffff]
[ 0.386768] e820: reserve RAM buffer [mem 0x77fff000-0x77ffffff]
[ 0.388001] NetLabel: Initializing
[ 0.388001] NetLabel: domain hash size = 128
[ 0.388001] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.388001] NetLabel: unlabeled traffic allowed by default
[ 0.388355] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.388360] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.393115] clocksource: Switched to clocksource hpet
[ 0.437278] VFS: Disk quotas dquot_6.6.0
[ 0.437338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.437704] AppArmor: AppArmor Filesystem Enabled
[ 0.437763] pnp: PnP ACPI init
[ 0.450471] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.450473] system 00:00: [io 0xffff] has been reserved
[ 0.450514] system 00:00: [io 0xffff] has been reserved
[ 0.450515] system 00:00: [io 0xffff] has been reserved
[ 0.450516] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 0.450518] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.450537] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.451045] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.451353] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.451380] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.452428] system 00:03: [io 0x0240-0x0259] has been reserved
[ 0.452431] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.452758] pnp 00:04: Plug and Play ACPI device, IDs ETD0108 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[ 0.452977] pnp 00:05: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[ 0.453736] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.453778] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.453780] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.453781] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.453782] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.453783] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.453785] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.453786] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.453787] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.453789] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[ 0.453792] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.454181] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.454182] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.454224] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.454225] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.454226] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.454227] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.454229] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.454246] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.455141] system 00:08: [io 0xff00-0xfffe] has been reserved
[ 0.455168] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.464911] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 0.464912] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 0.464914] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 0.464982] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.471175] pnp: PnP ACPI: found 10 devices
[ 0.482584] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.482652] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.482655] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.482700] pci 0000:00:1c.0: bridge window [mem 0xde000000-0xdf0fffff]
[ 0.482702] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.482707] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 0.482709] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.482716] pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf4fffff]
[ 0.482762] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 0.482765] pci 0000:00:1c.5: bridge window [mem 0xdf200000-0xdf3fffff]
[ 0.482819] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.482820] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.482821] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.482822] pci_bus 0000:00: resource 7 [mem 0x7b000000-0xdfffffff window]
[ 0.482823] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 0.482824] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.482825] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[ 0.482826] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.482827] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 0.482828] pci_bus 0000:02: resource 1 [mem 0xdf400000-0xdf4fffff]
[ 0.482829] pci_bus 0000:03: resource 1 [mem 0xdf200000-0xdf3fffff]
[ 0.504529] NET: Registered protocol family 2
[ 0.505079] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.505720] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.506070] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.506180] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.506300] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.506540] NET: Registered protocol family 1
[ 0.506608] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.508230] PCI: CLS 0 bytes, default 64
[ 0.508341] Unpacking initramfs...
[ 0.576730] random: crng init done
[ 2.515185] Freeing initrd memory: 14480K
[ 2.515277] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 2.515280] software IO TLB [mem 0x6ced4000-0x70ed4000] (64MB) mapped at [0000000096df25f3-00000000a78b36a8]
[ 2.515460] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 2.515461] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 2.515462] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 2.515462] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 2.515463] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 2.515463] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 2.515811] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
[ 2.516064] Scanning for low memory corruption every 60 seconds
[ 2.517159] Initialise system trusted keyrings
[ 2.517247] workingset: timestamp_bits=37 max_order=22 bucket_order=0
[ 2.517349] zbud: loaded
[ 2.522285] Key type asymmetric registered
[ 2.522286] Asymmetric key parser 'x509' registered
[ 2.522349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 2.522422] io scheduler noop registered
[ 2.522422] io scheduler deadline registered
[ 2.522443] io scheduler cfq registered (default)
[ 2.522444] io scheduler mq-deadline registered
[ 2.522445] io scheduler kyber registered
[ 2.522502] io scheduler bfq registered
[ 2.525213] pcieport 0000:00:1c.0: AER enabled with IRQ 122
[ 2.525284] pcieport 0000:00:1c.4: AER enabled with IRQ 123
[ 2.525350] pcieport 0000:00:1c.5: AER enabled with IRQ 124
[ 2.525412] pcieport 0000:00:1c.0: Signaling PME with IRQ 122
[ 2.525474] pcieport 0000:00:1c.4: Signaling PME with IRQ 123
[ 2.525484] pcieport 0000:00:1c.5: Signaling PME with IRQ 124
[ 2.525549] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 2.525628] efifb: probing for efifb
[ 2.525684] efifb: framebuffer at 0xb0000000, using 3072k, total 3072k
[ 2.525685] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 2.525685] efifb: scrolling: redraw
[ 2.525687] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.531027] Console: switching to colour frame buffer device 128x48
[ 2.536109] fb0: EFI VGA frame buffer device
[ 2.536117] intel_idle: MWAIT substates: 0x11142120
[ 2.536117] intel_idle: v0.4.1 model 0x4E
[ 2.536476] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 2.539944] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 2.544968] Non-volatile memory driver v1.3
[ 2.545049] Linux agpgart interface v0.103
[ 2.546413] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 2.550625] i8042: Detected active multiplexing controller, rev 1.1
[ 2.552648] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.552651] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 2.552680] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 2.552700] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 2.552717] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 2.552913] mousedev: PS/2 mouse device common for all mice
[ 2.552992] rtc_cmos 00:01: RTC can wake from S4
[ 2.553595] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 2.553717] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.553725] intel_pstate: Intel P-state driver initializing
[ 2.554350] intel_pstate: HWP enabled
[ 2.554507] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.554508] EFI Variables Facility v0.08 2004-May-17
[ 2.560501] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.560993] NET: Registered protocol family 10
[ 2.567622] Segment Routing with IPv6
[ 2.568315] RAS: Correctable Errors collector initialized.
[ 2.568375] microcode: sig=0x406e3, pf=0x80, revision=0xea
[ 2.568565] microcode: Microcode Update Driver: v2.2.
[ 2.568573] sched_clock: Marking stable (2568523673, 0)->(2579964790, -11441117)
[ 2.569371] registered taskstats version 1
[ 2.569373] Loading compiled-in X.509 certificates
[ 2.569414] zswap: loaded using pool lzo/zbud
[ 2.569761] page_owner is disabled
[ 2.574672] Key type big_key registered
[ 2.576994] Key type encrypted registered
[ 2.576996] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.576998] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 2.577080] evm: HMAC attrs: 0x1
[ 2.580516] Magic number: 1:135:780
[ 2.580989] rtc_cmos 00:01: setting system clock to 2021-08-11 10:45:03 UTC (1628678703)
[ 2.592615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 3.352517] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x381f17)
[ 3.367182] psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x14, 0x0e.
[ 3.382823] psmouse serio4: elantech: Elan sample query result 0f, 19, 75
[ 3.485534] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input8
[ 3.491125] Freeing unused kernel memory: 2036K
[ 3.491126] Write protecting the kernel read-only data: 16384k
[ 3.491594] Freeing unused kernel memory: 2008K
[ 3.493537] Freeing unused kernel memory: 752K
[ 3.511535] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT +SELINUX -IMA +APPARMOR -SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
[ 3.516220] clocksource: Switched to clocksource tsc
[ 3.528072] systemd[1]: Detected architecture x86-64.
[ 3.528075] systemd[1]: Running in initial RAM disk.
[ 3.528092] systemd[1]: Set hostname to <linux-6aka>.
[ 3.593543] systemd[1]: Reached target Swap.
[ 3.593988] systemd[1]: Created slice System Slice.
[ 3.594004] systemd[1]: Reached target Slices.
[ 3.594034] systemd[1]: Listening on udev Kernel Socket.
[ 3.594164] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[ 3.594210] systemd[1]: Listening on Journal Socket.
[ 3.612045] alua: device handler registered
[ 3.612638] emc: device handler registered
[ 3.613127] rdac: device handler registered
[ 3.619849] device-mapper: uevent: version 1.0.3
[ 3.619946] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@xxxxxxxxxx
[ 3.627939] PPP generic driver version 2.4.2
[ 3.628541] NET: Registered protocol family 24
[ 3.630367] l2tp_core: L2TP core driver, V2.0
[ 3.631133] l2tp_netlink: L2TP netlink interface
[ 3.632175] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 3.976845] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9
[ 3.976887] ACPI: Lid Switch [LID]
[ 3.977368] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10
[ 3.977428] ACPI: Sleep Button [SLPB]
[ 3.977750] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input11
[ 3.978498] ACPI: Power Button [PWRF]
[ 4.003246] ACPI: bus type USB registered
[ 4.003270] usbcore: registered new interface driver usbfs
[ 4.003278] usbcore: registered new interface driver hub
[ 4.004696] ahci 0000:00:17.0: version 3.0
[ 4.005160] usbcore: registered new device driver usb
[ 4.005299] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 4.005301] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
[ 4.012932] scsi host0: ahci
[ 4.013140] scsi host1: ahci
[ 4.013226] ata1: SATA max UDMA/133 abar m2048@0xdf133000 port 0xdf133100 irq 125
[ 4.013227] ata2: SATA max UDMA/133 abar m2048@0xdf133000 port 0xdf133180 irq 125
[ 4.014447] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.014453] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 4.015630] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[ 4.015640] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 4.015922] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.015923] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.015924] usb usb1: Product: xHCI Host Controller
[ 4.015925] usb usb1: Manufacturer: Linux 4.15.0-rc8-a0c9259dc4e1+ xhci-hcd
[ 4.015925] usb usb1: SerialNumber: 0000:00:14.0
[ 4.026279] hub 1-0:1.0: USB hub found
[ 4.026324] hub 1-0:1.0: 12 ports detected
[ 4.029039] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.029043] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 4.029407] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 4.029408] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.029410] usb usb2: Product: xHCI Host Controller
[ 4.029411] usb usb2: Manufacturer: Linux 4.15.0-rc8-a0c9259dc4e1+ xhci-hcd
[ 4.029412] usb usb2: SerialNumber: 0000:00:14.0
[ 4.030836] hub 2-0:1.0: USB hub found
[ 4.030853] hub 2-0:1.0: 6 ports detected
[ 4.041304] AVX2 version of gcm_enc/dec engaged.
[ 4.041305] AES CTR mode by8 optimization enabled
[ 4.092036] [drm] Memory usable by graphics device = 4096M
[ 4.092038] checking generic (b0000000 300000) vs hw (b0000000 10000000)
[ 4.092038] fb: switching to inteldrmfb from EFI VGA
[ 4.092062] Console: switching to colour dummy device 80x25
[ 4.092117] [drm] Replacing VGA console driver
[ 4.114985] MXM: GUID detected in BIOS
[ 4.115089] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170831/nsarguments-100)
[ 4.115332] ACPI Warning: \_SB.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170831/nsarguments-100)
[ 4.115883] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[ 4.115927] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP01.PEGP handle
[ 4.115928] nouveau: detected PR support, will not use DSM
[ 4.117408] nouveau 0000:01:00.0: NVIDIA GK208B (b06190b1)
[ 4.118315] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4.118315] [drm] Driver supports precise vblank timestamp query.
[ 4.123085] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 4.124740] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_26.bin (v1.26)
[ 4.134752] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[ 4.176200] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 4.176286] nouveau 0000:01:00.0: bios: version 80.28.98.00.05
[ 4.180717] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[ 4.180849] ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
[ 4.180888] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input13
[ 4.245328] nouveau 0000:01:00.0: fb: 2048 MiB DDR3
[ 4.326385] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 4.326957] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 4.327196] ata1.00: ATA-9: KINGSTON SKC400S37512G, SAFM001B, max UDMA/133
[ 4.327199] ata1.00: 1000215216 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 4.327319] ata1.00: configured for UDMA/133
[ 4.327625] scsi 0:0:0:0: Direct-Access ATA KINGSTON SKC400S 001B PQ: 0 ANSI: 5
[ 4.328451] sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[ 4.328462] sd 0:0:0:0: [sda] Write Protect is off
[ 4.328463] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.328469] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.328481] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.328757] ata2.00: ATA-8: HGST HTS541010A7E630, SE0OA4A0, max UDMA/133
[ 4.328759] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 4.330033] ata2.00: configured for UDMA/133
[ 4.330275] scsi 1:0:0:0: Direct-Access ATA HGST HTS541010A7 A4A0 PQ: 0 ANSI: 5
[ 4.330459] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 4.330533] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 4.330534] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 4.330543] sd 1:0:0:0: [sdb] Write Protect is off
[ 4.330544] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 4.330583] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.330997] sda: sda1 sda2 sda3
[ 4.331798] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.368012] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[ 4.449708] fbcon: inteldrmfb (fb0) is primary device
[ 4.519049] usb 1-3: New USB device found, idVendor=17ef, idProduct=6022
[ 4.519050] usb 1-3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 4.519051] usb 1-3: Product: Lenovo Ultraslim Plus Wireless Keyboard & Mouse
[ 4.525401] usbcore: registered new interface driver usbhid
[ 4.525401] usbhid: USB HID core driver
[ 4.527232] input: Lenovo Ultraslim Plus Wireless Keyboard & Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:17EF:6022.0001/input/input14
[ 4.584314] hid-generic 0003:17EF:6022.0001: input,hidraw0: USB HID v1.11 Keyboard [Lenovo Ultraslim Plus Wireless Keyboard & Mouse] on usb-0000:00:14.0-3/input0
[ 4.584958] input: Lenovo Ultraslim Plus Wireless Keyboard & Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:17EF:6022.0002/input/input15
[ 4.644377] hid-generic 0003:17EF:6022.0002: input,hidraw1: USB HID v1.11 Mouse [Lenovo Ultraslim Plus Wireless Keyboard & Mouse] on usb-0000:00:14.0-3/input1
[ 4.648043] usb 1-5: new high-speed USB device number 3 using xhci_hcd
[ 4.852540] usb 1-5: New USB device found, idVendor=04f2, idProduct=b52b
[ 4.852541] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 4.852542] usb 1-5: Product: USB2.0 VGA UVC WebCam
[ 4.852543] usb 1-5: Manufacturer: Chicony Electronics Co.,Ltd.
[ 4.852543] usb 1-5: SerialNumber: 0x0001
[ 4.984027] usb 1-7: new low-speed USB device number 4 using xhci_hcd
[ 5.135366] usb 1-7: New USB device found, idVendor=04ca, idProduct=008a
[ 5.135367] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.135368] usb 1-7: Product: USB Optical Mouse
[ 5.135368] usb 1-7: Manufacturer: PixArt
[ 5.138149] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:04CA:008A.0003/input/input16
[ 5.138652] hid-generic 0003:04CA:008A.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-7/input0
[ 5.264092] usb 1-8: new full-speed USB device number 5 using xhci_hcd
[ 5.420643] usb 1-8: New USB device found, idVendor=13d3, idProduct=3491
[ 5.420644] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.553801] vga_switcheroo: enabled
[ 5.553847] [TTM] Zone kernel: Available graphics memory: 8154968 kiB
[ 5.553847] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 5.553848] [TTM] Initializing pool allocator
[ 5.553856] [TTM] Initializing DMA pool allocator
[ 5.553874] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
[ 5.553874] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[ 5.553877] nouveau 0000:01:00.0: DRM: Pointer to TMDS table invalid
[ 5.553878] nouveau 0000:01:00.0: DRM: DCB version 4.0
[ 5.555017] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[ 5.555023] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[ 5.562027] Console: switching to colour frame buffer device 170x48
[ 5.580655] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 5.820259] [drm] RC6 on
[ 6.318095] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 12.251389] NET: Registered protocol family 38
[ 14.888281] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[ 15.218077] systemd-journald[158]: Received SIGTERM from PID 1 (systemd).
[ 15.241843] systemd: 20 output lines suppressed due to ratelimiting
[ 15.739783] EXT4-fs (dm-1): re-mounted. Opts: acl,user_xattr
[ 15.826836] systemd-journald[714]: Received request to flush runtime journal from PID 1
[ 15.887022] audit: type=1400 audit(1628678716.799:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ping" pid=750 comm="apparmor_parser"
[ 15.963745] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 15.963776] ACPI: AC Adapter [AC0] (on-line)
[ 15.963825] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[ 15.963831] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[ 15.971106] audit: type=1400 audit(1628678716.883:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=793 comm="apparmor_parser"
[ 15.974946] tpm tpm0: A TPM error (378) occurred get tpm pcr allocation
[ 15.975682] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input17
[ 15.995764] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 15.995768] ACPI: Battery Slot [BAT0] (battery present)
[ 16.000332] audit: type=1400 audit(1628678716.915:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=801 comm="apparmor_parser"
[ 16.000334] audit: type=1400 audit(1628678716.915:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=801 comm="apparmor_parser"
[ 16.066853] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 16.078994] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 16.088425] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 16.088460] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 16.089938] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 16.089945] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 16.093054] input: PC Speaker as /devices/platform/pcspkr/input/input18
[ 16.095598] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 16.095933] thermal LNXTHERM:00: registered as thermal_zone7
[ 16.095935] ACPI: Thermal Zone [THRM] (62 C)
[ 16.096125] audit: type=1400 audit(1628678717.011:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=816 comm="apparmor_parser"
[ 16.105812] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0x0000000055d2d4bd, 38:d5:47:3c:fb:d3, XID 10900800 IRQ 130
[ 16.105814] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 16.113168] asus_wmi: ASUS WMI generic driver loaded
[ 16.118325] asus_wmi: Initialization: 0x1
[ 16.118381] asus_wmi: BIOS WMI version: 7.9
[ 16.118439] asus_wmi: SFUN value: 0xa0065
[ 16.120562] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input19
[ 16.123111] asus_wmi: Number of fans: 1
[ 16.214905] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 16.235135] iTCO_vendor_support: vendor-support=0
[ 16.237400] audit: type=1400 audit(1628678717.151:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="syslogd" pid=875 comm="apparmor_parser"
[ 16.237595] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 16.238225] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 16.238408] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 16.245400] r8169 0000:02:00.0 eth1: renamed from eth0
[ 16.253464] intel_rapl: Found RAPL domain package
[ 16.253466] intel_rapl: Found RAPL domain core
[ 16.253467] intel_rapl: Found RAPL domain uncore
[ 16.253468] intel_rapl: Found RAPL domain dram
[ 16.262012] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 16.301932] audit: type=1400 audit(1628678717.215:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="syslog-ng" pid=903 comm="apparmor_parser"
[ 16.358021] audit: type=1400 audit(1628678717.271:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lessopen.sh" pid=936 comm="apparmor_parser"
[ 16.378910] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 16.406872] audit: type=1400 audit(1628678717.319:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/apache2/mpm-prefork/apache2" pid=947 comm="apparmor_parser"
[ 16.406876] audit: type=1400 audit(1628678717.319:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/apache2/mpm-prefork/apache2//DEFAULT_URI" pid=947 comm="apparmor_parser"
[ 16.427514] snd_hda_codec_conexant hdaudioC0D0: CX20751/2: BIOS auto-probing.
[ 16.427815] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 16.427817] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 16.427819] snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[ 16.427820] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 16.427821] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 16.427822] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
[ 16.427823] snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
[ 16.428675] snd_hda_codec_conexant hdaudioC0D0: Enable sync_write for stable communication
[ 16.452973] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[ 16.453936] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[ 16.454497] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[ 16.454555] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[ 16.454602] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[ 16.454651] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[ 16.454698] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[ 16.454743] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[ 16.500385] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 16.526404] ath10k_pci 0000:03:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 16.674662] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 16.674671] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
[ 16.674675] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00000001/00002000
[ 16.674677] pcieport 0000:00:1c.5: [ 0] Receiver Error (First)
[ 16.674681] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 16.674687] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 16.674688] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 16.674693] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 16.674694] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 16.674700] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 16.674701] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 16.674707] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 16.674708] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 16.674746] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 16.708456] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 16.708470] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
[ 16.708501] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00000001/00002000
[ 16.708503] pcieport 0000:00:1c.5: [ 0] Receiver Error (First)
[ 16.708507] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 16.708544] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 16.708545] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 16.708550] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 16.830218] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:03:00.0.bin failed with error -2
[ 16.830229] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
[ 16.830525] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-6.bin failed with error -2
[ 16.834352] ath10k_pci 0000:03:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1a3b:2231
[ 16.834354] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 16.834844] ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.1.0-00002-QCATFSWPZ-5 api 5 features ignore-otp crc32 c3e0d04f
[ 16.900239] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[ 17.331975] Linux video capture interface: v2.00
[ 17.383259] Bluetooth: Core ver 2.22
[ 17.383276] NET: Registered protocol family 31
[ 17.383276] Bluetooth: HCI device and connection manager initialized
[ 17.383380] Bluetooth: HCI socket layer initialized
[ 17.383382] Bluetooth: L2CAP socket layer initialized
[ 17.383388] Bluetooth: SCO socket layer initialized
[ 17.464363] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.486386] r8169 0000:02:00.0 eth1: link down
[ 17.486476] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.516706] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b52b)
[ 17.517490] input: USB2.0 VGA UVC WebCam: USB2.0 V as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input28
[ 17.517733] usbcore: registered new interface driver uvcvideo
[ 17.517733] USB Video Class driver (1.1.1)
[ 17.524238] usbcore: registered new interface driver btusb
[ 17.565384] ath10k_pci 0000:03:00.0: htt-ver 3.44 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 17.567216] ath: EEPROM regdomain: 0x6a
[ 17.567217] ath: EEPROM indicates we should expect a direct regpair map
[ 17.567218] ath: Country alpha2 being used: 00
[ 17.567219] ath: Regpair used: 0x6a
[ 17.569285] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 17.569287] Bluetooth: BNEP filters: protocol multicast
[ 17.569290] Bluetooth: BNEP socket layer initialized
[ 17.582552] ath10k_pci 0000:03:00.0 wlan1: renamed from wlan0
[ 17.610958] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 18.425379] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 19.246072] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 19.260865] NET: Registered protocol family 17
[ 19.312907] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 31.643700] rfkill: input handler disabled
[ 36.948931] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 37.450588] rfkill: input handler enabled
[ 38.860150] fuse init (API version 7.26)
[ 39.366184] Bluetooth: RFCOMM TTY layer initialized
[ 39.366189] Bluetooth: RFCOMM socket layer initialized
[ 39.366193] Bluetooth: RFCOMM ver 1.11
[ 41.833257] wlan1: authenticate with 5c:c3:07:46:72:03
[ 41.869560] wlan1: send auth to 5c:c3:07:46:72:03 (try 1/3)
[ 41.953654] wlan1: authenticated
[ 41.959837] wlan1: associate with 5c:c3:07:46:72:03 (try 1/3)
[ 41.978062] wlan1: RX AssocResp from 5c:c3:07:46:72:03 (capab=0x1631 status=0 aid=9)
[ 41.981510] wlan1: associated
[ 41.981564] ath: EEPROM regdomain: 0x817c
[ 41.981564] ath: EEPROM indicates we should expect a country code
[ 41.981565] ath: doing EEPROM country->regdmn map search
[ 41.981566] ath: country maps to regdmn code: 0x37
[ 41.981566] ath: Country alpha2 being used: IT
[ 41.981567] ath: Regpair used: 0x37
[ 41.981568] ath: regdomain 0x817c dynamically updated by country IE
[ 41.989172] wlan1: Limiting TX power to 20 (20 - 0) dBm as advertised by 5c:c3:07:46:72:03
[ 42.028147] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 43.481357] rfkill: input handler disabled
[ 0.000000] microcode: microcode updated early to revision 0xea, date = 2021-01-25
[ 0.000000] Linux version 4.15.0-rc8-a0c9259dc4e1+ (ms@linux-6aka) (gcc version 7.5.0 (SUSE Linux)) #18 SMP Fri Aug 6 15:01:10 CEST 2021
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-rc8-a0c9259dc4e1+ root=/dev/mapper/system-root splash=silent quiet resume=/dev/disk/by-uuid/6e426543-692c-40dd-b96c-592ff8abf2bc quiet mitigations=auto irqaffinity=0
[ 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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000072278fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000072279000-0x0000000072279fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007227a000-0x00000000722a3fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000722a4000-0x0000000075148fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000075149000-0x0000000075e54fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000075e55000-0x0000000076203fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000076204000-0x00000000770a3fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000770a4000-0x0000000077f7efff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000077f7f000-0x0000000077ffefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000780fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000483ffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x70efa018-0x70f0a057] usable ==> usable
[ 0.000000] e820: update [mem 0x70efa018-0x70f0a057] usable ==> usable
[ 0.000000] e820: update [mem 0x70ee2018-0x70ef9c57] usable ==> usable
[ 0.000000] e820: update [mem 0x70ee2018-0x70ef9c57] usable ==> usable
[ 0.000000] e820: update [mem 0x70ed4018-0x70ee1057] usable ==> usable
[ 0.000000] e820: update [mem 0x70ed4018-0x70ee1057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000070ed4017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070ed4018-0x0000000070ee1057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070ee1058-0x0000000070ee2017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070ee2018-0x0000000070ef9c57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070ef9c58-0x0000000070efa017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070efa018-0x0000000070f0a057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000070f0a058-0x0000000072278fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000072279000-0x0000000072279fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000007227a000-0x00000000722a3fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000722a4000-0x0000000075148fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000075149000-0x0000000075e54fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000075e55000-0x0000000076203fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000076204000-0x00000000770a3fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000770a4000-0x0000000077f7efff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000077f7f000-0x0000000077ffefff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000078000000-0x00000000780fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x0000000483ffffff] usable
[ 0.000000] efi: EFI v2.40 by ASUSTeK COMPUTER INC.
[ 0.000000] efi: ESRT=0x77e41e18 ACPI=0x76308000 ACPI 2.0=0x76308000 SMBIOS=0xf05e0 SMBIOS 3.0=0xf0600 MPS=0xfca40
[ 0.000000] random: fast init done
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: ASUSTeK COMPUTER INC. P553UJ/P553UJ, BIOS P553UJ.302 07/01/2016
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x484000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask 7F80000000 uncachable
[ 0.000000] 1 base 007C000000 mask 7FFC000000 uncachable
[ 0.000000] 2 base 007A000000 mask 7FFE000000 uncachable
[ 0.000000] 3 base 0079000000 mask 7FFF000000 uncachable
[ 0.000000] 4 base 0078800000 mask 7FFF800000 uncachable
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: last_pfn = 0x77fff max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fcc60-0x000fcc6f] mapped at [ (ptrval)]
[ 0.000000] esrt: Reserving ESRT space from 0x0000000077e41e18 to 0x0000000077e41e50.
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ (ptrval)] 96000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x0303d000, 0x0303dfff] PGTABLE
[ 0.000000] BRK [0x0303e000, 0x0303efff] PGTABLE
[ 0.000000] BRK [0x0303f000, 0x0303ffff] PGTABLE
[ 0.000000] BRK [0x03040000, 0x03040fff] PGTABLE
[ 0.000000] BRK [0x03041000, 0x03041fff] PGTABLE
[ 0.000000] BRK [0x03042000, 0x03042fff] PGTABLE
[ 0.000000] Secure boot disabled
[ 0.000000] RAMDISK: [mem 0x3f1d7000-0x3fffafff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x0000000076308000 000024 (v02 _ASUS_)
[ 0.000000] ACPI: XSDT 0x00000000763080B0 0000DC (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x000000007632E468 00010C (v05 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x0000000076308218 02624F (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x00000000770A2F80 000040
[ 0.000000] ACPI: APIC 0x000000007632E578 000084 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x000000007632E600 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x000000007632E648 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x000000007632E6E8 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x000000007632E728 000038 (v01 _ASUS_ Notebook 01072009 AMI. 0005000B)
[ 0.000000] ACPI: SSDT 0x000000007632E760 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
[ 0.000000] ACPI: ECDT 0x000000007632EA78 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[ 0.000000] ACPI: LPIT 0x000000007632EB40 000094 (v01 INTEL SKL-ULT 00000000 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x000000007632EBD8 000248 (v02 INTEL sensrhub 00000000 INTL 20120913)
[ 0.000000] ACPI: DBGP 0x000000007632EE20 000034 (v01 INTEL 00000000 MSFT 0000005F)
[ 0.000000] ACPI: DBG2 0x000000007632EE58 000054 (v00 INTEL 00000000 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x000000007632EEB0 003DB2 (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x0000000076332C68 00588F (v02 SaSsdt SaSsdt 00003000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x00000000763384F8 000042 (v01 00000000 00000000)
[ 0.000000] ACPI: SSDT 0x0000000076338540 000E73 (v02 CpuRef CpuSsdt 00003000 INTL 20120913)
[ 0.000000] ACPI: SLIC 0x00000000763393B8 000176 (v01 _ASUS_ Notebook 01072009 ASUS 00000001)
[ 0.000000] ACPI: BGRT 0x0000000076339530 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x0000000076339568 0006C8 (v02 SgRef SgPch 00001000 INTL 20120913)
[ 0.000000] ACPI: DMAR 0x0000000076339C30 0000A8 (v01 INTEL SKL 00000001 INTL 00000001)
[ 0.000000] ACPI: TPM2 0x0000000076339CD8 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.000000] ACPI: SSDT 0x0000000076339D10 0013FB (v01 OptRef OptTabl 00001000 INTL 20120913)
[ 0.000000] ACPI: MSDM 0x0000000075BF6F18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000483ffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x483fe6000-0x483ffbfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000483ffffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000072278fff]
[ 0.000000] node 0: [mem 0x00000000722a4000-0x0000000075148fff]
[ 0.000000] node 0: [mem 0x0000000075e55000-0x0000000076203fff]
[ 0.000000] node 0: [mem 0x0000000077f7f000-0x0000000077ffefff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x0000000483ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000483ffffff]
[ 0.000000] On node 0 totalpages: 4166890
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 25 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7446 pages used for memmap
[ 0.000000] DMA32 zone: 476493 pages, LIFO batch:31
[ 0.000000] Normal zone: 57600 pages used for memmap
[ 0.000000] Normal zone: 3686400 pages, LIFO batch:31
[ 0.000000] Reserved but unavailable: 99 pages
[ 0.000000] Reserving Intel graphics memory at 0x0000000079000000-0x000000007affffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70ed4000-0x70ed4fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70ee1000-0x70ee1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70ee2000-0x70ee2fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70ef9000-0x70ef9fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70efa000-0x70efafff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70f0a000-0x70f0afff]
[ 0.000000] PM: Registered nosave memory: [mem 0x72279000-0x72279fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7227a000-0x722a3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x75149000-0x75e54fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x76204000-0x770a3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x770a4000-0x77f7efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x77fff000-0x77ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x78000000-0x780fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x78100000-0x78ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x79000000-0x7affffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7b000000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0x7b000000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] percpu: Embedded 46 pages/cpu @ (ptrval) s151552 r8192 d28672 u524288
[ 0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4101755
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-rc8-a0c9259dc4e1+ root=/dev/mapper/system-root splash=silent quiet resume=/dev/disk/by-uuid/6e426543-692c-40dd-b96c-592ff8abf2bc quiet mitigations=auto irqaffinity=0
[ 0.000000] Memory: 3974788K/16667560K available (10252K kernel code, 1430K rwdata, 3344K rodata, 2036K init, 9704K bss, 438844K reserved, 0K cma-reserved)
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 34064 entries in 134 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU event tracing is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] ACPI: Core revision 20170831
[ 0.000000] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.000000] hpet clockevent registered
[ 0.004000] APIC: Switch to symmetric I/O mode setup
[ 0.004000] DMAR: Host address width 39
[ 0.004000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.004000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[ 0.004000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.004000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.004000] DMAR: RMRR base: 0x00000075bf7000 end: 0x00000075c16fff
[ 0.004000] DMAR: RMRR base: 0x00000078800000 end: 0x0000007affffff
[ 0.004000] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.004000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.004000] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[ 0.004000] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[ 0.004000] DMAR-IR: Enabled IRQ remapping in xapic mode
[ 0.004000] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.028000] tsc: Detected 2600.000 MHz processor
[ 0.028000] tsc: Detected 2592.000 MHz TSC
[ 0.028000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5184.00 BogoMIPS (lpj=10368000)
[ 0.028000] pid_max: default: 32768 minimum: 301
[ 0.028000] Security Framework initialized
[ 0.028000] AppArmor: AppArmor initialized
[ 0.028000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.032271] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.032334] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.032365] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.032580] CPU: Physical Processor ID: 0
[ 0.032581] CPU: Processor Core ID: 0
[ 0.032586] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.032586] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.032604] mce: CPU supports 8 MCE banks
[ 0.032613] CPU0: Thermal monitoring enabled (TM1)
[ 0.032628] process: using mwait in idle threads
[ 0.032630] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.032631] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.032633] Spectre V2 mitigation: Mitigation: Full generic retpoline
[ 0.032633] Spectre V2 mitigation: Filling RSB on context switch
[ 0.032711] Freeing SMP alternatives memory: 32K
[ 0.040365] TSC deadline timer enabled
[ 0.040370] smpboot: CPU0: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[ 0.040443] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.040474] ... version: 4
[ 0.040475] ... bit width: 48
[ 0.040475] ... generic registers: 4
[ 0.040476] ... value mask: 0000ffffffffffff
[ 0.040476] ... max period: 00007fffffffffff
[ 0.040477] ... fixed-purpose events: 3
[ 0.040477] ... event mask: 000000070000000f
[ 0.040518] Hierarchical SRCU implementation.
[ 0.041386] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.041398] smp: Bringing up secondary CPUs ...
[ 0.041491] x86: Booting SMP configuration:
[ 0.041492] .... node #0, CPUs: #1 #2 #3
[ 0.046205] smp: Brought up 1 node, 4 CPUs
[ 0.046205] smpboot: Max logical packages: 1
[ 0.046205] smpboot: Total of 4 processors activated (20736.00 BogoMIPS)
[ 0.147600] node 0 initialised, 3063482 pages in 100ms
[ 0.148273] devtmpfs: initialized
[ 0.148273] x86/mm: Memory block size: 128MB
[ 0.153446] evm: security.selinux
[ 0.153447] evm: security.apparmor
[ 0.153447] evm: security.ima
[ 0.153448] evm: security.capability
[ 0.153462] PM: Registering ACPI NVS region [mem 0x72279000-0x72279fff] (4096 bytes)
[ 0.153462] PM: Registering ACPI NVS region [mem 0x76204000-0x770a3fff] (15335424 bytes)
[ 0.153462] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.153462] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.153462] pinctrl core: initialized pinctrl subsystem
[ 0.153462] RTC time: 12:11:42, date: 08/11/21
[ 0.153462] NET: Registered protocol family 16
[ 0.153462] audit: initializing netlink subsys (disabled)
[ 0.153462] audit: type=2000 audit(1628683902.152:1): state=initialized audit_enabled=0 res=1
[ 0.153462] cpuidle: using governor ladder
[ 0.153462] cpuidle: using governor menu
[ 0.153462] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.153462] ACPI: bus type PCI registered
[ 0.153462] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.153462] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.153462] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.153462] PCI: Using configuration type 1 for base access
[ 0.156035] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.156035] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.156060] ACPI: Added _OSI(Module Device)
[ 0.156061] ACPI: Added _OSI(Processor Device)
[ 0.156061] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.156062] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.156065] ACPI: EC: EC started
[ 0.156065] ACPI: EC: interrupt blocked
[ 0.158541] ACPI: \: Used as first EC
[ 0.158542] ACPI: \: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.158543] ACPI: \: Used as boot ECDT EC to handle transactions
[ 0.160090] ACPI: Executed 22 blocks of module-level executable AML code
[ 0.178654] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.186396] ACPI: Dynamic OEM Table Load:
[ 0.186403] ACPI: SSDT 0xFFFF880187D4F800 000660 (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
[ 0.186941] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.188729] ACPI: Dynamic OEM Table Load:
[ 0.188734] ACPI: SSDT 0xFFFF88018585F000 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
[ 0.189208] ACPI: Dynamic OEM Table Load:
[ 0.189212] ACPI: SSDT 0xFFFF8801858523C0 00008E (v02 PmRef Cpu0Hwp 00003000 INTL 20120913)
[ 0.189567] ACPI: Dynamic OEM Table Load:
[ 0.189570] ACPI: SSDT 0xFFFF880185899200 000130 (v02 PmRef HwpLvt 00003000 INTL 20120913)
[ 0.190765] ACPI: Dynamic OEM Table Load:
[ 0.190774] ACPI: SSDT 0xFFFF880187D4F000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913)
[ 0.191608] ACPI: Dynamic OEM Table Load:
[ 0.191611] ACPI: SSDT 0xFFFF880185899A00 000119 (v02 PmRef ApHwp 00003000 INTL 20120913)
[ 0.192095] ACPI: Dynamic OEM Table Load:
[ 0.192099] ACPI: SSDT 0xFFFF880185899E00 000119 (v02 PmRef ApCst 00003000 INTL 20120913)
[ 0.194997] ACPI: Interpreter enabled
[ 0.195041] ACPI: (supports S0 S3 S4 S5)
[ 0.195042] ACPI: Using IOAPIC for interrupt routing
[ 0.195084] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.195915] ACPI: GPE 0x26 active on init
[ 0.195964] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.200145] ACPI: Power Resource [WRST] (off)
[ 0.200145] ACPI: Power Resource [WRST] (off)
[ 0.200145] ACPI: Power Resource [WRST] (off)
[ 0.204060] ACPI: Power Resource [WRST] (off)
[ 0.204142] ACPI: Power Resource [WRST] (off)
[ 0.204142] ACPI: Power Resource [PC09] (on)
[ 0.204241] ACPI: Power Resource [WRST] (off)
[ 0.208016] ACPI: Power Resource [WRST] (off)
[ 0.208132] ACPI: Power Resource [WRST] (off)
[ 0.208132] ACPI: Power Resource [WRST] (off)
[ 0.208148] ACPI: Power Resource [WRST] (off)
[ 0.208148] ACPI: Power Resource [WRST] (off)
[ 0.212072] ACPI: Power Resource [WRST] (off)
[ 0.212128] ACPI: Power Resource [WRST] (off)
[ 0.212132] ACPI: Power Resource [WRST] (off)
[ 0.212132] ACPI: Power Resource [WRST] (off)
[ 0.212150] ACPI: Power Resource [WRST] (off)
[ 0.216071] ACPI: Power Resource [WRST] (off)
[ 0.216147] ACPI: Power Resource [WRST] (off)
[ 0.216147] ACPI: Power Resource [WRST] (off)
[ 0.244466] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.244466] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.248391] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.248391] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.248459] PCI host bridge to bus 0000:00
[ 0.248459] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.248459] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.248459] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.248459] pci_bus 0000:00: root bus resource [mem 0x7b000000-0xdfffffff window]
[ 0.248459] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.248459] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.248459] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
[ 0.248459] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000
[ 0.248459] pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit]
[ 0.248459] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.248459] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.252004] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.252049] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.252063] pci 0000:00:04.0: reg 0x10: [mem 0xdf120000-0xdf127fff 64bit]
[ 0.252102] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 0.252134] pci 0000:00:14.0: reg 0x10: [mem 0xdf110000-0xdf11ffff 64bit]
[ 0.252210] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.252210] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 0.252210] pci 0000:00:14.2: reg 0x10: [mem 0xdf136000-0xdf136fff 64bit]
[ 0.252210] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 0.252210] pci 0000:00:16.0: reg 0x10: [mem 0xdf135000-0xdf135fff 64bit]
[ 0.252210] pci 0000:00:16.0: PME# supported from D3hot
[ 0.252210] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[ 0.252210] pci 0000:00:17.0: reg 0x10: [mem 0xdf130000-0xdf131fff]
[ 0.252210] pci 0000:00:17.0: reg 0x14: [mem 0xdf134000-0xdf1340ff]
[ 0.252210] pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097]
[ 0.252210] pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083]
[ 0.252210] pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f]
[ 0.252210] pci 0000:00:17.0: reg 0x24: [mem 0xdf133000-0xdf1337ff]
[ 0.252236] pci 0000:00:17.0: PME# supported from D3hot
[ 0.252254] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 0.252254] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.252254] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[ 0.252254] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.256049] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[ 0.256107] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.256107] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
[ 0.256272] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 0.256272] pci 0000:00:1f.2: reg 0x10: [mem 0xdf12c000-0xdf12ffff]
[ 0.256272] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
[ 0.256272] pci 0000:00:1f.3: reg 0x10: [mem 0xdf128000-0xdf12bfff 64bit]
[ 0.256272] pci 0000:00:1f.3: reg 0x20: [mem 0xdf100000-0xdf10ffff 64bit]
[ 0.256272] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.256272] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 0.256272] pci 0000:00:1f.4: reg 0x10: [mem 0xdf132000-0xdf1320ff 64bit]
[ 0.256272] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 0.256285] pci 0000:01:00.0: [10de:1299] type 00 class 0x030200
[ 0.256285] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[ 0.256285] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.256285] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 0.256285] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.256285] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[ 0.268042] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.268046] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.268050] pci 0000:00:1c.0: bridge window [mem 0xde000000-0xdf0fffff]
[ 0.268055] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.272043] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.272089] pci 0000:02:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.272126] pci 0000:02:00.0: reg 0x18: [mem 0xdf404000-0xdf404fff 64bit]
[ 0.272158] pci 0000:02:00.0: reg 0x20: [mem 0xdf400000-0xdf403fff 64bit]
[ 0.272308] pci 0000:02:00.0: supports D1 D2
[ 0.272310] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.284053] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 0.284056] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.284059] pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf4fffff]
[ 0.288150] pci 0000:03:00.0: [168c:0042] type 00 class 0x028000
[ 0.288239] pci 0000:03:00.0: reg 0x10: [mem 0xdf200000-0xdf3fffff 64bit]
[ 0.288502] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.300168] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 0.300182] pci 0000:00:1c.5: bridge window [mem 0xdf200000-0xdf3fffff]
[ 0.308053] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.308055] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.308055] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.308055] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.308055] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.308055] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.308055] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.308055] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.308109] ACPI: EC: interrupt unblocked
[ 0.308109] ACPI: EC: event unblocked
[ 0.308109] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x50, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.308109] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[ 0.308109] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.308109] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.308109] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.308109] vgaarb: loaded
[ 0.308119] SCSI subsystem initialized
[ 0.312016] libata version 3.00 loaded.
[ 0.312049] EDAC MC: Ver: 3.0.0
[ 0.312270] Registered efivars operations
[ 0.313901] PCI: Using ACPI for IRQ routing
[ 0.343673] PCI: pci_cache_line_size set to 64 bytes
[ 0.343969] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.343970] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.343971] e820: reserve RAM buffer [mem 0x70ed4018-0x73ffffff]
[ 0.343972] e820: reserve RAM buffer [mem 0x70ee2018-0x73ffffff]
[ 0.343973] e820: reserve RAM buffer [mem 0x70efa018-0x73ffffff]
[ 0.343974] e820: reserve RAM buffer [mem 0x72279000-0x73ffffff]
[ 0.343975] e820: reserve RAM buffer [mem 0x75149000-0x77ffffff]
[ 0.343976] e820: reserve RAM buffer [mem 0x76204000-0x77ffffff]
[ 0.343977] e820: reserve RAM buffer [mem 0x77fff000-0x77ffffff]
[ 0.344073] NetLabel: Initializing
[ 0.344074] NetLabel: domain hash size = 128
[ 0.344074] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.344091] NetLabel: unlabeled traffic allowed by default
[ 0.344175] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.344175] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.348091] clocksource: Switched to clocksource hpet
[ 0.363639] VFS: Disk quotas dquot_6.6.0
[ 0.363655] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.363797] AppArmor: AppArmor Filesystem Enabled
[ 0.363810] pnp: PnP ACPI init
[ 0.364980] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.364982] system 00:00: [io 0xffff] has been reserved
[ 0.364983] system 00:00: [io 0xffff] has been reserved
[ 0.364984] system 00:00: [io 0xffff] has been reserved
[ 0.364985] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 0.364987] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.364991] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.365214] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.365332] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.365336] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.365695] system 00:03: [io 0x0240-0x0259] has been reserved
[ 0.365697] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.365872] pnp 00:04: Plug and Play ACPI device, IDs ETD0108 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[ 0.365949] pnp 00:05: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[ 0.366403] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.366405] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.366406] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.366407] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.366408] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.366410] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.366411] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.366413] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.366414] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.366415] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[ 0.366418] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.366465] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.366466] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.366467] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.366469] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.366470] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.366471] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.366473] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.366475] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.366925] system 00:08: [io 0xff00-0xfffe] has been reserved
[ 0.366928] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.369421] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 0.369423] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 0.369424] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 0.369427] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.371996] pnp: PnP ACPI: found 10 devices
[ 0.380084] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.380125] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.380128] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.380136] pci 0000:00:1c.0: bridge window [mem 0xde000000-0xdf0fffff]
[ 0.380142] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.380152] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 0.380156] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.380159] pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf4fffff]
[ 0.380165] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 0.380169] pci 0000:00:1c.5: bridge window [mem 0xdf200000-0xdf3fffff]
[ 0.380193] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.380194] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.380195] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.380196] pci_bus 0000:00: resource 7 [mem 0x7b000000-0xdfffffff window]
[ 0.380197] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 0.380198] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.380199] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[ 0.380200] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.380201] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 0.380202] pci_bus 0000:02: resource 1 [mem 0xdf400000-0xdf4fffff]
[ 0.380204] pci_bus 0000:03: resource 1 [mem 0xdf200000-0xdf3fffff]
[ 0.380769] NET: Registered protocol family 2
[ 0.380949] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.381152] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.381266] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.381296] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.381332] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.381410] NET: Registered protocol family 1
[ 0.381427] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.382900] PCI: CLS 0 bytes, default 64
[ 0.382931] Unpacking initramfs...
[ 0.600673] random: crng init done
[ 1.992961] Freeing initrd memory: 14480K
[ 1.993029] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.993031] software IO TLB [mem 0x6ced4000-0x70ed4000] (64MB) mapped at [00000000c02988d2-000000004c466ee2]
[ 1.993191] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 1.993192] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 1.993193] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 1.993193] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 1.993194] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 1.993194] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 1.993443] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
[ 1.993573] Scanning for low memory corruption every 60 seconds
[ 1.994358] Initialise system trusted keyrings
[ 1.994473] workingset: timestamp_bits=37 max_order=22 bucket_order=0
[ 1.994609] zbud: loaded
[ 1.999014] Key type asymmetric registered
[ 1.999015] Asymmetric key parser 'x509' registered
[ 1.999041] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 1.999109] io scheduler noop registered
[ 1.999109] io scheduler deadline registered
[ 1.999140] io scheduler cfq registered (default)
[ 1.999141] io scheduler mq-deadline registered
[ 1.999142] io scheduler kyber registered
[ 1.999153] io scheduler bfq registered
[ 2.000566] pcieport 0000:00:1c.0: AER enabled with IRQ 122
[ 2.000613] pcieport 0000:00:1c.4: AER enabled with IRQ 123
[ 2.000645] pcieport 0000:00:1c.5: AER enabled with IRQ 124
[ 2.000668] pcieport 0000:00:1c.0: Signaling PME with IRQ 122
[ 2.000695] pcieport 0000:00:1c.4: Signaling PME with IRQ 123
[ 2.000710] pcieport 0000:00:1c.5: Signaling PME with IRQ 124
[ 2.000737] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 2.000773] efifb: probing for efifb
[ 2.000784] efifb: framebuffer at 0xb0000000, using 3072k, total 3072k
[ 2.000785] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 2.000785] efifb: scrolling: redraw
[ 2.000787] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.002749] Console: switching to colour frame buffer device 128x48
[ 2.004599] fb0: EFI VGA frame buffer device
[ 2.004610] intel_idle: MWAIT substates: 0x11142120
[ 2.004611] intel_idle: v0.4.1 model 0x4E
[ 2.004894] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 2.007162] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 2.009862] Non-volatile memory driver v1.3
[ 2.009917] Linux agpgart interface v0.103
[ 2.010744] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 2.013934] i8042: Detected active multiplexing controller, rev 1.1
[ 2.015149] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.015153] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 2.015186] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 2.015212] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 2.015237] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 2.015484] mousedev: PS/2 mouse device common for all mice
[ 2.015587] rtc_cmos 00:01: RTC can wake from S4
[ 2.016117] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 2.016213] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.016223] intel_pstate: Intel P-state driver initializing
[ 2.016634] intel_pstate: HWP enabled
[ 2.016831] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.016832] EFI Variables Facility v0.08 2004-May-17
[ 2.019062] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.019310] NET: Registered protocol family 10
[ 2.025414] Segment Routing with IPv6
[ 2.025918] RAS: Correctable Errors collector initialized.
[ 2.025946] microcode: sig=0x406e3, pf=0x80, revision=0xea
[ 2.026030] microcode: Microcode Update Driver: v2.2.
[ 2.026041] sched_clock: Marking stable (2026027569, 0)->(2036866800, -10839231)
[ 2.026482] registered taskstats version 1
[ 2.026484] Loading compiled-in X.509 certificates
[ 2.026495] zswap: loaded using pool lzo/zbud
[ 2.026650] page_owner is disabled
[ 2.031615] Key type big_key registered
[ 2.033652] Key type encrypted registered
[ 2.033654] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.033656] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 2.033678] evm: HMAC attrs: 0x1
[ 2.035669] Magic number: 1:726:177
[ 2.035719] acpi device:0d: hash matches
[ 2.035912] rtc_cmos 00:01: setting system clock to 2021-08-11 12:11:44 UTC (1628683904)
[ 2.055947] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 2.817499] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x381f17)
[ 2.833144] psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x14, 0x0e.
[ 2.847797] psmouse serio4: elantech: Elan sample query result 0f, 19, 75
[ 2.951293] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input8
[ 2.955523] Freeing unused kernel memory: 2036K
[ 2.955523] Write protecting the kernel read-only data: 16384k
[ 2.955873] Freeing unused kernel memory: 2008K
[ 2.957312] Freeing unused kernel memory: 752K
[ 2.971199] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT +SELINUX -IMA +APPARMOR -SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
[ 2.988118] systemd[1]: Detected architecture x86-64.
[ 2.988120] systemd[1]: Running in initial RAM disk.
[ 2.988147] systemd[1]: Set hostname to <linux-6aka>.
[ 3.008118] clocksource: Switched to clocksource tsc
[ 3.034910] systemd[1]: Reached target Timers.
[ 3.035261] systemd[1]: Created slice System Slice.
[ 3.035273] systemd[1]: Reached target Slices.
[ 3.035362] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[ 3.035396] systemd[1]: Listening on udev Control Socket.
[ 3.035422] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.056029] alua: device handler registered
[ 3.056322] emc: device handler registered
[ 3.056543] rdac: device handler registered
[ 3.059430] device-mapper: uevent: version 1.0.3
[ 3.059490] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@xxxxxxxxxx
[ 3.073622] PPP generic driver version 2.4.2
[ 3.073817] NET: Registered protocol family 24
[ 3.074554] l2tp_core: L2TP core driver, V2.0
[ 3.074866] l2tp_netlink: L2TP netlink interface
[ 3.075288] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 3.322580] ahci 0000:00:17.0: version 3.0
[ 3.332689] ACPI: bus type USB registered
[ 3.332713] usbcore: registered new interface driver usbfs
[ 3.332723] usbcore: registered new interface driver hub
[ 3.333030] usbcore: registered new device driver usb
[ 3.333314] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 3.333317] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
[ 3.336475] scsi host0: ahci
[ 3.336577] scsi host1: ahci
[ 3.336623] ata1: SATA max UDMA/133 abar m2048@0xdf133000 port 0xdf133100 irq 125
[ 3.336626] ata2: SATA max UDMA/133 abar m2048@0xdf133000 port 0xdf133180 irq 125
[ 3.338976] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.338983] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 3.340090] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[ 3.340096] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 3.340259] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.340260] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.340262] usb usb1: Product: xHCI Host Controller
[ 3.340263] usb usb1: Manufacturer: Linux 4.15.0-rc8-a0c9259dc4e1+ xhci-hcd
[ 3.340264] usb usb1: SerialNumber: 0000:00:14.0
[ 3.340384] hub 1-0:1.0: USB hub found
[ 3.340402] hub 1-0:1.0: 12 ports detected
[ 3.342029] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9
[ 3.342067] ACPI: Lid Switch [LID]
[ 3.342134] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10
[ 3.342260] ACPI: Sleep Button [SLPB]
[ 3.348534] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input11
[ 3.348579] ACPI: Power Button [PWRF]
[ 3.353036] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.353040] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 3.353100] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 3.353101] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.353102] usb usb2: Product: xHCI Host Controller
[ 3.353103] usb usb2: Manufacturer: Linux 4.15.0-rc8-a0c9259dc4e1+ xhci-hcd
[ 3.353104] usb usb2: SerialNumber: 0000:00:14.0
[ 3.353246] hub 2-0:1.0: USB hub found
[ 3.353274] hub 2-0:1.0: 6 ports detected
[ 3.386288] MXM: GUID detected in BIOS
[ 3.388189] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170831/nsarguments-100)
[ 3.388339] ACPI Warning: \_SB.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170831/nsarguments-100)
[ 3.388835] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[ 3.388838] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP01.PEGP handle
[ 3.388839] nouveau: detected PR support, will not use DSM
[ 3.389066] checking generic (b0000000 300000) vs hw (c0000000 10000000)
[ 3.389068] checking generic (b0000000 300000) vs hw (d0000000 2000000)
[ 3.389141] nouveau 0000:01:00.0: NVIDIA GK208B (b06190b1)
[ 3.414477] AVX2 version of gcm_enc/dec engaged.
[ 3.414478] AES CTR mode by8 optimization enabled
[ 3.417365] [drm] Memory usable by graphics device = 4096M
[ 3.417367] checking generic (b0000000 300000) vs hw (b0000000 10000000)
[ 3.417368] fb: switching to inteldrmfb from EFI VGA
[ 3.417396] Console: switching to colour dummy device 80x25
[ 3.417604] [drm] Replacing VGA console driver
[ 3.441785] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.441786] [drm] Driver supports precise vblank timestamp query.
[ 3.445564] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.446310] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_26.bin (v1.26)
[ 3.462863] nouveau 0000:01:00.0: bios: version 80.28.98.00.05
[ 3.527014] nouveau 0000:01:00.0: fb: 2048 MiB DDR3
[ 3.650337] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3.651157] ata1.00: ATA-9: KINGSTON SKC400S37512G, SAFM001B, max UDMA/133
[ 3.651159] ata1.00: 1000215216 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 3.651332] ata1.00: configured for UDMA/133
[ 3.651482] scsi 0:0:0:0: Direct-Access ATA KINGSTON SKC400S 001B PQ: 0 ANSI: 5
[ 3.651679] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.651694] sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[ 3.651705] sd 0:0:0:0: [sda] Write Protect is off
[ 3.651706] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.651726] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.654337] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3.655032] sda: sda1 sda2 sda3
[ 3.655580] ata2.00: ATA-8: HGST HTS541010A7E630, SE0OA4A0, max UDMA/133
[ 3.655580] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.655581] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 3.656890] ata2.00: configured for UDMA/133
[ 3.656988] scsi 1:0:0:0: Direct-Access ATA HGST HTS541010A7 A4A0 PQ: 0 ANSI: 5
[ 3.657251] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 3.657253] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 3.657264] sd 1:0:0:0: [sdb] Write Protect is off
[ 3.657268] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 3.657289] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 3.657335] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.700016] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[ 3.856754] usb 1-2: New USB device found, idVendor=12d1, idProduct=107e
[ 3.856756] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.856757] usb 1-2: Product: WAS-LX1A
[ 3.856758] usb 1-2: Manufacturer: HUAWEI
[ 3.856759] usb 1-2: SerialNumber: H3XDU17A26010513
[ 3.859892] usb-storage 1-2:1.1: USB Mass Storage device detected
[ 3.861236] scsi host2: usb-storage 1-2:1.1
[ 3.861285] usbcore: registered new interface driver usb-storage
[ 3.861757] usbcore: registered new interface driver uas
[ 3.984008] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[ 4.134967] usb 1-3: New USB device found, idVendor=17ef, idProduct=6022
[ 4.134969] usb 1-3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 4.134970] usb 1-3: Product: Lenovo Ultraslim Plus Wireless Keyboard & Mouse
[ 4.141063] usbcore: registered new interface driver usbhid
[ 4.141063] usbhid: USB HID core driver
[ 4.141781] input: Lenovo Ultraslim Plus Wireless Keyboard & Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:17EF:6022.0001/input/input12
[ 4.200141] hid-generic 0003:17EF:6022.0001: input,hidraw0: USB HID v1.11 Keyboard [Lenovo Ultraslim Plus Wireless Keyboard & Mouse] on usb-0000:00:14.0-3/input0
[ 4.200345] input: Lenovo Ultraslim Plus Wireless Keyboard & Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:17EF:6022.0002/input/input13
[ 4.260210] hid-generic 0003:17EF:6022.0002: input,hidraw1: USB HID v1.11 Mouse [Lenovo Ultraslim Plus Wireless Keyboard & Mouse] on usb-0000:00:14.0-3/input1
[ 4.268016] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[ 4.445602] usb 1-5: New USB device found, idVendor=04f2, idProduct=b52b
[ 4.445603] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 4.445605] usb 1-5: Product: USB2.0 VGA UVC WebCam
[ 4.445606] usb 1-5: Manufacturer: Chicony Electronics Co.,Ltd.
[ 4.445607] usb 1-5: SerialNumber: 0x0001
[ 4.576010] usb 1-7: new low-speed USB device number 5 using xhci_hcd
[ 4.727294] usb 1-7: New USB device found, idVendor=04ca, idProduct=008a
[ 4.727296] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.727297] usb 1-7: Product: USB Optical Mouse
[ 4.727297] usb 1-7: Manufacturer: PixArt
[ 4.729986] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:04CA:008A.0003/input/input14
[ 4.730145] hid-generic 0003:04CA:008A.0003: input,hidraw2: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-7/input0
[ 4.742501] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 4.828259] [drm] RC6 on
[ 4.833659] vga_switcheroo: enabled
[ 4.833708] [TTM] Zone kernel: Available graphics memory: 8154968 kiB
[ 4.833709] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 4.833709] [TTM] Initializing pool allocator
[ 4.833713] [TTM] Initializing DMA pool allocator
[ 4.833723] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
[ 4.833724] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[ 4.833726] nouveau 0000:01:00.0: DRM: Pointer to TMDS table invalid
[ 4.833730] nouveau 0000:01:00.0: DRM: DCB version 4.0
[ 4.834771] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[ 4.834779] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[ 4.836276] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[ 4.840637] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 4.843669] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15
[ 4.843767] ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
[ 4.843803] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input16
[ 4.856012] usb 1-8: new full-speed USB device number 6 using xhci_hcd
[ 4.896966] scsi 2:0:0:0: CD-ROM Linux File-CD Gadget 0404 PQ: 0 ANSI: 2
[ 4.897126] scsi 2:0:0:0: Attached scsi generic sg2 type 5
[ 4.900418] sr 2:0:0:0: Power-on or device reset occurred
[ 4.902476] sr 2:0:0:0: [sr0] scsi-1 drive
[ 4.902476] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 4.902608] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 4.974705] fbcon: inteldrmfb (fb0) is primary device
[ 5.004581] usb 1-8: New USB device found, idVendor=13d3, idProduct=3491
[ 5.004582] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 6.074134] Console: switching to colour frame buffer device 170x48
[ 6.092318] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 15.934837] NET: Registered protocol family 38
[ 16.506040] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[ 16.777883] systemd-journald[157]: Received SIGTERM from PID 1 (systemd).
[ 16.803663] systemd: 15 output lines suppressed due to ratelimiting
[ 17.245580] EXT4-fs (dm-1): re-mounted. Opts: acl,user_xattr
[ 17.280362] systemd-journald[759]: Received request to flush runtime journal from PID 1
[ 17.362229] audit: type=1400 audit(1628683919.820:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ping" pid=794 comm="apparmor_parser"
[ 17.431705] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input17
[ 17.462024] audit: type=1400 audit(1628683919.920:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=862 comm="apparmor_parser"
[ 17.497397] audit: type=1400 audit(1628683919.956:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=870 comm="apparmor_parser"
[ 17.497399] audit: type=1400 audit(1628683919.956:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=870 comm="apparmor_parser"
[ 17.499289] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 17.499332] ACPI: AC Adapter [AC0] (on-line)
[ 17.499485] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[ 17.500182] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[ 17.508235] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 17.508480] thermal LNXTHERM:00: registered as thermal_zone3
[ 17.508481] ACPI: Thermal Zone [THRM] (64 C)
[ 17.531027] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 17.537173] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 17.537178] ACPI: Battery Slot [BAT0] (battery present)
[ 17.581796] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 17.581804] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 17.582530] input: PC Speaker as /devices/platform/pcspkr/input/input18
[ 17.583206] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 17.583239] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 17.590347] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 17.592943] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0x00000000b69ba0a5, 38:d5:47:3c:fb:d3, XID 10900800 IRQ 130
[ 17.592945] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 17.596283] asus_wmi: ASUS WMI generic driver loaded
[ 17.600396] asus_wmi: Initialization: 0x1
[ 17.600774] asus_wmi: BIOS WMI version: 7.9
[ 17.600892] asus_wmi: SFUN value: 0xa0065
[ 17.606706] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input19
[ 17.612227] audit: type=1400 audit(1628683920.072:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=905 comm="apparmor_parser"
[ 17.612436] asus_wmi: Number of fans: 1
[ 17.679002] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 17.697975] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 17.712821] audit: type=1400 audit(1628683920.172:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="syslogd" pid=940 comm="apparmor_parser"
[ 17.735926] intel_rapl: Found RAPL domain package
[ 17.735928] intel_rapl: Found RAPL domain core
[ 17.735929] intel_rapl: Found RAPL domain uncore
[ 17.735930] intel_rapl: Found RAPL domain dram
[ 17.750065] r8169 0000:02:00.0 eth1: renamed from eth0
[ 17.750636] iTCO_vendor_support: vendor-support=0
[ 17.780268] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 17.780426] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 17.786634] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 17.811056] audit: type=1400 audit(1628683920.268:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="syslog-ng" pid=965 comm="apparmor_parser"
[ 17.866388] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 17.868891] audit: type=1400 audit(1628683920.328:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lessopen.sh" pid=986 comm="apparmor_parser"
[ 17.908585] audit: type=1400 audit(1628683920.368:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/apache2/mpm-prefork/apache2" pid=1013 comm="apparmor_parser"
[ 17.908587] audit: type=1400 audit(1628683920.368:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/apache2/mpm-prefork/apache2//DEFAULT_URI" pid=1013 comm="apparmor_parser"
[ 17.928457] snd_hda_codec_conexant hdaudioC0D0: CX20751/2: BIOS auto-probing.
[ 17.929115] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 17.929117] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 17.929118] snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[ 17.929119] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 17.929120] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 17.929122] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
[ 17.929123] snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
[ 17.930458] snd_hda_codec_conexant hdaudioC0D0: Enable sync_write for stable communication
[ 17.945540] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[ 17.947405] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[ 17.947491] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[ 17.947576] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[ 17.947635] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[ 17.947686] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[ 17.947736] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[ 17.947791] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[ 18.006782] ath10k_pci 0000:03:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 18.282032] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:03:00.0.bin failed with error -2
[ 18.282044] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
[ 18.282345] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-6.bin failed with error -2
[ 18.286145] ath10k_pci 0000:03:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1a3b:2231
[ 18.286147] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 18.286675] ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.1.0-00002-QCATFSWPZ-5 api 5 features ignore-otp crc32 c3e0d04f
[ 18.339366] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 18.339405] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 18.339975] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 18.340540] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 18.341077] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 18.341092] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 18.341093] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 18.341107] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 18.351578] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[ 18.724601] Bluetooth: Core ver 2.22
[ 18.724617] NET: Registered protocol family 31
[ 18.724618] Bluetooth: HCI device and connection manager initialized
[ 18.724971] Bluetooth: HCI socket layer initialized
[ 18.724973] Bluetooth: L2CAP socket layer initialized
[ 18.724984] Bluetooth: SCO socket layer initialized
[ 18.743754] Linux video capture interface: v2.00
[ 18.864405] usbcore: registered new interface driver btusb
[ 18.884770] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b52b)
[ 18.885608] input: USB2.0 VGA UVC WebCam: USB2.0 V as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input28
[ 18.885773] usbcore: registered new interface driver uvcvideo
[ 18.885774] USB Video Class driver (1.1.1)
[ 18.982242] ath10k_pci 0000:03:00.0: htt-ver 3.44 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 18.984164] ath: EEPROM regdomain: 0x6a
[ 18.984165] ath: EEPROM indicates we should expect a direct regpair map
[ 18.984165] ath: Country alpha2 being used: 00
[ 18.984166] ath: Regpair used: 0x6a
[ 18.991062] ath10k_pci 0000:03:00.0 wlan1: renamed from wlan0
[ 19.744188] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 20.017449] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 20.017450] Bluetooth: BNEP filters: protocol multicast
[ 20.017452] Bluetooth: BNEP socket layer initialized
[ 20.231278] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 20.250268] r8169 0000:02:00.0 eth1: link down
[ 20.250322] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 20.253926] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 20.518591] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.518609] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.518610] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.518611] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.518621] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.518635] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 20.518733] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.518743] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.518744] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.518745] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.519338] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.519353] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.519354] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 20.519355] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.519625] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.519641] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.519642] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.519642] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.640115] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.640133] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.640134] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.640135] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.640640] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.640656] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.640657] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.640658] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.641383] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.641398] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.641399] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.641400] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.641428] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.641443] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 20.642107] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.642123] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.642123] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 20.642124] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.753125] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.753139] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.753140] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.753141] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.754377] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.754393] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.754394] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.754394] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.754402] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 20.754417] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 20.872358] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.872373] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.872374] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.872375] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.872558] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.872573] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.872574] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.872575] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.873222] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.873237] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.873238] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.873238] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 20.873353] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 20.873369] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 20.873371] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 20.873372] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 21.019081] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 21.019099] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 21.019100] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 21.019101] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 21.063927] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 21.242480] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 21.242517] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 21.242518] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 21.242519] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 21.242529] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 21.242544] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 21.242947] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 21.242958] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 21.242958] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 21.242959] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 21.321498] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 21.321513] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 21.321514] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 21.321515] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 21.457664] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 21.457679] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 21.457680] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 21.457681] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 21.458882] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 21.458897] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 21.458898] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 21.458899] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 21.459410] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 21.459425] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 21.459426] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 21.459427] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 21.876462] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 21.916059] NET: Registered protocol family 17
[ 21.982552] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 30.489820] rfkill: input handler disabled
[ 34.837289] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 35.295110] rfkill: input handler enabled
[ 36.528856] fuse init (API version 7.26)
[ 36.961980] Bluetooth: RFCOMM TTY layer initialized
[ 36.961984] Bluetooth: RFCOMM socket layer initialized
[ 36.961988] Bluetooth: RFCOMM ver 1.11
[ 38.942753] ISO 9660 Extensions: Microsoft Joliet Level 1
[ 39.001141] ISOFS: changing to secondary root
[ 39.219080] rfkill: input handler disabled
[ 39.699586] wlan1: authenticate with 5c:c3:07:46:72:03
[ 39.736198] wlan1: send auth to 5c:c3:07:46:72:03 (try 1/3)
[ 39.746432] wlan1: authenticated
[ 39.747904] wlan1: associate with 5c:c3:07:46:72:03 (try 1/3)
[ 39.763314] wlan1: RX AssocResp from 5c:c3:07:46:72:03 (capab=0x1631 status=0 aid=5)
[ 39.763342] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.763354] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.763355] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 39.763357] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.763702] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 39.763709] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.763711] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 39.763712] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.763715] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.763722] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.766017] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.766024] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.766026] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 39.766027] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.766122] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.766153] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.766154] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 39.766155] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.766158] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.766176] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.766177] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.766181] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.766183] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 39.766184] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.766445] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.766476] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.766477] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 39.766478] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.766485] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.766495] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.766698] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.766727] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.766728] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 39.766729] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.766736] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.766755] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.766845] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.766849] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.766850] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 39.766851] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.767077] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.767089] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.767090] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 39.767091] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.767386] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.767391] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.767393] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 39.767394] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.767547] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.767557] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.767558] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 39.767559] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.767652] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.767656] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.767657] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 39.767658] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.767666] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.767681] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.769153] wlan1: associated
[ 39.769240] ath: EEPROM regdomain: 0x817c
[ 39.769241] ath: EEPROM indicates we should expect a country code
[ 39.769241] ath: doing EEPROM country->regdmn map search
[ 39.769242] ath: country maps to regdmn code: 0x37
[ 39.769243] ath: Country alpha2 being used: IT
[ 39.769243] ath: Regpair used: 0x37
[ 39.769244] ath: regdomain 0x817c dynamically updated by country IE
[ 39.775484] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775491] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 39.775493] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 39.775494] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 39.775497] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775503] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.775504] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775510] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.775511] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775517] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.775518] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775523] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.775524] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775530] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.775531] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775536] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.775537] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775543] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.775544] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775550] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.775551] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775557] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.775558] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775563] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.775564] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 39.775569] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 39.989313] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 39.989386] wlan1: Limiting TX power to 20 (20 - 0) dBm as advertised by 5c:c3:07:46:72:03
[ 40.146464] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 40.146471] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 40.146473] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 40.146474] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 40.853892] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 40.853899] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 40.853900] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 40.853902] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 40.853965] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 40.853969] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 40.853970] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 40.853971] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 41.713684] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 41.713691] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 41.713692] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 41.713694] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 41.713874] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 41.713879] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 41.713880] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 41.713881] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 42.459415] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 42.459425] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 42.459426] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 42.459428] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 42.863950] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 42.863956] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 42.863958] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 42.863960] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 43.351876] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.351884] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 43.351886] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 43.351887] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 43.351890] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.351900] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 43.351901] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.351907] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 43.351908] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.351914] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 43.384807] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.384813] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 43.384814] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 43.384816] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 43.384819] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.384825] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 43.385154] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.385158] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 43.385159] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 43.385161] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 43.417937] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.417943] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 43.417944] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 43.417945] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 43.420239] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.420244] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 43.420245] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 43.420246] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 43.599803] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.599827] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 43.599828] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 43.599829] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 43.599975] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.599979] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 43.599980] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 43.599981] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 43.898330] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.898347] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 43.898348] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 43.898349] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 43.898352] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.898357] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 43.901697] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.901702] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 43.901704] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 43.901705] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 43.901778] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.901782] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 43.901783] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 43.901784] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 43.902011] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 43.902015] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 43.902016] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 43.902017] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 44.327194] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 44.327200] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 44.327201] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 44.327203] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 44.420637] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 44.420643] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 44.420644] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 44.420645] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 44.425959] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 44.425964] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 44.425965] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 44.425967] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 44.426389] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 44.426394] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 44.426395] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 44.426396] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 44.426461] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 44.426465] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 44.426466] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 44.426466] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 44.812866] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 44.812873] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 44.812875] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 44.812877] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 44.812880] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 44.812887] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 44.841859] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 44.841866] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 44.841868] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 44.841869] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 45.234355] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 45.234361] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 45.234362] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 45.234363] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 45.242655] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 45.242661] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 45.242663] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 45.242664] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 45.717573] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 45.717580] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 45.717581] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 45.717582] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 45.719346] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 45.719365] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 45.719366] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 45.719367] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 45.719370] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 45.719377] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 46.440045] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.440051] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 46.440052] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 46.440053] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 46.440061] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.440067] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 46.665885] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.665895] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 46.665896] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 46.665897] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 46.666818] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.666823] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 46.666824] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 46.666826] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 46.666878] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.666882] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 46.666883] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 46.666884] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 46.818344] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.818359] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 46.818360] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 46.818362] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 46.818370] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.818382] pcieport 0000:00:1c.5: can't find device of ID00e5
[ 46.821424] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.821444] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 46.821446] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 46.821447] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 46.936289] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.936311] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 46.936312] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 46.936314] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 46.953437] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.953451] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 46.953453] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 46.953455] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 46.960087] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.960101] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 46.960102] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 46.960104] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 46.963516] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 46.963528] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 46.963529] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 46.963531] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 46.965520] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[ 46.965538] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 46.965539] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 46.965541] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 47.425166] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 47.425172] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 47.425173] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 47.425175] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 47.467021] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 47.467027] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 47.467029] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 47.467031] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 47.794664] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 47.794671] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 47.794673] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 47.794674] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 49.127541] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 49.127548] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 49.127550] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 49.127552] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 49.416751] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 49.416757] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 49.416758] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 49.416759] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 50.048393] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 50.048398] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 50.048399] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 50.048400] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 53.351111] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 53.351117] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 53.351119] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00001000/00002000
[ 53.351121] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
[ 54.751709] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 54.751714] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 54.751715] pcieport 0000:00:1c.5: device [8086:9d15] error status/mask=00003000/00002000
[ 54.751716] pcieport 0000:00:1c.5: [12] Replay Timer Timeout
CPU0 CPU1 CPU2 CPU3
0: 10 0 0 0 IR-IO-APIC 2-edge timer
1: 0 0 0 11 IR-IO-APIC 1-edge i8042
8: 0 1 0 0 IR-IO-APIC 8-edge rtc0
9: 0 4869059 0 0 IR-IO-APIC 9-fasteoi acpi
12: 0 0 158 0 IR-IO-APIC 12-edge i8042
16: 0 0 0 0 IR-IO-APIC 16-fasteoi i801_smbus
120: 0 0 0 0 DMAR-MSI 0-edge dmar0
121: 0 0 0 0 DMAR-MSI 1-edge dmar1
122: 0 0 0 0 IR-PCI-MSI 458752-edge aerdrv, PCIe PME
123: 0 0 0 0 IR-PCI-MSI 466944-edge aerdrv, PCIe PME
124: 0 9 0 0 IR-PCI-MSI 468992-edge aerdrv, PCIe PME
125: 0 0 30492 5986 IR-PCI-MSI 376832-edge ahci[0000:00:17.0]
126: 152 0 0 1063 IR-PCI-MSI 327680-edge xhci_hcd
127: 43 81 0 0 IR-PCI-MSI 524288-edge
128: 9925 178 0 0 IR-PCI-MSI 32768-edge i915
129: 0 0 34 0 IR-PCI-MSI 360448-edge mei_me
130: 0 0 0 0 IR-PCI-MSI 1048576-edge eth1
131: 0 500 0 0 IR-PCI-MSI 514048-edge snd_hda_intel:card0
132: 380 190 1303 949 IR-PCI-MSI 1572864-edge ath10k_pci
NMI: 1 1 0 0 Non-maskable interrupts
LOC: 34871 22257 56307 46792 Local timer interrupts
SPU: 0 0 0 0 Spurious interrupts
PMI: 1 1 0 0 Performance monitoring interrupts
IWI: 1005 2 7 1 IRQ work interrupts
RTR: 2 0 0 0 APIC ICR read retries
RES: 84078 20588 6803 6201 Rescheduling interrupts
CAL: 9021 8802 6162 5961 Function call interrupts
TLB: 1260 1375 745 1125 TLB shootdowns
TRM: 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 Threshold APIC interrupts
DFR: 0 0 0 0 Deferred Error APIC interrupts
MCE: 0 0 0 0 Machine check exceptions
MCP: 1 2 2 2 Machine check polls
HYP: 0 0 0 0 Hypervisor callback interrupts
ERR: 2
MIS: 0
PIN: 0 0 0 0 Posted-interrupt notification event
NPI: 0 0 0 0 Nested posted-interrupt event
PIW: 0 0 0 0 Posted-interrupt wakeup event
CPU0 CPU1 CPU2 CPU3
0: 10 0 0 0 IR-IO-APIC 2-edge timer
1: 11 0 0 0 IR-IO-APIC 1-edge i8042
8: 1 0 0 0 IR-IO-APIC 8-edge rtc0
9: 10992420 0 0 0 IR-IO-APIC 9-fasteoi acpi
12: 158 0 0 0 IR-IO-APIC 12-edge i8042
16: 0 0 0 0 IR-IO-APIC 16-fasteoi i801_smbus
120: 0 0 0 0 DMAR-MSI 0-edge dmar0
121: 0 0 0 0 DMAR-MSI 1-edge dmar1
122: 0 0 0 0 IR-PCI-MSI 458752-edge aerdrv, PCIe PME
123: 0 0 0 0 IR-PCI-MSI 466944-edge aerdrv, PCIe PME
124: 22 0 0 4 IR-PCI-MSI 468992-edge aerdrv, PCIe PME
125: 27668 0 0 6370 IR-PCI-MSI 376832-edge ahci[0000:00:17.0]
126: 1559 464 1237 474 IR-PCI-MSI 327680-edge xhci_hcd
127: 5820 0 4005 1148 IR-PCI-MSI 32768-edge i915
128: 51 77 0 0 IR-PCI-MSI 524288-edge
129: 34 0 0 0 IR-PCI-MSI 360448-edge mei_me
130: 0 0 0 0 IR-PCI-MSI 1048576-edge eth1
131: 549 0 0 0 IR-PCI-MSI 514048-edge snd_hda_intel:card0
132: 813 0 2755 282 IR-PCI-MSI 1572864-edge ath10k_pci
NMI: 37 1 0 0 Non-maskable interrupts
LOC: 59572 61373 69617 53919 Local timer interrupts
SPU: 0 0 0 0 Spurious interrupts
PMI: 37 1 0 0 Performance monitoring interrupts
IWI: 595 1 509 205 IRQ work interrupts
RTR: 2 0 0 0 APIC ICR read retries
RES: 12510 10677 7285 6325 Rescheduling interrupts
CAL: 9200 8905 6688 7567 Function call interrupts
TLB: 1229 1763 1756 2256 TLB shootdowns
TRM: 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 Threshold APIC interrupts
DFR: 0 0 0 0 Deferred Error APIC interrupts
MCE: 0 0 0 0 Machine check exceptions
MCP: 2 3 3 3 Machine check polls
HYP: 0 0 0 0 Hypervisor callback interrupts
ERR: 2
MIS: 0
PIN: 0 0 0 0 Posted-interrupt notification event
NPI: 0 0 0 0 Nested posted-interrupt event
PIW: 0 0 0 0 Posted-interrupt wakeup event
CPU0 CPU1 CPU2 CPU3
0: 10 0 0 0 IR-IO-APIC 2-edge timer
1: 0 0 0 9 IR-IO-APIC 1-edge i8042
8: 0 1 0 0 IR-IO-APIC 8-edge rtc0
9: 0 923411 0 0 IR-IO-APIC 9-fasteoi acpi
12: 0 0 158 0 IR-IO-APIC 12-edge i8042
16: 0 0 0 0 IR-IO-APIC 16-fasteoi i801_smbus
120: 0 0 0 0 DMAR-MSI 0-edge dmar0
121: 0 0 0 0 DMAR-MSI 1-edge dmar1
122: 0 0 0 0 IR-PCI-MSI 458752-edge aerdrv, PCIe PME
123: 0 0 0 0 IR-PCI-MSI 466944-edge aerdrv, PCIe PME
124: 0 9 0 0 IR-PCI-MSI 468992-edge aerdrv, PCIe PME
125: 0 0 13370 5986 IR-PCI-MSI 376832-edge ahci[0000:00:17.0]
126: 26 0 0 239 IR-PCI-MSI 327680-edge xhci_hcd
127: 43 42 0 0 IR-PCI-MSI 524288-edge nvkm
128: 596 178 0 0 IR-PCI-MSI 32768-edge i915
129: 0 0 34 0 IR-PCI-MSI 360448-edge mei_me
130: 0 0 0 0 IR-PCI-MSI 1048576-edge eth1
131: 0 399 0 0 IR-PCI-MSI 514048-edge snd_hda_intel:card0
132: 0 0 565 0 IR-PCI-MSI 1572864-edge ath10k_pci
NMI: 1 1 0 0 Non-maskable interrupts
LOC: 6449 5078 5094 5294 Local timer interrupts
SPU: 0 0 0 0 Spurious interrupts
PMI: 1 1 0 0 Performance monitoring interrupts
IWI: 88 1 4 0 IRQ work interrupts
RTR: 2 0 0 0 APIC ICR read retries
RES: 22239 6126 1921 1724 Rescheduling interrupts
CAL: 4422 4206 4370 1786 Function call interrupts
TLB: 89 97 83 89 TLB shootdowns
TRM: 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 Threshold APIC interrupts
DFR: 0 0 0 0 Deferred Error APIC interrupts
MCE: 0 0 0 0 Machine check exceptions
MCP: 1 2 2 2 Machine check polls
HYP: 0 0 0 0 Hypervisor callback interrupts
ERR: 2
MIS: 0
PIN: 0 0 0 0 Posted-interrupt notification event
NPI: 0 0 0 0 Nested posted-interrupt event
PIW: 0 0 0 0 Posted-interrupt wakeup event
CPU0 CPU1 CPU2 CPU3
0: 10 0 0 0 IR-IO-APIC 2-edge timer
1: 9 0 0 0 IR-IO-APIC 1-edge i8042
8: 1 0 0 0 IR-IO-APIC 8-edge rtc0
9: 7576456 0 0 0 IR-IO-APIC 9-fasteoi acpi
12: 158 0 0 0 IR-IO-APIC 12-edge i8042
16: 0 0 0 0 IR-IO-APIC 16-fasteoi i801_smbus
120: 0 0 0 0 DMAR-MSI 0-edge dmar0
121: 0 0 0 0 DMAR-MSI 1-edge dmar1
122: 0 0 0 0 IR-PCI-MSI 458752-edge aerdrv, PCIe PME
123: 0 0 0 0 IR-PCI-MSI 466944-edge aerdrv, PCIe PME
124: 16 0 0 0 IR-PCI-MSI 468992-edge aerdrv, PCIe PME
125: 12188 0 0 5633 IR-PCI-MSI 376832-edge ahci[0000:00:17.0]
126: 1559 55 0 0 IR-PCI-MSI 327680-edge xhci_hcd
127: 796 0 0 0 IR-PCI-MSI 32768-edge i915
128: 51 35 0 0 IR-PCI-MSI 524288-edge nvkm
129: 34 0 0 0 IR-PCI-MSI 360448-edge mei_me
130: 0 0 0 0 IR-PCI-MSI 1048576-edge eth1
131: 447 0 0 0 IR-PCI-MSI 514048-edge snd_hda_intel:card0
132: 430 0 138 0 IR-PCI-MSI 1572864-edge ath10k_pci
NMI: 37 1 0 0 Non-maskable interrupts
LOC: 36584 20263 22905 19088 Local timer interrupts
SPU: 0 0 0 0 Spurious interrupts
PMI: 37 1 0 0 Performance monitoring interrupts
IWI: 98 1 0 4 IRQ work interrupts
RTR: 2 0 0 0 APIC ICR read retries
RES: 3458 2577 3162 1634 Rescheduling interrupts
CAL: 4470 4314 1725 4400 Function call interrupts
TLB: 20 93 106 78 TLB shootdowns
TRM: 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 Threshold APIC interrupts
DFR: 0 0 0 0 Deferred Error APIC interrupts
MCE: 0 0 0 0 Machine check exceptions
MCP: 2 3 3 3 Machine check polls
HYP: 0 0 0 0 Hypervisor callback interrupts
ERR: 2
MIS: 0
PIN: 0 0 0 0 Posted-interrupt notification event
NPI: 0 0 0 0 Nested posted-interrupt event
PIW: 0 0 0 0 Posted-interrupt wakeup event