You are not logged in.

#1 2020-11-04 14:24:32

arnuld
Member
From: INDIA
Registered: 2005-12-19
Posts: 220
Website

[CLOSED] Can not power-off the machine

It happened once and I thought it was just a minor glitch but it happened again today. Whenever I switch-off/reboot the machine 5-10% of the time this message is thrown on the screen and machine just gets stuck there and doesn't power-off or reboot. Doesn't matter whether I am powering off from GNOME menu or I am using "poweroff" command in my X-terminal. I keep on updating the machine every other day and one day this just started happening:

https://i.ibb.co/WzfnByb/binary-comment.jpg
...
https://i.ibb.co/hXRsJdQ/binary-comment.jpg


moderator edit -- replaced oversized images with links.
Pasting pictures and code

Last edited by arnuld (2020-11-21 12:58:20)

Offline

#2 2020-11-05 20:22:42

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,452

Re: [CLOSED] Can not power-off the machine

That's a kernel crash dump - all bets are off when that happens. You'll have to investigate its contents and search for the root cause, could be a driver issue. Check for events that potentially lead up to the crash in your logs. Also Google specific keywords that are in the dump - you may get lucky and find an existing reported bug with the kernel. For example "Bad RIP value" may get some hits.

Offline

#3 2020-11-05 20:31:30

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: [CLOSED] Can not power-off the machine

You didn't mention which kernel version you are using. You could try an alternative kernel, like the linux-lts kernel for instance. Also are you modifying the kernel boot options in any way? It's difficult to see what might be happening without you posting a full boot journal log. It could be a hardware issue, but we don't know what hardware you are using either.

Cheers
Paul

Offline

#4 2020-11-07 13:45:14

arnuld
Member
From: INDIA
Registered: 2005-12-19
Posts: 220
Website

Re: [CLOSED] Can not power-off the machine

Well, I am using the latest kernel from pacman. I don't modify any boot-options or anything at all. I use whatever Arch gives without doing any personal modifications:

[root@arch64 arnuld]# uname -a
Linux arch64 5.9.4-arch1-1 #1 SMP PREEMPT Wed, 04 Nov 2020 21:41:09 +0000 x86_64 GNU/Linux

And here is my dmesg:

[    0.000000] Linux version 5.9.4-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Wed, 04 Nov 2020 21:41:09 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b33e96f8-aad9-4aad-89e4-bc6a3e4bf6a7 rw loglevel=3 quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d7ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d80000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20c000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000dbc82fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dbc83000-0x00000000dbdf4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dbdf5000-0x00000000dbf76fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dbf77000-0x00000000dc38cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dc38d000-0x00000000dcf31fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dcf32000-0x00000000dcfd2fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000dcfd3000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI 2.0=0xdc30a000 ACPI=0xdc30a000 SMBIOS=0xdce1e000 MEMATTR=0xd7e3c018 ESRT=0xd7f5cf98 
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Micro-Star International Co., Ltd. MS-7B85/B450 GAMING PRO CARBON AC (MS-7B85), BIOS 1.C0 06/11/2020
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x41f380 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 base 0000DC740000 mask FFFFFFFF0000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000420000000 aka 16896M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] total RAM covered: 3583M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 4  	lose cover RAM: 0G
[    0.000000] e820: update [mem 0xdc740000-0xdc74ffff] usable ==> reserved
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000d7f5cf98 to 0x00000000d7f5cfd0.
[    0.000000] e820: update [mem 0xd7f5c000-0xd7f5cfff] usable ==> reserved
[    0.000000] check: Scanning 1 areas for low memory corruption
[    0.000000] Using GB pages for direct mapping
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x36ccb000-0x3765cfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DC30A000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DC30A0A0 0000BC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DC311C78 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DC30A1F0 007A83 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DC376E00 000040
[    0.000000] ACPI: APIC 0x00000000DC311D90 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DC311EF0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DC311F38 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DC311FD8 0000FC (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.000000] ACPI: SSDT 0x00000000DC3120D8 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SSDT 0x00000000DC31AD70 003776 (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000DC31E4E8 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x00000000DC31E528 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: UEFI 0x00000000DC31E560 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: IVRS 0x00000000DC31E5A8 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: PCCT 0x00000000DC31E678 00006E (v01 AMD    AMD PCCT 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000DC31E6E8 003EC9 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000DC3225B8 000ED8 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000DC323490 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: BGRT 0x00000000DC3234C0 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DC3234F8 001D4A (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000DC325248 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: WSMT 0x00000000DC325308 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41f37c000-0x41f37ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009d7ffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000000]   node   0: [mem 0x000000000a20c000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x00000000dbc82fff]
[    0.000000]   node   0: [mem 0x00000000dbdf5000-0x00000000dbf76fff]
[    0.000000]   node   0: [mem 0x00000000dcfd3000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
[    0.000000] Zeroed struct page in unavailable ranges: 12635 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
[    0.000000] On node 0 totalpages: 4181669
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 33 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14127 pages used for memmap
[    0.000000]   DMA32 zone: 904070 pages, LIFO batch:63
[    0.000000]   Normal zone: 51150 pages used for memmap
[    0.000000]   Normal zone: 3273600 pages, LIFO batch:63
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    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 low 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: 0x10228201 base: 0xfed00000
[    0.000000] e820: update [mem 0xd7cd2000-0xd7d2efff] usable ==> reserved
[    0.000000] smpboot: Allowing 32 CPUs, 16 hotplug CPUs
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x09d80000-0x09ffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20bfff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xd7cd2000-0xd7d2efff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xd7f5c000-0xd7f5cfff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xdbc83000-0xdbdf4fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xdbf77000-0xdc38cfff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xdc38d000-0xdcf31fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xdcf32000-0xdcfd2fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xf7ffffff] 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: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
[    0.000000] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4116295
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b33e96f8-aad9-4aad-89e4-bc6a3e4bf6a7 rw loglevel=3 quiet
[    0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.000000] printk: log_buf_len min size: 131072 bytes
[    0.000000] printk: log_buf_len: 262144 bytes
[    0.000000] printk: early log buf free: 118940(90%)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.000000] Memory: 16223816K/16726676K available (14339K kernel code, 1524K rwdata, 7928K rodata, 1656K init, 2928K bss, 502600K reserved, 0K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.000000] ftrace: allocating 40871 entries in 160 pages
[    0.000000] ftrace: allocated 160 pages with 2 groups
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.000000] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.000000] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] printk: console [tty0] enabled
[    0.000000] ACPI: Core revision 20200717
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.003333] Switched APIC routing to physical flat.
[    0.003333] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.026666] tsc: PIT calibration matches HPET. 2 loops
[    0.026666] tsc: Detected 3600.020 MHz processor
[    0.000002] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e4660c5e7, max_idle_ns: 440795263402 ns
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 7202.04 BogoMIPS (lpj=12000066)
[    0.000005] pid_max: default: 32768 minimum: 301
[    0.002416] LSM: Security Framework initializing
[    0.002419] Yama: becoming mindful.
[    0.002451] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.002470] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.002632] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.002682] LVT offset 1 assigned for vector 0xf9
[    0.002808] LVT offset 2 assigned for vector 0xf4
[    0.002843] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.002843] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.002845] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.002845] Spectre V2 : Mitigation: Full AMD retpoline
[    0.002846] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.002847] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.002847] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.002848] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.003014] Freeing SMP alternatives memory: 32K
[    0.114428] smpboot: CPU0: AMD Ryzen 7 3700X 8-Core Processor (family: 0x17, model: 0x71, stepping: 0x0)
[    0.114484] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.114486] ... version:                0
[    0.114486] ... bit width:              48
[    0.114486] ... generic registers:      6
[    0.114487] ... value mask:             0000ffffffffffff
[    0.114487] ... max period:             00007fffffffffff
[    0.114487] ... fixed-purpose events:   0
[    0.114487] ... event mask:             000000000000003f
[    0.114509] rcu: Hierarchical SRCU implementation.
[    0.114626] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.114772] smp: Bringing up secondary CPUs ...
[    0.114837] x86: Booting SMP configuration:
[    0.114838] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.146704] smp: Brought up 1 node, 16 CPUs
[    0.146704] smpboot: Max logical packages: 2
[    0.146704] smpboot: Total of 16 processors activated (115246.66 BogoMIPS)
[    0.147486] devtmpfs: initialized
[    0.147486] x86/mm: Memory block size: 128MB
[    0.147486] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20bfff] (49152 bytes)
[    0.147486] PM: Registering ACPI NVS region [mem 0xdbf77000-0xdc38cfff] (4284416 bytes)
[    0.147486] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.147486] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.150008] pinctrl core: initialized pinctrl subsystem
[    0.150008] PM: RTC time: 04:46:48, date: 2020-11-07
[    0.150008] NET: Registered protocol family 16
[    0.150008] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.150008] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.150008] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.150008] audit: initializing netlink subsys (disabled)
[    0.150015] audit: type=2000 audit(1604724408.176:1): state=initialized audit_enabled=0 res=1
[    0.150097] thermal_sys: Registered thermal governor 'fair_share'
[    0.150097] thermal_sys: Registered thermal governor 'bang_bang'
[    0.150098] thermal_sys: Registered thermal governor 'step_wise'
[    0.150098] thermal_sys: Registered thermal governor 'user_space'
[    0.150099] thermal_sys: Registered thermal governor 'power_allocator'
[    0.150106] cpuidle: using governor ladder
[    0.150106] cpuidle: using governor menu
[    0.150106] Detected 1 PCC Subspaces
[    0.150106] Registering PCC driver as Mailbox controller
[    0.150106] ACPI: bus type PCI registered
[    0.150106] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.150133] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.150134] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.150141] PCI: Using configuration type 1 for base access
[    0.151041] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.151041] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.151041] ACPI: Added _OSI(Module Device)
[    0.151041] ACPI: Added _OSI(Processor Device)
[    0.151041] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.151041] ACPI: Added _OSI(Processor Aggregator Device)
[    0.151041] ACPI: Added _OSI(Linux-Dell-Video)
[    0.151041] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.151041] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.161363] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.161999] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.164422] ACPI: Interpreter enabled
[    0.164433] ACPI: (supports S0 S3 S4 S5)
[    0.164433] ACPI: Using IOAPIC for interrupt routing
[    0.164688] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.164916] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.171146] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.171149] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.171281] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PME LTR DPC]
[    0.171405] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
[    0.171413] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.171683] PCI host bridge to bus 0000:00
[    0.171684] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.171685] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.171686] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.171686] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.171687] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.171687] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.171688] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.171688] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.171689] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.171699] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    0.171791] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
[    0.171888] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    0.171963] pci 0000:00:01.3: [1022:1483] type 01 class 0x060400
[    0.171989] pci 0000:00:01.3: enabling Extended Tags
[    0.172034] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.172159] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    0.172232] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    0.172306] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[    0.172373] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.172496] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    0.172571] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    0.172645] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    0.172716] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    0.172739] pci 0000:00:07.1: enabling Extended Tags
[    0.172775] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.172869] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    0.172941] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    0.172966] pci 0000:00:08.1: enabling Extended Tags
[    0.173005] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.173102] pci 0000:00:08.2: [1022:1484] type 01 class 0x060400
[    0.173126] pci 0000:00:08.2: enabling Extended Tags
[    0.173165] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.173264] pci 0000:00:08.3: [1022:1484] type 01 class 0x060400
[    0.173289] pci 0000:00:08.3: enabling Extended Tags
[    0.173328] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[    0.173442] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.173560] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.173681] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[    0.173727] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[    0.173772] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[    0.173817] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[    0.173861] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[    0.173907] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[    0.173952] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[    0.173999] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[    0.174105] pci 0000:03:00.0: [1022:43d5] type 00 class 0x0c0330
[    0.174123] pci 0000:03:00.0: reg 0x10: [mem 0xfcba0000-0xfcba7fff 64bit]
[    0.174164] pci 0000:03:00.0: enabling Extended Tags
[    0.174217] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.174261] pci 0000:03:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:01.3 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.174305] pci 0000:03:00.1: [1022:43c8] type 00 class 0x010601
[    0.174354] pci 0000:03:00.1: reg 0x24: [mem 0xfcb80000-0xfcb9ffff]
[    0.174361] pci 0000:03:00.1: reg 0x30: [mem 0xfcb00000-0xfcb7ffff pref]
[    0.174367] pci 0000:03:00.1: enabling Extended Tags
[    0.174409] pci 0000:03:00.1: PME# supported from D3hot D3cold
[    0.174474] pci 0000:03:00.2: [1022:43c6] type 01 class 0x060400
[    0.174518] pci 0000:03:00.2: enabling Extended Tags
[    0.174565] pci 0000:03:00.2: PME# supported from D3hot D3cold
[    0.174664] pci 0000:00:01.3: PCI bridge to [bus 03-25]
[    0.174667] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.174669] pci 0000:00:01.3:   bridge window [mem 0xfc900000-0xfcbfffff]
[    0.174761] pci 0000:20:00.0: [1022:43c7] type 01 class 0x060400
[    0.174808] pci 0000:20:00.0: enabling Extended Tags
[    0.174866] pci 0000:20:00.0: PME# supported from D3hot D3cold
[    0.174955] pci 0000:20:01.0: [1022:43c7] type 01 class 0x060400
[    0.175003] pci 0000:20:01.0: enabling Extended Tags
[    0.175060] pci 0000:20:01.0: PME# supported from D3hot D3cold
[    0.175156] pci 0000:20:04.0: [1022:43c7] type 01 class 0x060400
[    0.175204] pci 0000:20:04.0: enabling Extended Tags
[    0.175261] pci 0000:20:04.0: PME# supported from D3hot D3cold
[    0.175361] pci 0000:03:00.2: PCI bridge to [bus 20-25]
[    0.175366] pci 0000:03:00.2:   bridge window [io  0xf000-0xffff]
[    0.175369] pci 0000:03:00.2:   bridge window [mem 0xfc900000-0xfcafffff]
[    0.175442] pci 0000:21:00.0: [8086:2526] type 00 class 0x028000
[    0.175472] pci 0000:21:00.0: reg 0x10: [mem 0xfca00000-0xfca03fff 64bit]
[    0.175632] pci 0000:21:00.0: PME# supported from D0 D3hot D3cold
[    0.175791] pci 0000:20:00.0: PCI bridge to [bus 21]
[    0.175798] pci 0000:20:00.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.175874] pci 0000:22:00.0: [8086:1539] type 00 class 0x020000
[    0.175906] pci 0000:22:00.0: reg 0x10: [mem 0xfc900000-0xfc91ffff]
[    0.175940] pci 0000:22:00.0: reg 0x18: [io  0xf000-0xf01f]
[    0.175957] pci 0000:22:00.0: reg 0x1c: [mem 0xfc920000-0xfc923fff]
[    0.176140] pci 0000:22:00.0: PME# supported from D0 D3hot D3cold
[    0.176298] pci 0000:20:01.0: PCI bridge to [bus 22]
[    0.176303] pci 0000:20:01.0:   bridge window [io  0xf000-0xffff]
[    0.176305] pci 0000:20:01.0:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.176347] pci 0000:20:04.0: PCI bridge to [bus 25]
[    0.176426] pci 0000:26:00.0: [1022:1470] type 01 class 0x060400
[    0.176439] pci 0000:26:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff]
[    0.176523] pci 0000:26:00.0: PME# supported from D0 D3hot D3cold
[    0.176624] pci 0000:00:03.1: PCI bridge to [bus 26-28]
[    0.176627] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.176628] pci 0000:00:03.1:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.176631] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.176675] pci 0000:27:00.0: [1022:1471] type 01 class 0x060400
[    0.176764] pci 0000:27:00.0: PME# supported from D0 D3hot D3cold
[    0.176849] pci 0000:26:00.0: PCI bridge to [bus 27-28]
[    0.176853] pci 0000:26:00.0:   bridge window [io  0xe000-0xefff]
[    0.176855] pci 0000:26:00.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.176859] pci 0000:26:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.176906] pci 0000:28:00.0: [1002:687f] type 00 class 0x030000
[    0.176922] pci 0000:28:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.176932] pci 0000:28:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.176939] pci 0000:28:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.176946] pci 0000:28:00.0: reg 0x24: [mem 0xfcc00000-0xfcc7ffff]
[    0.176953] pci 0000:28:00.0: reg 0x30: [mem 0xfcc80000-0xfcc9ffff pref]
[    0.176966] pci 0000:28:00.0: BAR 0: assigned to efifb
[    0.177026] pci 0000:28:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.177125] pci 0000:28:00.1: [1002:aaf8] type 00 class 0x040300
[    0.177138] pci 0000:28:00.1: reg 0x10: [mem 0xfcca0000-0xfcca3fff]
[    0.177227] pci 0000:28:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.177319] pci 0000:27:00.0: PCI bridge to [bus 28]
[    0.177323] pci 0000:27:00.0:   bridge window [io  0xe000-0xefff]
[    0.177325] pci 0000:27:00.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.177329] pci 0000:27:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.177378] pci 0000:29:00.0: [1022:148a] type 00 class 0x130000
[    0.177406] pci 0000:29:00.0: enabling Extended Tags
[    0.177515] pci 0000:00:07.1: PCI bridge to [bus 29]
[    0.177570] pci 0000:2a:00.0: [1022:1485] type 00 class 0x130000
[    0.177603] pci 0000:2a:00.0: enabling Extended Tags
[    0.177710] pci 0000:2a:00.1: [1022:1486] type 00 class 0x108000
[    0.177725] pci 0000:2a:00.1: reg 0x18: [mem 0xfc700000-0xfc7fffff]
[    0.177736] pci 0000:2a:00.1: reg 0x24: [mem 0xfc808000-0xfc809fff]
[    0.177744] pci 0000:2a:00.1: enabling Extended Tags
[    0.177843] pci 0000:2a:00.3: [1022:149c] type 00 class 0x0c0330
[    0.177855] pci 0000:2a:00.3: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
[    0.177884] pci 0000:2a:00.3: enabling Extended Tags
[    0.177928] pci 0000:2a:00.3: PME# supported from D0 D3hot D3cold
[    0.177998] pci 0000:2a:00.4: [1022:1487] type 00 class 0x040300
[    0.178006] pci 0000:2a:00.4: reg 0x10: [mem 0xfc800000-0xfc807fff]
[    0.178032] pci 0000:2a:00.4: enabling Extended Tags
[    0.178072] pci 0000:2a:00.4: PME# supported from D0 D3hot D3cold
[    0.178161] pci 0000:00:08.1: PCI bridge to [bus 2a]
[    0.178165] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc8fffff]
[    0.178210] pci 0000:30:00.0: [1022:7901] type 00 class 0x010601
[    0.178244] pci 0000:30:00.0: reg 0x24: [mem 0xfcf00000-0xfcf007ff]
[    0.178254] pci 0000:30:00.0: enabling Extended Tags
[    0.178306] pci 0000:30:00.0: PME# supported from D3hot D3cold
[    0.178398] pci 0000:00:08.2: PCI bridge to [bus 30]
[    0.178402] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.178446] pci 0000:31:00.0: [1022:7901] type 00 class 0x010601
[    0.178481] pci 0000:31:00.0: reg 0x24: [mem 0xfce00000-0xfce007ff]
[    0.178491] pci 0000:31:00.0: enabling Extended Tags
[    0.178544] pci 0000:31:00.0: PME# supported from D3hot D3cold
[    0.178634] pci 0000:00:08.3: PCI bridge to [bus 31]
[    0.178638] pci 0000:00:08.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.178934] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.178975] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.179011] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.179054] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.179094] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.179126] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.179159] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.179192] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.180004] iommu: Default domain type: Translated 
[    0.180013] pci 0000:28:00.0: vgaarb: setting as boot VGA device
[    0.180013] pci 0000:28:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.180013] pci 0000:28:00.0: vgaarb: bridge control possible
[    0.180014] vgaarb: loaded
[    0.180119] SCSI subsystem initialized
[    0.180135] libata version 3.00 loaded.
[    0.180135] ACPI: bus type USB registered
[    0.180135] usbcore: registered new interface driver usbfs
[    0.180135] usbcore: registered new interface driver hub
[    0.180136] usbcore: registered new device driver usb
[    0.180136] pps_core: LinuxPPS API ver. 1 registered
[    0.180136] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.180136] PTP clock support registered
[    0.180136] EDAC MC: Ver: 3.0.0
[    0.180197] Registered efivars operations
[    0.180198] NetLabel: Initializing
[    0.180198] NetLabel:  domain hash size = 128
[    0.180198] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.180198] NetLabel:  unlabeled traffic allowed by default
[    0.180198] PCI: Using ACPI for IRQ routing
[    0.181731] PCI: pci_cache_line_size set to 64 bytes
[    0.181799] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.181800] e820: reserve RAM buffer [mem 0x09d80000-0x0bffffff]
[    0.181801] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.181801] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.181802] e820: reserve RAM buffer [mem 0xd7cd2000-0xd7ffffff]
[    0.181802] e820: reserve RAM buffer [mem 0xd7f5c000-0xd7ffffff]
[    0.181802] e820: reserve RAM buffer [mem 0xdbc83000-0xdbffffff]
[    0.181803] e820: reserve RAM buffer [mem 0xdbf77000-0xdbffffff]
[    0.181803] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.181804] e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
[    0.183359] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.183360] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.185373] clocksource: Switched to clocksource tsc-early
[    0.190182] VFS: Disk quotas dquot_6.6.0
[    0.190193] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.190232] pnp: PnP ACPI init
[    0.190299] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.190301] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.190362] system 00:01: [mem 0xfd000000-0xfd0fffff] has been reserved
[    0.190363] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.190389] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.190529] system 00:03: [io  0x0a00-0x0a0f] has been reserved
[    0.190530] system 00:03: [io  0x0a10-0x0a1f] has been reserved
[    0.190530] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    0.190531] system 00:03: [io  0x0a30-0x0a3f] has been reserved
[    0.190532] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.190726] pnp 00:04: [dma 0 disabled]
[    0.190747] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.190909] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.190909] system 00:05: [io  0x040b] has been reserved
[    0.190910] system 00:05: [io  0x04d6] has been reserved
[    0.190911] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.190911] system 00:05: [io  0x0c14] has been reserved
[    0.190912] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.190913] system 00:05: [io  0x0c52] has been reserved
[    0.190913] system 00:05: [io  0x0c6c] has been reserved
[    0.190914] system 00:05: [io  0x0c6f] has been reserved
[    0.190914] system 00:05: [io  0x0cd0-0x0cd1] has been reserved
[    0.190915] system 00:05: [io  0x0cd2-0x0cd3] has been reserved
[    0.190916] system 00:05: [io  0x0cd4-0x0cd5] has been reserved
[    0.190916] system 00:05: [io  0x0cd6-0x0cd7] has been reserved
[    0.190917] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.190918] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.190918] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.190919] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.190920] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.190920] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.190921] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.190922] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.190923] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.190924] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.190924] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.190925] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.190926] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.190927] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.191233] pnp: PnP ACPI: found 6 devices
[    0.196454] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.196500] NET: Registered protocol family 2
[    0.196615] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.196692] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.196871] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.196918] TCP: Hash tables configured (established 131072 bind 65536)
[    0.196980] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.197016] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.197048] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.197139] NET: Registered protocol family 1
[    0.197142] NET: Registered protocol family 44
[    0.197153] pci 0000:20:00.0: PCI bridge to [bus 21]
[    0.197157] pci 0000:20:00.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.197164] pci 0000:20:01.0: PCI bridge to [bus 22]
[    0.197166] pci 0000:20:01.0:   bridge window [io  0xf000-0xffff]
[    0.197170] pci 0000:20:01.0:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.197177] pci 0000:20:04.0: PCI bridge to [bus 25]
[    0.197187] pci 0000:03:00.2: PCI bridge to [bus 20-25]
[    0.197189] pci 0000:03:00.2:   bridge window [io  0xf000-0xffff]
[    0.197193] pci 0000:03:00.2:   bridge window [mem 0xfc900000-0xfcafffff]
[    0.197199] pci 0000:00:01.3: PCI bridge to [bus 03-25]
[    0.197200] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.197202] pci 0000:00:01.3:   bridge window [mem 0xfc900000-0xfcbfffff]
[    0.197207] pci 0000:27:00.0: PCI bridge to [bus 28]
[    0.197208] pci 0000:27:00.0:   bridge window [io  0xe000-0xefff]
[    0.197211] pci 0000:27:00.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.197214] pci 0000:27:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.197218] pci 0000:26:00.0: PCI bridge to [bus 27-28]
[    0.197219] pci 0000:26:00.0:   bridge window [io  0xe000-0xefff]
[    0.197222] pci 0000:26:00.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.197225] pci 0000:26:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.197229] pci 0000:00:03.1: PCI bridge to [bus 26-28]
[    0.197230] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.197232] pci 0000:00:03.1:   bridge window [mem 0xfcc00000-0xfcdfffff]
[    0.197234] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.197237] pci 0000:00:07.1: PCI bridge to [bus 29]
[    0.197242] pci 0000:00:08.1: PCI bridge to [bus 2a]
[    0.197245] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc8fffff]
[    0.197249] pci 0000:00:08.2: PCI bridge to [bus 30]
[    0.197251] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.197255] pci 0000:00:08.3: PCI bridge to [bus 31]
[    0.197257] pci 0000:00:08.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.197261] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.197262] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.197263] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.197263] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.197264] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.197264] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.197265] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.197265] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.197266] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.197267] pci_bus 0000:03: resource 1 [mem 0xfc900000-0xfcbfffff]
[    0.197267] pci_bus 0000:20: resource 0 [io  0xf000-0xffff]
[    0.197268] pci_bus 0000:20: resource 1 [mem 0xfc900000-0xfcafffff]
[    0.197268] pci_bus 0000:21: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.197269] pci_bus 0000:22: resource 0 [io  0xf000-0xffff]
[    0.197269] pci_bus 0000:22: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.197270] pci_bus 0000:26: resource 0 [io  0xe000-0xefff]
[    0.197271] pci_bus 0000:26: resource 1 [mem 0xfcc00000-0xfcdfffff]
[    0.197271] pci_bus 0000:26: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.197272] pci_bus 0000:27: resource 0 [io  0xe000-0xefff]
[    0.197272] pci_bus 0000:27: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.197273] pci_bus 0000:27: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.197273] pci_bus 0000:28: resource 0 [io  0xe000-0xefff]
[    0.197274] pci_bus 0000:28: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.197274] pci_bus 0000:28: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.197275] pci_bus 0000:2a: resource 1 [mem 0xfc600000-0xfc8fffff]
[    0.197276] pci_bus 0000:30: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.197276] pci_bus 0000:31: resource 1 [mem 0xfce00000-0xfcefffff]
[    0.197434] pci 0000:27:00.0: CLS mismatch (64 != 548), using 64 bytes
[    0.197441] pci 0000:28:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.197454] pci 0000:28:00.1: D0 power state depends on 0000:28:00.0
[    0.197596] Trying to unpack rootfs image as initramfs...
[    0.282938] Freeing initrd memory: 9800K
[    0.282952] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.282993] pci 0000:00:01.0: Adding to iommu group 0
[    0.283000] pci 0000:00:01.3: Adding to iommu group 1
[    0.283008] pci 0000:00:02.0: Adding to iommu group 2
[    0.283017] pci 0000:00:03.0: Adding to iommu group 3
[    0.283024] pci 0000:00:03.1: Adding to iommu group 4
[    0.283033] pci 0000:00:04.0: Adding to iommu group 5
[    0.283041] pci 0000:00:05.0: Adding to iommu group 6
[    0.283050] pci 0000:00:07.0: Adding to iommu group 7
[    0.283057] pci 0000:00:07.1: Adding to iommu group 8
[    0.283069] pci 0000:00:08.0: Adding to iommu group 9
[    0.283075] pci 0000:00:08.1: Adding to iommu group 10
[    0.283082] pci 0000:00:08.2: Adding to iommu group 11
[    0.283090] pci 0000:00:08.3: Adding to iommu group 12
[    0.283101] pci 0000:00:14.0: Adding to iommu group 13
[    0.283107] pci 0000:00:14.3: Adding to iommu group 13
[    0.283132] pci 0000:00:18.0: Adding to iommu group 14
[    0.283138] pci 0000:00:18.1: Adding to iommu group 14
[    0.283144] pci 0000:00:18.2: Adding to iommu group 14
[    0.283150] pci 0000:00:18.3: Adding to iommu group 14
[    0.283157] pci 0000:00:18.4: Adding to iommu group 14
[    0.283162] pci 0000:00:18.5: Adding to iommu group 14
[    0.283168] pci 0000:00:18.6: Adding to iommu group 14
[    0.283174] pci 0000:00:18.7: Adding to iommu group 14
[    0.283188] pci 0000:03:00.0: Adding to iommu group 15
[    0.283196] pci 0000:03:00.1: Adding to iommu group 15
[    0.283203] pci 0000:03:00.2: Adding to iommu group 15
[    0.283206] pci 0000:20:00.0: Adding to iommu group 15
[    0.283209] pci 0000:20:01.0: Adding to iommu group 15
[    0.283211] pci 0000:20:04.0: Adding to iommu group 15
[    0.283214] pci 0000:21:00.0: Adding to iommu group 15
[    0.283217] pci 0000:22:00.0: Adding to iommu group 15
[    0.283225] pci 0000:26:00.0: Adding to iommu group 16
[    0.283232] pci 0000:27:00.0: Adding to iommu group 17
[    0.283255] pci 0000:28:00.0: Adding to iommu group 18
[    0.283265] pci 0000:28:00.1: Adding to iommu group 19
[    0.283272] pci 0000:29:00.0: Adding to iommu group 20
[    0.283281] pci 0000:2a:00.0: Adding to iommu group 21
[    0.283289] pci 0000:2a:00.1: Adding to iommu group 22
[    0.283297] pci 0000:2a:00.3: Adding to iommu group 23
[    0.283305] pci 0000:2a:00.4: Adding to iommu group 24
[    0.283312] pci 0000:30:00.0: Adding to iommu group 25
[    0.283320] pci 0000:31:00.0: Adding to iommu group 26
[    0.286888] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.286889] pci 0000:00:00.2: AMD-Vi: Extended features (0x58f77ef22294ade):
[    0.286889]  PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.286891] AMD-Vi: Interrupt remapping enabled
[    0.286891] AMD-Vi: Virtual APIC enabled
[    0.286891] AMD-Vi: X2APIC enabled
[    0.286978] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.287887] amd_uncore: AMD NB counters detected
[    0.287891] amd_uncore: AMD LLC counters detected
[    0.288057] LVT offset 0 assigned for vector 0x400
[    0.288142] perf: AMD IBS detected (0x000003ff)
[    0.288146] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.288182] check: Scanning for low memory corruption every 60 seconds
[    0.288508] Initialise system trusted keyrings
[    0.288517] Key type blacklist registered
[    0.288541] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.289155] zbud: loaded
[    0.291568] Key type asymmetric registered
[    0.291569] Asymmetric key parser 'x509' registered
[    0.291574] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.291610] io scheduler mq-deadline registered
[    0.291610] io scheduler kyber registered
[    0.291621] io scheduler bfq registered
[    0.291856] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[    0.291976] pcieport 0000:00:03.1: AER: enabled with IRQ 27
[    0.292144] pcieport 0000:00:07.1: AER: enabled with IRQ 29
[    0.292239] pcieport 0000:00:08.1: AER: enabled with IRQ 30
[    0.292365] pcieport 0000:00:08.2: AER: enabled with IRQ 31
[    0.292501] pcieport 0000:00:08.3: AER: enabled with IRQ 32
[    0.293311] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.293364] efifb: probing for efifb
[    0.293384] efifb: Ignoring BGRT: unexpected or invalid BMP data
[    0.293384] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[    0.293385] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.293385] efifb: scrolling: redraw
[    0.293386] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.293418] fbcon: Deferring console take-over
[    0.293418] fb0: EFI VGA frame buffer device
[    0.293462] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.293475] ACPI: Power Button [PWRB]
[    0.293499] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.297299] ACPI: Power Button [PWRF]
[    0.297386] Monitor-Mwait will be used to enter C-1 state
[    0.297392] ACPI: \_PR_.C000: Found 2 idle states
[    0.297491] ACPI: \_PR_.C002: Found 2 idle states
[    0.297568] ACPI: \_PR_.C004: Found 2 idle states
[    0.297672] ACPI: \_PR_.C006: Found 2 idle states
[    0.297792] ACPI: \_PR_.C008: Found 2 idle states
[    0.297869] ACPI: \_PR_.C00A: Found 2 idle states
[    0.297922] ACPI: \_PR_.C00C: Found 2 idle states
[    0.297971] ACPI: \_PR_.C00E: Found 2 idle states
[    0.298021] ACPI: \_PR_.C001: Found 2 idle states
[    0.298104] ACPI: \_PR_.C003: Found 2 idle states
[    0.298180] ACPI: \_PR_.C005: Found 2 idle states
[    0.298260] ACPI: \_PR_.C007: Found 2 idle states
[    0.298332] ACPI: \_PR_.C009: Found 2 idle states
[    0.298404] ACPI: \_PR_.C00B: Found 2 idle states
[    0.298476] ACPI: \_PR_.C00D: Found 2 idle states
[    0.298544] ACPI: \_PR_.C00F: Found 2 idle states
[    0.298708] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.298843] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.299321] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.299945] ahci 0000:03:00.1: version 3.0
[    0.300021] ahci 0000:03:00.1: SSS flag set, parallel bus scan disabled
[    0.300058] ahci 0000:03:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    0.300059] ahci 0000:03:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.300353] scsi host0: ahci
[    0.300435] scsi host1: ahci
[    0.300489] scsi host2: ahci
[    0.300539] scsi host3: ahci
[    0.300587] scsi host4: ahci
[    0.300635] scsi host5: ahci
[    0.300684] scsi host6: ahci
[    0.300733] scsi host7: ahci
[    0.300751] ata1: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80100 irq 42
[    0.300752] ata2: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80180 irq 42
[    0.300753] ata3: DUMMY
[    0.300753] ata4: DUMMY
[    0.300754] ata5: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80300 irq 42
[    0.300755] ata6: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80380 irq 42
[    0.300756] ata7: DUMMY
[    0.300756] ata8: DUMMY
[    0.300859] ahci 0000:30:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.300860] ahci 0000:30:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.300949] scsi host8: ahci
[    0.300969] ata9: SATA max UDMA/133 abar m2048@0xfcf00000 port 0xfcf00100 irq 44
[    0.301106] ahci 0000:31:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x10 impl SATA mode
[    0.301107] ahci 0000:31:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.301296] scsi host9: ahci
[    0.301360] scsi host10: ahci
[    0.301414] scsi host11: ahci
[    0.301465] scsi host12: ahci
[    0.301511] scsi host13: ahci
[    0.301530] ata10: DUMMY
[    0.301530] ata11: DUMMY
[    0.301531] ata12: DUMMY
[    0.301531] ata13: DUMMY
[    0.301532] ata14: SATA max UDMA/133 abar m2048@0xfce00000 port 0xfce00300 irq 50
[    0.301552] usbcore: registered new interface driver usbserial_generic
[    0.301554] usbserial: USB Serial support registered for generic
[    0.301567] rtc_cmos 00:02: RTC can wake from S4
[    0.301719] rtc_cmos 00:02: registered as rtc0
[    0.301755] rtc_cmos 00:02: setting system clock to 2020-11-07T04:46:49 UTC (1604724409)
[    0.301763] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.301881] ledtrig-cpu: registered to indicate activity on CPUs
[    0.301936] drop_monitor: Initializing network drop monitor service
[    0.302027] NET: Registered protocol family 10
[    0.304480] Segment Routing with IPv6
[    0.304480] RPL Segment Routing with IPv6
[    0.304490] NET: Registered protocol family 17
[    0.305091] microcode: CPU0: patch_level=0x08701021
[    0.305094] microcode: CPU1: patch_level=0x08701021
[    0.305100] microcode: CPU2: patch_level=0x08701021
[    0.305105] microcode: CPU3: patch_level=0x08701021
[    0.305110] microcode: CPU4: patch_level=0x08701021
[    0.305115] microcode: CPU5: patch_level=0x08701021
[    0.305119] microcode: CPU6: patch_level=0x08701021
[    0.305121] microcode: CPU7: patch_level=0x08701021
[    0.305125] microcode: CPU8: patch_level=0x08701021
[    0.305130] microcode: CPU9: patch_level=0x08701021
[    0.305135] microcode: CPU10: patch_level=0x08701021
[    0.305140] microcode: CPU11: patch_level=0x08701021
[    0.305144] microcode: CPU12: patch_level=0x08701021
[    0.305148] microcode: CPU13: patch_level=0x08701021
[    0.305152] microcode: CPU14: patch_level=0x08701021
[    0.305156] microcode: CPU15: patch_level=0x08701021
[    0.305171] microcode: Microcode Update Driver: v2.2.
[    0.305284] resctrl: L3 allocation detected
[    0.305285] resctrl: L3DATA allocation detected
[    0.305285] resctrl: L3CODE allocation detected
[    0.305285] resctrl: MB allocation detected
[    0.305286] resctrl: L3 monitoring detected
[    0.305287] IPI shorthand broadcast: enabled
[    0.305292] sched_clock: Marking stable (331943026, -26663486)->(379072724, -73793184)
[    0.305382] registered taskstats version 1
[    0.305388] Loading compiled-in X.509 certificates
[    0.306682] Loaded X.509 cert 'Build time autogenerated kernel key: 2c7154308eb47ac1fe07b39eccabab497656b7e8'
[    0.306770] zswap: loaded using pool lz4/z3fold
[    0.306877] Key type ._fscrypt registered
[    0.306878] Key type .fscrypt registered
[    0.306878] Key type fscrypt-provisioning registered
[    0.307127] PM:   Magic number: 12:214:767
[    0.307150] pcieport 0000:27:00.0: hash matches
[    0.307225] RAS: Correctable Errors collector initialized.
[    0.618180] ata9: SATA link down (SStatus 0 SControl 300)
[    0.780564] ata14: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.781276] ata14.00: supports DRM functions and may not be fully accessible
[    0.781299] ata14.00: ATA-10: CT500MX500SSD4, M3CR023, max UDMA/133
[    0.781300] ata14.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    0.781647] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.781876] ata14.00: supports DRM functions and may not be fully accessible
[    0.782363] ata14.00: configured for UDMA/133
[    0.784830] ata1.00: ATAPI: ATAPI   iHAS124   F, CL9N, max UDMA/133
[    0.785634] ata1.00: configured for UDMA/133
[    0.786921] scsi 0:0:0:0: CD-ROM            ATAPI    iHAS124   F      CL9N PQ: 0 ANSI: 5
[    1.124290] ata2: SATA link down (SStatus 0 SControl 300)
[    1.303796] tsc: Refined TSC clocksource calibration: 3599.996 MHz
[    1.303804] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e44fb235b, max_idle_ns: 440795341910 ns
[    1.303845] clocksource: Switched to clocksource tsc
[    1.434680] ata5: SATA link down (SStatus 0 SControl 330)
[    1.745208] ata6: SATA link down (SStatus 0 SControl 330)
[    1.745436] scsi 13:0:0:0: Direct-Access     ATA      CT500MX500SSD4   023  PQ: 0 ANSI: 5
[    1.745550] sd 13:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.745551] sd 13:0:0:0: [sda] 4096-byte physical blocks
[    1.745557] sd 13:0:0:0: [sda] Write Protect is off
[    1.745558] sd 13:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.745565] sd 13:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.750015]  sda: sda1 sda2 sda3
[    1.750503] sd 13:0:0:0: [sda] supports TCG Opal
[    1.750504] sd 13:0:0:0: [sda] Attached SCSI disk
[    1.751847] Freeing unused decrypted memory: 2040K
[    1.752050] Freeing unused kernel image (initmem) memory: 1656K
[    1.780528] Write protecting the kernel read-only data: 24576k
[    1.780977] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    1.781086] Freeing unused kernel image (rodata/data gap) memory: 264K
[    1.803401] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.803405] Run /init as init process
[    1.803406]   with arguments:
[    1.803406]     /init
[    1.803407]   with environment:
[    1.803407]     HOME=/
[    1.803407]     TERM=linux
[    1.803408]     BOOT_IMAGE=/boot/vmlinuz-linux
[    1.813520] fbcon: Taking over console
[    1.813564] Console: switching to colour frame buffer device 128x48
[    1.854652] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.854656] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[    1.908311] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    1.908313] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.909952] xhci_hcd 0000:03:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    1.910091] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    1.910092] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.910092] usb usb1: Product: xHCI Host Controller
[    1.910093] usb usb1: Manufacturer: Linux 5.9.4-arch1-1 xhci-hcd
[    1.910093] usb usb1: SerialNumber: 0000:03:00.0
[    1.910165] hub 1-0:1.0: USB hub found
[    1.910179] hub 1-0:1.0: 10 ports detected
[    1.910482] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.910483] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    1.910485] xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.910524] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.910535] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    1.910536] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.910536] usb usb2: Product: xHCI Host Controller
[    1.910537] usb usb2: Manufacturer: Linux 5.9.4-arch1-1 xhci-hcd
[    1.910538] usb usb2: SerialNumber: 0000:03:00.0
[    1.910581] hub 2-0:1.0: USB hub found
[    1.910587] hub 2-0:1.0: 4 ports detected
[    1.910794] xhci_hcd 0000:2a:00.3: xHCI Host Controller
[    1.910796] xhci_hcd 0000:2a:00.3: new USB bus registered, assigned bus number 3
[    1.910899] xhci_hcd 0000:2a:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.911145] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    1.911146] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.911146] usb usb3: Product: xHCI Host Controller
[    1.911147] usb usb3: Manufacturer: Linux 5.9.4-arch1-1 xhci-hcd
[    1.911147] usb usb3: SerialNumber: 0000:2a:00.3
[    1.911191] hub 3-0:1.0: USB hub found
[    1.911196] hub 3-0:1.0: 4 ports detected
[    1.911307] xhci_hcd 0000:2a:00.3: xHCI Host Controller
[    1.911308] xhci_hcd 0000:2a:00.3: new USB bus registered, assigned bus number 4
[    1.911309] xhci_hcd 0000:2a:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.911319] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.911332] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    1.911332] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.911333] usb usb4: Product: xHCI Host Controller
[    1.911334] usb usb4: Manufacturer: Linux 5.9.4-arch1-1 xhci-hcd
[    1.911334] usb usb4: SerialNumber: 0000:2a:00.3
[    1.911380] hub 4-0:1.0: USB hub found
[    1.911385] hub 4-0:1.0: 4 ports detected
[    1.943601] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    2.240048] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[    2.240058] usb 1-9: new low-speed USB device number 2 using xhci_hcd
[    2.397365] usb 3-1: New USB device found, idVendor=2516, idProduct=0047, bcdDevice=11.08
[    2.397367] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.397368] usb 3-1: Product: MasterKeys Pro L White
[    2.397368] usb 3-1: Manufacturer: Cooler Master Technology Inc.
[    2.406259] random: fast init done
[    2.410562] hid: raw HID events driver (C) Jiri Kosina
[    2.425414] usbcore: registered new interface driver usbhid
[    2.425415] usbhid: USB HID core driver
[    2.426818] input: Cooler Master Technology Inc. MasterKeys Pro L White as /devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-1/3-1:1.0/0003:2516:0047.0001/input/input2
[    2.432980] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    2.483406] hid-generic 0003:2516:0047.0001: input,hidraw0: USB HID v1.11 Keyboard [Cooler Master Technology Inc. MasterKeys Pro L White] on usb-0000:2a:00.3-1/input0
[    2.483504] hid-generic 0003:2516:0047.0002: hiddev0,hidraw1: USB HID v1.11 Device [Cooler Master Technology Inc. MasterKeys Pro L White] on usb-0000:2a:00.3-1/input1
[    2.483576] input: Cooler Master Technology Inc. MasterKeys Pro L White System Control as /devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-1/3-1:1.2/0003:2516:0047.0003/input/input3
[    2.492275] usb 1-9: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    2.492277] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.492278] usb 1-9: Product: USB Optical Mouse
[    2.492278] usb 1-9: Manufacturer: Logitech
[    2.507087] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-9/1-9:1.0/0003:046D:C077.0004/input/input6
[    2.530027] usb 3-3: new full-speed USB device number 3 using xhci_hcd
[    2.540046] input: Cooler Master Technology Inc. MasterKeys Pro L White Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-1/3-1:1.2/0003:2516:0047.0003/input/input4
[    2.540068] input: Cooler Master Technology Inc. MasterKeys Pro L White Keyboard as /devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-1/3-1:1.2/0003:2516:0047.0003/input/input5
[    2.540074] hid-generic 0003:046D:C077.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:03:00.0-9/input0
[    2.540114] hid-generic 0003:2516:0047.0003: input,hidraw3: USB HID v1.11 Keyboard [Cooler Master Technology Inc. MasterKeys Pro L White] on usb-0000:2a:00.3-1/input2
[    2.589295] systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    2.603411] systemd[1]: Detected architecture x86-64.
[    2.638236] systemd[1]: Set hostname to <arch64>.
[    2.682412] usb 3-3: New USB device found, idVendor=1462, idProduct=7b85, bcdDevice= 0.01
[    2.682415] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.682416] usb 3-3: Product: PRO CARBON   
[    2.682417] usb 3-3: Manufacturer: MSI
[    2.682418] usb 3-3: SerialNumber: A02018070613
[    2.782438] input: MSI PRO CARBON    as /devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-3/3-3:1.0/0003:1462:7B85.0005/input/input7
[    2.782491] hid-generic 0003:1462:7B85.0005: input,hiddev1,hidraw4: USB HID v1.10 Device [MSI PRO CARBON   ] on usb-0000:2a:00.3-3/input0
[    2.835871] systemd[1]: Queued start job for default target Graphical Interface.
[    2.836433] systemd[1]: Created slice system-getty.slice.
[    2.836560] systemd[1]: Created slice system-modprobe.slice.
[    2.836674] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.836791] systemd[1]: Created slice User and Session Slice.
[    2.836815] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.836833] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.836908] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.836924] systemd[1]: Reached target Local Encrypted Volumes.
[    2.836930] systemd[1]: Reached target Login Prompts.
[    2.836941] systemd[1]: Reached target Paths.
[    2.836949] systemd[1]: Reached target Remote File Systems.
[    2.836954] systemd[1]: Reached target Slices.
[    2.836966] systemd[1]: Reached target System Time Set.
[    2.836971] systemd[1]: Reached target System Time Synchronized.
[    2.836999] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.837032] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.837167] systemd[1]: Listening on LVM2 poll daemon socket.
[    2.838042] systemd[1]: Listening on Process Core Dump Socket.
[    2.838100] systemd[1]: Listening on Journal Audit Socket.
[    2.838133] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.838172] systemd[1]: Listening on Journal Socket.
[    2.838215] systemd[1]: Listening on udev Control Socket.
[    2.838243] systemd[1]: Listening on udev Kernel Socket.
[    2.838613] systemd[1]: Mounting Huge Pages File System...
[    2.839055] systemd[1]: Mounting POSIX Message Queue File System...
[    2.839551] systemd[1]: Mounting Kernel Debug File System...
[    2.839980] systemd[1]: Mounting Kernel Trace File System...
[    2.840463] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.840939] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    2.841371] systemd[1]: Starting Load Kernel Module drm...
[    2.842300] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    2.842317] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.843144] systemd[1]: Starting Journal Service...
[    2.844757] systemd[1]: Starting Load Kernel Modules...
[    2.845187] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.845209] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    2.845641] systemd[1]: Starting Coldplug All udev Devices...
[    2.846229] systemd[1]: Mounted Huge Pages File System.
[    2.846286] systemd[1]: Mounted POSIX Message Queue File System.
[    2.846331] systemd[1]: Mounted Kernel Debug File System.
[    2.846376] systemd[1]: Mounted Kernel Trace File System.
[    2.846581] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.849200] Linux agpgart interface v0.103
[    2.849615] EXT4-fs (sda3): re-mounted. Opts: (null)
[    2.850185] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.850275] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    2.853443] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.853886] systemd[1]: Starting Load/Save Random Seed...
[    2.853912] systemd[1]: Condition check resulted in Create System Users being skipped.
[    2.854290] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.859255] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    2.859288] sd 13:0:0:0: Attached scsi generic sg1 type 0
[    2.859725] random: lvm: uninitialized urandom read (4 bytes read)
[    2.859862] systemd[1]: Finished Load Kernel Modules.
[    2.859966] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    2.860379] systemd[1]: Mounting Kernel Configuration File System...
[    2.860774] systemd[1]: Starting Apply Kernel Variables...
[    2.861315] systemd[1]: Mounted Kernel Configuration File System.
[    2.865882] systemd[1]: Finished Apply Kernel Variables.
[    2.869205] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.870018] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    2.870161] systemd[1]: modprobe@drm.service: Succeeded.
[    2.870339] systemd[1]: Finished Load Kernel Module drm.
[    2.888323] systemd[1]: Finished Coldplug All udev Devices.
[    2.910010] usb 3-4: new full-speed USB device number 4 using xhci_hcd
[    3.032670] systemd[1]: Started Journal Service.
[    3.032714] audit: type=1130 audit(1604724412.225:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.064351] usb 3-4: New USB device found, idVendor=8087, idProduct=0025, bcdDevice= 0.02
[    3.064353] usb 3-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.075803] audit: type=1130 audit(1604724412.268:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.076335] audit: type=1130 audit(1604724412.268:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.093760] acpi_cpufreq: overriding BIOS provided _PSD data
[    3.161465] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    3.161468] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    3.161533] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    3.161542] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    3.162019] mousedev: PS/2 mouse device common for all mice
[    3.162239] dca service started, version 1.12.1
[    3.163396] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    3.163397] RAPL PMU: hw unit of domain package 2^-16 Joules
[    3.163455] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    3.166138] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    3.166205] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    3.166211] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    3.168462] cryptd: max_cpu_qlen set to 1000
[    3.172168] ccp 0000:2a:00.1: enabling device (0000 -> 0002)
[    3.172309] ccp 0000:2a:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    3.176204] AVX2 version of gcm_enc/dec engaged.
[    3.176205] AES CTR mode by8 optimization enabled
[    3.181611] igb: Intel(R) Gigabit Ethernet Network Driver
[    3.181613] igb: Copyright (c) 2007-2014 Intel Corporation.
[    3.207628] Adding 33554428k swap on /dev/sda2.  Priority:-2 extents:1 across:33554428k SSFS
[    3.209797] audit: type=1130 audit(1604724412.402:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.210383] pps pps0: new PPS source ptp0
[    3.210406] igb 0000:22:00.0: added PHC on eth0
[    3.210407] igb 0000:22:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.210408] igb 0000:22:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:d8:61:59:76:02
[    3.210409] igb 0000:22:00.0: eth0: PBA No: FFFFFF-0FF
[    3.210410] igb 0000:22:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    3.237989] audit: type=1130 audit(1604724412.432:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.270644] audit: type=1130 audit(1604724412.465:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-AF75\x2d5C52 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.284237] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.306935] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.307038] snd_hda_intel 0000:28:00.1: Force to non-snoop mode
[    3.307258] snd_hda_intel 0000:2a:00.4: enabling device (0000 -> 0002)
[    3.308233] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.308235] cfg80211: failed to load regulatory.db
[    3.316638] igb 0000:22:00.0 enp34s0: renamed from eth0
[    3.323648] kvm: disabled by bios
[    3.334995] audit: type=1130 audit(1604724412.528:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.339066] audit: type=1127 audit(1604724412.532:9): pid=496 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    3.340779] audit: type=1130 audit(1604724412.535:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.345684] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    3.348697] random: dhcpcd: uninitialized urandom read (112 bytes read)
[    3.364114] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:26:00.0/0000:27:00.0/0000:28:00.1/sound/card0/input9
[    3.364156] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:26:00.0/0000:27:00.0/0000:28:00.1/sound/card0/input10
[    3.364196] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:26:00.0/0000:27:00.0/0000:28:00.1/sound/card0/input11
[    3.364229] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:26:00.0/0000:27:00.0/0000:28:00.1/sound/card0/input12
[    3.364261] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:26:00.0/0000:27:00.0/0000:28:00.1/sound/card0/input13
[    3.364299] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:26:00.0/0000:27:00.0/0000:28:00.1/sound/card0/input14
[    3.491608] MCE: In-kernel MCE decoding enabled.
[    3.492959] kvm: disabled by bios
[    3.495092] Intel(R) Wireless WiFi driver for Linux
[    3.497968] Bluetooth: Core ver 2.22
[    3.497982] NET: Registered protocol family 31
[    3.497982] Bluetooth: HCI device and connection manager initialized
[    3.497987] Bluetooth: HCI socket layer initialized
[    3.497989] Bluetooth: L2CAP socket layer initialized
[    3.497993] Bluetooth: SCO socket layer initialized
[    3.510238] iwlwifi 0000:21:00.0: enabling device (0000 -> 0002)
[    3.520549] iwlwifi 0000:21:00.0: WRT: Overriding region id 0
[    3.520551] iwlwifi 0000:21:00.0: WRT: Overriding region id 1
[    3.520553] iwlwifi 0000:21:00.0: WRT: Overriding region id 2
[    3.520554] iwlwifi 0000:21:00.0: WRT: Overriding region id 3
[    3.520555] iwlwifi 0000:21:00.0: WRT: Overriding region id 4
[    3.520556] iwlwifi 0000:21:00.0: WRT: Overriding region id 6
[    3.520557] iwlwifi 0000:21:00.0: WRT: Overriding region id 8
[    3.520558] iwlwifi 0000:21:00.0: WRT: Overriding region id 9
[    3.520559] iwlwifi 0000:21:00.0: WRT: Overriding region id 10
[    3.520560] iwlwifi 0000:21:00.0: WRT: Overriding region id 11
[    3.520562] iwlwifi 0000:21:00.0: WRT: Overriding region id 15
[    3.520563] iwlwifi 0000:21:00.0: WRT: Overriding region id 16
[    3.520564] iwlwifi 0000:21:00.0: WRT: Overriding region id 18
[    3.520566] iwlwifi 0000:21:00.0: WRT: Overriding region id 19
[    3.520567] iwlwifi 0000:21:00.0: WRT: Overriding region id 20
[    3.520568] iwlwifi 0000:21:00.0: WRT: Overriding region id 21
[    3.520570] iwlwifi 0000:21:00.0: WRT: Overriding region id 28
[    3.520829] iwlwifi 0000:21:00.0: loaded firmware version 46.4d093a30.0 9260-th-b0-jf-b0-46.ucode op_mode iwlmvm
[    3.597352] EDAC amd64: F17h_M70h detected (node 0).
[    3.597399] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.637916] [drm] amdgpu kernel modesetting enabled.
[    3.638006] amdgpu: Ignoring ACPI CRAT on non-APU system
[    3.638012] Virtual CRAT table created for CPU
[    3.638029] amdgpu: Topology: Add CPU node
[    3.638179] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[    3.638183] fb0: switching to amdgpudrmfb from EFI VGA
[    3.638276] Console: switching to colour dummy device 80x25
[    3.638327] amdgpu 0000:28:00.0: vgaarb: deactivate vga console
[    3.638473] [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x1043:0x04C4 0xC1).
[    3.638477] amdgpu 0000:28:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[    3.638491] [drm] register mmio base: 0xFCC00000
[    3.638493] [drm] register mmio size: 524288
[    3.638510] [drm] add ip block number 0 <soc15_common>
[    3.638513] [drm] add ip block number 1 <gmc_v9_0>
[    3.638514] [drm] add ip block number 2 <vega10_ih>
[    3.638516] [drm] add ip block number 3 <psp>
[    3.638518] [drm] add ip block number 4 <gfx_v9_0>
[    3.638520] [drm] add ip block number 5 <sdma_v4_0>
[    3.638522] [drm] add ip block number 6 <powerplay>
[    3.638523] [drm] add ip block number 7 <dm>
[    3.638525] [drm] add ip block number 8 <uvd_v7_0>
[    3.638526] [drm] add ip block number 9 <vce_v4_0>
[    3.639125] amdgpu 0000:28:00.0: No more image in the PCI ROM
[    3.639151] amdgpu: ATOM BIOS: 115-D050PIL-100
[    3.639873] [drm] UVD(0) is enabled in VM mode
[    3.639873] [drm] UVD(0) ENC is enabled in VM mode
[    3.639874] [drm] VCE enabled in VM mode
[    3.639897] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    3.639904] amdgpu 0000:28:00.0: amdgpu: VRAM: 8176M 0x000000F400000000 - 0x000000F5FEFFFFFF (8176M used)
[    3.639906] amdgpu 0000:28:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    3.639908] amdgpu 0000:28:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    3.639912] [drm] Detected VRAM RAM=8176M, BAR=256M
[    3.639913] [drm] RAM width 2048bits HBM
[    3.639966] [TTM] Zone  kernel: Available graphics memory: 8201562 KiB
[    3.639967] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    3.639968] [TTM] Initializing pool allocator
[    3.639971] [TTM] Initializing DMA pool allocator
[    3.640019] [drm] amdgpu: 8176M of VRAM memory ready
[    3.640023] [drm] amdgpu: 8176M of GTT memory ready.
[    3.640026] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    3.640177] [drm] PCIE GART of 512M enabled (table at 0x000000F400900000).
[    3.648297] amdgpu: hwmgr_sw_init smu backed is vega10_smu
[    3.650135] [drm] Found UVD firmware Version: 66.43 Family ID: 17
[    3.650138] [drm] PSP loading UVD firmware
[    3.651058] [drm] Found VCE firmware Version: 57.6 Binary ID: 4
[    3.651085] [drm] PSP loading VCE firmware
[    3.664178] EDAC amd64: F17h_M70h detected (node 0).
[    3.664234] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.664798] kvm: disabled by bios
[    3.665058] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    3.665061] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.665062] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.665063] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.665065] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[    3.665066] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.665068] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    3.665069] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    3.665070] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    3.676635] 8021q: 802.1Q VLAN Support v1.8
[    3.676970] usbcore: registered new interface driver btusb
[    3.679363] Bluetooth: hci0: Firmware revision 0.1 build 241 week 36 2020
[    3.680874] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:2a:00.4/sound/card1/input15
[    3.680949] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:2a:00.4/sound/card1/input16
[    3.681018] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:2a:00.4/sound/card1/input17
[    3.681084] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:2a:00.4/sound/card1/input18
[    3.681146] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:2a:00.4/sound/card1/input19
[    3.681213] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:2a:00.4/sound/card1/input20
[    3.681278] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:2a:00.4/sound/card1/input21
[    3.734243] 8021q: adding VLAN 0 to HW filter on device enp34s0
[    3.839537] [drm] reserve 0x400000 from 0xf5fec00000 for PSP TMR
[    3.878392] EDAC amd64: F17h_M70h detected (node 0).
[    3.878446] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.881196] iwlwifi 0000:21:00.0: Detected Intel(R) Wireless-AC 9260, REV=0x324
[    3.881700] kvm: disabled by bios
[    3.927875] iwlwifi 0000:21:00.0: base HW address: a4:c3:f0:ba:78:ef
[    3.988249] [drm] kiq ring mec 2 pipe 1 q 0
[    3.993532] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    3.993912] thermal thermal_zone0: failed to read out thermal zone (-61)
[    3.996885] iwlwifi 0000:21:00.0 wlo1: renamed from wlan0
[    4.001107] [drm] Display Core initialized with v3.2.95!
[    4.010213] snd_hda_intel 0000:28:00.1: bound 0000:28:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    4.077946] EDAC amd64: F17h_M70h detected (node 0).
[    4.077997] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.078450] kvm: disabled by bios
[    4.096690] random: crng init done
[    4.096691] random: 1 urandom warning(s) missed due to ratelimiting
[    4.113961] [drm] UVD and UVD ENC initialized successfully.
[    4.214391] [drm] VCE initialized successfully.
[    4.215356] kfd kfd: Allocated 3969056 bytes on gart
[    4.215820] Virtual CRAT table created for GPU
[    4.215893] amdgpu: Topology: Add dGPU node [0x687f:0x1002]
[    4.215894] kfd kfd: added device 1002:687f
[    4.215896] amdgpu 0000:28:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 16, active_cu_number 64
[    4.217120] [drm] fb mappable at 0xE0CEE000
[    4.217121] [drm] vram apper at 0xE0000000
[    4.217122] [drm] size 14745600
[    4.217123] [drm] fb depth is 24
[    4.217123] [drm]    pitch is 10240
[    4.217158] fbcon: amdgpudrmfb (fb0) is primary device
[    4.271507] Console: switching to colour frame buffer device 160x45
[    4.282203] amdgpu 0000:28:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    4.316736] amdgpu 0000:28:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    4.316738] amdgpu 0000:28:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    4.316739] amdgpu 0000:28:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    4.316740] amdgpu 0000:28:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    4.316741] amdgpu 0000:28:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    4.316742] amdgpu 0000:28:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    4.316743] amdgpu 0000:28:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    4.316743] amdgpu 0000:28:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    4.316744] amdgpu 0000:28:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    4.316745] amdgpu 0000:28:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    4.316746] amdgpu 0000:28:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    4.316747] amdgpu 0000:28:00.0: amdgpu: ring page0 uses VM inv eng 1 on hub 1
[    4.316747] amdgpu 0000:28:00.0: amdgpu: ring sdma1 uses VM inv eng 4 on hub 1
[    4.316748] amdgpu 0000:28:00.0: amdgpu: ring page1 uses VM inv eng 5 on hub 1
[    4.316749] amdgpu 0000:28:00.0: amdgpu: ring uvd_0 uses VM inv eng 6 on hub 1
[    4.316750] amdgpu 0000:28:00.0: amdgpu: ring uvd_enc_0.0 uses VM inv eng 7 on hub 1
[    4.316751] amdgpu 0000:28:00.0: amdgpu: ring uvd_enc_0.1 uses VM inv eng 8 on hub 1
[    4.316751] amdgpu 0000:28:00.0: amdgpu: ring vce0 uses VM inv eng 9 on hub 1
[    4.316752] amdgpu 0000:28:00.0: amdgpu: ring vce1 uses VM inv eng 10 on hub 1
[    4.316753] amdgpu 0000:28:00.0: amdgpu: ring vce2 uses VM inv eng 11 on hub 1
[    4.316754] [drm] ECC is not present.
[    4.316756] [drm] SRAM ECC is not present.
[    4.317599] [drm] Initialized amdgpu 3.39.0 20150101 for 0000:28:00.0 on minor 0
[    4.331577] EDAC amd64: F17h_M70h detected (node 0).
[    4.331626] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.332411] kvm: disabled by bios
[    4.518195] EDAC amd64: F17h_M70h detected (node 0).
[    4.518246] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.518840] kvm: disabled by bios
[    4.674939] EDAC amd64: F17h_M70h detected (node 0).
[    4.675034] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.675953] kvm: disabled by bios
[    4.864957] EDAC amd64: F17h_M70h detected (node 0).
[    4.865008] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.865517] kvm: disabled by bios
[    5.048611] kvm: disabled by bios
[    5.048918] EDAC amd64: F17h_M70h detected (node 0).
[    5.048972] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.210264] EDAC amd64: F17h_M70h detected (node 0).
[    5.210312] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.358076] EDAC amd64: F17h_M70h detected (node 0).
[    5.358123] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.400573] igb 0000:22:00.0 enp34s0: igb: enp34s0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[    5.400832] IPv6: ADDRCONF(NETDEV_CHANGE): enp34s0: link becomes ready
[    5.504390] EDAC amd64: F17h_M70h detected (node 0).
[    5.504438] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.637844] EDAC amd64: F17h_M70h detected (node 0).
[    5.637905] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.797556] EDAC amd64: F17h_M70h detected (node 0).
[    5.797608] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.947445] EDAC amd64: F17h_M70h detected (node 0).
[    5.947494] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.117878] EDAC amd64: F17h_M70h detected (node 0).
[    6.117934] EDAC amd64: Node 0: DRAM ECC disabled.
[    7.101216] kauditd_printk_skb: 25 callbacks suppressed
[    7.101218] audit: type=1334 audit(1604724416.295:36): prog-id=10 op=LOAD
[    7.101299] audit: type=1334 audit(1604724416.295:37): prog-id=11 op=LOAD
[    7.297623] audit: type=1130 audit(1604724416.492:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.376593] audit: type=1334 audit(1604724416.568:39): prog-id=12 op=LOAD
[    7.376675] audit: type=1334 audit(1604724416.572:40): prog-id=13 op=LOAD
[    7.484879] audit: type=1130 audit(1604724416.678:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.486849] audit: type=1130 audit(1604724416.682:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.542047] audit: type=1334 audit(1604724416.735:43): prog-id=14 op=LOAD
[    7.542164] audit: type=1334 audit(1604724416.735:44): prog-id=15 op=LOAD
[    7.590241] audit: type=1130 audit(1604724416.785:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.736719] rfkill: input handler disabled
[   10.153486] rfkill: input handler enabled
[   10.228506] fuse: init (API version 7.31)
[   12.265307] kauditd_printk_skb: 17 callbacks suppressed
[   12.265309] audit: type=1130 audit(1604724421.458:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.443742] rfkill: input handler disabled
[   13.180155] audit: type=1106 audit(1604724422.372:64): pid=622 uid=0 auid=120 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_succeed_if,pam_permit,pam_systemd,pam_env acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=arch64 addr=? terminal=/dev/tty1 res=success'
[   13.180158] audit: type=1104 audit(1604724422.372:65): pid=622 uid=0 auid=120 ses=1 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=arch64 addr=? terminal=/dev/tty1 res=success'
[   23.406908] audit: type=1131 audit(1604724432.602:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.414851] audit: type=1131 audit(1604724432.608:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   42.443052] audit: type=1100 audit(1604724451.639:68): pid=5237 uid=1000 auid=1000 ses=4 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'
[   42.443106] audit: type=1101 audit(1604724451.639:69): pid=5237 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'
[   42.443356] audit: type=1103 audit(1604724451.639:70): pid=5237 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'
[   42.443439] audit: type=1105 audit(1604724451.639:71): pid=5237 uid=1000 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'
[   42.608747] audit: type=1131 audit(1604724451.802:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   42.624460] audit: type=1131 audit(1604724451.819:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   42.716369] audit: type=1334 audit(1604724451.912:74): prog-id=11 op=UNLOAD
[   42.716371] audit: type=1334 audit(1604724451.912:75): prog-id=10 op=UNLOAD
[   42.863608] audit: type=1334 audit(1604724452.059:76): prog-id=15 op=UNLOAD
[   42.863612] audit: type=1334 audit(1604724452.059:77): prog-id=14 op=UNLOAD
[   66.396506] audit: type=1334 audit(1604724475.592:78): prog-id=17 op=LOAD
[   66.396544] audit: type=1334 audit(1604724475.592:79): prog-id=18 op=LOAD
[   66.599586] audit: type=1130 audit(1604724475.795:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   67.976291] audit: type=1131 audit(1604724477.172:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   96.610820] audit: type=1131 audit(1604724505.806:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   96.651887] audit: type=1334 audit(1604724505.846:83): prog-id=18 op=UNLOAD
[   96.651890] audit: type=1334 audit(1604724505.846:84): prog-id=17 op=UNLOAD
[  376.558568] audit: type=1106 audit(1604724786.649:85): pid=5237 uid=1000 auid=1000 ses=4 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'
[  376.558585] audit: type=1104 audit(1604724786.649:86): pid=5237 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'
[  466.973406] audit: type=1334 audit(1604724877.063:87): prog-id=19 op=LOAD
[  466.973495] audit: type=1334 audit(1604724877.066:88): prog-id=20 op=LOAD
[  467.157432] audit: type=1130 audit(1604724877.249:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  497.188925] audit: type=1131 audit(1604724907.279:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  497.307589] audit: type=1334 audit(1604724907.399:91): prog-id=20 op=UNLOAD
[  497.307613] audit: type=1334 audit(1604724907.399:92): prog-id=19 op=UNLOAD
[  903.997579] audit: type=1130 audit(1604725314.092:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  903.997582] audit: type=1131 audit(1604725314.092:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10205.864725] PM: suspend entry (deep)
[10205.929721] Filesystems sync: 0.064 seconds
[10205.930292] Freezing user space processes ... (elapsed 0.001 seconds) done.
[10205.932040] OOM killer disabled.
[10205.932041] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[10205.933212] printk: Suspending console(s) (use no_console_suspend to debug)
[10205.933910] serial 00:04: disabled
[10205.952124] sd 13:0:0:0: [sda] Synchronizing SCSI cache
[10205.952518] sd 13:0:0:0: [sda] Stopping disk
[10206.538619] [drm] psp command (0x2) failed and response status is (0x117)
[10206.538622] [drm] free PSP TMR buffer
[10206.665670] ACPI: Preparing to enter system sleep state S3
[10206.986096] PM: Saving platform NVS memory
[10206.986138] Disabling non-boot CPUs ...
[10206.987041] IRQ 86: no longer affine to CPU1
[10206.988075] smpboot: CPU 1 is now offline
[10206.989054] IRQ 87: no longer affine to CPU2
[10206.990084] smpboot: CPU 2 is now offline
[10206.991133] IRQ 88: no longer affine to CPU3
[10206.992170] smpboot: CPU 3 is now offline
[10206.993023] IRQ 89: no longer affine to CPU4
[10206.994050] smpboot: CPU 4 is now offline
[10206.994791] IRQ 90: no longer affine to CPU5
[10206.995812] smpboot: CPU 5 is now offline
[10206.996702] IRQ 91: no longer affine to CPU6
[10206.997729] smpboot: CPU 6 is now offline
[10206.998634] IRQ 92: no longer affine to CPU7
[10206.999662] smpboot: CPU 7 is now offline
[10207.000548] IRQ 93: no longer affine to CPU8
[10207.001625] smpboot: CPU 8 is now offline
[10207.002386] IRQ 94: no longer affine to CPU9
[10207.003409] smpboot: CPU 9 is now offline
[10207.004089] IRQ 95: no longer affine to CPU10
[10207.005105] smpboot: CPU 10 is now offline
[10207.006798] smpboot: CPU 11 is now offline
[10207.008422] smpboot: CPU 12 is now offline
[10207.009957] smpboot: CPU 13 is now offline
[10207.011739] smpboot: CPU 14 is now offline
[10207.013398] smpboot: CPU 15 is now offline
[10207.014020] ACPI: Low-level resume complete
[10207.014054] PM: Restoring platform NVS memory
[10207.014217] LVT offset 0 assigned for vector 0x400
[10207.014730] Enabling non-boot CPUs ...
[10207.014772] x86: Booting SMP configuration:
[10207.014772] smpboot: Booting Node 0 Processor 1 APIC 0x2
[10207.014907] microcode: CPU1: patch_level=0x08701021
[10207.017093] ACPI: \_PR_.C002: Found 2 idle states
[10207.017337] CPU1 is up
[10207.017363] smpboot: Booting Node 0 Processor 2 APIC 0x4
[10207.017480] microcode: CPU2: patch_level=0x08701021
[10207.019656] ACPI: \_PR_.C004: Found 2 idle states
[10207.019866] CPU2 is up
[10207.019886] smpboot: Booting Node 0 Processor 3 APIC 0x6
[10207.019998] microcode: CPU3: patch_level=0x08701021
[10207.022163] ACPI: \_PR_.C006: Found 2 idle states
[10207.022373] CPU3 is up
[10207.022386] smpboot: Booting Node 0 Processor 4 APIC 0x8
[10207.022535] microcode: CPU4: patch_level=0x08701021
[10207.024727] ACPI: \_PR_.C008: Found 2 idle states
[10207.024961] CPU4 is up
[10207.024983] smpboot: Booting Node 0 Processor 5 APIC 0xa
[10207.025140] microcode: CPU5: patch_level=0x08701021
[10207.027313] ACPI: \_PR_.C00A: Found 2 idle states
[10207.027528] CPU5 is up
[10207.027579] smpboot: Booting Node 0 Processor 6 APIC 0xc
[10207.027738] microcode: CPU6: patch_level=0x08701021
[10207.029901] ACPI: \_PR_.C00C: Found 2 idle states
[10207.030126] CPU6 is up
[10207.030147] smpboot: Booting Node 0 Processor 7 APIC 0xe
[10207.030303] microcode: CPU7: patch_level=0x08701021
[10207.032475] ACPI: \_PR_.C00E: Found 2 idle states
[10207.032714] CPU7 is up
[10207.032730] smpboot: Booting Node 0 Processor 8 APIC 0x1
[10207.032849] microcode: CPU8: patch_level=0x08701021
[10207.035027] ACPI: \_PR_.C001: Found 2 idle states
[10207.035358] CPU8 is up
[10207.035377] smpboot: Booting Node 0 Processor 9 APIC 0x3
[10207.035493] microcode: CPU9: patch_level=0x08701021
[10207.037672] ACPI: \_PR_.C003: Found 2 idle states
[10207.037980] CPU9 is up
[10207.038011] smpboot: Booting Node 0 Processor 10 APIC 0x5
[10207.038122] microcode: CPU10: patch_level=0x08701021
[10207.040288] ACPI: \_PR_.C005: Found 2 idle states
[10207.040607] CPU10 is up
[10207.040625] smpboot: Booting Node 0 Processor 11 APIC 0x7
[10207.040742] microcode: CPU11: patch_level=0x08701021
[10207.042919] ACPI: \_PR_.C007: Found 2 idle states
[10207.043257] CPU11 is up
[10207.043272] smpboot: Booting Node 0 Processor 12 APIC 0x9
[10207.043421] microcode: CPU12: patch_level=0x08701021
[10207.045598] ACPI: \_PR_.C009: Found 2 idle states
[10207.045912] CPU12 is up
[10207.045931] smpboot: Booting Node 0 Processor 13 APIC 0xb
[10207.046080] microcode: CPU13: patch_level=0x08701021
[10207.048247] ACPI: \_PR_.C00B: Found 2 idle states
[10207.048561] CPU13 is up
[10207.048582] smpboot: Booting Node 0 Processor 14 APIC 0xd
[10207.048741] microcode: CPU14: patch_level=0x08701021
[10207.050913] ACPI: \_PR_.C00D: Found 2 idle states
[10207.051252] CPU14 is up
[10207.051270] smpboot: Booting Node 0 Processor 15 APIC 0xf
[10207.051431] microcode: CPU15: patch_level=0x08701021
[10207.053603] ACPI: \_PR_.C00F: Found 2 idle states
[10207.053956] CPU15 is up
[10207.054829] ACPI: Waking up from system sleep state S3
[10207.136606] usb usb1: root hub lost power or was reset
[10207.136607] usb usb2: root hub lost power or was reset
[10207.137223] serial 00:04: activated
[10207.187731] [drm] PCIE GART of 512M enabled (table at 0x000000F400900000).
[10207.187753] [drm] PSP is resuming...
[10207.192024] sd 13:0:0:0: [sda] Starting disk
[10207.375596] [drm] reserve 0x400000 from 0xf40fc00000 for PSP TMR
[10207.449006] ata9: SATA link down (SStatus 0 SControl 300)
[10207.449288] ata2: SATA link down (SStatus 0 SControl 300)
[10207.449308] ata6: SATA link down (SStatus 0 SControl 330)
[10207.449327] ata5: SATA link down (SStatus 0 SControl 330)
[10207.524308] [drm] kiq ring mec 2 pipe 1 q 0
[10207.606169] ata14: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[10207.606186] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[10207.607622] ata14.00: supports DRM functions and may not be fully accessible
[10207.608203] ata14.00: supports DRM functions and may not be fully accessible
[10207.608433] ata1.00: configured for UDMA/133
[10207.608673] ata14.00: configured for UDMA/133
[10207.634337] [drm] UVD and UVD ENC initialized successfully.
[10207.679677] usb 1-9: reset low-speed USB device number 2 using xhci_hcd
[10207.734797] [drm] VCE initialized successfully.
[10207.734809] amdgpu 0000:28:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[10207.734810] amdgpu 0000:28:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[10207.734811] amdgpu 0000:28:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[10207.734811] amdgpu 0000:28:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[10207.734812] amdgpu 0000:28:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[10207.734812] amdgpu 0000:28:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[10207.734813] amdgpu 0000:28:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[10207.734814] amdgpu 0000:28:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[10207.734814] amdgpu 0000:28:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[10207.734815] amdgpu 0000:28:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[10207.734816] amdgpu 0000:28:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[10207.734816] amdgpu 0000:28:00.0: amdgpu: ring page0 uses VM inv eng 1 on hub 1
[10207.734817] amdgpu 0000:28:00.0: amdgpu: ring sdma1 uses VM inv eng 4 on hub 1
[10207.734817] amdgpu 0000:28:00.0: amdgpu: ring page1 uses VM inv eng 5 on hub 1
[10207.734818] amdgpu 0000:28:00.0: amdgpu: ring uvd_0 uses VM inv eng 6 on hub 1
[10207.734818] amdgpu 0000:28:00.0: amdgpu: ring uvd_enc_0.0 uses VM inv eng 7 on hub 1
[10207.734819] amdgpu 0000:28:00.0: amdgpu: ring uvd_enc_0.1 uses VM inv eng 8 on hub 1
[10207.734820] amdgpu 0000:28:00.0: amdgpu: ring vce0 uses VM inv eng 9 on hub 1
[10207.734820] amdgpu 0000:28:00.0: amdgpu: ring vce1 uses VM inv eng 10 on hub 1
[10207.734821] amdgpu 0000:28:00.0: amdgpu: ring vce2 uses VM inv eng 11 on hub 1
[10207.734821] [drm] ECC is not present.
[10207.734823] [drm] SRAM ECC is not present.
[10208.070237] OOM killer enabled.
[10208.070239] Restarting tasks ... done.
[10208.072788] PM: suspend exit
[10208.076933] audit: type=1130 audit(1604740743.060:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10208.076940] audit: type=1131 audit(1604740743.060:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10208.826727] igb 0000:22:00.0 enp34s0: igb: enp34s0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[10216.432072] audit: type=1100 audit(1604740751.413:97): pid=1402059 uid=0 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="arnuld" exe="/usr/lib/gdm-session-worker" hostname=arch64 addr=? terminal=/dev/tty1 res=success'
[10216.433596] audit: type=1101 audit(1604740751.416:98): pid=1402059 uid=0 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="arnuld" exe="/usr/lib/gdm-session-worker" hostname=arch64 addr=? terminal=/dev/tty1 res=success'
[10216.434646] audit: type=1110 audit(1604740751.416:99): pid=1402059 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="arnuld" exe="/usr/lib/gdm-session-worker" hostname=arch64 addr=? terminal=/dev/tty1 res=success'
[10333.401141] audit: type=1334 audit(1604740868.384:100): prog-id=21 op=LOAD
[10333.401198] audit: type=1334 audit(1604740868.384:101): prog-id=22 op=LOAD
[10333.609701] audit: type=1130 audit(1604740868.594:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10381.461032] audit: type=1131 audit(1604740916.447:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10381.602507] audit: type=1334 audit(1604740916.590:104): prog-id=22 op=UNLOAD
[10381.602511] audit: type=1334 audit(1604740916.590:105): prog-id=21 op=UNLOAD
[10385.927790] audit: type=1334 audit(1604740920.914:106): prog-id=23 op=LOAD
[10385.927867] audit: type=1334 audit(1604740920.914:107): prog-id=24 op=LOAD
[10386.137575] audit: type=1130 audit(1604740921.124:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10416.164718] audit: type=1131 audit(1604740951.153:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10416.296344] audit: type=1334 audit(1604740951.286:110): prog-id=24 op=UNLOAD
[10416.296348] audit: type=1334 audit(1604740951.286:111): prog-id=23 op=UNLOAD
[10419.699021] audit: type=1334 audit(1604740954.686:112): prog-id=25 op=LOAD
[10419.699094] audit: type=1334 audit(1604740954.686:113): prog-id=26 op=LOAD
[10419.894884] audit: type=1130 audit(1604740954.883:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10449.912116] audit: type=1131 audit(1604740984.902:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10450.013787] audit: type=1334 audit(1604740985.005:116): prog-id=26 op=UNLOAD
[10450.013794] audit: type=1334 audit(1604740985.005:117): prog-id=25 op=UNLOAD
[10859.848672] audit: type=1334 audit(1604741394.868:118): prog-id=27 op=LOAD
[10859.848750] audit: type=1334 audit(1604741394.868:119): prog-id=28 op=LOAD
[10860.046321] audit: type=1130 audit(1604741395.065:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10890.076974] audit: type=1131 audit(1604741425.100:121): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10890.179720] audit: type=1334 audit(1604741425.204:122): prog-id=28 op=UNLOAD
[10890.179723] audit: type=1334 audit(1604741425.204:123): prog-id=27 op=UNLOAD
[11177.077392] audit: type=1334 audit(1604741712.119:124): prog-id=29 op=LOAD
[11177.077461] audit: type=1334 audit(1604741712.119:125): prog-id=30 op=LOAD
[11177.283248] audit: type=1130 audit(1604741712.322:126): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11207.314100] audit: type=1131 audit(1604741742.357:127): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11207.438612] audit: type=1334 audit(1604741742.484:128): prog-id=30 op=UNLOAD
[11207.438616] audit: type=1334 audit(1604741742.484:129): prog-id=29 op=UNLOAD
[11373.855430] audit: type=1334 audit(1604741908.910:130): prog-id=31 op=LOAD
[11373.855531] audit: type=1334 audit(1604741908.910:131): prog-id=32 op=LOAD
[11374.052209] audit: type=1130 audit(1604741909.107:132): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11404.082270] audit: type=1131 audit(1604741939.135:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11404.206918] audit: type=1334 audit(1604741939.262:134): prog-id=32 op=UNLOAD
[11404.206922] audit: type=1334 audit(1604741939.262:135): prog-id=31 op=UNLOAD
[11639.733606] audit: type=1334 audit(1604742174.798:136): prog-id=33 op=LOAD
[11639.733673] audit: type=1334 audit(1604742174.798:137): prog-id=34 op=LOAD
[11639.919294] audit: type=1130 audit(1604742174.985:138): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11669.950261] audit: type=1131 audit(1604742205.020:139): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11670.065758] audit: type=1334 audit(1604742205.136:140): prog-id=34 op=UNLOAD
[11670.065761] audit: type=1334 audit(1604742205.136:141): prog-id=33 op=UNLOAD
[11770.418600] audit: type=1334 audit(1604742305.492:142): prog-id=35 op=LOAD
[11770.418670] audit: type=1334 audit(1604742305.492:143): prog-id=36 op=LOAD
[11770.608183] audit: type=1130 audit(1604742305.682:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11800.637465] audit: type=1131 audit(1604742335.713:145): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11800.755678] audit: type=1334 audit(1604742335.833:146): prog-id=36 op=UNLOAD
[11800.755713] audit: type=1334 audit(1604742335.833:147): prog-id=35 op=UNLOAD
[19397.370657] PM: suspend entry (deep)
[19397.373969] Filesystems sync: 0.003 seconds
[19397.375961] Freezing user space processes ... (elapsed 0.002 seconds) done.
[19397.378006] OOM killer disabled.
[19397.378006] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[19397.379255] printk: Suspending console(s) (use no_console_suspend to debug)
[19397.380050] serial 00:04: disabled
[19397.419249] sd 13:0:0:0: [sda] Synchronizing SCSI cache
[19397.419289] sd 13:0:0:0: [sda] Stopping disk
[19397.646278] [drm] psp command (0x2) failed and response status is (0x117)
[19397.646280] [drm] free PSP TMR buffer
[19397.773292] ACPI: Preparing to enter system sleep state S3
[19398.093792] PM: Saving platform NVS memory
[19398.093833] Disabling non-boot CPUs ...
[19398.095525] smpboot: CPU 1 is now offline
[19398.097575] smpboot: CPU 2 is now offline
[19398.099536] smpboot: CPU 3 is now offline
[19398.101683] smpboot: CPU 4 is now offline
[19398.103780] smpboot: CPU 5 is now offline
[19398.105718] smpboot: CPU 6 is now offline
[19398.107693] smpboot: CPU 7 is now offline
[19398.109546] smpboot: CPU 8 is now offline
[19398.111356] smpboot: CPU 9 is now offline
[19398.113154] smpboot: CPU 10 is now offline
[19398.114924] smpboot: CPU 11 is now offline
[19398.116675] smpboot: CPU 12 is now offline
[19398.118461] smpboot: CPU 13 is now offline
[19398.120121] smpboot: CPU 14 is now offline
[19398.121934] smpboot: CPU 15 is now offline
[19398.122499] ACPI: Low-level resume complete
[19398.122531] PM: Restoring platform NVS memory
[19398.122692] LVT offset 0 assigned for vector 0x400
[19398.123254] Enabling non-boot CPUs ...
[19398.123294] x86: Booting SMP configuration:
[19398.123295] smpboot: Booting Node 0 Processor 1 APIC 0x2
[19398.123430] microcode: CPU1: patch_level=0x08701021
[19398.125617] ACPI: \_PR_.C002: Found 2 idle states
[19398.125832] CPU1 is up
[19398.125887] smpboot: Booting Node 0 Processor 2 APIC 0x4
[19398.126010] microcode: CPU2: patch_level=0x08701021
[19398.128182] ACPI: \_PR_.C004: Found 2 idle states
[19398.128395] CPU2 is up
[19398.128412] smpboot: Booting Node 0 Processor 3 APIC 0x6
[19398.128526] microcode: CPU3: patch_level=0x08701021
[19398.130697] ACPI: \_PR_.C006: Found 2 idle states
[19398.130909] CPU3 is up
[19398.130923] smpboot: Booting Node 0 Processor 4 APIC 0x8
[19398.131071] microcode: CPU4: patch_level=0x08701021
[19398.133260] ACPI: \_PR_.C008: Found 2 idle states
[19398.133493] CPU4 is up
[19398.133513] smpboot: Booting Node 0 Processor 5 APIC 0xa
[19398.133673] microcode: CPU5: patch_level=0x08701021
[19398.135844] ACPI: \_PR_.C00A: Found 2 idle states
[19398.136063] CPU5 is up
[19398.136083] smpboot: Booting Node 0 Processor 6 APIC 0xc
[19398.136241] microcode: CPU6: patch_level=0x08701021
[19398.138421] ACPI: \_PR_.C00C: Found 2 idle states
[19398.138648] CPU6 is up
[19398.138668] smpboot: Booting Node 0 Processor 7 APIC 0xe
[19398.138828] microcode: CPU7: patch_level=0x08701021
[19398.141012] ACPI: \_PR_.C00E: Found 2 idle states
[19398.141250] CPU7 is up
[19398.141269] smpboot: Booting Node 0 Processor 8 APIC 0x1
[19398.141420] microcode: CPU8: patch_level=0x08701021
[19398.143586] ACPI: \_PR_.C001: Found 2 idle states
[19398.143936] CPU8 is up
[19398.143964] smpboot: Booting Node 0 Processor 9 APIC 0x3
[19398.144083] microcode: CPU9: patch_level=0x08701021
[19398.146250] ACPI: \_PR_.C003: Found 2 idle states
[19398.146559] CPU9 is up
[19398.146579] smpboot: Booting Node 0 Processor 10 APIC 0x5
[19398.146697] microcode: CPU10: patch_level=0x08701021
[19398.148877] ACPI: \_PR_.C005: Found 2 idle states
[19398.149194] CPU10 is up
[19398.149211] smpboot: Booting Node 0 Processor 11 APIC 0x7
[19398.149328] microcode: CPU11: patch_level=0x08701021
[19398.151499] ACPI: \_PR_.C007: Found 2 idle states
[19398.151841] CPU11 is up
[19398.151860] smpboot: Booting Node 0 Processor 12 APIC 0x9
[19398.152007] microcode: CPU12: patch_level=0x08701021
[19398.154181] ACPI: \_PR_.C009: Found 2 idle states
[19398.154496] CPU12 is up
[19398.154513] smpboot: Booting Node 0 Processor 13 APIC 0xb
[19398.154677] microcode: CPU13: patch_level=0x08701021
[19398.156843] ACPI: \_PR_.C00B: Found 2 idle states
[19398.157179] CPU13 is up
[19398.157201] smpboot: Booting Node 0 Processor 14 APIC 0xd
[19398.157365] microcode: CPU14: patch_level=0x08701021
[19398.159546] ACPI: \_PR_.C00D: Found 2 idle states
[19398.159890] CPU14 is up
[19398.159909] smpboot: Booting Node 0 Processor 15 APIC 0xf
[19398.160058] microcode: CPU15: patch_level=0x08701021
[19398.162232] ACPI: \_PR_.C00F: Found 2 idle states
[19398.162591] CPU15 is up
[19398.163507] ACPI: Waking up from system sleep state S3
[19398.247619] usb usb1: root hub lost power or was reset
[19398.247621] usb usb2: root hub lost power or was reset
[19398.247981] sd 13:0:0:0: [sda] Starting disk
[19398.248403] serial 00:04: activated
[19398.298703] [drm] PCIE GART of 512M enabled (table at 0x000000F400900000).
[19398.298724] [drm] PSP is resuming...
[19398.486558] [drm] reserve 0x400000 from 0xf40fc00000 for PSP TMR
[19398.559943] ata9: SATA link down (SStatus 0 SControl 300)
[19398.559964] ata6: SATA link down (SStatus 0 SControl 330)
[19398.560195] ata5: SATA link down (SStatus 0 SControl 330)
[19398.560231] ata2: SATA link down (SStatus 0 SControl 300)
[19398.641944] [drm] kiq ring mec 2 pipe 1 q 0
[19398.717148] ata14: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[19398.717221] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[19398.717686] ata14.00: supports DRM functions and may not be fully accessible
[19398.719259] ata1.00: configured for UDMA/133
[19398.721527] ata14.00: supports DRM functions and may not be fully accessible
[19398.724333] ata14.00: configured for UDMA/133
[19398.751942] [drm] UVD and UVD ENC initialized successfully.
[19398.790610] usb 1-9: reset low-speed USB device number 2 using xhci_hcd
[19398.852402] [drm] VCE initialized successfully.
[19398.852415] amdgpu 0000:28:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[19398.852415] amdgpu 0000:28:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[19398.852416] amdgpu 0000:28:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[19398.852417] amdgpu 0000:28:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[19398.852417] amdgpu 0000:28:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[19398.852418] amdgpu 0000:28:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[19398.852418] amdgpu 0000:28:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[19398.852419] amdgpu 0000:28:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[19398.852420] amdgpu 0000:28:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[19398.852420] amdgpu 0000:28:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[19398.852421] amdgpu 0000:28:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[19398.852422] amdgpu 0000:28:00.0: amdgpu: ring page0 uses VM inv eng 1 on hub 1
[19398.852422] amdgpu 0000:28:00.0: amdgpu: ring sdma1 uses VM inv eng 4 on hub 1
[19398.852423] amdgpu 0000:28:00.0: amdgpu: ring page1 uses VM inv eng 5 on hub 1
[19398.852423] amdgpu 0000:28:00.0: amdgpu: ring uvd_0 uses VM inv eng 6 on hub 1
[19398.852424] amdgpu 0000:28:00.0: amdgpu: ring uvd_enc_0.0 uses VM inv eng 7 on hub 1
[19398.852424] amdgpu 0000:28:00.0: amdgpu: ring uvd_enc_0.1 uses VM inv eng 8 on hub 1
[19398.852425] amdgpu 0000:28:00.0: amdgpu: ring vce0 uses VM inv eng 9 on hub 1
[19398.852426] amdgpu 0000:28:00.0: amdgpu: ring vce1 uses VM inv eng 10 on hub 1
[19398.852426] amdgpu 0000:28:00.0: amdgpu: ring vce2 uses VM inv eng 11 on hub 1
[19398.852427] [drm] ECC is not present.
[19398.852429] [drm] SRAM ECC is not present.
[19399.182220] OOM killer enabled.
[19399.182221] Restarting tasks ... done.
[19399.184281] PM: suspend exit
[19399.187163] audit: type=1130 audit(1604751170.063:148): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19399.187167] audit: type=1131 audit(1604751170.063:149): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19400.214375] igb 0000:22:00.0 enp34s0: igb: enp34s0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[19424.392191] audit: type=1100 audit(1604751195.266:150): pid=2671364 uid=0 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="arnuld" exe="/usr/lib/gdm-session-worker" hostname=arch64 addr=? terminal=/dev/tty1 res=success'
[19424.393853] audit: type=1101 audit(1604751195.270:151): pid=2671364 uid=0 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="arnuld" exe="/usr/lib/gdm-session-worker" hostname=arch64 addr=? terminal=/dev/tty1 res=success'
[19424.395043] audit: type=1110 audit(1604751195.270:152): pid=2671364 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="arnuld" exe="/usr/lib/gdm-session-worker" hostname=arch64 addr=? terminal=/dev/tty1 res=success'
[22919.350039] audit: type=1701 audit(1604754690.254:153): auid=1000 uid=1000 gid=1000 ses=4 pid=3154671 comm="python3" exe="/usr/bin/python3.8" sig=6 res=1
[22919.367921] audit: type=1334 audit(1604754690.271:154): prog-id=37 op=LOAD
[22919.368003] audit: type=1334 audit(1604754690.271:155): prog-id=38 op=LOAD
[22919.368541] audit: type=1130 audit(1604754690.274:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-3155086-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22920.222449] audit: type=1131 audit(1604754691.128:157): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-3155086-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22920.341632] audit: type=1334 audit(1604754691.248:158): prog-id=38 op=UNLOAD
[22920.341636] audit: type=1334 audit(1604754691.248:159): prog-id=37 op=UNLOAD
[22946.038035] audit: type=1701 audit(1604754716.945:160): auid=1000 uid=1000 gid=1000 ses=4 pid=3158438 comm="python3" exe="/usr/bin/python3.8" sig=6 res=1
[22946.047146] audit: type=1334 audit(1604754716.951:161): prog-id=39 op=LOAD
[22946.047242] audit: type=1334 audit(1604754716.951:162): prog-id=40 op=LOAD
[22946.048193] audit: type=1130 audit(1604754716.955:163): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-3158858-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22946.772829] audit: type=1131 audit(1604754717.678:164): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-3158858-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22946.884664] audit: type=1334 audit(1604754717.791:165): prog-id=40 op=UNLOAD
[22946.884666] audit: type=1334 audit(1604754717.791:166): prog-id=39 op=UNLOAD
[22955.586632] audit: type=1100 audit(1604754726.491:167): pid=3159711 uid=1000 auid=1000 ses=4 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'
[22955.586663] audit: type=1101 audit(1604754726.491:168): pid=3159711 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'
[22955.587765] audit: type=1103 audit(1604754726.491:169): pid=3159711 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'
[22955.587867] audit: type=1105 audit(1604754726.495:170): pid=3159711 uid=1000 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'
[23144.405219] audit: type=1106 audit(1604754915.561:171): pid=3159711 uid=1000 auid=1000 ses=4 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'
[23144.405235] audit: type=1104 audit(1604754915.561:172): pid=3159711 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=arch64 addr=? terminal=pts/3 res=success'

Offline

#5 2020-11-07 16:21:48

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,452

Re: [CLOSED] Can not power-off the machine

Some tips to troubleshoot: 1) take 'quiet' off your boot line and watch the shutdown process, maybe there is a service that fails just before the crash. 2) we need to see your full boot log with a crash: after you've had a crash, post the output of journalctl -b -1 to ix.io pastebin.

Offline

#6 2020-11-07 17:19:48

arnuld
Member
From: INDIA
Registered: 2005-12-19
Posts: 220
Website

Re: [CLOSED] Can not power-off the machine

It crashes during shutdown/poweroff only 1-2 out of 10 times. Anyway, I will remove "quiet" option and set "log-evel=6" and check

Last edited by arnuld (2020-11-07 17:22:34)

Offline

#7 2020-11-07 17:27:35

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,452

Re: [CLOSED] Can not power-off the machine

Yes, I know it crashes on shutdown, that's why I ask for -b -1 after a crash, which will give us the journal with the crash in it (hopefully). I recommend against trying to increase log levels, it will likely just cause giant log files with a bunch of noise in it. If the crash is captured before the log is shut down (which is not guaranteed) then errors/fatal messages are captured without increasing log levels.

Offline

#8 2020-11-07 20:21:03

progandy
Member
Registered: 2012-05-17
Posts: 5,317

Re: [CLOSED] Can not power-off the machine

twelveeighty wrote:

If the crash is captured before the log is shut down (which is not guaranteed) then errors/fatal messages are captured without increasing log levels.

If you have a second computer, then another option may be to set up an ethernet connection and netconsole to log those messages,

https://wiki.ubuntu.com/Kernel/Netconsole
https://www.kernel.org/doc/html/latest/ … nsole.html

Last edited by progandy (2020-11-07 20:22:55)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

#9 2020-11-08 03:41:43

arnuld
Member
From: INDIA
Registered: 2005-12-19
Posts: 220
Website

Re: [CLOSED] Can not power-off the machine

twelveeighty wrote:

Yes, I know it crashes on shutdown, that's why I ask for -b -1 after a crash, which will give us the journal with the crash in it (hopefully). I recommend against trying to increase log levels, it will likely just cause giant log files with a bunch of noise in it. If the crash is captured before the log is shut down (which is not guaranteed) then errors/fatal messages are captured without increasing log levels.

Ok, I will keep the loglevel=4 and when next time I get kernel-panic, I will restart the machine and get the journalctl -b -1 and send it to ix.io

Offline

#10 2020-11-08 16:53:44

arnuld
Member
From: INDIA
Registered: 2005-12-19
Posts: 220
Website

Re: [CLOSED] Can not power-off the machine

progandy wrote:
twelveeighty wrote:

If the crash is captured before the log is shut down (which is not guaranteed) then errors/fatal messages are captured without increasing log levels.

If you have a second computer, then another option may be to set up an ethernet connection and netconsole to log those messages,

https://wiki.ubuntu.com/Kernel/Netconsole
https://www.kernel.org/doc/html/latest/ … nsole.html

I got only one desktop computer. I just did pacman -Syu and a new kernel version was available and I updated it. Let's see if it happens again.

UPDATE, Nov 21, 2020: So far I got two kernel updates and the problem is resolved

Last edited by arnuld (2020-11-21 12:59:24)

Offline

Board footer

Powered by FluxBB