Mind Dump, Tech And Life Blog
written by Ivan Alenko
published under license CC-BY-SA
posted in category Systems Software / Distros & System
posted at 18. Apr '21
last updated at 05. Aug '21

Ryzen Linux System Hung/Freeze Issue

TLDR: Apparently in my case there are deadlocks in cfg80211 component - https://lkml.org/lkml/2020/6/5/1082 - my desktop computer has Intel AC9260 PCI Express Wifi/BT card. The issue was supposed to be fixed with commit from June 2020, but my system still hungs with the latest kernel (5.11, 5.12rc5).

There is a problem with my Ryzen system - it hungs and basic commands like reboot or ip addr don’t work.

EDIT: in the end it was a problem with wifi/bt network card - in Windows some register got set up and afterwards Linux couldn’t handle it and required really cold start (out of power for 30s). But now running 5.13, I don’t have problems and also later versions of 5.12 are fixed too.

Hardware Configuration

MB: Asus Crosshair VII Hero (chipset: AMD X470) tech spec
CPU: AMD Ryzen 2700X (8 core/16 threads)

BIOS

Tested on AGESA Combo PI V1 1.0.0.6 and AGESA V2 PI 1.2.0.1.

Official release notes:

Version 3103
2020/06/23 15 MBytes

ROG CROSSHAIR VII HERO BIOS 3103
01. [E] Improve system performance.
02. Update AMD AM4 AGESA Combo PI V1 1.0.0.6

Before running the USB BIOS Flashback tool, please rename the BIOS file(C7H.CAP)using BIOSRenamer.
Version 4301
2021/03/29 15.48 MBytes

ROG CROSSHAIR VII HERO BIOS 4301
- Update AMD AM4 AGESA V2 PI 1.2.0.1
- Support Smart Access Memory for Ryzen 3000 Series Processors
- Improve system performance

Before running the USB BIOS Flashback tool, please rename the BIOS file (C7H.CAP) using BIOSRenamer.

Linux Kernels

Manjaro Linux

  • 5.4.108-1 WORKS
  • 5.9.16-1 BROKEN
  • 5.10.26-1 BROKEN
  • 5.11.10-1 BROKEN
  • 5.12.rc5-d0328 BROKEN

Ubuntu Studio/Debian seem to work fine, but didn’t use for a very long periods of time, but the network worked. Windows works.

Steps to Reproduce

In my case:

ip link set enp5s0 up

Now

ip addr
reboot

will hung and I have to shut down system manually with power button. Reboot: after some time systemd will print it waits on ip and gets stuck.

System Installation

  • boot Manjaro Architect
  • resolve conflicts with pacman -Syyu
  • run setup
  • setup encrypted LVM
  • install base system (CLI)

Threads

  • the same problems had Linus Torvalds himself https://lkml.org/lkml/2020/6/5/1082 with Intel AX200, I have Intel AC9260. From June 2020. It should have been fixed with this commit https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git/commit/?id=79ea1e12c0b8540100e89b32afb9f0e6503fad35

Others:

  • https://forum.level1techs.com/t/aorus-x399-gaming-7-new-bios-update/129389/5 - hungs on 4.17.6, compile kernel with CONFIG_CRYPTO_DEV_SP_PSP=n helped since it hung on PSP/CCP
  • https://bugs.archlinux.org/task/59483 - seems graphics card doesn’t matter
  • very long thread about random freezes - https://bugzilla.kernel.org/show_bug.cgi?id=196683 - suggests to turn off C6 power states to avoid freezes - “processor.max_cstate=1” in GRUB, disable “Global C-State Control” in BIOS. Or “Power Supply Idle Control” -> “Typical Current Idle”, “Power” (Tab) -> “ErP” -> “Enabled”, “Power” (Tab) -> “CEC 2019 Ready” -> “Disabled”
  • https://forum.asrock.com/forum_posts.asp?TID=11264&title=linux-x470-taichi-hangs
  • similar than mine, 5.8 and 5.9 works for them though https://ubuntuforums.org/showthread.php?t=2457037

My Situation

dmesg output

Even though I wanted to start ethernet link, the first hung was on wifi card (cfg80211 is 802.11 link). This card is additional wifi card in pci express slot.

05:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)
07:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)
[    0.000000] Linux version 5.9.16-1-MANJARO (builduser@LEGION) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Mon Dec 21 22:00:46 UTC 2020
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64 root=/dev/mapper/manjaro-system rw cryptdevice=UUID=1f42d128-d51f-43fd-a79a-a493458c96b0:cryptroot quiet udev.log_priority=3 resume=/dev/disk/by-uuid/af26d002-e68d-4406-a8e7-04c16e96f477
[    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-0x0000000000000fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000008ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x0000000000090fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000000091000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009cfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000d8208fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d8209000-0x00000000dab08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dab09000-0x00000000dad08fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dad09000-0x00000000dad55fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dad56000-0x00000000dae1afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dae1b000-0x00000000dc288fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dc289000-0x00000000dc332fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000dc333000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000101f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi: ACPI 2.0=0xdac20000 ACPI=0xdac20000 SMBIOS=0xdc1ef000 SMBIOS 3.0=0xdc1ee000 ESRT=0xd588e118 MEMATTR=0xd531b018 
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: System manufacturer System Product Name/ROG CROSSHAIR VII HERO, BIOS 3103 06/17/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 = 0x101f380 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-DFFFF uncachable
[    0.000000]   E0000-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 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000001020000000 aka 66048M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    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 0x00000000d588e118 to 0x00000000d588e150.
[    0.000000] e820: update [mem 0xd588e000-0xd588efff] usable ==> reserved
[    0.000000] check: Scanning 1 areas for low memory corruption
[    0.000000] Using GB pages for direct mapping
[    0.000000] Secure boot disabled
[    0.000000] RAMDISK: [mem 0x35009000-0x367fbfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DAC20000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DAC200A0 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DAC2F490 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DAC201E8 00F2A6 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DAE03D80 000040
[    0.000000] ACPI: APIC 0x00000000DAC2F5A8 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DAC2F708 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DAC2F750 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DAC2F7F0 0000FC (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.000000] ACPI: SSDT 0x00000000DAC2F8F0 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SSDT 0x00000000DAC38588 00378A (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000DAC3BD18 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: SSDT 0x00000000DAC40F50 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: HPET 0x00000000DAC3BDB0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000DAC3BDE8 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000DAC3BE10 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: WPBT 0x00000000DAC3BE58 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.000000] ACPI: IVRS 0x00000000DAC3BE98 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000DAC3BF68 002314 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000DAC3E280 000F50 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000DAC3F1D0 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000DAC3F200 001D4A (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000101f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x101f37c000-0x101f37ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000101f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008ffff]
[    0.000000]   node   0: [mem 0x0000000000091000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009cfffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000000]   node   0: [mem 0x000000000a20b000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x00000000d8208fff]
[    0.000000]   node   0: [mem 0x00000000dad09000-0x00000000dad55fff]
[    0.000000]   node   0: [mem 0x00000000dc333000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000101f37ffff]
[    0.000000] Zeroed struct page in unavailable ranges: 24810 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000101f37ffff]
[    0.000000] On node 0 totalpages: 16752406
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 24 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13936 pages used for memmap
[    0.000000]   DMA32 zone: 891896 pages, LIFO batch:63
[    0.000000]   Normal zone: 247758 pages used for memmap
[    0.000000]   Normal zone: 15856512 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] 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 0x00090000-0x00090fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xd588e000-0xd588efff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xd8209000-0xdab08fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xdab09000-0xdad08fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xdad56000-0xdae1afff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xdae1b000-0xdc288fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xdc289000-0xdc332fff]
[    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-0xfd0fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfe9fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xff000000-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: 16490624
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64 root=/dev/mapper/manjaro-system rw cryptdevice=UUID=1f42d128-d51f-43fd-a79a-a493458c96b0:cryptroot quiet udev.log_priority=3 resume=/dev/disk/by-uuid/af26d002-e68d-4406-a8e7-04c16e96f477
[    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: 115832(88%)
[    0.000000] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.000000] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.000000] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.000000] Memory: 65646236K/67009624K available (14339K kernel code, 1529K rwdata, 4760K rodata, 1664K init, 2888K bss, 1363128K 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 41085 entries in 161 pages
[    0.000000] ftrace: allocated 161 pages with 3 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.029999] tsc: Unable to calibrate against PIT
[    0.029999] tsc: using HPET reference calibration
[    0.029999] tsc: Detected 3692.711 MHz processor
[    0.000003] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a74def65f3, max_idle_ns: 881590694950 ns
[    0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 7388.14 BogoMIPS (lpj=12309036)
[    0.000006] pid_max: default: 32768 minimum: 301
[    0.001275] efi: memattr: Entry attributes invalid: RO and XP bits both cleared
[    0.001277] efi: memattr: ! 0x000000090000-0x000000090fff [Runtime Code       |RUN|  |  |  |  |  |  |  |   |  |  |  |  ]
[    0.002312] LSM: Security Framework initializing
[    0.002315] Yama: becoming mindful.
[    0.002401] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.002479] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.002690] LVT offset 1 assigned for vector 0xf9
[    0.002747] LVT offset 2 assigned for vector 0xf4
[    0.002761] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.002761] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.002763] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.002765] Spectre V2 : Mitigation: Full AMD retpoline
[    0.002765] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.002766] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.002767] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.002955] Freeing SMP alternatives memory: 32K
[    0.115642] smpboot: CPU0: AMD Ryzen 7 2700X Eight-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
[    0.115720] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.115723] ... version:                0
[    0.115723] ... bit width:              48
[    0.115723] ... generic registers:      6
[    0.115724] ... value mask:             0000ffffffffffff
[    0.115724] ... max period:             00007fffffffffff
[    0.115724] ... fixed-purpose events:   0
[    0.115725] ... event mask:             000000000000003f
[    0.115751] rcu: Hierarchical SRCU implementation.
[    0.115894] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.116071] smp: Bringing up secondary CPUs ...
[    0.116155] x86: Booting SMP configuration:
[    0.116156] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.146711] smp: Brought up 1 node, 16 CPUs
[    0.146711] smpboot: Max logical packages: 2
[    0.146711] smpboot: Total of 16 processors activated (118214.36 BogoMIPS)
[    0.150005] devtmpfs: initialized
[    0.150051] x86/mm: Memory block size: 2048MB
[    0.150307] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[    0.150307] PM: Registering ACPI NVS region [mem 0xdad56000-0xdae1afff] (806912 bytes)
[    0.150307] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.150307] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.150307] pinctrl core: initialized pinctrl subsystem
[    0.150307] PM: RTC time: 16:04:27, date: 2021-04-18
[    0.150314] NET: Registered protocol family 16
[    0.150538] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.150781] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.151100] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.151108] audit: initializing netlink subsys (disabled)
[    0.151120] audit: type=2000 audit(1618761867.179:1): state=initialized audit_enabled=0 res=1
[    0.151120] thermal_sys: Registered thermal governor 'fair_share'
[    0.151120] thermal_sys: Registered thermal governor 'bang_bang'
[    0.151120] thermal_sys: Registered thermal governor 'step_wise'
[    0.151120] thermal_sys: Registered thermal governor 'user_space'
[    0.151120] thermal_sys: Registered thermal governor 'power_allocator'
[    0.151120] cpuidle: using governor ladder
[    0.151120] cpuidle: using governor menu
[    0.151120] ACPI: bus type PCI registered
[    0.151120] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.151120] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.151120] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.151120] PCI: Using configuration type 1 for base access
[    0.153386] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.153386] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.153442] ACPI: Added _OSI(Module Device)
[    0.153443] ACPI: Added _OSI(Processor Device)
[    0.153443] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.153444] ACPI: Added _OSI(Processor Aggregator Device)
[    0.153445] ACPI: Added _OSI(Linux-Dell-Video)
[    0.153445] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.153446] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.166352] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.167929] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.170945] ACPI: EC: EC started
[    0.170945] ACPI: EC: interrupt blocked
[    0.171025] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.171026] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.171027] ACPI: Interpreter enabled
[    0.171039] ACPI: (supports S0 S3 S4 S5)
[    0.171040] ACPI: Using IOAPIC for interrupt routing
[    0.171433] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.171729] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.179598] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.179602] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.179777] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    0.179946] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.179955] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.180263] PCI host bridge to bus 0000:00
[    0.180265] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.180266] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.180266] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.180267] pci_bus 0000:00: root bus resource [io  0x0d00-0xefff window]
[    0.180268] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.180269] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.180269] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.180270] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.180271] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.180279] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.180362] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.180456] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.180525] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.181329] pci 0000:00:01.3: enabling Extended Tags
[    0.181407] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.182429] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.182508] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.182572] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.183413] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.184264] pci 0000:00:03.4: [1022:1453] type 01 class 0x060400
[    0.184290] pci 0000:00:03.4: enabling Extended Tags
[    0.184368] pci 0000:00:03.4: PME# supported from D0 D3hot D3cold
[    0.184497] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.184579] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.184641] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.185167] pci 0000:00:07.1: enabling Extended Tags
[    0.185243] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.185378] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.185443] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.186341] pci 0000:00:08.1: enabling Extended Tags
[    0.186418] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.186806] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.187028] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.187251] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.187302] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.187351] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.187400] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.187450] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.187499] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.187552] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.187602] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.187745] pci 0000:01:00.0: [1022:43d0] type 00 class 0x0c0330
[    0.187760] pci 0000:01:00.0: reg 0x10: [mem 0xf66a0000-0xf66a7fff 64bit]
[    0.187792] pci 0000:01:00.0: enabling Extended Tags
[    0.187841] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.187925] pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
[    0.187964] pci 0000:01:00.1: reg 0x24: [mem 0xf6680000-0xf669ffff]
[    0.187971] pci 0000:01:00.1: reg 0x30: [mem 0xf6600000-0xf667ffff pref]
[    0.187976] pci 0000:01:00.1: enabling Extended Tags
[    0.188010] pci 0000:01:00.1: PME# supported from D3hot D3cold
[    0.188074] pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
[    0.188110] pci 0000:01:00.2: enabling Extended Tags
[    0.188148] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.188235] pci 0000:00:01.3: PCI bridge to [bus 01-08]
[    0.188238] pci 0000:00:01.3:   bridge window [io  0xe000-0xefff]
[    0.188239] pci 0000:00:01.3:   bridge window [mem 0xf6200000-0xf66fffff]
[    0.188334] pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
[    0.188374] pci 0000:02:00.0: enabling Extended Tags
[    0.188422] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.188507] pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
[    0.188546] pci 0000:02:01.0: enabling Extended Tags
[    0.188594] pci 0000:02:01.0: PME# supported from D3hot D3cold
[    0.188678] pci 0000:02:02.0: [1022:43c7] type 01 class 0x060400
[    0.188718] pci 0000:02:02.0: enabling Extended Tags
[    0.188766] pci 0000:02:02.0: PME# supported from D3hot D3cold
[    0.188852] pci 0000:02:03.0: [1022:43c7] type 01 class 0x060400
[    0.188891] pci 0000:02:03.0: enabling Extended Tags
[    0.188939] pci 0000:02:03.0: PME# supported from D3hot D3cold
[    0.189025] pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
[    0.189064] pci 0000:02:04.0: enabling Extended Tags
[    0.189112] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.189203] pci 0000:02:09.0: [1022:43c7] type 01 class 0x060400
[    0.189242] pci 0000:02:09.0: enabling Extended Tags
[    0.189290] pci 0000:02:09.0: PME# supported from D3hot D3cold
[    0.190053] pci 0000:01:00.2: PCI bridge to [bus 02-08]
[    0.190057] pci 0000:01:00.2:   bridge window [io  0xe000-0xefff]
[    0.190059] pci 0000:01:00.2:   bridge window [mem 0xf6200000-0xf65fffff]
[    0.190097] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.190164] pci 0000:04:00.0: [1b6f:7023] type 00 class 0x0c0330
[    0.190194] pci 0000:04:00.0: reg 0x10: [mem 0xf6500000-0xf6507fff 64bit]
[    0.190261] pci 0000:04:00.0: enabling Extended Tags
[    0.190332] pci 0000:04:00.0: supports D1 D2
[    0.190333] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot
[    0.190445] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.190451] pci 0000:02:01.0:   bridge window [mem 0xf6500000-0xf65fffff]
[    0.190530] pci 0000:05:00.0: [8086:1539] type 00 class 0x020000
[    0.190559] pci 0000:05:00.0: reg 0x10: [mem 0xf6400000-0xf641ffff]
[    0.190591] pci 0000:05:00.0: reg 0x18: [io  0xe000-0xe01f]
[    0.190607] pci 0000:05:00.0: reg 0x1c: [mem 0xf6420000-0xf6423fff]
[    0.190777] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.190936] pci 0000:02:02.0: PCI bridge to [bus 05]
[    0.190941] pci 0000:02:02.0:   bridge window [io  0xe000-0xefff]
[    0.190943] pci 0000:02:02.0:   bridge window [mem 0xf6400000-0xf64fffff]
[    0.190981] pci 0000:02:03.0: PCI bridge to [bus 06]
[    0.191053] pci 0000:07:00.0: [8086:2526] type 00 class 0x028000
[    0.191081] pci 0000:07:00.0: reg 0x10: [mem 0xf6300000-0xf6303fff 64bit]
[    0.191225] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[    0.191372] pci 0000:02:04.0: PCI bridge to [bus 07]
[    0.191378] pci 0000:02:04.0:   bridge window [mem 0xf6300000-0xf63fffff]
[    0.191443] pci 0000:08:00.0: [1b21:2142] type 00 class 0x0c0330
[    0.191469] pci 0000:08:00.0: reg 0x10: [mem 0xf6200000-0xf6207fff 64bit]
[    0.191530] pci 0000:08:00.0: enabling Extended Tags
[    0.191614] pci 0000:08:00.0: PME# supported from D0
[    0.191747] pci 0000:02:09.0: PCI bridge to [bus 08]
[    0.191753] pci 0000:02:09.0:   bridge window [mem 0xf6200000-0xf62fffff]
[    0.192233] pci 0000:09:00.0: [10de:1e84] type 00 class 0x030000
[    0.192245] pci 0000:09:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
[    0.192255] pci 0000:09:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.192265] pci 0000:09:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.192271] pci 0000:09:00.0: reg 0x24: [io  0xd000-0xd07f]
[    0.192278] pci 0000:09:00.0: reg 0x30: [mem 0xf6000000-0xf607ffff pref]
[    0.192291] pci 0000:09:00.0: BAR 1: assigned to efifb
[    0.192333] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.192403] pci 0000:09:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.192445] pci 0000:09:00.1: [10de:10f8] type 00 class 0x040300
[    0.192455] pci 0000:09:00.1: reg 0x10: [mem 0xf6080000-0xf6083fff]
[    0.192565] pci 0000:09:00.2: [10de:1ad8] type 00 class 0x0c0330
[    0.192579] pci 0000:09:00.2: reg 0x10: [mem 0xf2000000-0xf203ffff 64bit pref]
[    0.192595] pci 0000:09:00.2: reg 0x1c: [mem 0xf2040000-0xf204ffff 64bit pref]
[    0.192646] pci 0000:09:00.2: PME# supported from D0 D3hot D3cold
[    0.192697] pci 0000:09:00.3: [10de:1ad9] type 00 class 0x0c8000
[    0.192707] pci 0000:09:00.3: reg 0x10: [mem 0xf6084000-0xf6084fff]
[    0.192770] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[    0.192853] pci 0000:00:03.1: PCI bridge to [bus 09]
[    0.192855] pci 0000:00:03.1:   bridge window [io  0xd000-0xdfff]
[    0.192857] pci 0000:00:03.1:   bridge window [mem 0xf5000000-0xf60fffff]
[    0.192859] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf20fffff 64bit pref]
[    0.193230] pci 0000:0a:00.0: [144d:a808] type 00 class 0x010802
[    0.193244] pci 0000:0a:00.0: reg 0x10: [mem 0xf6b00000-0xf6b03fff 64bit]
[    0.193410] pci 0000:00:03.4: PCI bridge to [bus 0a]
[    0.193413] pci 0000:00:03.4:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.193477] pci 0000:0b:00.0: [1022:145a] type 00 class 0x130000
[    0.193496] pci 0000:0b:00.0: enabling Extended Tags
[    0.193562] pci 0000:0b:00.2: [1022:1456] type 00 class 0x108000
[    0.193572] pci 0000:0b:00.2: reg 0x18: [mem 0xf6800000-0xf68fffff]
[    0.193579] pci 0000:0b:00.2: reg 0x24: [mem 0xf6900000-0xf6901fff]
[    0.193584] pci 0000:0b:00.2: enabling Extended Tags
[    0.193659] pci 0000:0b:00.3: [1022:145f] type 00 class 0x0c0330
[    0.193667] pci 0000:0b:00.3: reg 0x10: [mem 0xf6700000-0xf67fffff 64bit]
[    0.193684] pci 0000:0b:00.3: enabling Extended Tags
[    0.193711] pci 0000:0b:00.3: PME# supported from D0 D3hot D3cold
[    0.193771] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.193774] pci 0000:00:07.1:   bridge window [mem 0xf6700000-0xf69fffff]
[    0.194236] pci 0000:0c:00.0: [1022:1455] type 00 class 0x130000
[    0.194257] pci 0000:0c:00.0: enabling Extended Tags
[    0.194328] pci 0000:0c:00.2: [1022:7901] type 00 class 0x010601
[    0.194351] pci 0000:0c:00.2: reg 0x24: [mem 0xf6a08000-0xf6a08fff]
[    0.194357] pci 0000:0c:00.2: enabling Extended Tags
[    0.194384] pci 0000:0c:00.2: PME# supported from D3hot D3cold
[    0.194440] pci 0000:0c:00.3: [1022:1457] type 00 class 0x040300
[    0.194445] pci 0000:0c:00.3: reg 0x10: [mem 0xf6a00000-0xf6a07fff]
[    0.194462] pci 0000:0c:00.3: enabling Extended Tags
[    0.194488] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.194556] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.194560] pci 0000:00:08.1:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.194847] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.194902] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.194948] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.195006] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.195059] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.195101] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.195144] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.195187] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.195670] ACPI: EC: interrupt unblocked
[    0.195670] ACPI: EC: event unblocked
[    0.195678] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.195678] ACPI: EC: GPE=0x2
[    0.195679] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.195680] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.195718] iommu: Default domain type: Translated 
[    0.195727] pci 0000:09:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.195727] pci 0000:09:00.0: vgaarb: bridge control possible
[    0.195727] pci 0000:09:00.0: vgaarb: setting as boot device
[    0.195727] vgaarb: loaded
[    0.195727] SCSI subsystem initialized
[    0.196689] libata version 3.00 loaded.
[    0.196699] ACPI: bus type USB registered
[    0.196714] usbcore: registered new interface driver usbfs
[    0.196720] usbcore: registered new interface driver hub
[    0.196759] usbcore: registered new device driver usb
[    0.196777] pps_core: LinuxPPS API ver. 1 registered
[    0.196777] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.196778] PTP clock support registered
[    0.196789] EDAC MC: Ver: 3.0.0
[    0.196889] Registered efivars operations
[    0.196889] NetLabel: Initializing
[    0.196889] NetLabel:  domain hash size = 128
[    0.196889] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.196889] NetLabel:  unlabeled traffic allowed by default
[    0.196889] PCI: Using ACPI for IRQ routing
[    0.199454] PCI: pci_cache_line_size set to 64 bytes
[    0.199531] e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
[    0.199532] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.199533] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.199533] e820: reserve RAM buffer [mem 0xd588e000-0xd7ffffff]
[    0.199534] e820: reserve RAM buffer [mem 0xd8209000-0xdbffffff]
[    0.199534] e820: reserve RAM buffer [mem 0xdad56000-0xdbffffff]
[    0.199535] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.199535] e820: reserve RAM buffer [mem 0x101f380000-0x101fffffff]
[    0.200038] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.200040] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.203339] clocksource: Switched to clocksource tsc-early
[    0.211393] VFS: Disk quotas dquot_6.6.0
[    0.211407] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.211463] pnp: PnP ACPI init
[    0.211579] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.211583] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.211656] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.211805] system 00:02: [io  0x02a0-0x02af] has been reserved
[    0.211806] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.211807] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.211809] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.212035] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.212036] system 00:03: [io  0x040b] has been reserved
[    0.212037] system 00:03: [io  0x04d6] has been reserved
[    0.212038] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.212038] system 00:03: [io  0x0c14] has been reserved
[    0.212039] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.212040] system 00:03: [io  0x0c52] has been reserved
[    0.212041] system 00:03: [io  0x0c6c] has been reserved
[    0.212041] system 00:03: [io  0x0c6f] has been reserved
[    0.212042] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.212043] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.212043] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.212044] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.212045] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.212045] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.212046] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.212047] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.212048] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.212048] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.212050] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.212051] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.212051] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.212052] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.212053] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.212054] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.212055] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.212057] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.212476] pnp: PnP ACPI: found 4 devices
[    0.217929] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.217975] NET: Registered protocol family 2
[    0.218154] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.218477] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.218918] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.218984] TCP: Hash tables configured (established 524288 bind 65536)
[    0.219143] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.219267] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.219422] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.219574] NET: Registered protocol family 1
[    0.219578] NET: Registered protocol family 44
[    0.219598] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.219608] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.219612] pci 0000:02:01.0:   bridge window [mem 0xf6500000-0xf65fffff]
[    0.219618] pci 0000:02:02.0: PCI bridge to [bus 05]
[    0.219619] pci 0000:02:02.0:   bridge window [io  0xe000-0xefff]
[    0.219623] pci 0000:02:02.0:   bridge window [mem 0xf6400000-0xf64fffff]
[    0.219628] pci 0000:02:03.0: PCI bridge to [bus 06]
[    0.219637] pci 0000:02:04.0: PCI bridge to [bus 07]
[    0.219640] pci 0000:02:04.0:   bridge window [mem 0xf6300000-0xf63fffff]
[    0.219646] pci 0000:02:09.0: PCI bridge to [bus 08]
[    0.219649] pci 0000:02:09.0:   bridge window [mem 0xf6200000-0xf62fffff]
[    0.219655] pci 0000:01:00.2: PCI bridge to [bus 02-08]
[    0.219656] pci 0000:01:00.2:   bridge window [io  0xe000-0xefff]
[    0.219659] pci 0000:01:00.2:   bridge window [mem 0xf6200000-0xf65fffff]
[    0.219665] pci 0000:00:01.3: PCI bridge to [bus 01-08]
[    0.219666] pci 0000:00:01.3:   bridge window [io  0xe000-0xefff]
[    0.219667] pci 0000:00:01.3:   bridge window [mem 0xf6200000-0xf66fffff]
[    0.219671] pci 0000:00:03.1: PCI bridge to [bus 09]
[    0.219672] pci 0000:00:03.1:   bridge window [io  0xd000-0xdfff]
[    0.219674] pci 0000:00:03.1:   bridge window [mem 0xf5000000-0xf60fffff]
[    0.219675] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf20fffff 64bit pref]
[    0.219678] pci 0000:00:03.4: PCI bridge to [bus 0a]
[    0.219679] pci 0000:00:03.4:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.219683] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.219684] pci 0000:00:07.1:   bridge window [mem 0xf6700000-0xf69fffff]
[    0.219688] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.219689] pci 0000:00:08.1:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.219694] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.219695] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.219696] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.219696] pci_bus 0000:00: resource 7 [io  0x0d00-0xefff window]
[    0.219697] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.219698] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.219699] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.219699] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.219700] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.219701] pci_bus 0000:01: resource 1 [mem 0xf6200000-0xf66fffff]
[    0.219701] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.219702] pci_bus 0000:02: resource 1 [mem 0xf6200000-0xf65fffff]
[    0.219703] pci_bus 0000:04: resource 1 [mem 0xf6500000-0xf65fffff]
[    0.219703] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
[    0.219704] pci_bus 0000:05: resource 1 [mem 0xf6400000-0xf64fffff]
[    0.219705] pci_bus 0000:07: resource 1 [mem 0xf6300000-0xf63fffff]
[    0.219705] pci_bus 0000:08: resource 1 [mem 0xf6200000-0xf62fffff]
[    0.219706] pci_bus 0000:09: resource 0 [io  0xd000-0xdfff]
[    0.219707] pci_bus 0000:09: resource 1 [mem 0xf5000000-0xf60fffff]
[    0.219707] pci_bus 0000:09: resource 2 [mem 0xe0000000-0xf20fffff 64bit pref]
[    0.219708] pci_bus 0000:0a: resource 1 [mem 0xf6b00000-0xf6bfffff]
[    0.219709] pci_bus 0000:0b: resource 1 [mem 0xf6700000-0xf69fffff]
[    0.219710] pci_bus 0000:0c: resource 1 [mem 0xf6a00000-0xf6afffff]
[    0.220042] pci 0000:08:00.0: PME# does not work under D0, disabling it
[    0.220145] pci 0000:09:00.1: D0 power state depends on 0000:09:00.0
[    0.220161] pci 0000:09:00.2: D0 power state depends on 0000:09:00.0
[    0.220248] pci 0000:09:00.3: D0 power state depends on 0000:09:00.0
[    0.220350] PCI: CLS 64 bytes, default 64
[    0.220378] Trying to unpack rootfs image as initramfs...
[    0.432483] Freeing initrd memory: 24524K
[    0.432501] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.432550] pci 0000:00:01.0: Adding to iommu group 0
[    0.432559] pci 0000:00:01.3: Adding to iommu group 1
[    0.432570] pci 0000:00:02.0: Adding to iommu group 2
[    0.432583] pci 0000:00:03.0: Adding to iommu group 3
[    0.432593] pci 0000:00:03.1: Adding to iommu group 4
[    0.432601] pci 0000:00:03.4: Adding to iommu group 5
[    0.432611] pci 0000:00:04.0: Adding to iommu group 6
[    0.432623] pci 0000:00:07.0: Adding to iommu group 7
[    0.432631] pci 0000:00:07.1: Adding to iommu group 8
[    0.432643] pci 0000:00:08.0: Adding to iommu group 9
[    0.432651] pci 0000:00:08.1: Adding to iommu group 10
[    0.432668] pci 0000:00:14.0: Adding to iommu group 11
[    0.432676] pci 0000:00:14.3: Adding to iommu group 11
[    0.432711] pci 0000:00:18.0: Adding to iommu group 12
[    0.432719] pci 0000:00:18.1: Adding to iommu group 12
[    0.432726] pci 0000:00:18.2: Adding to iommu group 12
[    0.432733] pci 0000:00:18.3: Adding to iommu group 12
[    0.432740] pci 0000:00:18.4: Adding to iommu group 12
[    0.432748] pci 0000:00:18.5: Adding to iommu group 12
[    0.432756] pci 0000:00:18.6: Adding to iommu group 12
[    0.432765] pci 0000:00:18.7: Adding to iommu group 12
[    0.432784] pci 0000:01:00.0: Adding to iommu group 13
[    0.432793] pci 0000:01:00.1: Adding to iommu group 13
[    0.432802] pci 0000:01:00.2: Adding to iommu group 13
[    0.432805] pci 0000:02:00.0: Adding to iommu group 13
[    0.432808] pci 0000:02:01.0: Adding to iommu group 13
[    0.432813] pci 0000:02:02.0: Adding to iommu group 13
[    0.432816] pci 0000:02:03.0: Adding to iommu group 13
[    0.432819] pci 0000:02:04.0: Adding to iommu group 13
[    0.432822] pci 0000:02:09.0: Adding to iommu group 13
[    0.432825] pci 0000:04:00.0: Adding to iommu group 13
[    0.432828] pci 0000:05:00.0: Adding to iommu group 13
[    0.432831] pci 0000:07:00.0: Adding to iommu group 13
[    0.432834] pci 0000:08:00.0: Adding to iommu group 13
[    0.432858] pci 0000:09:00.0: Adding to iommu group 14
[    0.432868] pci 0000:09:00.1: Adding to iommu group 14
[    0.432877] pci 0000:09:00.2: Adding to iommu group 14
[    0.432886] pci 0000:09:00.3: Adding to iommu group 14
[    0.432894] pci 0000:0a:00.0: Adding to iommu group 15
[    0.432904] pci 0000:0b:00.0: Adding to iommu group 16
[    0.432913] pci 0000:0b:00.2: Adding to iommu group 17
[    0.432922] pci 0000:0b:00.3: Adding to iommu group 18
[    0.432932] pci 0000:0c:00.0: Adding to iommu group 19
[    0.432944] pci 0000:0c:00.2: Adding to iommu group 20
[    0.432953] pci 0000:0c:00.3: Adding to iommu group 21
[    0.436281] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.436282] pci 0000:00:00.2: AMD-Vi: Extended features (0xf77ef22294ada):
[    0.436283]  PPR NX GT IA GA PC GA_vAPIC
[    0.436285] AMD-Vi: Interrupt remapping enabled
[    0.436285] AMD-Vi: Virtual APIC enabled
[    0.436388] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.437261] amd_uncore: AMD NB counters detected
[    0.437264] amd_uncore: AMD LLC counters detected
[    0.437533] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.437571] check: Scanning for low memory corruption every 60 seconds
[    0.437929] Initialise system trusted keyrings
[    0.437938] Key type blacklist registered
[    0.437968] workingset: timestamp_bits=41 max_order=24 bucket_order=0
[    0.438656] zbud: loaded
[    0.446269] Key type asymmetric registered
[    0.446270] Asymmetric key parser 'x509' registered
[    0.446276] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.446325] io scheduler mq-deadline registered
[    0.446325] io scheduler kyber registered
[    0.446340] io scheduler bfq registered
[    0.446698] pcieport 0000:00:01.3: AER: enabled with IRQ 28
[    0.448750] pcieport 0000:00:03.1: AER: enabled with IRQ 29
[    0.450505] pcieport 0000:00:03.4: AER: enabled with IRQ 30
[    0.450683] pcieport 0000:00:07.1: AER: enabled with IRQ 31
[    0.451686] pcieport 0000:00:08.1: AER: enabled with IRQ 33
[    0.453172] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.453220] efifb: probing for efifb
[    0.453229] efifb: No BGRT, not showing boot graphics
[    0.453230] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[    0.453230] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.453231] efifb: scrolling: redraw
[    0.453231] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.453261] fbcon: Deferring console take-over
[    0.453262] fb0: EFI VGA frame buffer device
[    0.453311] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.453327] ACPI: Power Button [PWRB]
[    0.453356] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.456552] ACPI: Power Button [PWRF]
[    0.456640] Monitor-Mwait will be used to enter C-1 state
[    0.456648] ACPI: \_PR_.C000: Found 2 idle states
[    0.456797] ACPI: \_PR_.C002: Found 2 idle states
[    0.456911] ACPI: \_PR_.C004: Found 2 idle states
[    0.457011] ACPI: \_PR_.C006: Found 2 idle states
[    0.457132] ACPI: \_PR_.C008: Found 2 idle states
[    0.457228] ACPI: \_PR_.C00A: Found 2 idle states
[    0.457291] ACPI: \_PR_.C00C: Found 2 idle states
[    0.457340] ACPI: \_PR_.C00E: Found 2 idle states
[    0.457437] ACPI: \_PR_.C001: Found 2 idle states
[    0.457509] ACPI: \_PR_.C003: Found 2 idle states
[    0.457615] ACPI: \_PR_.C005: Found 2 idle states
[    0.457697] ACPI: \_PR_.C007: Found 2 idle states
[    0.457755] ACPI: \_PR_.C009: Found 2 idle states
[    0.457828] ACPI: \_PR_.C00B: Found 2 idle states
[    0.457905] ACPI: \_PR_.C00D: Found 2 idle states
[    0.457956] ACPI: \_PR_.C00F: Found 2 idle states
[    0.458180] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.458379] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.458645] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.459426] nvme nvme0: pci function 0000:0a:00.0
[    0.459456] ahci 0000:01:00.1: version 3.0
[    0.459549] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[    0.459604] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    0.459605] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.460061] scsi host0: ahci
[    0.460154] scsi host1: ahci
[    0.460229] scsi host2: ahci
[    0.460304] scsi host3: ahci
[    0.460372] scsi host4: ahci
[    0.460442] scsi host5: ahci
[    0.460508] scsi host6: ahci
[    0.460581] scsi host7: ahci
[    0.460608] ata1: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680100 irq 44
[    0.460609] ata2: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680180 irq 44
[    0.460610] ata3: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680200 irq 44
[    0.460611] ata4: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680280 irq 44
[    0.460613] ata5: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680300 irq 44
[    0.460614] ata6: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680380 irq 44
[    0.460615] ata7: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680400 irq 44
[    0.460616] ata8: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680480 irq 44
[    0.460790] ahci 0000:0c:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x8 impl SATA mode
[    0.460792] ahci 0000:0c:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.461001] scsi host8: ahci
[    0.461073] scsi host9: ahci
[    0.461141] scsi host10: ahci
[    0.461211] scsi host11: ahci
[    0.461237] ata9: DUMMY
[    0.461237] ata10: DUMMY
[    0.461238] ata11: DUMMY
[    0.461239] ata12: SATA max UDMA/133 abar m4096@0xf6a08000 port 0xf6a08280 irq 48
[    0.461268] usbcore: registered new interface driver usbserial_generic
[    0.461272] usbserial: USB Serial support registered for generic
[    0.461305] rtc_cmos 00:01: RTC can wake from S4
[    0.461592] rtc_cmos 00:01: registered as rtc0
[    0.461671] rtc_cmos 00:01: setting system clock to 2021-04-18T16:04:28 UTC (1618761868)
[    0.461680] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.461834] ledtrig-cpu: registered to indicate activity on CPUs
[    0.461872] ashmem: initialized
[    0.461938] drop_monitor: Initializing network drop monitor service
[    0.462037] NET: Registered protocol family 10
[    0.464753] Segment Routing with IPv6
[    0.464754] RPL Segment Routing with IPv6
[    0.464765] NET: Registered protocol family 17
[    0.465438] microcode: CPU0: patch_level=0x0800820d
[    0.465444] microcode: CPU1: patch_level=0x0800820d
[    0.465450] microcode: CPU2: patch_level=0x0800820d
[    0.465456] microcode: CPU3: patch_level=0x0800820d
[    0.465462] microcode: CPU4: patch_level=0x0800820d
[    0.465467] microcode: CPU5: patch_level=0x0800820d
[    0.465472] microcode: CPU6: patch_level=0x0800820d
[    0.465477] microcode: CPU7: patch_level=0x0800820d
[    0.465482] microcode: CPU8: patch_level=0x0800820d
[    0.465485] microcode: CPU9: patch_level=0x0800820d
[    0.465490] microcode: CPU10: patch_level=0x0800820d
[    0.465495] microcode: CPU11: patch_level=0x0800820d
[    0.465499] microcode: CPU12: patch_level=0x0800820d
[    0.465501] microcode: CPU13: patch_level=0x0800820d
[    0.465506] microcode: CPU14: patch_level=0x0800820d
[    0.465509] microcode: CPU15: patch_level=0x0800820d
[    0.465528] microcode: Microcode Update Driver: v2.2.
[    0.465531] IPI shorthand broadcast: enabled
[    0.465536] sched_clock: Marking stable (495521834, -29995971)->(577956405, -112430542)
[    0.465683] registered taskstats version 1
[    0.465690] Loading compiled-in X.509 certificates
[    0.467226] Loaded X.509 cert 'Build time autogenerated kernel key: 9d03c4d841bf08bdacc38e7fc2cd16df39302a02'
[    0.469476] zswap: loaded using pool zstd/z3fold
[    0.469729] Key type ._fscrypt registered
[    0.469730] Key type .fscrypt registered
[    0.469730] Key type fscrypt-provisioning registered
[    0.469857] nvme nvme0: missing or invalid SUBNQN field.
[    0.469872] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.470097] PM:   Magic number: 1:550:85
[    0.470258] RAS: Correctable Errors collector initialized.
[    0.496720] nvme nvme0: 32/0/0 default/read/poll queues
[    0.501734]  nvme0n1: p1 p2
[    0.775191] ata1: SATA link down (SStatus 0 SControl 330)
[    0.941858] ata12: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.942681] ata12.00: supports DRM functions and may not be fully accessible
[    0.942702] ata12.00: ATA-10: CT1000MX500SSD4, M3CR022, max UDMA/133
[    0.942702] ata12.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    0.943251] ata12.00: supports DRM functions and may not be fully accessible
[    0.943721] ata12.00: configured for UDMA/133
[    1.084199] ata2: SATA link down (SStatus 0 SControl 330)
[    1.398423] ata3: SATA link down (SStatus 0 SControl 330)
[    1.460398] tsc: Refined TSC clocksource calibration: 3693.059 MHz
[    1.460408] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a77744cfd5, max_idle_ns: 881590969987 ns
[    1.460459] clocksource: Switched to clocksource tsc
[    1.712022] ata4: SATA link down (SStatus 0 SControl 330)
[    2.023435] ata5: SATA link down (SStatus 0 SControl 330)
[    2.333797] ata6: SATA link down (SStatus 0 SControl 330)
[    3.367050] ata7: failed to resume link (SControl 0)
[    3.367069] ata7: SATA link down (SStatus 0 SControl 0)
[    3.676889] ata8: SATA link down (SStatus 0 SControl 330)
[    3.677090] scsi 11:0:0:0: Direct-Access     ATA      CT1000MX500SSD4  022  PQ: 0 ANSI: 5
[    3.677238] sd 11:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.677240] sd 11:0:0:0: [sda] 4096-byte physical blocks
[    3.677246] sd 11:0:0:0: [sda] Write Protect is off
[    3.677247] sd 11:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.677255] sd 11:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.680414]  sda: sda1 sda2
[    3.680981] sd 11:0:0:0: [sda] supports TCG Opal
[    3.680982] sd 11:0:0:0: [sda] Attached SCSI disk
[    3.682592] Freeing unused decrypted memory: 2040K
[    3.682830] Freeing unused kernel image (initmem) memory: 1664K
[    3.713365] Write protecting the kernel read-only data: 22528k
[    3.714189] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    3.714453] Freeing unused kernel image (rodata/data gap) memory: 1384K
[    3.741347] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.741351] Run /init as init process
[    3.741352]   with arguments:
[    3.741352]     /init
[    3.741353]   with environment:
[    3.741353]     HOME=/
[    3.741353]     TERM=linux
[    3.741354]     BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64
[    3.741354]     cryptdevice=UUID=1f42d128-d51f-43fd-a79a-a493458c96b0:cryptroot
[    3.751350] efivars: duplicate variable: DeploymentModeNv-97e8965f-c761-4f48-b6e4-9ffa9cb2a2d6
[    3.802687] ccp 0000:0b:00.2: enabling device (0000 -> 0002)
[    3.802976] ccp 0000:0b:00.2: ccp enabled
[    3.803098] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    3.803102] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    3.807324] cryptd: max_cpu_qlen set to 1000
[    3.810932] AVX2 version of gcm_enc/dec engaged.
[    3.810933] AES CTR mode by8 optimization enabled
[    3.819012] random: fast init done
[    3.858400] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    3.858703] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    3.858704] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.858705] usb usb1: Product: xHCI Host Controller
[    3.858705] usb usb1: Manufacturer: Linux 5.9.16-1-MANJARO xhci-hcd
[    3.858706] usb usb1: SerialNumber: 0000:01:00.0
[    3.858792] hub 1-0:1.0: USB hub found
[    3.858807] hub 1-0:1.0: 14 ports detected
[    3.865909] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    3.865911] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    3.865913] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.865952] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.865966] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    3.865967] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.865968] usb usb2: Product: xHCI Host Controller
[    3.865968] usb usb2: Manufacturer: Linux 5.9.16-1-MANJARO xhci-hcd
[    3.865969] usb usb2: SerialNumber: 0000:01:00.0
[    3.866028] hub 2-0:1.0: USB hub found
[    3.866038] hub 2-0:1.0: 8 ports detected
[    3.867032] usb: port power management may be unreliable
[    3.870155] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    3.870158] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[    3.870235] xhci_hcd 0000:04:00.0: hcc params 0x040040a5 hci version 0x100 quirks 0x0000000000080490
[    3.870371] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    3.870372] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.870373] usb usb3: Product: xHCI Host Controller
[    3.870373] usb usb3: Manufacturer: Linux 5.9.16-1-MANJARO xhci-hcd
[    3.870374] usb usb3: SerialNumber: 0000:04:00.0
[    3.870427] hub 3-0:1.0: USB hub found
[    3.870434] hub 3-0:1.0: 2 ports detected
[    3.870520] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    3.870521] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[    3.870523] xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
[    3.870534] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.870547] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    3.870548] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.870549] usb usb4: Product: xHCI Host Controller
[    3.870549] usb usb4: Manufacturer: Linux 5.9.16-1-MANJARO xhci-hcd
[    3.870550] usb usb4: SerialNumber: 0000:04:00.0
[    3.870597] hub 4-0:1.0: USB hub found
[    3.870603] hub 4-0:1.0: 2 ports detected
[    3.870709] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    3.870713] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 5
[    3.925537] xhci_hcd 0000:08:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
[    3.925820] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    3.925821] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.925821] usb usb5: Product: xHCI Host Controller
[    3.925822] usb usb5: Manufacturer: Linux 5.9.16-1-MANJARO xhci-hcd
[    3.925823] usb usb5: SerialNumber: 0000:08:00.0
[    3.925879] hub 5-0:1.0: USB hub found
[    3.925886] hub 5-0:1.0: 2 ports detected
[    3.926025] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    3.926027] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 6
[    3.926029] xhci_hcd 0000:08:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.926055] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.926068] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    3.926068] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.926069] usb usb6: Product: xHCI Host Controller
[    3.926070] usb usb6: Manufacturer: Linux 5.9.16-1-MANJARO xhci-hcd
[    3.926070] usb usb6: SerialNumber: 0000:08:00.0
[    3.926125] hub 6-0:1.0: USB hub found
[    3.926131] hub 6-0:1.0: 2 ports detected
[    3.926325] xhci_hcd 0000:09:00.2: xHCI Host Controller
[    3.926327] xhci_hcd 0000:09:00.2: new USB bus registered, assigned bus number 7
[    3.926932] xhci_hcd 0000:09:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
[    3.927032] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    3.927033] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.927034] usb usb7: Product: xHCI Host Controller
[    3.927034] usb usb7: Manufacturer: Linux 5.9.16-1-MANJARO xhci-hcd
[    3.927035] usb usb7: SerialNumber: 0000:09:00.2
[    3.927085] hub 7-0:1.0: USB hub found
[    3.927090] hub 7-0:1.0: 2 ports detected
[    3.927168] xhci_hcd 0000:09:00.2: xHCI Host Controller
[    3.927170] xhci_hcd 0000:09:00.2: new USB bus registered, assigned bus number 8
[    3.927171] xhci_hcd 0000:09:00.2: Host supports USB 3.1 Enhanced SuperSpeed
[    3.927191] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.927203] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    3.927204] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.927205] usb usb8: Product: xHCI Host Controller
[    3.927205] usb usb8: Manufacturer: Linux 5.9.16-1-MANJARO xhci-hcd
[    3.927206] usb usb8: SerialNumber: 0000:09:00.2
[    3.927252] hub 8-0:1.0: USB hub found
[    3.927259] hub 8-0:1.0: 4 ports detected
[    3.927397] xhci_hcd 0000:0b:00.3: xHCI Host Controller
[    3.927399] xhci_hcd 0000:0b:00.3: new USB bus registered, assigned bus number 9
[    3.927488] xhci_hcd 0000:0b:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    3.927711] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    3.927712] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.927713] usb usb9: Product: xHCI Host Controller
[    3.927713] usb usb9: Manufacturer: Linux 5.9.16-1-MANJARO xhci-hcd
[    3.927714] usb usb9: SerialNumber: 0000:0b:00.3
[    3.927770] hub 9-0:1.0: USB hub found
[    3.927776] hub 9-0:1.0: 4 ports detected
[    3.927912] xhci_hcd 0000:0b:00.3: xHCI Host Controller
[    3.927914] xhci_hcd 0000:0b:00.3: new USB bus registered, assigned bus number 10
[    3.927915] xhci_hcd 0000:0b:00.3: Host supports USB 3.0 SuperSpeed
[    3.927924] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.927938] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    3.927939] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.927940] usb usb10: Product: xHCI Host Controller
[    3.927940] usb usb10: Manufacturer: Linux 5.9.16-1-MANJARO xhci-hcd
[    3.927941] usb usb10: SerialNumber: 0000:0b:00.3
[    3.927993] hub 10-0:1.0: USB hub found
[    3.927998] hub 10-0:1.0: 4 ports detected
[    3.940959] device-mapper: uevent: version 1.0.3
[    3.941004] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    3.944316] Key type encrypted registered
[    4.139527] random: cryptsetup: uninitialized urandom read (2 bytes read)
[    4.144858] random: lvm: uninitialized urandom read (4 bytes read)
[    4.149950] random: lvm: uninitialized urandom read (2 bytes read)
[    4.223542] usb 4-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    4.238338] PM: Image not found (code -22)
[    4.245515] fbcon: Taking over console
[    4.245642] Console: switching to colour frame buffer device 128x48
[    4.249162] usb 4-2: New USB device found, idVendor=07ca, idProduct=0570, bcdDevice= 1.00
[    4.249164] usb 4-2: New USB device strings: Mfr=6, Product=7, SerialNumber=3
[    4.249165] usb 4-2: Product: AVerMedia USB Device
[    4.249165] usb 4-2: Manufacturer: AVerMedia
[    4.249166] usb 4-2: SerialNumber: 52017375003190
[    4.260012] usb 1-4: new full-speed USB device number 2 using xhci_hcd
[    4.288611] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[    4.289661] XFS (dm-1): Mounting V5 Filesystem
[    4.311908] XFS (dm-1): Ending clean mount
[    4.313568] xfs filesystem being mounted at /new_root supports timestamps until 2038 (0x7fffffff)
[    4.376789] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[    4.395260] systemd[1]: systemd 247.6-1.0-manjaro 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)
[    4.410047] systemd[1]: Detected architecture x86-64.
[    4.447006] systemd[1]: Set hostname to <racoon>.
[    4.537931] systemd[1]: Queued start job for default target Graphical Interface.
[    4.546238] systemd[1]: Created slice system-getty.slice.
[    4.546447] systemd[1]: Created slice system-modprobe.slice.
[    4.546621] systemd[1]: Created slice system-x.slice.
[    4.546814] systemd[1]: Created slice system-xlogin.slice.
[    4.546964] systemd[1]: Created slice User and Session Slice.
[    4.547001] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.547028] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.547113] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.547133] systemd[1]: Reached target Local Encrypted Volumes.
[    4.547150] systemd[1]: Reached target Paths.
[    4.547160] systemd[1]: Reached target Remote File Systems.
[    4.547168] systemd[1]: Reached target Slices.
[    4.547213] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.547268] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.547995] systemd[1]: Listening on Process Core Dump Socket.
[    4.548071] systemd[1]: Listening on Journal Audit Socket.
[    4.548122] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.548179] systemd[1]: Listening on Journal Socket.
[    4.548537] systemd[1]: Listening on udev Control Socket.
[    4.548584] systemd[1]: Listening on udev Kernel Socket.
[    4.549039] systemd[1]: Mounting Huge Pages File System...
[    4.549562] systemd[1]: Mounting POSIX Message Queue File System...
[    4.550040] systemd[1]: Mounting Kernel Debug File System...
[    4.550508] systemd[1]: Mounting Kernel Trace File System...
[    4.551085] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    4.551576] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    4.552057] systemd[1]: Starting Load Kernel Module configfs...
[    4.552539] systemd[1]: Starting Load Kernel Module drm...
[    4.553016] systemd[1]: Starting Load Kernel Module fuse...
[    4.553279] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    4.554304] systemd[1]: Starting Journal Service...
[    4.554923] systemd[1]: Starting Load Kernel Modules...
[    4.555460] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.555496] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    4.555994] systemd[1]: Starting Coldplug All udev Devices...
[    4.557014] systemd[1]: Mounted Huge Pages File System.
[    4.557063] systemd[1]: Mounted POSIX Message Queue File System.
[    4.557110] systemd[1]: Mounted Kernel Debug File System.
[    4.557161] systemd[1]: Mounted Kernel Trace File System.
[    4.557482] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    4.557627] systemd[1]: modprobe@configfs.service: Succeeded.
[    4.557849] systemd[1]: Finished Load Kernel Module configfs.
[    4.557961] systemd[1]: modprobe@drm.service: Succeeded.
[    4.558146] systemd[1]: Finished Load Kernel Module drm.
[    4.558683] systemd[1]: Mounting Kernel Configuration File System...
[    4.559979] systemd[1]: Mounted Kernel Configuration File System.
[    4.562083] xfs filesystem being remounted at / supports timestamps until 2038 (0x7fffffff)
[    4.562920] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.563002] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    4.563106] fuse: init (API version 7.31)
[    4.563692] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    4.564174] systemd[1]: Starting Load/Save Random Seed...
[    4.564221] systemd[1]: Condition check resulted in Create System Users being skipped.
[    4.564693] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.564924] systemd[1]: modprobe@fuse.service: Succeeded.
[    4.565124] systemd[1]: Finished Load Kernel Module fuse.
[    4.565407] systemd[1]: Finished Load Kernel Modules.
[    4.565986] systemd[1]: Mounting FUSE Control File System...
[    4.566502] systemd[1]: Starting Apply Kernel Variables...
[    4.567316] systemd[1]: Mounted FUSE Control File System.
[    4.570371] systemd[1]: Finished Apply Kernel Variables.
[    4.577003] systemd[1]: Finished Create Static Device Nodes in /dev.
[    4.577035] audit: type=1130 audit(1618754672.611:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.577631] audit: type=1334 audit(1618754672.611:3): prog-id=5 op=LOAD
[    4.577739] audit: type=1334 audit(1618754672.611:4): prog-id=6 op=LOAD
[    4.578016] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    4.607044] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    4.607089] audit: type=1130 audit(1618754672.641:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.611230] systemd[1]: Finished Coldplug All udev Devices.
[    4.611264] audit: type=1130 audit(1618754672.645:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.625600] acpi_cpufreq: overriding BIOS provided _PSD data
[    4.626022] systemd[1]: Started Journal Service.
[    4.626073] audit: type=1130 audit(1618754672.658:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.631423] systemd-journald[439]: Received client request to flush runtime journal.
[    4.636918] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    4.637035] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    4.644508] usb 1-4: New USB device found, idVendor=1532, idProduct=0059, bcdDevice= 2.00
[    4.644510] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.644511] usb 1-4: Product: Razer Lancehead
[    4.644512] usb 1-4: Manufacturer: Razer
[    4.700598] nvidia-gpu 0000:09:00.3: enabling device (0000 -> 0002)
[    4.700817] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.700820] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    4.700901] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.701300] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    4.701596] dca service started, version 1.12.1
[    4.702700] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    4.702701] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.703271] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    4.703363] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    4.703373] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    4.703718] audit: type=1130 audit(1618754672.738:8): 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'
[    4.743972] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.745841] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.826592] Intel(R) Wireless WiFi driver for Linux
[    4.827584] igb: Intel(R) Gigabit Ethernet Network Driver
[    4.827586] igb: Copyright (c) 2007-2014 Intel Corporation.
[    4.827744] snd_hda_intel 0000:09:00.1: enabling device (0000 -> 0002)
[    4.827838] snd_hda_intel 0000:09:00.1: Disabling MSI
[    4.827849] snd_hda_intel 0000:09:00.1: Handle vga_switcheroo audio client
[    4.827955] snd_hda_intel 0000:0c:00.3: enabling device (0000 -> 0002)
[    4.830855] kvm: Nested Virtualization enabled
[    4.830871] SVM: kvm: Nested Paging enabled
[    4.830871] SVM: Virtual VMLOAD VMSAVE supported
[    4.830872] SVM: Virtual GIF supported
[    4.834320] MCE: In-kernel MCE decoding enabled.
[    4.837599] EDAC amd64: F17h detected (node 0).
[    4.837633] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.841509] audit: type=1130 audit(1618754672.875:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.846687] usb 1-5: new full-speed USB device number 3 using xhci_hcd
[    4.846874] iwlwifi 0000:07:00.0: enabling device (0000 -> 0002)
[    4.852504] iwlwifi 0000:07:00.0: WRT: Overriding region id 0
[    4.852506] iwlwifi 0000:07:00.0: WRT: Overriding region id 1
[    4.852507] iwlwifi 0000:07:00.0: WRT: Overriding region id 2
[    4.852508] iwlwifi 0000:07:00.0: WRT: Overriding region id 3
[    4.852508] iwlwifi 0000:07:00.0: WRT: Overriding region id 4
[    4.852509] iwlwifi 0000:07:00.0: WRT: Overriding region id 6
[    4.852510] iwlwifi 0000:07:00.0: WRT: Overriding region id 8
[    4.852511] iwlwifi 0000:07:00.0: WRT: Overriding region id 9
[    4.852511] iwlwifi 0000:07:00.0: WRT: Overriding region id 10
[    4.852512] iwlwifi 0000:07:00.0: WRT: Overriding region id 11
[    4.852513] iwlwifi 0000:07:00.0: WRT: Overriding region id 15
[    4.852514] iwlwifi 0000:07:00.0: WRT: Overriding region id 16
[    4.852514] iwlwifi 0000:07:00.0: WRT: Overriding region id 18
[    4.852515] iwlwifi 0000:07:00.0: WRT: Overriding region id 19
[    4.852516] iwlwifi 0000:07:00.0: WRT: Overriding region id 20
[    4.852516] iwlwifi 0000:07:00.0: WRT: Overriding region id 21
[    4.852517] iwlwifi 0000:07:00.0: WRT: Overriding region id 28
[    4.852745] iwlwifi 0000:07:00.0: loaded firmware version 46.6f9f215c.0 9260-th-b0-jf-b0-46.ucode op_mode iwlmvm
[    4.856661] pps pps0: new PPS source ptp0
[    4.856698] igb 0000:05:00.0: added PHC on eth0
[    4.856699] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
[    4.856701] igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 4c:ed:fb:72:b2:ee
[    4.856702] igb 0000:05:00.0: eth0: PBA No: FFFFFF-0FF
[    4.856703] igb 0000:05:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    4.914492] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input3
[    4.914544] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input4
[    4.914591] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input5
[    4.914631] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input6
[    4.914671] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input7
[    4.914713] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input8
[    4.914747] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:03.1/0000:09:00.1/sound/card0/input9
[    4.993853] EDAC amd64: F17h detected (node 0).
[    4.993888] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.005077] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    5.005080] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.005082] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    5.005088] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    5.005090] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[    5.005091] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    5.005094] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    5.005095] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    5.005097] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    5.007970] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    5.019608] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input10
[    5.019658] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input11
[    5.019707] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input12
[    5.019752] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input13
[    5.019795] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input14
[    5.019841] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input15
[    5.019886] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input16
[    5.140698] EDAC amd64: F17h detected (node 0).
[    5.140736] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.247672] EDAC amd64: F17h detected (node 0).
[    5.247714] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.252602] usb 1-5: New USB device found, idVendor=1532, idProduct=010e, bcdDevice= 2.00
[    5.252605] usb 1-5: New USB device strings: Mfr=1, Product=1, SerialNumber=0
[    5.252607] usb 1-5: Product: Razer BlackWidow
[    5.252608] usb 1-5: Manufacturer: Razer BlackWidow
[    5.355315] EDAC amd64: F17h detected (node 0).
[    5.355358] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.360042] iwlwifi 0000:07:00.0: Detected Intel(R) Wireless-AC 9260 160MHz, REV=0x324
[    5.407318] iwlwifi 0000:07:00.0: base HW address: 84:fd:d1:82:0f:ff
[    5.409906] igb 0000:05:00.0 enp5s0: renamed from eth0
[    5.433942] EDAC amd64: F17h detected (node 0).
[    5.433975] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.441314] audit: type=1130 audit(1618754673.475:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@254:0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.441335] Adding 104853500k swap on /dev/mapper/manjaro-swap.  Priority:-2 extents:1 across:104853500k SSFS
[    5.453349] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[    5.462399] audit: type=1130 audit(1618754673.495:11): 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'
[    5.468564] audit: type=1127 audit(1618754673.501:12): pid=770 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    5.472253] audit: type=1130 audit(1618754673.505:13): 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'
[    5.473597] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    5.474121] thermal thermal_zone0: failed to read out thermal zone (-61)
[    5.474768] audit: type=1130 audit(1618754673.508:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.475584] audit: type=1130 audit(1618754673.508:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=preload comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.476823] audit: type=1334 audit(1618754673.511:16): prog-id=7 op=LOAD
[    5.476919] audit: type=1334 audit(1618754673.511:17): prog-id=8 op=LOAD
[    5.494659] audit: type=1130 audit(1618754673.528:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.495283] audit: type=1130 audit(1618754673.528:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.531430] EDAC amd64: F17h detected (node 0).
[    5.531473] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.535500] asus_wmi: ASUS WMI generic driver loaded
[    5.536755] asus_wmi: Initialization: 0x0
[    5.536783] asus_wmi: BIOS WMI version: 0.9
[    5.536840] asus_wmi: SFUN value: 0x0
[    5.536842] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    5.537330] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input17
[    5.541718] iwlwifi 0000:07:00.0 wlp7s0: renamed from wlan0
[    5.634136] EDAC amd64: F17h detected (node 0).
[    5.634215] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.794339] EDAC amd64: F17h detected (node 0).
[    5.794383] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.826700] random: crng init done
[    5.826702] random: 6 urandom warning(s) missed due to ratelimiting
[    5.840376] usb 1-9: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
[    5.840379] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.840381] usb 1-9: Product: AURA LED Controller
[    5.840383] usb 1-9: Manufacturer: AsusTek Computer Inc.
[    5.840384] usb 1-9: SerialNumber: 00000000001A
[    5.940960] EDAC amd64: F17h detected (node 0).
[    5.941007] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.942153] mc: Linux media interface: v0.10
[    5.964967] usbcore: registered new interface driver snd-usb-audio
[    5.968001] videodev: Linux video capture interface: v2.00
[    6.040026] usb 1-10: new full-speed USB device number 5 using xhci_hcd
[    6.074896] EDAC amd64: F17h detected (node 0).
[    6.074945] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.180450] EDAC amd64: F17h detected (node 0).
[    6.180492] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.182574] uvcvideo: Found UVC 1.00 device AVerMedia USB Device (07ca:0570)
[    6.194782] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[    6.195316] usbcore: registered new interface driver uvcvideo
[    6.195317] USB Video Class driver (1.1.1)
[    6.287692] EDAC amd64: F17h detected (node 0).
[    6.287736] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.421045] EDAC amd64: F17h detected (node 0).
[    6.421086] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.424457] usb 1-10: New USB device found, idVendor=8087, idProduct=0025, bcdDevice= 0.02
[    6.424460] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.541010] EDAC amd64: F17h detected (node 0).
[    6.541052] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.630018] usb 1-11: new full-speed USB device number 6 using xhci_hcd
[    6.660796] EDAC amd64: F17h detected (node 0).
[    6.660838] EDAC amd64: Node 0: DRAM ECC disabled.
[    7.017514] usb 1-11: New USB device found, idVendor=1532, idProduct=005a, bcdDevice= 2.00
[    7.017517] usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.017519] usb 1-11: Product: USB Dongle for Razer Lancehead
[    7.017520] usb 1-11: Manufacturer: Razer
[    7.223742] usb 1-14: new high-speed USB device number 7 using xhci_hcd
[    7.469102] usb 1-14: New USB device found, idVendor=8564, idProduct=1000, bcdDevice=10.75
[    7.469105] usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.469107] usb 1-14: Product: Mass Storage Device
[    7.469109] usb 1-14: Manufacturer: JetFlash
[    7.469110] usb 1-14: SerialNumber: 3910844907
[    8.593129] usb-storage 1-14:1.0: USB Mass Storage device detected
[    8.593317] scsi host12: usb-storage 1-14:1.0
[    8.593460] usbcore: registered new interface driver usb-storage
[    8.596139] hid: raw HID events driver (C) Jiri Kosina
[    8.597019] usbcore: registered new interface driver uas
[    8.645607] Bluetooth: Core ver 2.22
[    8.645620] NET: Registered protocol family 31
[    8.645621] Bluetooth: HCI device and connection manager initialized
[    8.645623] Bluetooth: HCI socket layer initialized
[    8.645625] Bluetooth: L2CAP socket layer initialized
[    8.645627] Bluetooth: SCO socket layer initialized
[    8.684736] usbcore: registered new interface driver usbhid
[    8.684737] usbhid: USB HID core driver
[    8.687627] input: Razer Razer Lancehead as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-4/1-4:1.0/0003:1532:0059.0001/input/input18
[    8.687843] hid-generic 0003:1532:0059.0001: input,hidraw0: USB HID v1.11 Mouse [Razer Razer Lancehead] on usb-0000:01:00.0-4/input0
[    8.688188] input: Razer Razer Lancehead Keyboard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-4/1-4:1.1/0003:1532:0059.0002/input/input19
[    8.743434] input: Razer Razer Lancehead Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-4/1-4:1.1/0003:1532:0059.0002/input/input20
[    8.743502] input: Razer Razer Lancehead System Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-4/1-4:1.1/0003:1532:0059.0002/input/input21
[    8.743557] input: Razer Razer Lancehead as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-4/1-4:1.1/0003:1532:0059.0002/input/input22
[    8.743614] hid-generic 0003:1532:0059.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer Lancehead] on usb-0000:01:00.0-4/input1
[    8.743752] input: Razer Razer Lancehead as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-4/1-4:1.2/0003:1532:0059.0003/input/input23
[    8.765864] usbcore: registered new interface driver btusb
[    8.770724] Bluetooth: hci0: Firmware revision 0.1 build 168 week 48 2020
[    8.800153] hid-generic 0003:1532:0059.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer Lancehead] on usb-0000:01:00.0-4/input2
[    8.800342] input: Razer BlackWidow Razer BlackWidow as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-5/1-5:1.0/0003:1532:010E.0004/input/input24
[    8.856813] hid-generic 0003:1532:010E.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer BlackWidow Razer BlackWidow] on usb-0000:01:00.0-5/input0
[    8.856988] input: Razer BlackWidow Razer BlackWidow System Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-5/1-5:1.1/0003:1532:010E.0005/input/input25
[    8.913626] input: Razer BlackWidow Razer BlackWidow Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-5/1-5:1.1/0003:1532:010E.0005/input/input26
[    8.913696] hid-generic 0003:1532:010E.0005: input,hidraw4: USB HID v1.11 Device [Razer BlackWidow Razer BlackWidow] on usb-0000:01:00.0-5/input1
[    8.913844] input: Razer BlackWidow Razer BlackWidow as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-5/1-5:1.2/0003:1532:010E.0006/input/input27
[    8.913926] hid-generic 0003:1532:010E.0006: input,hidraw5: USB HID v1.11 Mouse [Razer BlackWidow Razer BlackWidow] on usb-0000:01:00.0-5/input2
[    8.914062] hid-generic 0003:0B05:1872.0007: hiddev0,hidraw6: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:01:00.0-9/input0
[    8.914191] input: Razer USB Dongle for Razer Lancehead as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-11/1-11:1.0/0003:1532:005A.0008/input/input28
[    8.914254] hid-generic 0003:1532:005A.0008: input,hidraw7: USB HID v1.11 Mouse [Razer USB Dongle for Razer Lancehead] on usb-0000:01:00.0-11/input0
[    8.914447] input: Razer USB Dongle for Razer Lancehead Keyboard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-11/1-11:1.1/0003:1532:005A.0009/input/input29
[    8.970301] input: Razer USB Dongle for Razer Lancehead Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-11/1-11:1.1/0003:1532:005A.0009/input/input30
[    8.970368] input: Razer USB Dongle for Razer Lancehead System Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-11/1-11:1.1/0003:1532:005A.0009/input/input31
[    8.970422] input: Razer USB Dongle for Razer Lancehead as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-11/1-11:1.1/0003:1532:005A.0009/input/input32
[    8.970484] hid-generic 0003:1532:005A.0009: input,hidraw8: USB HID v1.11 Keyboard [Razer USB Dongle for Razer Lancehead] on usb-0000:01:00.0-11/input1
[    8.970660] input: Razer USB Dongle for Razer Lancehead as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-11/1-11:1.2/0003:1532:005A.000A/input/input33
[    9.027227] hid-generic 0003:1532:005A.000A: input,hidraw9: USB HID v1.11 Keyboard [Razer USB Dongle for Razer Lancehead] on usb-0000:01:00.0-11/input2
[    9.043555] mousedev: PS/2 mouse device common for all mice
[    9.624870] scsi 12:0:0:0: Direct-Access     JetFlash Transcend 64GB   1.00 PQ: 0 ANSI: 6
[    9.625388] sd 12:0:0:0: [sdb] 123527168 512-byte logical blocks: (63.2 GB/58.9 GiB)
[    9.625506] sd 12:0:0:0: [sdb] Write Protect is off
[    9.625508] sd 12:0:0:0: [sdb] Mode Sense: 23 00 00 00
[    9.625624] sd 12:0:0:0: [sdb] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
[    9.648713]  sdb: sdb1 sdb2
[    9.649512] sd 12:0:0:0: [sdb] Attached SCSI removable disk
[   13.301951] kauditd_printk_skb: 18 callbacks suppressed
[   13.301953] audit: type=1100 audit(1618754681.335:38): pid=779 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=? acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty1 res=failed'
[   13.775582] audit: type=1131 audit(1618754681.811:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.818043] audit: type=1131 audit(1618754683.851:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.825278] audit: type=1131 audit(1618754683.861:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.279214] audit: type=1131 audit(1618754686.315:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.282184] audit: type=1130 audit(1618754686.315:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.282188] audit: type=1131 audit(1618754686.315:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.283281] audit: type=1130 audit(1618754686.315:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.462855] audit: type=1100 audit(1618754692.495:46): pid=1295 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty1 res=success'
[   24.462985] audit: type=1101 audit(1618754692.495:47): pid=1295 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty1 res=success'
[   24.463040] audit: type=1103 audit(1618754692.495:48): pid=1295 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty1 res=success'
[   24.463069] audit: type=1006 audit(1618754692.495:49): pid=1295 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=3 res=1
[   24.476967] audit: type=1130 audit(1618754692.511:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.481763] audit: type=1101 audit(1618754692.515:51): pid=1297 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.481784] audit: type=1103 audit(1618754692.515:52): pid=1297 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   24.481840] audit: type=1006 audit(1618754692.515:53): pid=1297 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=4 res=1
[   24.482872] audit: type=1105 audit(1618754692.515:54): pid=1297 uid=0 auid=0 ses=4 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.488422] audit: type=1334 audit(1618754692.521:55): prog-id=10 op=LOAD
[   63.918895] kauditd_printk_skb: 6 callbacks suppressed
[   63.918898] audit: type=1130 audit(1618754731.951:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   71.296215] audit: type=1100 audit(1618754739.328:63): pid=1318 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty2 res=success'
[   71.296511] audit: type=1101 audit(1618754739.328:64): pid=1318 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty2 res=success'
[   71.296610] audit: type=1103 audit(1618754739.328:65): pid=1318 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty2 res=success'
[   71.296665] audit: type=1006 audit(1618754739.328:66): pid=1318 uid=0 old-auid=4294967295 auid=0 tty=tty2 old-ses=4294967295 ses=5 res=1
[   71.307426] audit: type=1105 audit(1618754739.341:67): pid=1318 uid=0 auid=0 ses=5 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty2 res=success'
[   71.307476] audit: type=1110 audit(1618754739.341:68): pid=1318 uid=0 auid=0 ses=5 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty2 res=success'
[  206.773803] audit: type=1130 audit(1618754874.808:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  213.273682] audit: type=1100 audit(1618754881.308:70): pid=1362 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty3 res=success'
[  213.273708] audit: type=1101 audit(1618754881.308:71): pid=1362 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty3 res=success'
[  213.273810] audit: type=1103 audit(1618754881.308:72): pid=1362 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty3 res=success'
[  213.273862] audit: type=1006 audit(1618754881.308:73): pid=1362 uid=0 old-auid=4294967295 auid=0 tty=tty3 old-ses=4294967295 ses=6 res=1
[  213.284744] audit: type=1105 audit(1618754881.318:74): pid=1362 uid=0 auid=0 ses=6 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty3 res=success'
[  213.284803] audit: type=1110 audit(1618754881.318:75): pid=1362 uid=0 auid=0 ses=6 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty3 res=success'
[  245.353452] INFO: task kworker/u64:7:236 blocked for more than 122 seconds.
[  245.353455]       Not tainted 5.9.16-1-MANJARO #1
[  245.353456] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  245.353458] task:kworker/u64:7   state:D stack:    0 pid:  236 ppid:     2 flags:0x00004000
[  245.353482] Workqueue: events_power_efficient reg_check_chans_work [cfg80211]
[  245.353483] Call Trace:
[  245.353489]  __schedule+0x292/0x830
[  245.353493]  schedule+0x46/0xf0
[  245.353495]  schedule_preempt_disabled+0x14/0x20
[  245.353497]  __mutex_lock.constprop.0+0x180/0x530
[  245.353499]  ? _raw_spin_lock+0x13/0x30
[  245.353517]  reg_check_chans_work+0x2d/0x3f0 [cfg80211]
[  245.353522]  process_one_work+0x1da/0x3d0
[  245.353524]  worker_thread+0x4d/0x3d0
[  245.353526]  ? rescuer_thread+0x410/0x410
[  245.353528]  kthread+0x142/0x160
[  245.353530]  ? __kthread_bind_mask+0x60/0x60
[  245.353533]  ret_from_fork+0x22/0x30
[  245.353551] INFO: task ip:1317 blocked for more than 122 seconds.
[  245.353552]       Not tainted 5.9.16-1-MANJARO #1
[  245.353552] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  245.353553] task:ip              state:D stack:    0 pid: 1317 ppid:  1304 flags:0x00004080
[  245.353555] Call Trace:
[  245.353557]  __schedule+0x292/0x830
[  245.353560]  schedule+0x46/0xf0
[  245.353562]  schedule_preempt_disabled+0x14/0x20
[  245.353563]  __mutex_lock.constprop.0+0x180/0x530
[  245.353571]  igb_resume+0xff/0x1d0 [igb]
[  245.353576]  pci_pm_runtime_resume+0xaa/0xc0
[  245.353578]  ? pci_pm_freeze_noirq+0x110/0x110
[  245.353581]  __rpm_callback+0xc5/0x170
[  245.353584]  rpm_callback+0x4f/0x70
[  245.353585]  ? pci_pm_freeze_noirq+0x110/0x110
[  245.353587]  rpm_resume+0x5d7/0x820
[  245.353590]  __pm_runtime_resume+0x3b/0x60
[  245.353593]  __dev_open+0x63/0x1b0
[  245.353596]  __dev_change_flags+0x1a5/0x210
[  245.353598]  dev_change_flags+0x21/0x60
[  245.353601]  do_setlink+0x2bc/0x1160
[  245.353607]  ? __nla_validate_parse+0x5f/0x910
[  245.353610]  __rtnl_newlink+0x65f/0x9e0
[  245.353620]  rtnl_newlink+0x44/0x70
[  245.353622]  rtnetlink_rcv_msg+0x13e/0x390
[  245.353625]  ? rtnl_calcit.isra.0+0x120/0x120
[  245.353627]  netlink_rcv_skb+0x75/0x140
[  245.353630]  netlink_unicast+0x242/0x340
[  245.353632]  netlink_sendmsg+0x243/0x480
[  245.353636]  sock_sendmsg+0x5e/0x60
[  245.353638]  ____sys_sendmsg+0x25a/0x2a0
[  245.353640]  ? copy_msghdr_from_user+0x6e/0xa0
[  245.353642]  ___sys_sendmsg+0x97/0xe0
[  245.353646]  __sys_sendmsg+0x81/0xd0
[  245.353649]  do_syscall_64+0x33/0x40
[  245.353651]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  245.353654] RIP: 0033:0x7f54dfc31737
[  245.353655] RSP: 002b:00007ffe8adaa928 EFLAGS: 00000246 ORIG_RAX: 000000000000002e
[  245.353656] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f54dfc31737
[  245.353657] RDX: 0000000000000000 RSI: 00007ffe8adaa990 RDI: 0000000000000003
[  245.353658] RBP: 00000000607c3ca8 R08: 0000000000000001 R09: 00007f54dfcf2a60
[  245.353659] R10: 0000000000000230 R11: 0000000000000246 R12: 0000000000000001
[  245.353659] R13: 00007ffe8adaaa60 R14: 0000000000000000 R15: 000055722d3b8020
[  245.353662] INFO: task ip:1326 blocked for more than 122 seconds.
[  245.353663]       Not tainted 5.9.16-1-MANJARO #1
[  245.353664] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  245.353664] task:ip              state:D stack:    0 pid: 1326 ppid:  1325 flags:0x00000080
[  245.353666] Call Trace:
[  245.353668]  __schedule+0x292/0x830
[  245.353671]  schedule+0x46/0xf0
[  245.353673]  schedule_preempt_disabled+0x14/0x20
[  245.353674]  __mutex_lock.constprop.0+0x180/0x530
[  245.353677]  __netlink_dump_start+0xca/0x2d0
[  245.353679]  ? rtnl_fill_ifinfo+0x1410/0x1410
[  245.353681]  rtnetlink_rcv_msg+0x288/0x390
[  245.353683]  ? rtnl_fill_ifinfo+0x1410/0x1410
[  245.353685]  ? rtnl_calcit.isra.0+0x120/0x120
[  245.353686]  netlink_rcv_skb+0x75/0x140
[  245.353688]  netlink_unicast+0x242/0x340
[  245.353691]  netlink_sendmsg+0x243/0x480
[  245.353694]  sock_sendmsg+0x5e/0x60
[  245.353695]  __sys_sendto+0x120/0x180
[  245.353699]  __x64_sys_sendto+0x25/0x30
[  245.353701]  do_syscall_64+0x33/0x40
[  245.353703]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  245.353704] RIP: 0033:0x7ffac9b87680
[  245.353705] RSP: 002b:00007ffe189ddb78 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[  245.353706] RAX: ffffffffffffffda RBX: 000055cd80a4e020 RCX: 00007ffac9b87680
[  245.353707] RDX: 0000000000000028 RSI: 00007ffe189ddba0 RDI: 0000000000000003
[  245.353707] RBP: 00007ffe189ddba0 R08: 0000000000000000 R09: 0000000000000000
[  245.353708] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffe189de020
[  245.353709] R13: 00007ffe189de260 R14: 00007ffe189ded5d R15: 0000000000000000
[  368.233512] INFO: task kworker/u64:7:236 blocked for more than 245 seconds.
[  368.233515]       Not tainted 5.9.16-1-MANJARO #1
[  368.233516] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  368.233518] task:kworker/u64:7   state:D stack:    0 pid:  236 ppid:     2 flags:0x00004000
[  368.233542] Workqueue: events_power_efficient reg_check_chans_work [cfg80211]
[  368.233544] Call Trace:
[  368.233550]  __schedule+0x292/0x830
[  368.233554]  schedule+0x46/0xf0
[  368.233556]  schedule_preempt_disabled+0x14/0x20
[  368.233558]  __mutex_lock.constprop.0+0x180/0x530
[  368.233560]  ? _raw_spin_lock+0x13/0x30
[  368.233578]  reg_check_chans_work+0x2d/0x3f0 [cfg80211]
[  368.233583]  process_one_work+0x1da/0x3d0
[  368.233586]  worker_thread+0x4d/0x3d0
[  368.233588]  ? rescuer_thread+0x410/0x410
[  368.233590]  kthread+0x142/0x160
[  368.233592]  ? __kthread_bind_mask+0x60/0x60
[  368.233595]  ret_from_fork+0x22/0x30
[  368.233604] INFO: task kworker/7:2:411 blocked for more than 122 seconds.
[  368.233605]       Not tainted 5.9.16-1-MANJARO #1
[  368.233606] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  368.233607] task:kworker/7:2     state:D stack:    0 pid:  411 ppid:     2 flags:0x00004000
[  368.233612] Workqueue: ipv6_addrconf addrconf_verify_work
[  368.233613] Call Trace:
[  368.233616]  __schedule+0x292/0x830
[  368.233619]  schedule+0x46/0xf0
[  368.233621]  schedule_preempt_disabled+0x14/0x20
[  368.233623]  __mutex_lock.constprop.0+0x180/0x530
[  368.233625]  ? __switch_to_asm+0x36/0x70
[  368.233628]  addrconf_verify_work+0xa/0x20
[  368.233630]  process_one_work+0x1da/0x3d0
[  368.233632]  worker_thread+0x4d/0x3d0
[  368.233634]  ? rescuer_thread+0x410/0x410
[  368.233635]  kthread+0x142/0x160
[  368.233637]  ? __kthread_bind_mask+0x60/0x60
[  368.233639]  ret_from_fork+0x22/0x30
[  368.233650] INFO: task ip:1317 blocked for more than 245 seconds.
[  368.233651]       Not tainted 5.9.16-1-MANJARO #1
[  368.233651] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  368.233652] task:ip              state:D stack:    0 pid: 1317 ppid:  1304 flags:0x00004080
[  368.233653] Call Trace:
[  368.233655]  __schedule+0x292/0x830
[  368.233658]  schedule+0x46/0xf0
[  368.233660]  schedule_preempt_disabled+0x14/0x20
[  368.233661]  __mutex_lock.constprop.0+0x180/0x530
[  368.233669]  igb_resume+0xff/0x1d0 [igb]
[  368.233673]  pci_pm_runtime_resume+0xaa/0xc0
[  368.233675]  ? pci_pm_freeze_noirq+0x110/0x110
[  368.233678]  __rpm_callback+0xc5/0x170
[  368.233681]  rpm_callback+0x4f/0x70
[  368.233682]  ? pci_pm_freeze_noirq+0x110/0x110
[  368.233684]  rpm_resume+0x5d7/0x820
[  368.233687]  __pm_runtime_resume+0x3b/0x60
[  368.233690]  __dev_open+0x63/0x1b0
[  368.233693]  __dev_change_flags+0x1a5/0x210
[  368.233695]  dev_change_flags+0x21/0x60
[  368.233697]  do_setlink+0x2bc/0x1160
[  368.233703]  ? __nla_validate_parse+0x5f/0x910
[  368.233707]  __rtnl_newlink+0x65f/0x9e0
[  368.233717]  rtnl_newlink+0x44/0x70
[  368.233719]  rtnetlink_rcv_msg+0x13e/0x390
[  368.233722]  ? rtnl_calcit.isra.0+0x120/0x120
[  368.233724]  netlink_rcv_skb+0x75/0x140
[  368.233726]  netlink_unicast+0x242/0x340
[  368.233729]  netlink_sendmsg+0x243/0x480
[  368.233733]  sock_sendmsg+0x5e/0x60
[  368.233735]  ____sys_sendmsg+0x25a/0x2a0
[  368.233736]  ? copy_msghdr_from_user+0x6e/0xa0
[  368.233738]  ___sys_sendmsg+0x97/0xe0
[  368.233743]  __sys_sendmsg+0x81/0xd0
[  368.233746]  do_syscall_64+0x33/0x40
[  368.233748]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  368.233751] RIP: 0033:0x7f54dfc31737
[  368.233752] RSP: 002b:00007ffe8adaa928 EFLAGS: 00000246 ORIG_RAX: 000000000000002e
[  368.233753] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f54dfc31737
[  368.233754] RDX: 0000000000000000 RSI: 00007ffe8adaa990 RDI: 0000000000000003
[  368.233755] RBP: 00000000607c3ca8 R08: 0000000000000001 R09: 00007f54dfcf2a60
[  368.233756] R10: 0000000000000230 R11: 0000000000000246 R12: 0000000000000001
[  368.233756] R13: 00007ffe8adaaa60 R14: 0000000000000000 R15: 000055722d3b8020
[  368.233759] INFO: task ip:1326 blocked for more than 245 seconds.
[  368.233760]       Not tainted 5.9.16-1-MANJARO #1
[  368.233761] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  368.233761] task:ip              state:D stack:    0 pid: 1326 ppid:  1325 flags:0x00000080
[  368.233762] Call Trace:
[  368.233765]  __schedule+0x292/0x830
[  368.233768]  schedule+0x46/0xf0
[  368.233770]  schedule_preempt_disabled+0x14/0x20
[  368.233771]  __mutex_lock.constprop.0+0x180/0x530
[  368.233773]  __netlink_dump_start+0xca/0x2d0
[  368.233776]  ? rtnl_fill_ifinfo+0x1410/0x1410
[  368.233777]  rtnetlink_rcv_msg+0x288/0x390
[  368.233780]  ? rtnl_fill_ifinfo+0x1410/0x1410
[  368.233781]  ? rtnl_calcit.isra.0+0x120/0x120
[  368.233783]  netlink_rcv_skb+0x75/0x140
[  368.233785]  netlink_unicast+0x242/0x340
[  368.233787]  netlink_sendmsg+0x243/0x480
[  368.233790]  sock_sendmsg+0x5e/0x60
[  368.233792]  __sys_sendto+0x120/0x180
[  368.233796]  __x64_sys_sendto+0x25/0x30
[  368.233798]  do_syscall_64+0x33/0x40
[  368.233799]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  368.233800] RIP: 0033:0x7ffac9b87680
[  368.233801] RSP: 002b:00007ffe189ddb78 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[  368.233802] RAX: ffffffffffffffda RBX: 000055cd80a4e020 RCX: 00007ffac9b87680
[  368.233803] RDX: 0000000000000028 RSI: 00007ffe189ddba0 RDI: 0000000000000003
[  368.233804] RBP: 00007ffe189ddba0 R08: 0000000000000000 R09: 0000000000000000
[  368.233805] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffe189de020
[  368.233805] R13: 00007ffe189de260 R14: 00007ffe189ded5d R15: 0000000000000000
[  368.233808] INFO: task lspci:1366 blocked for more than 122 seconds.
[  368.233809]       Not tainted 5.9.16-1-MANJARO #1
[  368.233809] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  368.233810] task:lspci           state:D stack:    0 pid: 1366 ppid:  1363 flags:0x00000080
[  368.233811] Call Trace:
[  368.233814]  __schedule+0x292/0x830
[  368.233816]  schedule+0x46/0xf0
[  368.233818]  __pm_runtime_barrier+0xcd/0x190
[  368.233820]  ? wait_woken+0x80/0x80
[  368.233823]  pm_runtime_barrier+0x48/0x80
[  368.233825]  pci_config_pm_runtime_get+0x36/0x50
[  368.233827]  pci_read_config+0xab/0x2b0
[  368.233830]  ? kernfs_fop_read+0x121/0x190
[  368.233832]  kernfs_fop_read+0xac/0x190
[  368.233835]  vfs_read+0x9c/0x180
[  368.233837]  __x64_sys_pread64+0x8d/0xc0
[  368.233840]  do_syscall_64+0x33/0x40
[  368.233841]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  368.233842] RIP: 0033:0x7fd6431b827a
[  368.233843] RSP: 002b:00007ffc6c0a26a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000011
[  368.233844] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fd6431b827a
[  368.233845] RDX: 0000000000000040 RSI: 000055c191ef9fc0 RDI: 0000000000000003
[  368.233846] RBP: 0000000000000040 R08: 00007fd643250040 R09: 00007ffc6c0a2080
[  368.233846] R10: 0000000000000000 R11: 0000000000000246 R12: 000055c191f03ef0
[  368.233847] R13: 000055c191ef9fc0 R14: 0000000000000000 R15: 0000000000000000
[  491.113776] INFO: task kworker/u64:7:236 blocked for more than 368 seconds.
[  491.113779]       Not tainted 5.9.16-1-MANJARO #1
[  491.113780] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  491.113781] task:kworker/u64:7   state:D stack:    0 pid:  236 ppid:     2 flags:0x00004000
[  491.113807] Workqueue: events_power_efficient reg_check_chans_work [cfg80211]
[  491.113808] Call Trace:
[  491.113815]  __schedule+0x292/0x830
[  491.113818]  schedule+0x46/0xf0
[  491.113821]  schedule_preempt_disabled+0x14/0x20
[  491.113822]  __mutex_lock.constprop.0+0x180/0x530
[  491.113824]  ? _raw_spin_lock+0x13/0x30
[  491.113843]  reg_check_chans_work+0x2d/0x3f0 [cfg80211]
[  491.113848]  process_one_work+0x1da/0x3d0
[  491.113850]  worker_thread+0x4d/0x3d0
[  491.113852]  ? rescuer_thread+0x410/0x410
[  491.113854]  kthread+0x142/0x160
[  491.113856]  ? __kthread_bind_mask+0x60/0x60
[  491.113859]  ret_from_fork+0x22/0x30
[  491.113868] INFO: task kworker/7:2:411 blocked for more than 245 seconds.
[  491.113869]       Not tainted 5.9.16-1-MANJARO #1
[  491.113869] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  491.113870] task:kworker/7:2     state:D stack:    0 pid:  411 ppid:     2 flags:0x00004000
[  491.113875] Workqueue: ipv6_addrconf addrconf_verify_work
[  491.113876] Call Trace:
[  491.113878]  __schedule+0x292/0x830
[  491.113881]  schedule+0x46/0xf0
[  491.113883]  schedule_preempt_disabled+0x14/0x20
[  491.113884]  __mutex_lock.constprop.0+0x180/0x530
[  491.113886]  ? __switch_to_asm+0x36/0x70
[  491.113888]  addrconf_verify_work+0xa/0x20
[  491.113890]  process_one_work+0x1da/0x3d0
[  491.113892]  worker_thread+0x4d/0x3d0
[  491.113894]  ? rescuer_thread+0x410/0x410
[  491.113896]  kthread+0x142/0x160
[  491.113898]  ? __kthread_bind_mask+0x60/0x60
[  491.113900]  ret_from_fork+0x22/0x30
[  537.825351] audit: type=1130 audit(1618755205.858:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty4 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  543.002728] audit: type=1100 audit(1618755211.035:77): pid=1450 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty4 res=success'
[  543.002976] audit: type=1101 audit(1618755211.035:78): pid=1450 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty4 res=success'
[  543.003073] audit: type=1103 audit(1618755211.035:79): pid=1450 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty4 res=success'
[  543.003129] audit: type=1006 audit(1618755211.035:80): pid=1450 uid=0 old-auid=4294967295 auid=0 tty=tty4 old-ses=4294967295 ses=7 res=1
[  543.013939] audit: type=1105 audit(1618755211.048:81): pid=1450 uid=0 auid=0 ses=7 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty4 res=success'
[  543.013982] audit: type=1110 audit(1618755211.048:82): pid=1450 uid=0 auid=0 ses=7 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=racoon addr=? terminal=/dev/tty4 res=success'
[  851.775495] ISO 9660 Extensions: Microsoft Joliet Level 3
[  851.776865] ISO 9660 Extensions: Microsoft Joliet Level 3
[  851.780417] ISO 9660 Extensions: RRIP_1991A
[  869.763066] usb 1-11: USB disconnect, device number 6
[  869.807480] xhci_hcd 0000:01:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[  870.060400] xhci_hcd 0000:01:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[  873.577080] usb 1-11: new high-speed USB device number 8 using xhci_hcd
[  873.842089] usb 1-11: New USB device found, idVendor=8564, idProduct=4000, bcdDevice=11.29
[  873.842093] usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  873.842095] usb 1-11: Product: USB3.0 Card Reader
[  873.842096] usb 1-11: Manufacturer: Realtek
[  873.842097] usb 1-11: SerialNumber: 201412031053
[  873.864726] usb-storage 1-11:1.0: USB Mass Storage device detected
[  873.865101] scsi host13: usb-storage 1-11:1.0
[  874.896105] scsi 13:0:0:0: Direct-Access     Generic- USB3.0 CRW    -0 1.00 PQ: 0 ANSI: 4
[  874.903741] scsi 13:0:0:1: Direct-Access     Generic- USB3.0 CRW    -1 1.00 PQ: 0 ANSI: 4
[  874.911232] scsi 13:0:0:2: Direct-Access     Generic- USB3.0 CRW    -2 1.00 PQ: 0 ANSI: 4
[  874.918462] scsi 13:0:0:3: Direct-Access     Generic- USB3.0 CRW    -3 1.00 PQ: 0 ANSI: 4
[  875.978078] sd 13:0:0:0: [sdc] Attached SCSI removable disk
[  875.979092] sd 13:0:0:1: [sdd] 15523840 512-byte logical blocks: (7.95 GB/7.40 GiB)
[  875.981671] sd 13:0:0:1: [sdd] Write Protect is off
[  875.981675] sd 13:0:0:1: [sdd] Mode Sense: 2f 00 00 00
[  875.982200] sd 13:0:0:1: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[  876.008353] sd 13:0:0:2: [sde] Attached SCSI removable disk
[  876.020985] sd 13:0:0:3: [sdf] Attached SCSI removable disk
[  876.092535]  sdd: sdd1
[  876.094995] sd 13:0:0:1: [sdd] Attached SCSI removable disk
[  902.597012] audit: type=1130 audit(1618755570.631:83): 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'
[  902.597021] audit: type=1131 audit(1618755570.631:84): 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'

The output from lspci:

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:01.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:03.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
00:03.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:07.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:07.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 59)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7
01:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Device 43d0 (rev 01)
01:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset SATA Controller (rev 01)
01:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Bridge (rev 01)
02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
02:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
02:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
02:03.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
02:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
02:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
04:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
05:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)
07:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)
08:00.0 USB controller: ASMedia Technology Inc. ASM2142 USB 3.1 Host Controller
09:00.0 VGA compatible controller: NVIDIA Corporation TU104 [GeForce RTX 2070 SUPER] (rev a1)
09:00.1 Audio device: NVIDIA Corporation TU104 HD Audio Controller (rev a1)
09:00.2 USB controller: NVIDIA Corporation TU104 USB 3.1 Host Controller (rev a1)
09:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU104 USB Type-C UCSI Controller (rev a1)
0a:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
0b:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function
0b:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor
0b:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Zeppelin USB 3.0 Host controller
0c:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function
0c:00.2 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 51)
0c:00.3 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) HD Audio Controller

What do I do? I don’t know… I’d like to keep the card, because it has Bluetooth support - for gamepad and headphones.

Add Comment