All of lore.kernel.org
 help / color / mirror / Atom feed
* abysmal performance on newly created filesystem on nvme device
@ 2021-08-01 20:15 Caleb Cushing
  2021-08-01 23:56 ` Qu Wenruo
  0 siblings, 1 reply; 2+ messages in thread
From: Caleb Cushing @ 2021-08-01 20:15 UTC (permalink / raw)
  To: linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 4894 bytes --]

ok, to start, I'm running this all from a livecd, so nothing else is
doing any IO, I haven't tuned the ISO in any way, the only change I've
made in the live environment is installing fio (and I guess enabling
zram, but eh).

[manjaro-gnome /]#   uname -a
  btrfs --version
  btrfs fi show
Linux manjaro-gnome 5.10.42-1-MANJARO #1 SMP PREEMPT Thu Jun 3
14:37:11 UTC 2021 x86_64 GNU/Linux
btrfs-progs v5.12.1
Label: 'home'  uuid: 75dc7a2c-9268-4bf6-b95b-e77eab133f57
    Total devices 1 FS bytes used 4.40GiB
    devid    1 size 8.00GiB used 5.14GiB path /dev/zram1

Label: 'old'  uuid: fc61784a-a27f-4a1d-92e0-63d8a7e3f060
    Total devices 1 FS bytes used 2.17GiB
    devid    1 size 32.23GiB used 4.26GiB path /dev/nvme0n1p6

Label: 'cryptoroot'  uuid: 6e1b865c-36cf-48fa-8e1d-d475f4aebc6b
    Total devices 1 FS bytes used 2.13GiB
    devid    1 size 665.36GiB used 7.02GiB path /dev/nvme0n1p7


[manjaro-gnome /]#   btrfs fi df /mnt/
Data, single: total=4.00GiB, used=2.07GiB
System, single: total=4.00MiB, used=16.00KiB
Metadata, single: total=264.00MiB, used=99.09MiB
GlobalReserve, single: total=45.91MiB, used=0.00B

[manjaro-gnome /]# lsblk -o name,partlabel,label,size,fstype,uuid
NAME        PARTLABEL                    LABEL                SIZE FSTYPE  UUID
loop0                                                        76.4M squashf
loop1                                                       388.6M squashf
loop2                                                         1.5G squashf
loop3                                                       731.7M squashf
sda                                      MANJARO_GNOME_2107  28.7G
iso9660 2021-06-14-15-49-54-00
├─sda1                                   MANJARO_GNOME_2107   2.7G
iso9660 2021-06-14-15-49-54-00
└─sda2                                   MISO_EFI               4M
vfat    3491-2D7B
zram0                                                           1G
zram1                                                           8G
nvme0n1                                                     953.9G
├─nvme0n1p8                                                  48.8G
├─nvme0n1p1 EFI system partition                              202M
vfat    6CEB-F417
├─nvme0n1p2 Microsoft reserved partition                       16M
├─nvme0n1p3 Basic data partition                            199.9G
ntfs    8016FB6116FB569E
├─nvme0n1p4                                                 509.9M
ntfs    CA343C30343C223D
├─nvme0n1p5 isos                                              5.9G
f2fs    beb0bd83-51f5-4701-ba96-a824ecc512ee
├─nvme0n1p6 swap                         old                 32.2G
btrfs   fc61784a-a27f-4a1d-92e0-63d8a7e3f060
└─nvme0n1p7 cryptroot                    cryptoroot         665.4G
btrfs   6e1b865c-36cf-48fa-8e1d-d475f4aebc6b


I've been running this command against mount options, I can give the
full details, but here's a summary

fio --name=random-write-2 --ioengine=posixaio --rw=randwrite --bs=4k
--numjobs=1 --size=2g --iodepth=1 --runtime=60 --time_based
--end_fsync=1 --directory=/mnt/

for comparison this is a test of the f2fs partition with compression
turned on, I've seen it hit 300MiBs

F2FS
Run status group 0 (all jobs):
  WRITE: bw=275MiB/s (288MB/s), 275MiB/s-275MiB/s (288MB/s-288MB/s),
io=16.1GiB (17.3GB), run=60101-60101msec

I did a few of these, this was the best

  WRITE: bw=300MiB/s (315MB/s), 300MiB/s-300MiB/s (315MB/s-315MB/s),
io=17.6GiB (18.9GB), run=60102-60102msec


BTRFS with default mount options
  WRITE: bw=44.2MiB/s (46.3MB/s), 44.2MiB/s-44.2MiB/s
(46.3MB/s-46.3MB/s), io=645MiB (676MB), run=14604-14604msec

BTRFS with nossd,space_cache=v2
  WRITE: bw=72.1MiB/s (75.6MB/s), 72.1MiB/s-72.1MiB/s
(75.6MB/s-75.6MB/s), io=4369MiB (4581MB), run=60623-60623msec

BTRFS with nossd
  WRITE: bw=40.5MiB/s (42.4MB/s), 40.5MiB/s-40.5MiB/s
(42.4MB/s-42.4MB/s), io=2456MiB (2575MB), run=60708-60708msec

BTRFS with nodatacow
  WRITE: bw=41.0MiB/s (43.0MB/s), 41.0MiB/s-41.0MiB/s
(43.0MB/s-43.0MB/s), io=2496MiB (2617MB), run=60882-60882msec

so here's the really weird thing, the big btrfs partition is getting
more than twice the speed but still only like 1/2 - 2/3 of the speed
of f2fs

  WRITE: bw=168MiB/s (176MB/s), 168MiB/s-168MiB/s (176MB/s-176MB/s),
io=10.1GiB (10.9GB), run=61680-61680msec

I can give more runs after I install on the unformatted 50G space,
here's a test against that space

RAW
 fio --name=random-write-2 --ioengine=libaio --rw=randwrite --bs=4k
--numjobs=1 --size=2g --iodepth=1 --runtime=60 --time_based
--end_fsync=1 --direct=1 --filename=/dev/nvme0n1p8
  WRITE: bw=257MiB/s (269MB/s), 257MiB/s-257MiB/s (269MB/s-269MB/s),
io=15.0GiB (16.2GB), run=60001-60001msec


-- 
Caleb Cushing

https://xenoterracide.com

[-- Attachment #2: smartctl.log --]
[-- Type: text/x-log, Size: 2745 bytes --]

smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.10.42-1-MANJARO] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Number:                       SKHynix_HFS001TDE9X081N
Serial Number:                      AS11N513610601C4Z
Firmware Version:                   41710C20
PCI Vendor/Subsystem ID:            0x1c5c
IEEE OUI Identifier:                0xace42e
Controller ID:                      1
NVMe Version:                       1.3
Number of Namespaces:               1
Namespace 1 Size/Capacity:          1,024,209,543,168 [1.02 TB]
Namespace 1 Formatted LBA Size:     512
Namespace 1 IEEE EUI-64:            ace42e 0015044c1f
Local Time is:                      Sun Aug  1 15:41:21 2021 EDT
Firmware Updates (0x16):            3 Slots, no Reset required
Optional Admin Commands (0x0017):   Security Format Frmw_DL Self_Test
Optional NVM Commands (0x005f):     Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp
Log Page Attributes (0x1e):         Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg
Maximum Data Transfer Size:         64 Pages
Warning  Comp. Temp. Threshold:     83 Celsius
Critical Comp. Temp. Threshold:     84 Celsius

Supported Power States
St Op     Max   Active     Idle   RL RT WL WT  Ent_Lat  Ex_Lat
 0 +   6.3000W       -        -    0  0  0  0        5       5
 1 +   2.4000W       -        -    1  1  1  1       30      30
 2 +   1.9000W       -        -    2  2  2  2      100     100
 3 -   0.0500W       -        -    3  3  3  3     1000    1000
 4 -   0.0040W       -        -    3  3  3  3     1000    9000

Supported LBA Sizes (NSID 0x1)
Id Fmt  Data  Metadt  Rel_Perf
 0 +     512       0         0

=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

SMART/Health Information (NVMe Log 0x02)
Critical Warning:                   0x00
Temperature:                        43 Celsius
Available Spare:                    100%
Available Spare Threshold:          10%
Percentage Used:                    0%
Data Units Read:                    9,035,982 [4.62 TB]
Data Units Written:                 6,013,642 [3.07 TB]
Host Read Commands:                 42,288,658
Host Write Commands:                66,069,989
Controller Busy Time:               10,499
Power Cycles:                       439
Power On Hours:                     2,283
Unsafe Shutdowns:                   164
Media and Data Integrity Errors:    0
Error Information Log Entries:      0
Warning  Comp. Temperature Time:    0
Critical Comp. Temperature Time:    0
Temperature Sensor 1:               36 Celsius
Temperature Sensor 2:               38 Celsius

Error Information (NVMe Log 0x01, 16 of 256 entries)
No Errors Logged


[-- Attachment #3: dmesg.log --]
[-- Type: text/x-log, Size: 129347 bytes --]

[    0.000000] Linux version 5.10.42-1-MANJARO (builduser@LEGION) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu Jun 3 14:37:11 UTC 2021
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=us tz=UTC misobasedir=manjaro misolabel=MANJARO_GNOME_2107 quiet systemd.show_status=1 driver=free nouveau.modeset=1 i915.modeset=1 radeon.modeset=1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000744b6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000744b7000-0x000000007456efff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007456f000-0x0000000078694fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078695000-0x0000000079a1efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000079a1f000-0x0000000079b4efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000079b4f000-0x0000000079b4ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079b50000-0x000000007f7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047c7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by Lenovo
[    0.000000] efi: TPMFinalLog=0x79a17000 SMBIOS=0x76ab8000 SMBIOS 3.0=0x76aab000 ACPI=0x79b4e000 ACPI 2.0=0x79b4e014 MEMATTR=0x70fa4018 ESRT=0x74f3b000 
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: LENOVO 20U9CTO1WW/20U9CTO1WW, BIOS N2WET28W (1.18 ) 04/16/2021
[    0.000000] tsc: Detected 2300.000 MHz processor
[    0.000000] tsc: Detected 2299.968 MHz TSC
[    0.000011] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000016] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000023] last_pfn = 0x47c800 max_arch_pfn = 0x400000000
[    0.000028] MTRR default type: write-back
[    0.000030] MTRR fixed ranges enabled:
[    0.000031]   00000-9FFFF write-back
[    0.000033]   A0000-BFFFF uncachable
[    0.000034]   C0000-FFFFF write-protect
[    0.000035] MTRR variable ranges enabled:
[    0.000038]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000039]   1 base 007C000000 mask 7FFC000000 uncachable
[    0.000041]   2 base 007B000000 mask 7FFF000000 uncachable
[    0.000042]   3 base 2000000000 mask 6000000000 uncachable
[    0.000044]   4 base 1000000000 mask 7000000000 uncachable
[    0.000045]   5 base 0800000000 mask 7800000000 uncachable
[    0.000046]   6 base 4000000000 mask 4000000000 uncachable
[    0.000048]   7 disabled
[    0.000049]   8 disabled
[    0.000049]   9 disabled
[    0.000745] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001294] last_pfn = 0x79b50 max_arch_pfn = 0x400000000
[    0.013753] esrt: Reserving ESRT space from 0x0000000074f3b000 to 0x0000000074f3b100.
[    0.013778] check: Scanning 1 areas for low memory corruption
[    0.013786] Using GB pages for direct mapping
[    0.014015] Secure boot disabled
[    0.014016] RAMDISK: [mem 0x31e0c000-0x349b2fff]
[    0.014027] ACPI: Early table checksum verification disabled
[    0.014031] ACPI: RSDP 0x0000000079B4E014 000024 (v02 LENOVO)
[    0.014037] ACPI: XSDT 0x0000000079B4C188 000114 (v01 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014046] ACPI: FACP 0x0000000076963000 000114 (v06 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014053] ACPI: DSDT 0x0000000076933000 02BFD1 (v02 LENOVO CML      20170001 INTL 20160422)
[    0.014058] ACPI: FACS 0x000000007987F000 000040
[    0.014063] ACPI: SSDT 0x00000000769BC000 0020AE (v02 LENOVO CpuSsdt  00003000 INTL 20160527)
[    0.014067] ACPI: SSDT 0x00000000769BB000 0005A1 (v02 LENOVO CtdpB    00001000 INTL 20160527)
[    0.014072] ACPI: SSDT 0x000000007697E000 00358E (v02 LENOVO DptfTabl 00001000 INTL 20160527)
[    0.014077] ACPI: SSDT 0x0000000076968000 00331E (v02 LENOVO SaSsdt   00003000 INTL 20160527)
[    0.014081] ACPI: SSDT 0x0000000076967000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[    0.014086] ACPI: TPM2 0x0000000076966000 000034 (v04 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014090] ACPI: SSDT 0x0000000076964000 0005D8 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[    0.014095] ACPI: HPET 0x0000000076962000 000038 (v01 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014099] ACPI: APIC 0x0000000076961000 000164 (v03 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014104] ACPI: MCFG 0x0000000076960000 00003C (v01 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014108] ACPI: ECDT 0x000000007695F000 000053 (v01 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014112] ACPI: SSDT 0x0000000076931000 001F4A (v02 LENOVO WHL_Tbt_ 00001000 INTL 20160527)
[    0.014117] ACPI: SSDT 0x0000000076930000 000083 (v02 LENOVO PID1Ssdt 00000010 INTL 20160527)
[    0.014121] ACPI: SSDT 0x000000007692D000 00254C (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[    0.014126] ACPI: NHLT 0x000000007692B000 0018CA (v00 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014130] ACPI: BOOT 0x000000007692A000 000028 (v01 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014135] ACPI: SSDT 0x0000000076926000 000EF6 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[    0.014139] ACPI: LPIT 0x0000000076925000 000094 (v01 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014144] ACPI: WSMT 0x0000000076924000 000028 (v01 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014148] ACPI: SSDT 0x0000000076921000 00281B (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[    0.014153] ACPI: DBGP 0x0000000076920000 000034 (v01 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014157] ACPI: DBG2 0x000000007691F000 000054 (v00 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014161] ACPI: POAT 0x000000007691E000 000055 (v03 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014166] ACPI: BATB 0x0000000076741000 00004A (v02 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014170] ACPI: DMAR 0x0000000076929000 0000C8 (v01 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014175] ACPI: ASF! 0x0000000074F39000 0000A0 (v32 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014179] ACPI: BGRT 0x0000000074F38000 000038 (v01 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014184] ACPI: UEFI 0x0000000079830000 00012A (v01 LENOVO TP-N2W   00001180 PTEC 00000002)
[    0.014188] ACPI: FPDT 0x0000000074F37000 000044 (v01 LENOVO TP-N2W   00001180 PTEC 00001180)
[    0.014193] ACPI: Reserving FACP table memory at [mem 0x76963000-0x76963113]
[    0.014195] ACPI: Reserving DSDT table memory at [mem 0x76933000-0x7695efd0]
[    0.014196] ACPI: Reserving FACS table memory at [mem 0x7987f000-0x7987f03f]
[    0.014198] ACPI: Reserving SSDT table memory at [mem 0x769bc000-0x769be0ad]
[    0.014199] ACPI: Reserving SSDT table memory at [mem 0x769bb000-0x769bb5a0]
[    0.014201] ACPI: Reserving SSDT table memory at [mem 0x7697e000-0x7698158d]
[    0.014203] ACPI: Reserving SSDT table memory at [mem 0x76968000-0x7696b31d]
[    0.014204] ACPI: Reserving SSDT table memory at [mem 0x76967000-0x7696760d]
[    0.014206] ACPI: Reserving TPM2 table memory at [mem 0x76966000-0x76966033]
[    0.014207] ACPI: Reserving SSDT table memory at [mem 0x76964000-0x769645d7]
[    0.014209] ACPI: Reserving HPET table memory at [mem 0x76962000-0x76962037]
[    0.014210] ACPI: Reserving APIC table memory at [mem 0x76961000-0x76961163]
[    0.014212] ACPI: Reserving MCFG table memory at [mem 0x76960000-0x7696003b]
[    0.014213] ACPI: Reserving ECDT table memory at [mem 0x7695f000-0x7695f052]
[    0.014215] ACPI: Reserving SSDT table memory at [mem 0x76931000-0x76932f49]
[    0.014216] ACPI: Reserving SSDT table memory at [mem 0x76930000-0x76930082]
[    0.014218] ACPI: Reserving SSDT table memory at [mem 0x7692d000-0x7692f54b]
[    0.014220] ACPI: Reserving NHLT table memory at [mem 0x7692b000-0x7692c8c9]
[    0.014221] ACPI: Reserving BOOT table memory at [mem 0x7692a000-0x7692a027]
[    0.014223] ACPI: Reserving SSDT table memory at [mem 0x76926000-0x76926ef5]
[    0.014224] ACPI: Reserving LPIT table memory at [mem 0x76925000-0x76925093]
[    0.014226] ACPI: Reserving WSMT table memory at [mem 0x76924000-0x76924027]
[    0.014228] ACPI: Reserving SSDT table memory at [mem 0x76921000-0x7692381a]
[    0.014229] ACPI: Reserving DBGP table memory at [mem 0x76920000-0x76920033]
[    0.014231] ACPI: Reserving DBG2 table memory at [mem 0x7691f000-0x7691f053]
[    0.014232] ACPI: Reserving POAT table memory at [mem 0x7691e000-0x7691e054]
[    0.014234] ACPI: Reserving BATB table memory at [mem 0x76741000-0x76741049]
[    0.014236] ACPI: Reserving DMAR table memory at [mem 0x76929000-0x769290c7]
[    0.014237] ACPI: Reserving ASF! table memory at [mem 0x74f39000-0x74f3909f]
[    0.014239] ACPI: Reserving BGRT table memory at [mem 0x74f38000-0x74f38037]
[    0.014241] ACPI: Reserving UEFI table memory at [mem 0x79830000-0x79830129]
[    0.014243] ACPI: Reserving FPDT table memory at [mem 0x74f37000-0x74f37043]
[    0.014258] ACPI: Local APIC address 0xfee00000
[    0.014427] No NUMA configuration found
[    0.014428] Faking a node at [mem 0x0000000000000000-0x000000047c7fffff]
[    0.014435] NODE_DATA(0) allocated [mem 0x47c7fc000-0x47c7fffff]
[    0.053796] Zone ranges:
[    0.053797]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.053800]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.053802]   Normal   [mem 0x0000000100000000-0x000000047c7fffff]
[    0.053803]   Device   empty
[    0.053805] Movable zone start for each node
[    0.053806] Early memory node ranges
[    0.053808]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.053809]   node   0: [mem 0x0000000000100000-0x00000000744b6fff]
[    0.053811]   node   0: [mem 0x0000000079b4f000-0x0000000079b4ffff]
[    0.053812]   node   0: [mem 0x0000000100000000-0x000000047c7fffff]
[    0.053816] Initmem setup node 0 [mem 0x0000000000001000-0x000000047c7fffff]
[    0.053818] On node 0 totalpages: 4131926
[    0.053820]   DMA zone: 64 pages used for memmap
[    0.053821]   DMA zone: 24 pages reserved
[    0.053823]   DMA zone: 3998 pages, LIFO batch:0
[    0.054271]   DMA zone: 28770 pages in unavailable ranges
[    0.054273]   DMA32 zone: 7379 pages used for memmap
[    0.054274]   DMA32 zone: 472248 pages, LIFO batch:63
[    0.059435]   DMA32 zone: 47944 pages in unavailable ranges
[    0.059436]   Normal zone: 57120 pages used for memmap
[    0.059437]   Normal zone: 3655680 pages, LIFO batch:63
[    0.094431]   Normal zone: 14336 pages in unavailable ranges
[    0.094451] Reserving Intel graphics memory at [mem 0x7b800000-0x7f7fffff]
[    0.094823] ACPI: PM-Timer IO Port: 0x1808
[    0.094825] ACPI: Local APIC address 0xfee00000
[    0.094834] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.094836] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.094837] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.094838] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.094839] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.094840] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.094841] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.094842] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.094843] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.094844] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.094845] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.094846] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.094847] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.094848] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.094849] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.094850] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.094851] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.094852] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.094853] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.094854] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.094902] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.094905] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.094907] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.094909] ACPI: IRQ0 used by override.
[    0.094911] ACPI: IRQ9 used by override.
[    0.094914] Using ACPI (MADT) for SMP configuration information
[    0.094916] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.094928] e820: update [mem 0x6ed50000-0x6ef90fff] usable ==> reserved
[    0.094937] TSC deadline timer available
[    0.094939] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.094963] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.094966] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.094969] PM: hibernation: Registered nosave memory: [mem 0x6ed50000-0x6ef90fff]
[    0.094972] PM: hibernation: Registered nosave memory: [mem 0x744b7000-0x7456efff]
[    0.094973] PM: hibernation: Registered nosave memory: [mem 0x7456f000-0x78694fff]
[    0.094974] PM: hibernation: Registered nosave memory: [mem 0x78695000-0x79a1efff]
[    0.094975] PM: hibernation: Registered nosave memory: [mem 0x79a1f000-0x79b4efff]
[    0.094978] PM: hibernation: Registered nosave memory: [mem 0x79b50000-0x7f7fffff]
[    0.094979] PM: hibernation: Registered nosave memory: [mem 0x7f800000-0xffffffff]
[    0.094981] [mem 0x7f800000-0xffffffff] available for PCI devices
[    0.094983] Booting paravirtualized kernel on bare hardware
[    0.094987] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.103243] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.103509] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.103521] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.103522] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.103559] Built 1 zonelists, mobility grouping on.  Total pages: 4067339
[    0.103560] Policy zone: Normal
[    0.103562] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=us tz=UTC misobasedir=manjaro misolabel=MANJARO_GNOME_2107 quiet systemd.show_status=1 driver=free nouveau.modeset=1 i915.modeset=1 radeon.modeset=1
[    0.105094] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.105697] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.105820] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.165541] Memory: 15977808K/16527704K available (14344K kernel code, 2061K rwdata, 4808K rodata, 1708K init, 4280K bss, 549636K reserved, 0K cma-reserved)
[    0.165553] random: get_random_u64 called from __kmem_cache_create+0x22/0x520 with crng_init=0
[    0.165751] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.165771] ftrace: allocating 41823 entries in 164 pages
[    0.188955] ftrace: allocated 164 pages with 3 groups
[    0.189102] rcu: Preemptible hierarchical RCU implementation.
[    0.189103] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.189105] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.189106] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.189108] 	Trampoline variant of Tasks RCU enabled.
[    0.189108] 	Rude variant of Tasks RCU enabled.
[    0.189109] 	Tracing variant of Tasks RCU enabled.
[    0.189110] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.189112] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.194650] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.195434] Console: colour dummy device 80x25
[    0.195458] printk: console [tty0] enabled
[    0.195484] ACPI: Core revision 20200925
[    0.196133] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.196270] APIC: Switch to symmetric I/O mode setup
[    0.196273] DMAR: Host address width 39
[    0.196275] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.196282] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.196284] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.196289] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.196290] DMAR: RMRR base: 0x000000785cf000 end: 0x000000785eefff
[    0.196292] DMAR: RMRR base: 0x0000007b000000 end: 0x0000007f7fffff
[    0.196294] DMAR: RMRR base: 0x00000078600000 end: 0x0000007867ffff
[    0.196296] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.196298] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.196299] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.198437] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.198439] x2apic enabled
[    0.198469] Switched APIC routing to cluster x2apic.
[    0.204099] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.219603] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x212717146a7, max_idle_ns: 440795291431 ns
[    0.219609] Calibrating delay loop (skipped), value calculated using timer frequency.. 4601.60 BogoMIPS (lpj=7666560)
[    0.219613] pid_max: default: 32768 minimum: 301
[    0.225924] LSM: Security Framework initializing
[    0.225935] Yama: becoming mindful.
[    0.225995] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.226032] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.226444] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.226479] process: using mwait in idle threads
[    0.226482] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.226484] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.226490] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.226493] Spectre V2 : Mitigation: Enhanced IBRS
[    0.226494] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.226496] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.226498] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.226499] TAA: Mitigation: TSX disabled
[    0.226504] SRBDS: Mitigation: TSX disabled
[    0.226872] Freeing SMP alternatives memory: 36K
[    0.229722] smpboot: CPU0: Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xc)
[    0.229901] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.229916] ... version:                4
[    0.229917] ... bit width:              48
[    0.229918] ... generic registers:      4
[    0.229919] ... value mask:             0000ffffffffffff
[    0.229920] ... max period:             00007fffffffffff
[    0.229921] ... fixed-purpose events:   3
[    0.229922] ... event mask:             000000070000000f
[    0.230057] rcu: Hierarchical SRCU implementation.
[    0.231089] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.231187] smp: Bringing up secondary CPUs ...
[    0.231326] x86: Booting SMP configuration:
[    0.231328] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.246746] smp: Brought up 1 node, 8 CPUs
[    0.246746] smpboot: Max logical packages: 1
[    0.246746] smpboot: Total of 8 processors activated (36814.80 BogoMIPS)
[    0.250178] devtmpfs: initialized
[    0.250178] x86/mm: Memory block size: 128MB
[    0.250937] PM: Registering ACPI NVS region [mem 0x78695000-0x79a1efff] (20488192 bytes)
[    0.250937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.250937] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.250937] pinctrl core: initialized pinctrl subsystem
[    0.250937] PM: RTC time: 14:31:28, date: 2021-08-01
[    0.250937] NET: Registered protocol family 16
[    0.253017] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.253211] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.253396] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.253405] audit: initializing netlink subsys (disabled)
[    0.253414] audit: type=2000 audit(1627828288.053:1): state=initialized audit_enabled=0 res=1
[    0.253414] thermal_sys: Registered thermal governor 'fair_share'
[    0.253414] thermal_sys: Registered thermal governor 'bang_bang'
[    0.253414] thermal_sys: Registered thermal governor 'step_wise'
[    0.253414] thermal_sys: Registered thermal governor 'user_space'
[    0.253414] thermal_sys: Registered thermal governor 'power_allocator'
[    0.253414] cpuidle: using governor ladder
[    0.253414] cpuidle: using governor menu
[    0.253414] Simple Boot Flag at 0x47 set to 0x1
[    0.253414] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.253414] ACPI: bus type PCI registered
[    0.253414] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.253414] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.253414] PCI: not using MMCONFIG
[    0.253414] PCI: Using configuration type 1 for base access
[    0.253849] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.254330] Kprobes globally optimized
[    0.254335] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.254335] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.256395] ACPI: Added _OSI(Module Device)
[    0.256397] ACPI: Added _OSI(Processor Device)
[    0.256398] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.256399] ACPI: Added _OSI(Processor Aggregator Device)
[    0.256401] ACPI: Added _OSI(Linux-Dell-Video)
[    0.256402] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.256403] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.364410] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.366734] ACPI: EC: EC started
[    0.366735] ACPI: EC: interrupt blocked
[    0.369699] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.369700] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.373027] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.447178] ACPI: Dynamic OEM Table Load:
[    0.447194] ACPI: SSDT 0xFFFF99E801193A00 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.449360] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.451005] ACPI: Dynamic OEM Table Load:
[    0.451017] ACPI: SSDT 0xFFFF99E8011AC000 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.453422] ACPI: Dynamic OEM Table Load:
[    0.453434] ACPI: SSDT 0xFFFF99E800C6A000 0005C6 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.455988] ACPI: Dynamic OEM Table Load:
[    0.455998] ACPI: SSDT 0xFFFF99E8010E0600 00016C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.458282] ACPI: Dynamic OEM Table Load:
[    0.458298] ACPI: SSDT 0xFFFF99E8011A1000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.461023] ACPI: Dynamic OEM Table Load:
[    0.461035] ACPI: SSDT 0xFFFF99E800C6C000 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.463668] ACPI: Dynamic OEM Table Load:
[    0.463679] ACPI: SSDT 0xFFFF99E8011AD000 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.466297] ACPI: Dynamic OEM Table Load:
[    0.466311] ACPI: SSDT 0xFFFF99E8011A7000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.470220] ACPI: Dynamic OEM Table Load:
[    0.470231] ACPI: SSDT 0xFFFF99E8011A8800 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.477661] ACPI: Interpreter enabled
[    0.477746] ACPI: (supports S0 S3 S4 S5)
[    0.477748] ACPI: Using IOAPIC for interrupt routing
[    0.477812] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.479757] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[    0.479773] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.480596] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.486397] ACPI: Power Resource [PUBS] (on)
[    0.490916] ACPI: Power Resource [BTPR] (on)
[    0.492995] ACPI: Power Resource [USBC] (on)
[    0.493805] ACPI: Power Resource [PXP] (off)
[    0.501425] ACPI: Power Resource [PXP] (on)
[    0.511575] ACPI: Power Resource [V0PR] (on)
[    0.511916] ACPI: Power Resource [V1PR] (on)
[    0.512245] ACPI: Power Resource [V2PR] (on)
[    0.515150] ACPI: Power Resource [WRST] (on)
[    0.520703] ACPI: Power Resource [PIN] (off)
[    0.520742] ACPI: Power Resource [PINP] (off)
[    0.521706] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.521716] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.523622] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.527065] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.527067] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.531297] PCI host bridge to bus 0000:00
[    0.531300] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.531302] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.531304] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.531305] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xefffffff window]
[    0.531306] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.531308] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.531333] pci 0000:00:00.0: [8086:9b61] type 00 class 0x060000
[    0.532899] pci 0000:00:02.0: [8086:9b41] type 00 class 0x030000
[    0.532912] pci 0000:00:02.0: reg 0x10: [mem 0xe9000000-0xe9ffffff 64bit]
[    0.532920] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.532927] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.532952] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.534576] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.534589] pci 0000:00:04.0: reg 0x10: [mem 0xea230000-0xea237fff 64bit]
[    0.536382] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.536396] pci 0000:00:08.0: reg 0x10: [mem 0xea242000-0xea242fff 64bit]
[    0.537994] pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000
[    0.538014] pci 0000:00:12.0: reg 0x10: [mem 0xea243000-0xea243fff 64bit]
[    0.539656] pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330
[    0.539676] pci 0000:00:14.0: reg 0x10: [mem 0xea220000-0xea22ffff 64bit]
[    0.539754] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.541587] pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000
[    0.541607] pci 0000:00:14.2: reg 0x10: [mem 0xea240000-0xea241fff 64bit]
[    0.541620] pci 0000:00:14.2: reg 0x18: [mem 0xea244000-0xea244fff 64bit]
[    0.543230] pci 0000:00:14.3: [8086:02f0] type 00 class 0x028000
[    0.543265] pci 0000:00:14.3: reg 0x10: [mem 0xea238000-0xea23bfff 64bit]
[    0.543397] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.545074] pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000
[    0.545118] pci 0000:00:15.0: reg 0x10: [mem 0xea245000-0xea245fff 64bit]
[    0.546891] pci 0000:00:15.1: [8086:02e9] type 00 class 0x0c8000
[    0.546946] pci 0000:00:15.1: reg 0x10: [mem 0xea246000-0xea246fff 64bit]
[    0.548926] pci 0000:00:16.0: [8086:02e0] type 00 class 0x078000
[    0.548949] pci 0000:00:16.0: reg 0x10: [mem 0xea247000-0xea247fff 64bit]
[    0.549040] pci 0000:00:16.0: PME# supported from D3hot
[    0.550799] pci 0000:00:16.3: [8086:02e3] type 00 class 0x070002
[    0.550817] pci 0000:00:16.3: reg 0x10: [io  0x3060-0x3067]
[    0.550826] pci 0000:00:16.3: reg 0x14: [mem 0xea24a000-0xea24afff]
[    0.552522] pci 0000:00:1d.0: [8086:02b0] type 01 class 0x060400
[    0.552635] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.552668] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.554689] pci 0000:00:1d.4: [8086:02b4] type 01 class 0x060400
[    0.556255] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[    0.556283] pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
[    0.556848] pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100
[    0.558853] pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040380
[    0.558904] pci 0000:00:1f.3: reg 0x10: [mem 0xea23c000-0xea23ffff 64bit]
[    0.558968] pci 0000:00:1f.3: reg 0x20: [mem 0xea000000-0xea0fffff 64bit]
[    0.559102] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.560973] pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500
[    0.561000] pci 0000:00:1f.4: reg 0x10: [mem 0xea248000-0xea2480ff 64bit]
[    0.561032] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.562807] pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000
[    0.562825] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.564434] pci 0000:00:1f.6: [8086:0d4e] type 00 class 0x020000
[    0.564478] pci 0000:00:1f.6: reg 0x10: [mem 0xea200000-0xea21ffff]
[    0.564718] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.566477] pci 0000:03:00.0: [1c5c:174a] type 00 class 0x010802
[    0.566501] pci 0000:03:00.0: reg 0x10: [mem 0xea100000-0xea103fff 64bit]
[    0.566511] pci 0000:03:00.0: reg 0x18: [mem 0xea105000-0xea105fff]
[    0.566522] pci 0000:03:00.0: reg 0x1c: [mem 0xea104000-0xea104fff]
[    0.566809] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.566814] pci 0000:00:1d.0:   bridge window [mem 0xea100000-0xea1fffff]
[    0.566904] pci 0000:05:00.0: [8086:15d3] type 01 class 0x060400
[    0.566962] pci 0000:05:00.0: enabling Extended Tags
[    0.567067] pci 0000:05:00.0: supports D1 D2
[    0.567069] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.567234] pci 0000:00:1d.4: PCI bridge to [bus 05-52]
[    0.567239] pci 0000:00:1d.4:   bridge window [mem 0xd0000000-0xe81fffff]
[    0.567244] pci 0000:00:1d.4:   bridge window [mem 0x80000000-0xbfffffff 64bit pref]
[    0.567330] pci 0000:06:00.0: [8086:15d3] type 01 class 0x060400
[    0.567391] pci 0000:06:00.0: enabling Extended Tags
[    0.567497] pci 0000:06:00.0: supports D1 D2
[    0.567498] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.567630] pci 0000:06:01.0: [8086:15d3] type 01 class 0x060400
[    0.567691] pci 0000:06:01.0: enabling Extended Tags
[    0.567798] pci 0000:06:01.0: supports D1 D2
[    0.567799] pci 0000:06:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.567928] pci 0000:06:02.0: [8086:15d3] type 01 class 0x060400
[    0.567988] pci 0000:06:02.0: enabling Extended Tags
[    0.568092] pci 0000:06:02.0: supports D1 D2
[    0.568093] pci 0000:06:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.568242] pci 0000:06:04.0: [8086:15d3] type 01 class 0x060400
[    0.568303] pci 0000:06:04.0: enabling Extended Tags
[    0.568409] pci 0000:06:04.0: supports D1 D2
[    0.568410] pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.568549] pci 0000:05:00.0: PCI bridge to [bus 06-52]
[    0.568559] pci 0000:05:00.0:   bridge window [mem 0xd0000000-0xe81fffff]
[    0.568566] pci 0000:05:00.0:   bridge window [mem 0x80000000-0xbfffffff 64bit pref]
[    0.568642] pci 0000:07:00.0: [8086:15d2] type 00 class 0x088000
[    0.568662] pci 0000:07:00.0: reg 0x10: [mem 0xe8100000-0xe813ffff]
[    0.568672] pci 0000:07:00.0: reg 0x14: [mem 0xe8140000-0xe8140fff]
[    0.568723] pci 0000:07:00.0: enabling Extended Tags
[    0.568845] pci 0000:07:00.0: supports D1 D2
[    0.568846] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.568995] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.569004] pci 0000:06:00.0:   bridge window [mem 0xe8100000-0xe81fffff]
[    0.569060] pci 0000:06:01.0: PCI bridge to [bus 08-2c]
[    0.569070] pci 0000:06:01.0:   bridge window [mem 0xdc100000-0xe80fffff]
[    0.569076] pci 0000:06:01.0:   bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
[    0.569170] pci 0000:2d:00.0: [8086:15d4] type 00 class 0x0c0330
[    0.569194] pci 0000:2d:00.0: reg 0x10: [mem 0xdc000000-0xdc00ffff]
[    0.569279] pci 0000:2d:00.0: enabling Extended Tags
[    0.569408] pci 0000:2d:00.0: supports D1 D2
[    0.569409] pci 0000:2d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.569503] pci 0000:2d:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:06:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.569591] pci 0000:06:02.0: PCI bridge to [bus 2d]
[    0.569600] pci 0000:06:02.0:   bridge window [mem 0xdc000000-0xdc0fffff]
[    0.569652] pci 0000:06:04.0: PCI bridge to [bus 2e-52]
[    0.569661] pci 0000:06:04.0:   bridge window [mem 0xd0000000-0xdbffffff]
[    0.569668] pci 0000:06:04.0:   bridge window [mem 0x80000000-0x9fffffff 64bit pref]
[    0.575758] ACPI: EC: interrupt unblocked
[    0.575759] ACPI: EC: event unblocked
[    0.575776] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.575777] ACPI: EC: GPE=0x16
[    0.575779] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
[    0.575781] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[    0.575887] iommu: Default domain type: Translated 
[    0.575904] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.575904] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.575904] pci 0000:00:02.0: vgaarb: setting as boot device
[    0.575904] vgaarb: loaded
[    0.575904] SCSI subsystem initialized
[    0.576289] libata version 3.00 loaded.
[    0.576289] ACPI: bus type USB registered
[    0.576302] usbcore: registered new interface driver usbfs
[    0.576309] usbcore: registered new interface driver hub
[    0.576318] usbcore: registered new device driver usb
[    0.576352] pps_core: LinuxPPS API ver. 1 registered
[    0.576353] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.576356] PTP clock support registered
[    0.576367] EDAC MC: Ver: 3.0.0
[    0.576538] Registered efivars operations
[    0.576538] NetLabel: Initializing
[    0.576538] NetLabel:  domain hash size = 128
[    0.576538] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.576538] NetLabel:  unlabeled traffic allowed by default
[    0.576538] PCI: Using ACPI for IRQ routing
[    0.585182] PCI: pci_cache_line_size set to 64 bytes
[    0.585436] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.585438] e820: reserve RAM buffer [mem 0x6ed50000-0x6fffffff]
[    0.585440] e820: reserve RAM buffer [mem 0x744b7000-0x77ffffff]
[    0.585441] e820: reserve RAM buffer [mem 0x79b50000-0x7bffffff]
[    0.585442] e820: reserve RAM buffer [mem 0x47c800000-0x47fffffff]
[    0.587081] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.587081] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.594023] clocksource: Switched to clocksource tsc-early
[    0.607869] VFS: Disk quotas dquot_6.6.0
[    0.607889] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.607982] pnp: PnP ACPI init
[    0.608518] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.608521] system 00:00: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.608523] system 00:00: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    0.608525] system 00:00: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.608527] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.608529] system 00:00: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.608531] system 00:00: [mem 0xff000000-0xffffffff] has been reserved
[    0.608538] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.609058] system 00:01: [io  0x2000-0x20fe] has been reserved
[    0.609063] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.609752] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.609754] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.609759] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.609835] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.609992] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.609997] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.610022] pnp 00:05: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    0.610044] pnp 00:06: Plug and Play ACPI device, IDs LEN0300 PNP0f13 (active)
[    0.610145] system 00:07: [io  0x1800-0x189f] could not be reserved
[    0.610147] system 00:07: [io  0x0800-0x087f] has been reserved
[    0.610149] system 00:07: [io  0x0880-0x08ff] has been reserved
[    0.610150] system 00:07: [io  0x0900-0x097f] has been reserved
[    0.610152] system 00:07: [io  0x0980-0x09ff] has been reserved
[    0.610154] system 00:07: [io  0x0a00-0x0a7f] has been reserved
[    0.610156] system 00:07: [io  0x0a80-0x0aff] has been reserved
[    0.610157] system 00:07: [io  0x0b00-0x0b7f] has been reserved
[    0.610159] system 00:07: [io  0x0b80-0x0bff] has been reserved
[    0.610161] system 00:07: [io  0x15e0-0x15ef] has been reserved
[    0.610162] system 00:07: [io  0x1600-0x167f] could not be reserved
[    0.610164] system 00:07: [io  0x1640-0x165f] could not be reserved
[    0.610166] system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.610168] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.610170] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.610172] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.610173] system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.610175] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.610177] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.610181] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.611620] system 00:08: [mem 0xfed10000-0xfed17fff] could not be reserved
[    0.611622] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.611624] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.611626] system 00:08: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.611628] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.611629] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.611631] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.611633] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.611638] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.611993] system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
[    0.611997] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.612569] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.612571] system 00:0a: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.612573] system 00:0a: [mem 0x000c8000-0x000cbfff] could not be reserved
[    0.612574] system 00:0a: [mem 0x000d0000-0x000d3fff] could not be reserved
[    0.612576] system 00:0a: [mem 0x000d8000-0x000dbfff] could not be reserved
[    0.612578] system 00:0a: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.612579] system 00:0a: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.612581] system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.612583] system 00:0a: [mem 0x00100000-0x7f7fffff] could not be reserved
[    0.612585] system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.612587] system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.612591] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.612754] pnp: PnP ACPI: found 11 devices
[    0.618702] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.618778] NET: Registered protocol family 2
[    0.619014] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.621795] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.621909] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.622161] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.622264] TCP: Hash tables configured (established 131072 bind 65536)
[    0.622364] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.622447] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.622509] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.622718] NET: Registered protocol family 1
[    0.622724] NET: Registered protocol family 44
[    0.622736] pci 0000:06:01.0: bridge window [io  0x1000-0x0fff] to [bus 08-2c] add_size 1000
[    0.622739] pci 0000:06:04.0: bridge window [io  0x1000-0x0fff] to [bus 2e-52] add_size 1000
[    0.622742] pci 0000:05:00.0: bridge window [io  0x1000-0x0fff] to [bus 06-52] add_size 2000
[    0.622744] pci 0000:00:1d.4: bridge window [io  0x1000-0x0fff] to [bus 05-52] add_size 3000
[    0.622754] pci 0000:00:1d.4: BAR 13: assigned [io  0x4000-0x6fff]
[    0.622757] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.622768] pci 0000:00:1d.0:   bridge window [mem 0xea100000-0xea1fffff]
[    0.622776] pci 0000:05:00.0: BAR 13: assigned [io  0x4000-0x5fff]
[    0.622778] pci 0000:06:01.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.622780] pci 0000:06:04.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.622782] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.622792] pci 0000:06:00.0:   bridge window [mem 0xe8100000-0xe81fffff]
[    0.622802] pci 0000:06:01.0: PCI bridge to [bus 08-2c]
[    0.622805] pci 0000:06:01.0:   bridge window [io  0x4000-0x4fff]
[    0.622810] pci 0000:06:01.0:   bridge window [mem 0xdc100000-0xe80fffff]
[    0.622815] pci 0000:06:01.0:   bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
[    0.622822] pci 0000:06:02.0: PCI bridge to [bus 2d]
[    0.622827] pci 0000:06:02.0:   bridge window [mem 0xdc000000-0xdc0fffff]
[    0.622837] pci 0000:06:04.0: PCI bridge to [bus 2e-52]
[    0.622839] pci 0000:06:04.0:   bridge window [io  0x5000-0x5fff]
[    0.622844] pci 0000:06:04.0:   bridge window [mem 0xd0000000-0xdbffffff]
[    0.622849] pci 0000:06:04.0:   bridge window [mem 0x80000000-0x9fffffff 64bit pref]
[    0.622855] pci 0000:05:00.0: PCI bridge to [bus 06-52]
[    0.622858] pci 0000:05:00.0:   bridge window [io  0x4000-0x5fff]
[    0.622863] pci 0000:05:00.0:   bridge window [mem 0xd0000000-0xe81fffff]
[    0.622867] pci 0000:05:00.0:   bridge window [mem 0x80000000-0xbfffffff 64bit pref]
[    0.622874] pci 0000:00:1d.4: PCI bridge to [bus 05-52]
[    0.622876] pci 0000:00:1d.4:   bridge window [io  0x4000-0x6fff]
[    0.622880] pci 0000:00:1d.4:   bridge window [mem 0xd0000000-0xe81fffff]
[    0.622883] pci 0000:00:1d.4:   bridge window [mem 0x80000000-0xbfffffff 64bit pref]
[    0.622889] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.622890] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.622892] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.622894] pci_bus 0000:00: resource 7 [mem 0x7f800000-0xefffffff window]
[    0.622895] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[    0.622897] pci_bus 0000:03: resource 1 [mem 0xea100000-0xea1fffff]
[    0.622898] pci_bus 0000:05: resource 0 [io  0x4000-0x6fff]
[    0.622900] pci_bus 0000:05: resource 1 [mem 0xd0000000-0xe81fffff]
[    0.622901] pci_bus 0000:05: resource 2 [mem 0x80000000-0xbfffffff 64bit pref]
[    0.622903] pci_bus 0000:06: resource 0 [io  0x4000-0x5fff]
[    0.622904] pci_bus 0000:06: resource 1 [mem 0xd0000000-0xe81fffff]
[    0.622905] pci_bus 0000:06: resource 2 [mem 0x80000000-0xbfffffff 64bit pref]
[    0.622907] pci_bus 0000:07: resource 1 [mem 0xe8100000-0xe81fffff]
[    0.622908] pci_bus 0000:08: resource 0 [io  0x4000-0x4fff]
[    0.622910] pci_bus 0000:08: resource 1 [mem 0xdc100000-0xe80fffff]
[    0.622911] pci_bus 0000:08: resource 2 [mem 0xa0000000-0xbfffffff 64bit pref]
[    0.622913] pci_bus 0000:2d: resource 1 [mem 0xdc000000-0xdc0fffff]
[    0.622914] pci_bus 0000:2e: resource 0 [io  0x5000-0x5fff]
[    0.622915] pci_bus 0000:2e: resource 1 [mem 0xd0000000-0xdbffffff]
[    0.622917] pci_bus 0000:2e: resource 2 [mem 0x80000000-0x9fffffff 64bit pref]
[    0.623204] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.624514] PCI: CLS 0 bytes, default 64
[    0.624562] Trying to unpack rootfs image as initramfs...
[    7.049784] Freeing initrd memory: 44700K
[    7.049799] DMAR: Intel-IOMMU force enabled due to platform opt in
[    7.049836] DMAR: No ATSR found
[    7.049905] DMAR: dmar0: Using Queued invalidation
[    7.049909] DMAR: dmar1: Using Queued invalidation
[    7.050232] pci 0000:00:00.0: Adding to iommu group 0
[    7.050245] pci 0000:00:02.0: Adding to iommu group 1
[    7.050257] pci 0000:00:04.0: Adding to iommu group 2
[    7.050269] pci 0000:00:08.0: Adding to iommu group 3
[    7.050287] pci 0000:00:12.0: Adding to iommu group 4
[    7.050310] pci 0000:00:14.0: Adding to iommu group 5
[    7.050321] pci 0000:00:14.2: Adding to iommu group 5
[    7.050333] pci 0000:00:14.3: Adding to iommu group 6
[    7.050355] pci 0000:00:15.0: Adding to iommu group 7
[    7.050367] pci 0000:00:15.1: Adding to iommu group 7
[    7.050389] pci 0000:00:16.0: Adding to iommu group 8
[    7.050401] pci 0000:00:16.3: Adding to iommu group 8
[    7.050420] pci 0000:00:1d.0: Adding to iommu group 9
[    7.050435] pci 0000:00:1d.4: Adding to iommu group 10
[    7.050474] pci 0000:00:1f.0: Adding to iommu group 11
[    7.050487] pci 0000:00:1f.3: Adding to iommu group 11
[    7.050500] pci 0000:00:1f.4: Adding to iommu group 11
[    7.050512] pci 0000:00:1f.5: Adding to iommu group 11
[    7.050525] pci 0000:00:1f.6: Adding to iommu group 11
[    7.050543] pci 0000:03:00.0: Adding to iommu group 12
[    7.050559] pci 0000:05:00.0: Adding to iommu group 13
[    7.050574] pci 0000:06:00.0: Adding to iommu group 14
[    7.050590] pci 0000:06:01.0: Adding to iommu group 15
[    7.050604] pci 0000:06:02.0: Adding to iommu group 16
[    7.050621] pci 0000:06:04.0: Adding to iommu group 17
[    7.050626] pci 0000:07:00.0: Adding to iommu group 14
[    7.050630] pci 0000:2d:00.0: Adding to iommu group 16
[    7.051123] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    7.051125] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.051127] software IO TLB: mapped [mem 0x000000006ad50000-0x000000006ed50000] (64MB)
[    7.052051] check: Scanning for low memory corruption every 60 seconds
[    7.052471] Initialise system trusted keyrings
[    7.052482] Key type blacklist registered
[    7.052539] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    7.053967] zbud: loaded
[    7.067533] Key type asymmetric registered
[    7.067534] Asymmetric key parser 'x509' registered
[    7.067542] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    7.067580] io scheduler mq-deadline registered
[    7.067581] io scheduler kyber registered
[    7.067608] io scheduler bfq registered
[    7.067750] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    7.070402] pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
[    7.070558] pcieport 0000:00:1d.4: PME: Signaling with IRQ 123
[    7.070586] pcieport 0000:00:1d.4: pciehp: Slot #12 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.071274] pcieport 0000:06:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.071765] pcieport 0000:06:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    7.071959] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.072001] efifb: probing for efifb
[    7.072041] efifb: Ignoring BGRT: unexpected or invalid BMP data
[    7.072043] efifb: framebuffer at 0xc0000000, using 3072k, total 3072k
[    7.072045] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    7.072045] efifb: scrolling: redraw
[    7.072047] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    7.072087] fbcon: Deferring console take-over
[    7.072089] fb0: EFI VGA frame buffer device
[    7.072098] intel_idle: MWAIT substates: 0x11142120
[    7.072099] intel_idle: v0.5.1 model 0x8E
[    7.072667] intel_idle: Local APIC timer is reliable in all C-states
[    7.073278] ACPI: AC Adapter [AC] (on-line)
[    7.073380] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    7.076372] ACPI: Sleep Button [SLPB]
[    7.076426] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    7.089629] ACPI: Lid Switch [LID]
[    7.089669] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    7.089699] ACPI: Power Button [PWRF]
[    7.096401] thermal LNXTHERM:00: registered as thermal_zone0
[    7.096404] ACPI: Thermal Zone [THM0] (56 C)
[    7.096687] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    7.098880] serial 0000:00:16.3: enabling device (0000 -> 0003)
[    7.100011] 0000:00:16.3: ttyS4 at I/O 0x3060 (irq = 19, base_baud = 115200) is a 16550A
[    7.100360] Non-volatile memory driver v1.3
[    7.100362] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    7.100363] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    7.101450] nvme nvme0: pci function 0000:03:00.0
[    7.101518] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    7.101523] ehci-pci: EHCI PCI platform driver
[    7.101535] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    7.101537] ohci-pci: OHCI PCI platform driver
[    7.101545] uhci_hcd: USB Universal Host Controller Interface driver
[    7.101593] usbcore: registered new interface driver usbserial_generic
[    7.101598] usbserial: USB Serial support registered for generic
[    7.101631] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    7.105093] serio: i8042 KBD port at 0x60,0x64 irq 1
[    7.105133] serio: i8042 AUX port at 0x60,0x64 irq 12
[    7.105342] rtc_cmos 00:03: RTC can wake from S4
[    7.106634] rtc_cmos 00:03: registered as rtc0
[    7.106928] rtc_cmos 00:03: setting system clock to 2021-08-01T14:31:35 UTC (1627828295)
[    7.106944] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    7.106987] intel_pstate: Intel P-state driver initializing
[    7.107388] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    7.107825] intel_pstate: HWP enabled
[    7.108050] ledtrig-cpu: registered to indicate activity on CPUs
[    7.108167] hid: raw HID events driver (C) Jiri Kosina
[    7.108199] ashmem: initialized
[    7.108243] intel_pmc_core intel_pmc_core.0:  initialized
[    7.108268] drop_monitor: Initializing network drop monitor service
[    7.108305] Initializing XFRM netlink socket
[    7.108351] NET: Registered protocol family 10
[    7.112738] Segment Routing with IPv6
[    7.112739] RPL Segment Routing with IPv6
[    7.112751] NET: Registered protocol family 17
[    7.113310] microcode: sig=0x806ec, pf=0x4, revision=0xea
[    7.113348] microcode: Microcode Update Driver: v2.2.
[    7.113351] IPI shorthand broadcast: enabled
[    7.113356] sched_clock: Marking stable (7108797801, 4458266)->(7117030438, -3774371)
[    7.113611] registered taskstats version 1
[    7.113617] Loading compiled-in X.509 certificates
[    7.115467] Loaded X.509 cert 'Build time autogenerated kernel key: 38cae0479cb7b0966177af389dd36c903bbb1fa7'
[    7.116335] zswap: loaded using pool zstd/z3fold
[    7.116556] Key type ._fscrypt registered
[    7.116557] Key type .fscrypt registered
[    7.116557] Key type fscrypt-provisioning registered
[    7.117323] PM:   Magic number: 1:50:535
[    7.117333] tty ttyS15: hash matches
[    7.117472] RAS: Correctable Errors collector initialized.
[    7.125484] battery: ACPI: Battery Slot [BAT0] (battery present)
[    7.195815] nvme nvme0: 8/0/0 default/read/poll queues
[    7.202139]  nvme0n1: p1 p2 p3 p4 p5 p6
[    7.205366] Freeing unused decrypted memory: 2036K
[    7.205853] Freeing unused kernel image (initmem) memory: 1708K
[    7.226621] Write protecting the kernel read-only data: 22528k
[    7.227619] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    7.228076] Freeing unused kernel image (rodata/data gap) memory: 1336K
[    7.255937] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    7.255943] rodata_test: all tests were successful
[    7.255950] Run /init as init process
[    7.255952]   with arguments:
[    7.255953]     /init
[    7.255954]   with environment:
[    7.255955]     HOME=/
[    7.255956]     TERM=linux
[    7.255957]     BOOT_IMAGE=/boot/vmlinuz-x86_64
[    7.255958]     lang=en_US
[    7.255959]     keytable=us
[    7.255960]     tz=UTC
[    7.255961]     misobasedir=manjaro
[    7.255962]     misolabel=MANJARO_GNOME_2107
[    7.255963]     driver=free
[    7.315151] loop: module loaded
[    7.317105] device-mapper: uevent: version 1.0.3
[    7.317137] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    7.355607] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    7.355668] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    7.355786] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    7.355852] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    7.355903] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    7.355950] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    7.357030] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    7.357035] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    7.357198] Linux agpgart interface v0.103
[    7.358128] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    7.358133] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    7.358312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    7.358313] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.358314] usb usb1: Product: xHCI Host Controller
[    7.358315] usb usb1: Manufacturer: Linux 5.10.42-1-MANJARO xhci-hcd
[    7.358316] usb usb1: SerialNumber: 0000:00:14.0
[    7.358412] hub 1-0:1.0: USB hub found
[    7.358427] hub 1-0:1.0: 12 ports detected
[    7.359492] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    7.359495] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    7.359498] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    7.359526] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    7.359527] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.359528] usb usb2: Product: xHCI Host Controller
[    7.359529] usb usb2: Manufacturer: Linux 5.10.42-1-MANJARO xhci-hcd
[    7.359530] usb usb2: SerialNumber: 0000:00:14.0
[    7.359600] hub 2-0:1.0: USB hub found
[    7.359615] hub 2-0:1.0: 6 ports detected
[    7.359793] usb: port power management may be unreliable
[    7.360372] xhci_hcd 0000:2d:00.0: xHCI Host Controller
[    7.360377] xhci_hcd 0000:2d:00.0: new USB bus registered, assigned bus number 3
[    7.361192] random: fast init done
[    7.361522] xhci_hcd 0000:2d:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    7.361717] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    7.361718] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.361720] usb usb3: Product: xHCI Host Controller
[    7.361720] usb usb3: Manufacturer: Linux 5.10.42-1-MANJARO xhci-hcd
[    7.361721] usb usb3: SerialNumber: 0000:2d:00.0
[    7.361792] hub 3-0:1.0: USB hub found
[    7.361801] hub 3-0:1.0: 2 ports detected
[    7.361858] thunderbolt 0000:07:00.0: enabling device (0000 -> 0002)
[    7.362855] e1000e: Intel(R) PRO/1000 Network Driver
[    7.362856] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    7.362975] xhci_hcd 0000:2d:00.0: xHCI Host Controller
[    7.362977] xhci_hcd 0000:2d:00.0: new USB bus registered, assigned bus number 4
[    7.362980] xhci_hcd 0000:2d:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    7.363010] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    7.363011] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.363012] usb usb4: Product: xHCI Host Controller
[    7.363012] usb usb4: Manufacturer: Linux 5.10.42-1-MANJARO xhci-hcd
[    7.363013] usb usb4: SerialNumber: 0000:2d:00.0
[    7.363099] hub 4-0:1.0: USB hub found
[    7.363104] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    7.363109] hub 4-0:1.0: 2 ports detected
[    7.363642] cryptd: max_cpu_qlen set to 1000
[    7.369251] AVX2 version of gcm_enc/dec engaged.
[    7.369253] AES CTR mode by8 optimization enabled
[    7.415367] raid6: skip pq benchmark and using algorithm avx2x4
[    7.415368] raid6: using avx2x2 recovery algorithm
[    7.416167] xor: automatically using best checksumming function   avx       
[    7.480290] Btrfs loaded, crc32c=crc32c-intel
[    7.482458] BTRFS: device label tmproot devid 1 transid 6552 /dev/nvme0n1p5 scanned by systemd-udevd (198)
[    7.490918] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    7.491582] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    7.491584] checking generic (c0000000 300000) vs hw (e9000000 1000000)
[    7.491584] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[    7.491585] fb0: switching to inteldrmfb from EFI VGA
[    7.491691] i915 0000:00:02.0: vgaarb: deactivate vga console
[    7.492757] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[    7.493522] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    7.501693] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    7.521986] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
[    7.524066] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.524335] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    7.540227] fbcon: i915drmfb (fb0) is primary device
[    7.540228] fbcon: Deferring console take-over
[    7.540230] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    7.566870] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 8c:8c:aa:86:b7:68
[    7.566873] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    7.566985] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[    7.606333] usb 1-8: new high-speed USB device number 2 using xhci_hcd
[    7.748810] usb 1-8: New USB device found, idVendor=13d3, idProduct=5405, bcdDevice=60.04
[    7.748816] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    7.748822] usb 1-8: Product: Integrated Camera
[    7.748826] usb 1-8: Manufacturer: Azurewave
[    7.748831] usb 1-8: SerialNumber: 0000
[    7.869849] usb 2-4: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    7.891180] usb 2-4: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
[    7.891185] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.891189] usb 2-4: Product:  SanDisk 3.2Gen1
[    7.891191] usb 2-4: Manufacturer:  USB
[    7.891194] usb 2-4: SerialNumber: 04018457fc2bf7c793ebbaaf8ca10fe676b98795e5c7b990a5e7f6fe868188e1179f000000000000000000004d7313ceff01081881558107172af774
[    7.895034] usb-storage 2-4:1.0: USB Mass Storage device detected
[    7.895292] scsi host0: usb-storage 2-4:1.0
[    7.895356] usbcore: registered new interface driver usb-storage
[    7.896256] usbcore: registered new interface driver uas
[    7.917632] BTRFS info (device nvme0n1p5): disk space caching is enabled
[    7.917633] BTRFS info (device nvme0n1p5): has skinny extents
[    7.925159] BTRFS info (device nvme0n1p5): enabling ssd optimizations
[    8.013331] usb 1-9: new full-speed USB device number 3 using xhci_hcd
[    8.066736] tsc: Refined TSC clocksource calibration: 2303.994 MHz
[    8.066750] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f221db9, max_idle_ns: 440795284235 ns
[    8.066828] clocksource: Switched to clocksource tsc
[    8.156090] usb 1-9: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00
[    8.156095] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    8.156098] usb 1-9: SerialNumber: 3dbf48c08b66
[    8.280046] usb 1-10: new full-speed USB device number 4 using xhci_hcd
[    8.422253] usb 1-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    8.422259] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    8.921479] scsi 0:0:0:0: Direct-Access      USB      SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
[    8.922384] sd 0:0:0:0: [sda] 60088320 512-byte logical blocks: (30.8 GB/28.7 GiB)
[    8.922739] sd 0:0:0:0: [sda] Write Protect is off
[    8.922741] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    8.923081] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    8.976718]  sda: sda1 sda2
[    8.979254] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    8.996428] BTRFS info (device nvme0n1p5): disk space caching is enabled
[    8.996429] BTRFS info (device nvme0n1p5): has skinny extents
[    9.003467] BTRFS info (device nvme0n1p5): enabling ssd optimizations
[   10.098571] BTRFS info (device nvme0n1p5): disk space caching is enabled
[   10.098576] BTRFS info (device nvme0n1p5): has skinny extents
[   10.109552] BTRFS info (device nvme0n1p5): enabling ssd optimizations
[   10.171248] ISO 9660 Extensions: Microsoft Joliet Level 3
[   10.174153] ISO 9660 Extensions: RRIP_1991A
[   10.222604] ISO 9660 Extensions: Microsoft Joliet Level 3
[   10.225579] ISO 9660 Extensions: RRIP_1991A
[   10.285834] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   10.550556] overlayfs: null uuid detected in lower fs '/', falling back to index=off,nfs_export=off.
[   10.550560] overlayfs: "xino" feature enabled using 4 upper inode bits.
[   10.873555] random: crng init done
[   10.937674] systemd[1]: systemd 248.3-2-manjaro running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[   10.953576] systemd[1]: Detected architecture x86-64.
[   10.963553] fbcon: Taking over console
[   10.964451] systemd[1]: Hostname set to <manjaro-gnome>.
[   10.966764] Console: switching to colour frame buffer device 240x67
[   11.679802] systemd[1]: Queued start job for default target Graphical Interface.
[   11.680658] systemd[1]: Created slice system-getty.slice.
[   11.680877] systemd[1]: Created slice system-modprobe.slice.
[   11.681065] systemd[1]: Created slice User and Session Slice.
[   11.681168] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   11.681337] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   11.681444] systemd[1]: Reached target Login Prompts.
[   11.681522] systemd[1]: Reached target Remote File Systems.
[   11.681591] systemd[1]: Reached target Slices.
[   11.681658] systemd[1]: Reached target Swap.
[   11.681721] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[   11.681832] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   11.682439] systemd[1]: Listening on LVM2 poll daemon socket.
[   11.683163] systemd[1]: Listening on Process Core Dump Socket.
[   11.683334] systemd[1]: Listening on Journal Audit Socket.
[   11.683451] systemd[1]: Listening on Journal Socket (/dev/log).
[   11.683569] systemd[1]: Listening on Journal Socket.
[   11.683923] systemd[1]: Listening on udev Control Socket.
[   11.684035] systemd[1]: Listening on udev Kernel Socket.
[   11.684513] systemd[1]: Mounting Huge Pages File System...
[   11.684974] systemd[1]: Mounting POSIX Message Queue File System...
[   11.685466] systemd[1]: Mounting Kernel Debug File System...
[   11.685924] systemd[1]: Mounting Kernel Trace File System...
[   11.688440] systemd[1]: Mounting Temporary Directory (/tmp)...
[   11.689355] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   11.689952] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   11.690486] systemd[1]: Starting Load Kernel Module configfs...
[   11.690974] systemd[1]: Starting Load Kernel Module drm...
[   11.691513] systemd[1]: Starting Load Kernel Module fuse...
[   11.692835] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   11.699311] systemd[1]: Starting Load Kernel Modules...
[   11.700003] systemd[1]: Starting Remount Root and Kernel File Systems...
[   11.705326] fuse: init (API version 7.32)
[   11.711831] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[   11.712401] systemd[1]: Starting Coldplug All udev Devices...
[   11.712920] systemd[1]: Starting Setup Virtual Console...
[   11.714071] systemd[1]: Mounted Huge Pages File System.
[   11.714201] systemd[1]: Mounted POSIX Message Queue File System.
[   11.714323] systemd[1]: Mounted Kernel Debug File System.
[   11.714436] systemd[1]: Mounted Kernel Trace File System.
[   11.714547] systemd[1]: Mounted Temporary Directory (/tmp).
[   11.714782] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   11.715028] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   11.715132] systemd[1]: Finished Load Kernel Module configfs.
[   11.715766] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   11.715867] systemd[1]: Finished Load Kernel Module drm.
[   11.716062] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   11.716156] systemd[1]: Finished Load Kernel Module fuse.
[   11.716389] systemd[1]: Finished Remount Root and Kernel File Systems.
[   11.716970] systemd[1]: Mounting FUSE Control File System...
[   11.717449] systemd[1]: Mounting Kernel Configuration File System...
[   11.717584] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   11.722363] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   11.722877] systemd[1]: Starting Load/Save Random Seed...
[   11.723031] systemd[1]: Condition check resulted in Create System Users being skipped.
[   11.723767] systemd[1]: Starting Create Static Device Nodes in /dev...
[   11.724876] systemd[1]: Mounted FUSE Control File System.
[   11.724947] spl: loading out-of-tree module taints kernel.
[   11.725006] systemd[1]: Mounted Kernel Configuration File System.
[   11.725023] spl: module verification failed: signature and/or required key missing - tainting kernel
[   11.729955] systemd[1]: Finished Load/Save Random Seed.
[   11.730089] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[   11.730261] znvpair: module license 'CDDL' taints kernel.
[   11.730262] Disabling lock debugging due to kernel taint
[   11.769561] systemd[1]: Finished Create Static Device Nodes in /dev.
[   11.770873] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[   11.772240] systemd[1]: Starting Journal Service...
[   11.773608] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[   11.775747] systemd[1]: Finished Setup Virtual Console.
[   11.778805] systemd[1]: Finished Coldplug All udev Devices.
[   11.812978] systemd[1]: Started Journal Service.
[   11.813132] audit: type=1130 audit(1627828300.203:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.813315] audit: type=1130 audit(1627828300.203:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.829280] systemd-journald[471]: Received client request to flush runtime journal.
[   11.830563] audit: type=1130 audit(1627828300.219:4): 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'
[   11.891928] ZFS: Loaded module v2.0.4-1, ZFS pool version 5000, ZFS filesystem version 5
[   11.897378] audit: type=1130 audit(1627828300.286:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.898115] audit: type=1130 audit(1627828300.286:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.919497] ACPI Error: Needed [Integer/String/Buffer], found [Package] 00000000559e0fc3 (20200925/exresop-469)
[   11.919502] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [ToHexString] (20200925/dswexec-431)
[   11.919505] ACPI Error: Aborting method \ADBG due to previous error (AE_AML_OPERAND_TYPE) (20200925/psparse-529)
[   11.919507] ACPI Error: Aborting method \_SB.HIDD._DSM due to previous error (AE_AML_OPERAND_TYPE) (20200925/psparse-529)
[   11.919512] ACPI: \_SB_.HIDD: failed to evaluate _DSM (0x3003)
[   11.919536] input: Intel HID events as /devices/platform/INT33D5:00/input/input6
[   11.921469] audit: type=1130 audit(1627828300.309:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.075000] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[   12.104304] audit: type=1130 audit(1627828300.493:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.149978] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
[   12.150501] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[   12.150502] thinkpad_acpi: http://ibm-acpi.sf.net/
[   12.150502] thinkpad_acpi: ThinkPad BIOS N2WET28W (1.18 ), EC N2WHT17W
[   12.150503] thinkpad_acpi: Lenovo ThinkPad X1 Carbon Gen 8, model 20U9CTO1WW
[   12.150907] thinkpad_acpi: radio switch found; radios are enabled
[   12.150923] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[   12.150924] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[   12.153425] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[   12.187587] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[   12.187594] battery: new extension: ThinkPad Battery Extension
[   12.190608] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
[   12.240518] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   12.242959] intel_rapl_common: Found RAPL domain package
[   12.242960] intel_rapl_common: Found RAPL domain dram
[   12.246246] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[   12.248921] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   12.254795] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   12.273207] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[   12.273331] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   12.273684] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   12.289423] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   12.295644] i2c_hid i2c-SYNA8006:00: supply vdd not found, using dummy regulator
[   12.295673] i2c_hid i2c-SYNA8006:00: supply vddl not found, using dummy regulator
[   12.318306] Intel(R) Wireless WiFi driver for Linux
[   12.318394] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[   12.334320] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[   12.334333] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 65.3.35.22
[   12.334526] iwlwifi 0000:00:14.3: loaded firmware version 59.601f3a66.0 QuZ-a0-hr-b0-59.ucode op_mode iwlmvm
[   12.335172] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[   12.403593] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   12.403638] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   12.404008] input: PC Speaker as /devices/platform/pcspkr/input/input8
[   12.404385] i2c i2c-9: 2/2 memory slots populated (from DMI)
[   12.449708] input: SYNA8006:00 06CB:CD8B Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8006:00/0018:06CB:CD8B.0001/input/input10
[   12.449992] input: SYNA8006:00 06CB:CD8B Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8006:00/0018:06CB:CD8B.0001/input/input11
[   12.450030] hid-generic 0018:06CB:CD8B.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA8006:00 06CB:CD8B] on i2c-SYNA8006:00
[   12.472789] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:07 [mem 0xfed10000-0xfed13fff]
[   12.472798] caller snb_uncore_imc_init_box+0x78/0xc0 [intel_uncore] mapping multiple BARs
[   12.483887] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   12.483889] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   12.483890] RAPL PMU: hw unit of domain package 2^-14 Joules
[   12.483890] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   12.483904] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   12.483905] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   12.554801] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354
[   12.607535] i801_smbus 0000:00:1f.4: Timeout waiting for interrupt!
[   12.607539] i801_smbus 0000:00:1f.4: Transaction timeout
[   12.609686] i801_smbus 0000:00:1f.4: Failed terminating the transaction
[   12.609743] i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
[   12.703686] audit: type=1130 audit(1627828301.093:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.711699] audit: type=1130 audit(1627828301.099:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:tpacpi::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.711818] intel_rapl_common: Found RAPL domain package
[   12.711820] intel_rapl_common: Found RAPL domain core
[   12.711821] intel_rapl_common: Found RAPL domain uncore
[   12.711821] intel_rapl_common: Found RAPL domain dram
[   12.711822] intel_rapl_common: Found RAPL domain psys
[   12.738827] iwlwifi 0000:00:14.3: base HW address: 84:1b:77:d7:a0:1e
[   12.751723] thermal thermal_zone6: failed to read out thermal zone (-61)
[   12.755765] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
[   12.771206] iTCO_vendor_support: vendor-support=0
[   12.775466] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[   12.775487] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[   12.776227] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   12.777292] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   12.777340] iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[   12.777527] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   12.801760] input: SYNA8006:00 06CB:CD8B Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8006:00/0018:06CB:CD8B.0001/input/input13
[   12.801839] input: SYNA8006:00 06CB:CD8B Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8006:00/0018:06CB:CD8B.0001/input/input14
[   12.801970] hid-multitouch 0018:06CB:CD8B.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA8006:00 06CB:CD8B] on i2c-SYNA8006:00
[   12.856593] mousedev: PS/2 mouse device common for all mice
[   12.904993] psmouse serio1: trackpoint: Elan TrackPoint firmware: 0x47, buttons: 3/3
[   12.919161] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/input/input9
[   12.936217] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[   12.938268] snd_soc_skl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[   13.006294] sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[   13.006319] sof-audio-pci 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[   13.006334] sof-audio-pci 0000:00:1f.3: enabling device (0004 -> 0006)
[   13.006513] sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[   13.006628] sof-audio-pci 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   13.013126] sof-audio-pci 0000:00:1f.3: use msi interrupt mode
[   13.145544] sof-audio-pci 0000:00:1f.3: hda codecs found, mask 5
[   13.145547] sof-audio-pci 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[   13.145551] sof-audio-pci 0000:00:1f.3: DMICs detected in NHLT tables: 4
[   13.152489] sof-audio-pci 0000:00:1f.3: warning: unknown sof_ext_man header type 6 size 0x20
[   13.152491] sof-audio-pci 0000:00:1f.3: Firmware info: version 1:7:0-47d07
[   13.152492] sof-audio-pci 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:17:0
[   13.152492] sof-audio-pci 0000:00:1f.3: warn: FW ABI is more recent than kernel
[   13.152495] sof-audio-pci 0000:00:1f.3: warning: unknown sof_ext_man header type 3 size 0x30
[   13.152495] sof-audio-pci 0000:00:1f.3: warning: unknown sof_ext_man header type 5 size 0x20
[   13.258063] sof-audio-pci 0000:00:1f.3: Firmware info: version 1:7:0-47d07
[   13.258067] sof-audio-pci 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:17:0
[   13.258067] sof-audio-pci 0000:00:1f.3: warn: FW ABI is more recent than kernel
[   13.271505] sof-audio-pci 0000:00:1f.3: Topology: ABI 3:18:1 Kernel ABI 3:17:0
[   13.271507] sof-audio-pci 0000:00:1f.3: warn: topology ABI is more recent than kernel
[   13.299792] sof-audio-pci 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
[   13.319818] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC285: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
[   13.319820] snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   13.319820] snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   13.319821] snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
[   13.319821] snd_hda_codec_realtek ehdaudio0D0:    inputs:
[   13.319822] snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
[   13.376358] snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
[   13.376372] snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
[   13.376790] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
[   13.376803] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
[   13.376814] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
[   13.376826] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
[   13.376835] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
[   13.376851] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
[   13.376865] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
[   13.376880] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
[   13.376900] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
[   13.376914] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
[   13.376929] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
[   13.391686] input: sof-hda-dsp Headset Jack as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16
[   13.393184] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17
[   13.393374] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18
[   13.393539] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19
[   13.393738] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20
[   13.393896] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input21
[   13.463515] mc: Linux media interface: v0.10
[   13.528210] videodev: Linux video capture interface: v2.00
[   13.547795] Bluetooth: Core ver 2.22
[   13.547816] NET: Registered protocol family 31
[   13.547817] Bluetooth: HCI device and connection manager initialized
[   13.547820] Bluetooth: HCI socket layer initialized
[   13.547822] Bluetooth: L2CAP socket layer initialized
[   13.547825] Bluetooth: SCO socket layer initialized
[   13.664628] audit: type=1130 audit(1627828302.053:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.693301] usbcore: registered new interface driver btusb
[   13.694097] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[   13.695052] Bluetooth: hci0: Device revision is 2
[   13.695053] Bluetooth: hci0: Secure boot is enabled
[   13.695053] Bluetooth: hci0: OTP lock is enabled
[   13.695054] Bluetooth: hci0: API lock is enabled
[   13.695054] Bluetooth: hci0: Debug lock is disabled
[   13.695055] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   13.703328] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[   13.703693] uvcvideo: Found UVC 1.10 device Integrated Camera (13d3:5405)
[   13.709541] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input22
[   13.709865] uvcvideo: Found UVC 1.50 device Integrated Camera (13d3:5405)
[   13.710156] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input23
[   13.710198] usbcore: registered new interface driver uvcvideo
[   13.710199] USB Video Class driver (1.1.1)
[   13.930547] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   13.930548] Bluetooth: BNEP filters: protocol multicast
[   13.930551] Bluetooth: BNEP socket layer initialized
[   14.376302] st: Version 20160209, fixed bufsize 32768, s/g segs 256
[   14.404368] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   15.409555] Bluetooth: hci0: Waiting for firmware download to complete
[   15.410067] Bluetooth: hci0: Firmware loaded in 1676513 usecs
[   15.410080] Bluetooth: hci0: Waiting for device to boot
[   15.424074] Bluetooth: hci0: Device booted in 13676 usecs
[   15.432803] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[   15.435078] Bluetooth: hci0: Applying Intel DDC parameters completed
[   15.438079] Bluetooth: hci0: Firmware revision 0.0 build 118 week 15 2021
[   15.499250] NET: Registered protocol family 38
[   17.560421] kauditd_printk_skb: 47 callbacks suppressed
[   17.560422] audit: type=1130 audit(1627828305.949:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mhwd-live comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.560429] audit: type=1131 audit(1627828305.949:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mhwd-live comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.567047] audit: type=1130 audit(1627828305.956:61): 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'
[   17.585598] audit: type=1130 audit(1627828305.973:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.622860] audit: type=1130 audit(1627828306.009:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.656847] audit: type=1100 audit(1627828306.046:64): pid=1314 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_permit acct="manjaro" exe="/usr/lib/gdm-session-worker" hostname=manjaro-gnome addr=? terminal=/dev/tty1 res=success'
[   17.658127] audit: type=1101 audit(1627828306.046:65): pid=1314 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/lib/gdm-session-worker" hostname=manjaro-gnome addr=? terminal=/dev/tty1 res=success'
[   17.658895] audit: type=1103 audit(1627828306.046:66): pid=1314 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_permit acct="manjaro" exe="/usr/lib/gdm-session-worker" hostname=manjaro-gnome addr=? terminal=/dev/tty1 res=success'
[   17.684817] audit: type=1006 audit(1627828306.073:67): pid=1314 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[   17.697182] audit: type=1130 audit(1627828306.086:68): 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'
[   20.119001] Bluetooth: RFCOMM TTY layer initialized
[   20.119007] Bluetooth: RFCOMM socket layer initialized
[   20.119011] Bluetooth: RFCOMM ver 1.11
[   20.435538] rfkill: input handler disabled
[   24.014158] kauditd_printk_skb: 36 callbacks suppressed
[   24.014158] audit: type=1131 audit(1627828312.403:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.553108] audit: type=1130 audit(1627828312.943:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   27.257939] audit: type=1105 audit(1627828315.646:107): pid=2223 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[   30.124020] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[   30.136702] JFS: nTxBlock = 8192, nTxLock = 65536
[   31.915114] BTRFS info (device nvme0n1p5): disk space caching is enabled
[   31.915116] BTRFS info (device nvme0n1p5): has skinny extents
[   31.922660] BTRFS info (device nvme0n1p5): enabling ssd optimizations
[   31.960786] BTRFS info (device nvme0n1p5): disk space caching is enabled
[   31.960789] BTRFS info (device nvme0n1p5): has skinny extents
[   31.967894] BTRFS info (device nvme0n1p5): enabling ssd optimizations
[   32.004041] BTRFS info (device nvme0n1p5): disk space caching is enabled
[   32.004043] BTRFS info (device nvme0n1p5): has skinny extents
[   32.010970] BTRFS info (device nvme0n1p5): enabling ssd optimizations
[   33.005465] BTRFS info (device nvme0n1p5): disk space caching is enabled
[   33.005467] BTRFS info (device nvme0n1p5): has skinny extents
[   33.012670] BTRFS info (device nvme0n1p5): enabling ssd optimizations
[   33.889674] BTRFS info (device nvme0n1p5): disk space caching is enabled
[   33.889676] BTRFS info (device nvme0n1p5): has skinny extents
[   33.896115] BTRFS info (device nvme0n1p5): enabling ssd optimizations
[   38.032303] audit: type=1130 audit(1627828326.419:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.902056] audit: type=1111 audit(1627828334.289:109): pid=980 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-add-activate uuid=0742bdb4-3532-490f-aa05-c5e26d84f584 name="Frontier1280" pid=1393 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[   51.180567] audit: type=1131 audit(1627828339.569:110): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   51.228310] audit: type=1131 audit(1627828339.616:111): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   51.346743] audit: type=1334 audit(1627828339.736:112): prog-id=15 op=UNLOAD
[   51.346753] audit: type=1334 audit(1627828339.736:113): prog-id=14 op=UNLOAD
[   51.346758] audit: type=1334 audit(1627828339.736:114): prog-id=13 op=UNLOAD
[   51.520225] audit: type=1334 audit(1627828339.909:115): prog-id=21 op=UNLOAD
[   51.520236] audit: type=1334 audit(1627828339.909:116): prog-id=20 op=UNLOAD
[   51.520241] audit: type=1334 audit(1627828339.909:117): prog-id=19 op=UNLOAD
[   58.565035] wlp0s20f3: authenticate with a0:68:7e:34:2b:f4
[   58.569418] wlp0s20f3: send auth to a0:68:7e:34:2b:f4 (try 1/3)
[   58.595096] wlp0s20f3: authenticated
[   58.596333] wlp0s20f3: associate with a0:68:7e:34:2b:f4 (try 1/3)
[   58.597490] wlp0s20f3: RX AssocResp from a0:68:7e:34:2b:f4 (capab=0x1011 status=0 aid=1)
[   58.601671] wlp0s20f3: associated
[   58.687717] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by a0:68:7e:34:2b:f4
[   59.047604] audit: type=1334 audit(1627828347.436:118): prog-id=22 op=LOAD
[   59.047953] audit: type=1334 audit(1627828347.436:119): prog-id=23 op=LOAD
[   59.048053] audit: type=1334 audit(1627828347.436:120): prog-id=24 op=LOAD
[   59.078050] audit: type=1130 audit(1627828347.466:121): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   66.610896] wlp0s20f3: deauthenticated from a0:68:7e:34:2b:f4 (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
[   71.480922] wlp0s20f3: authenticate with a0:68:7e:34:2b:f0
[   71.484926] wlp0s20f3: send auth to a0:68:7e:34:2b:f0 (try 1/3)
[   71.510392] wlp0s20f3: authenticated
[   71.512986] wlp0s20f3: associate with a0:68:7e:34:2b:f0 (try 1/3)
[   71.517033] wlp0s20f3: RX AssocResp from a0:68:7e:34:2b:f0 (capab=0x1411 status=0 aid=2)
[   71.523219] wlp0s20f3: associated
[   71.550735] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by a0:68:7e:34:2b:f0
[   79.513813] wlp0s20f3: deauthenticated from a0:68:7e:34:2b:f0 (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
[   80.012884] audit: type=1131 audit(1627828368.399:122): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   89.115475] audit: type=1131 audit(1627828377.503:123): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   89.130241] audit: type=1334 audit(1627828377.519:124): prog-id=24 op=UNLOAD
[   89.130250] audit: type=1334 audit(1627828377.519:125): prog-id=23 op=UNLOAD
[   89.130255] audit: type=1334 audit(1627828377.519:126): prog-id=22 op=UNLOAD
[   92.348051] wlp0s20f3: authenticate with a0:68:7e:34:2b:f4
[   92.355872] wlp0s20f3: send auth to a0:68:7e:34:2b:f4 (try 1/3)
[   92.381490] wlp0s20f3: authenticated
[   92.383087] wlp0s20f3: associate with a0:68:7e:34:2b:f4 (try 1/3)
[   92.384469] wlp0s20f3: RX AssocResp from a0:68:7e:34:2b:f4 (capab=0x1011 status=0 aid=1)
[   92.390989] wlp0s20f3: associated
[   92.415891] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready
[   92.479861] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by a0:68:7e:34:2b:f4
[   92.483240] audit: type=1130 audit(1627828380.873:127): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  101.953058] audit: type=1334 audit(1627828390.343:128): prog-id=25 op=LOAD
[  101.953202] audit: type=1334 audit(1627828390.343:129): prog-id=26 op=LOAD
[  101.953284] audit: type=1334 audit(1627828390.343:130): prog-id=27 op=LOAD
[  101.985963] audit: type=1130 audit(1627828390.373:131): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  103.014300] audit: type=1131 audit(1627828391.403:132): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  132.021644] audit: type=1131 audit(1627828420.409:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  132.043531] audit: type=1334 audit(1627828420.433:134): prog-id=27 op=UNLOAD
[  132.043541] audit: type=1334 audit(1627828420.433:135): prog-id=26 op=UNLOAD
[  132.043545] audit: type=1334 audit(1627828420.433:136): prog-id=25 op=UNLOAD
[  258.133733] BTRFS: device fsid 32e96a80-334d-438a-8125-55c0736d318f devid 1 transid 5 /dev/nvme0n1p5 scanned by mkfs.btrfs (4031)
[  258.396284]  nvme0n1: p1 p2 p3 p4 p5 p6
[  258.401105]  nvme0n1: p1 p2 p3 p4 p5 p6
[  269.002673] BTRFS info (device nvme0n1p5): disk space caching is enabled
[  269.002679] BTRFS info (device nvme0n1p5): has skinny extents
[  269.002682] BTRFS info (device nvme0n1p5): flagging fs with big metadata feature
[  269.007146] BTRFS info (device nvme0n1p5): enabling ssd optimizations
[  269.007284] BTRFS info (device nvme0n1p5): checking UUID tree
[  269.070851] BTRFS info (device nvme0n1p5): disk space caching is enabled
[  269.070853] BTRFS info (device nvme0n1p5): has skinny extents
[  269.072615] BTRFS info (device nvme0n1p5): enabling ssd optimizations
[  269.223106] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[  331.964982] audit: type=1116 audit(1627828620.353:137): pid=6969 uid=0 auid=1000 ses=2 msg='op=adding group acct="xeno" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
[  331.965022] audit: type=1114 audit(1627828620.353:138): pid=6969 uid=0 auid=1000 ses=2 msg='op=adding user id=1000 exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
[  331.965087] audit: type=1114 audit(1627828620.353:139): pid=6969 uid=0 auid=1000 ses=2 msg='op=adding home directory id=1000 exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
[  331.988166] audit: type=1108 audit(1627828620.376:140): pid=6976 uid=0 auid=1000 ses=2 msg='op=adding user to group acct="xeno" exe="/usr/bin/usermod" hostname=? addr=? terminal=? res=success'
[  331.988237] audit: type=1108 audit(1627828620.376:141): pid=6976 uid=0 auid=1000 ses=2 msg='op=adding user to group acct="xeno" exe="/usr/bin/usermod" hostname=? addr=? terminal=? res=success'
[  331.988264] audit: type=1108 audit(1627828620.376:142): pid=6976 uid=0 auid=1000 ses=2 msg='op=adding user to group acct="xeno" exe="/usr/bin/usermod" hostname=? addr=? terminal=? res=success'
[  331.988289] audit: type=1108 audit(1627828620.376:143): pid=6976 uid=0 auid=1000 ses=2 msg='op=adding user to group acct="xeno" exe="/usr/bin/usermod" hostname=? addr=? terminal=? res=success'
[  331.988313] audit: type=1108 audit(1627828620.376:144): pid=6976 uid=0 auid=1000 ses=2 msg='op=adding user to group acct="xeno" exe="/usr/bin/usermod" hostname=? addr=? terminal=? res=success'
[  331.988338] audit: type=1108 audit(1627828620.376:145): pid=6976 uid=0 auid=1000 ses=2 msg='op=adding user to group acct="xeno" exe="/usr/bin/usermod" hostname=? addr=? terminal=? res=success'
[  331.988363] audit: type=1108 audit(1627828620.376:146): pid=6976 uid=0 auid=1000 ses=2 msg='op=adding user to group acct="xeno" exe="/usr/bin/usermod" hostname=? addr=? terminal=? res=success'
[  382.222884] kauditd_printk_skb: 11 callbacks suppressed
[  382.222885] audit: type=1334 audit(1627828670.609:158): prog-id=28 op=LOAD
[  382.223021] audit: type=1334 audit(1627828670.613:159): prog-id=29 op=LOAD
[  382.223072] audit: type=1334 audit(1627828670.613:160): prog-id=30 op=LOAD
[  382.269995] audit: type=1130 audit(1627828670.659:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  383.234013] audit: type=1105 audit(1627828671.623:162): pid=12021 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  383.313128] audit: type=1334 audit(1627828671.703:163): prog-id=30 op=UNLOAD
[  383.313132] audit: type=1334 audit(1627828671.703:164): prog-id=29 op=UNLOAD
[  383.313133] audit: type=1334 audit(1627828671.703:165): prog-id=28 op=UNLOAD
[  383.315662] audit: type=1334 audit(1627828671.703:166): prog-id=18 op=UNLOAD
[  383.315664] audit: type=1334 audit(1627828671.703:167): prog-id=17 op=UNLOAD
[  383.603071] NILFS version 2 loaded
[  397.201191] kauditd_printk_skb: 25 callbacks suppressed
[  397.201192] audit: type=1334 audit(1627828685.589:193): prog-id=42 op=UNLOAD
[  397.201302] audit: type=1334 audit(1627828685.589:194): prog-id=35 op=UNLOAD
[  397.201303] audit: type=1334 audit(1627828685.589:195): prog-id=34 op=UNLOAD
[  397.203160] audit: type=1334 audit(1627828685.593:196): prog-id=45 op=UNLOAD
[  397.203162] audit: type=1334 audit(1627828685.593:197): prog-id=44 op=UNLOAD
[  397.203168] audit: type=1334 audit(1627828685.593:198): prog-id=43 op=UNLOAD
[  397.217362] audit: type=1334 audit(1627828685.606:199): prog-id=41 op=UNLOAD
[  397.217364] audit: type=1334 audit(1627828685.606:200): prog-id=40 op=UNLOAD
[  397.217366] audit: type=1334 audit(1627828685.606:201): prog-id=39 op=UNLOAD
[  397.217604] audit: type=1334 audit(1627828685.606:202): prog-id=38 op=UNLOAD
[  412.314603] kauditd_printk_skb: 20 callbacks suppressed
[  412.314604] audit: type=1131 audit(1627828700.703:223): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  412.341556] audit: type=1334 audit(1627828700.729:224): prog-id=60 op=UNLOAD
[  412.341559] audit: type=1334 audit(1627828700.729:225): prog-id=59 op=UNLOAD
[  412.341560] audit: type=1334 audit(1627828700.729:226): prog-id=58 op=UNLOAD
[  418.012779] audit: type=1334 audit(1627828706.399:227): prog-id=61 op=LOAD
[  418.012988] audit: type=1334 audit(1627828706.403:228): prog-id=62 op=LOAD
[  418.013017] audit: type=1334 audit(1627828706.403:229): prog-id=63 op=LOAD
[  418.042920] audit: type=1130 audit(1627828706.433:230): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  426.895793] Key type trusted registered
[  426.901034] Key type encrypted registered
[  426.921295] BTRFS: device label btrfsroot devid 1 transid 5934 /dev/dm-0 scanned by systemd-udevd (12436)
[  448.090852] audit: type=1131 audit(1627828736.479:231): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  448.259813] audit: type=1334 audit(1627828736.649:232): prog-id=63 op=UNLOAD
[  448.259840] audit: type=1334 audit(1627828736.649:233): prog-id=62 op=UNLOAD
[  448.259845] audit: type=1334 audit(1627828736.649:234): prog-id=61 op=UNLOAD
[  540.191263] audit: type=1105 audit(1627828828.579:235): pid=12946 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  540.271490] audit: type=1334 audit(1627828828.659:236): prog-id=46 op=UNLOAD
[  540.271602] audit: type=1334 audit(1627828828.659:237): prog-id=48 op=UNLOAD
[  540.271605] audit: type=1334 audit(1627828828.659:238): prog-id=47 op=UNLOAD
[  540.274790] audit: type=1334 audit(1627828828.663:239): prog-id=51 op=UNLOAD
[  540.274801] audit: type=1334 audit(1627828828.663:240): prog-id=50 op=UNLOAD
[  540.274803] audit: type=1334 audit(1627828828.663:241): prog-id=49 op=UNLOAD
[  540.288974] audit: type=1334 audit(1627828828.676:242): prog-id=54 op=UNLOAD
[  540.288983] audit: type=1334 audit(1627828828.676:243): prog-id=53 op=UNLOAD
[  540.288985] audit: type=1334 audit(1627828828.676:244): prog-id=52 op=UNLOAD
[  600.561749] kauditd_printk_skb: 15 callbacks suppressed
[  600.561750] audit: type=1101 audit(1627828888.949:260): pid=13261 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  600.561894] audit: type=1110 audit(1627828888.949:261): pid=13261 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  600.564257] audit: type=1105 audit(1627828888.953:262): pid=13261 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  621.942873] wlp0s20f3: authenticate with a0:68:7e:34:2b:f0
[  621.946445] wlp0s20f3: send auth to a0:68:7e:34:2b:f0 (try 1/3)
[  621.972101] wlp0s20f3: authenticated
[  621.972864] wlp0s20f3: associate with a0:68:7e:34:2b:f0 (try 1/3)
[  621.977284] wlp0s20f3: RX AssocResp from a0:68:7e:34:2b:f0 (capab=0x1411 status=0 aid=2)
[  621.984582] wlp0s20f3: associated
[  622.085029] audit: type=1130 audit(1627828910.473:263): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  622.159275] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by a0:68:7e:34:2b:f0
[  632.014657] audit: type=1131 audit(1627828920.403:264): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  733.939025] BTRFS info (device dm-0): disk space caching is enabled
[  733.939027] BTRFS info (device dm-0): has skinny extents
[  733.949985] BTRFS info (device dm-0): enabling ssd optimizations
[  733.950102] BTRFS info (device dm-0): start tree-log replay
[  734.003186] BTRFS info (device dm-0): checking UUID tree
[  846.956533] BTRFS info (device nvme0n1p5): disk space caching is enabled
[  846.956540] BTRFS info (device nvme0n1p5): has skinny extents
[  846.963801] BTRFS info (device nvme0n1p5): enabling ssd optimizations
[  846.963932] BTRFS info (device nvme0n1p5): checking UUID tree
[  914.093999] audit: type=1130 audit(1627829202.483:265): 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'
[  914.094003] audit: type=1131 audit(1627829202.483:266): 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'
[ 1411.320323] BTRFS info (device dm-0): disk space caching is enabled
[ 1411.320329] BTRFS info (device dm-0): has skinny extents
[ 1411.332447] BTRFS info (device dm-0): enabling ssd optimizations
[ 1443.850885] audit: type=1101 audit(1627829732.239:267): pid=13681 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1443.851083] audit: type=1110 audit(1627829732.239:268): pid=13681 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1443.853778] audit: type=1105 audit(1627829732.243:269): pid=13681 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2864.650925] audit: type=1334 audit(1627831153.039:270): prog-id=64 op=UNLOAD
[ 2864.651338] audit: type=1334 audit(1627831153.039:271): prog-id=66 op=UNLOAD
[ 2864.651340] audit: type=1334 audit(1627831153.039:272): prog-id=65 op=UNLOAD
[ 2864.653605] audit: type=1334 audit(1627831153.043:273): prog-id=69 op=UNLOAD
[ 2864.653609] audit: type=1334 audit(1627831153.043:274): prog-id=68 op=UNLOAD
[ 2864.653611] audit: type=1334 audit(1627831153.043:275): prog-id=67 op=UNLOAD
[ 2864.664209] audit: type=1334 audit(1627831153.053:276): prog-id=72 op=UNLOAD
[ 2864.664214] audit: type=1334 audit(1627831153.053:277): prog-id=71 op=UNLOAD
[ 2864.664216] audit: type=1334 audit(1627831153.053:278): prog-id=70 op=UNLOAD
[ 2864.664627] audit: type=1334 audit(1627831153.053:279): prog-id=75 op=UNLOAD
[ 2935.744563] BTRFS info (device dm-0): scrub: started on devid 1
[ 2940.921204] BTRFS info (device dm-0): scrub: finished on devid 1 with status: 0
[ 3195.436401] wlp0s20f3: disconnect from AP a0:68:7e:34:2b:f0 for new auth to a0:68:7e:34:2b:f4
[ 3195.442928] wlp0s20f3: authenticate with a0:68:7e:34:2b:f4
[ 3195.449645] wlp0s20f3: send auth to a0:68:7e:34:2b:f4 (try 1/3)
[ 3195.476942] wlp0s20f3: authenticated
[ 3195.479106] wlp0s20f3: associate with a0:68:7e:34:2b:f4 (try 1/3)
[ 3195.480269] wlp0s20f3: RX ReassocResp from a0:68:7e:34:2b:f4 (capab=0x1011 status=0 aid=1)
[ 3195.483534] wlp0s20f3: associated
[ 3195.553139] wlp0s20f3: Limiting TX power to 24 (24 - 0) dBm as advertised by a0:68:7e:34:2b:f4
[ 3197.530779] kauditd_printk_skb: 14 callbacks suppressed
[ 3197.530780] audit: type=1130 audit(1627831485.919:294): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3208.019333] audit: type=1131 audit(1627831496.409:295): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3298.877799] BTRFS info (device dm-0): resize device /dev/mapper/luks-cb2874cd-24d8-4e18-8396-c83bb492b3a5 (devid 1) from 787808780288 to 680434597888
[ 3322.258992] wlp0s20f3: authenticate with a0:68:7e:34:2b:f0
[ 3322.264507] wlp0s20f3: send auth to a0:68:7e:34:2b:f0 (try 1/3)
[ 3322.291113] wlp0s20f3: authenticated
[ 3322.292267] wlp0s20f3: associate with a0:68:7e:34:2b:f0 (try 1/3)
[ 3322.296585] wlp0s20f3: RX AssocResp from a0:68:7e:34:2b:f0 (capab=0x1411 status=0 aid=2)
[ 3322.305186] wlp0s20f3: associated
[ 3322.362625] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by a0:68:7e:34:2b:f0
[ 3322.403274] audit: type=1130 audit(1627831610.793:296): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3333.018405] audit: type=1131 audit(1627831621.406:297): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4059.621896] async_tx: api initialized (async)
[ 4539.841858] audit: type=1105 audit(1627832828.229:298): pid=15481 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 4539.936265] audit: type=1334 audit(1627832828.326:299): prog-id=76 op=UNLOAD
[ 4539.936472] audit: type=1334 audit(1627832828.326:300): prog-id=78 op=UNLOAD
[ 4539.936478] audit: type=1334 audit(1627832828.326:301): prog-id=77 op=UNLOAD
[ 4539.939584] audit: type=1334 audit(1627832828.329:302): prog-id=81 op=UNLOAD
[ 4539.939587] audit: type=1334 audit(1627832828.329:303): prog-id=80 op=UNLOAD
[ 4539.939592] audit: type=1334 audit(1627832828.329:304): prog-id=79 op=UNLOAD
[ 4539.947272] audit: type=1334 audit(1627832828.336:305): prog-id=84 op=UNLOAD
[ 4539.947275] audit: type=1334 audit(1627832828.336:306): prog-id=83 op=UNLOAD
[ 4539.947280] audit: type=1334 audit(1627832828.336:307): prog-id=82 op=UNLOAD
[ 4576.724505]  sda: sda1 sda2
[ 4584.170170]  sda: sda1 sda2
[ 4610.884124]  sda: sda1 sda2
[ 4691.532426] kauditd_printk_skb: 15 callbacks suppressed
[ 4691.532426] audit: type=1334 audit(1627832979.923:323): prog-id=88 op=UNLOAD
[ 4691.532529] audit: type=1334 audit(1627832979.923:324): prog-id=90 op=UNLOAD
[ 4691.532533] audit: type=1334 audit(1627832979.923:325): prog-id=89 op=UNLOAD
[ 4691.534335] audit: type=1334 audit(1627832979.923:326): prog-id=93 op=UNLOAD
[ 4691.534337] audit: type=1334 audit(1627832979.923:327): prog-id=92 op=UNLOAD
[ 4691.534343] audit: type=1334 audit(1627832979.923:328): prog-id=91 op=UNLOAD
[ 4691.546560] audit: type=1334 audit(1627832979.936:329): prog-id=96 op=UNLOAD
[ 4691.546563] audit: type=1334 audit(1627832979.936:330): prog-id=95 op=UNLOAD
[ 4691.546564] audit: type=1334 audit(1627832979.936:331): prog-id=94 op=UNLOAD
[ 4691.546806] audit: type=1334 audit(1627832979.936:332): prog-id=99 op=UNLOAD
[ 4695.180966] wlp0s20f3: disconnect from AP a0:68:7e:34:2b:f0 for new auth to a0:68:7e:34:2b:f4
[ 4695.189457] wlp0s20f3: authenticate with a0:68:7e:34:2b:f4
[ 4695.192803] wlp0s20f3: send auth to a0:68:7e:34:2b:f4 (try 1/3)
[ 4695.218146] wlp0s20f3: authenticated
[ 4695.221893] wlp0s20f3: associate with a0:68:7e:34:2b:f4 (try 1/3)
[ 4695.223405] wlp0s20f3: RX ReassocResp from a0:68:7e:34:2b:f4 (capab=0x1011 status=0 aid=1)
[ 4695.227985] wlp0s20f3: associated
[ 4695.325901] wlp0s20f3: Limiting TX power to 24 (24 - 0) dBm as advertised by a0:68:7e:34:2b:f4
[ 4697.239642] kauditd_printk_skb: 14 callbacks suppressed
[ 4697.239643] audit: type=1130 audit(1627832985.629:347): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4707.015515] audit: type=1131 audit(1627832995.406:348): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5122.463575] wlp0s20f3: authenticate with a0:68:7e:34:2b:f0
[ 5122.468013] wlp0s20f3: send auth to a0:68:7e:34:2b:f0 (try 1/3)
[ 5122.494228] wlp0s20f3: authenticated
[ 5122.498543] wlp0s20f3: associate with a0:68:7e:34:2b:f0 (try 1/3)
[ 5122.502677] wlp0s20f3: RX AssocResp from a0:68:7e:34:2b:f0 (capab=0x1411 status=0 aid=2)
[ 5122.508750] wlp0s20f3: associated
[ 5122.566021] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by a0:68:7e:34:2b:f0
[ 5122.769840] audit: type=1130 audit(1627833411.159:349): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5126.924284] BTRFS info (device dm-0): disk space caching is enabled
[ 5126.924286] BTRFS info (device dm-0): has skinny extents
[ 5126.929300] BTRFS info (device dm-0): enabling ssd optimizations
[ 5133.015922] audit: type=1131 audit(1627833421.406:350): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5329.559603] wlp0s20f3: disconnect from AP a0:68:7e:34:2b:f0 for new auth to a0:68:7e:34:2b:f4
[ 5329.566873] wlp0s20f3: authenticate with a0:68:7e:34:2b:f4
[ 5329.574418] wlp0s20f3: send auth to a0:68:7e:34:2b:f4 (try 1/3)
[ 5329.600322] wlp0s20f3: authenticated
[ 5329.601735] wlp0s20f3: associate with a0:68:7e:34:2b:f4 (try 1/3)
[ 5329.603018] wlp0s20f3: RX ReassocResp from a0:68:7e:34:2b:f4 (capab=0x1011 status=0 aid=1)
[ 5329.606998] wlp0s20f3: associated
[ 5329.702591] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by a0:68:7e:34:2b:f4
[ 5331.655561] audit: type=1130 audit(1627833620.046:351): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5342.016867] audit: type=1131 audit(1627833630.406:352): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5614.526539] zram: Added device: zram0
[ 5614.526620] zram: Added device: zram1
[ 5614.548088] audit: type=1130 audit(1627833902.936:353): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5614.548094] audit: type=1131 audit(1627833902.936:354): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5614.549362] audit: type=1130 audit(1627833902.939:355): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2-zram-setup@zram1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5614.549366] audit: type=1131 audit(1627833902.939:356): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2-zram-setup@zram1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6023.554661] wlp0s20f3: authenticate with a0:68:7e:34:2b:f0
[ 6023.558075] wlp0s20f3: send auth to a0:68:7e:34:2b:f0 (try 1/3)
[ 6023.583813] wlp0s20f3: authenticated
[ 6023.584968] wlp0s20f3: associate with a0:68:7e:34:2b:f0 (try 1/3)
[ 6023.592998] wlp0s20f3: RX AssocResp from a0:68:7e:34:2b:f0 (capab=0x1411 status=0 aid=2)
[ 6023.600620] wlp0s20f3: associated
[ 6023.685494] audit: type=1130 audit(1627834312.076:357): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6023.691906] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by a0:68:7e:34:2b:f0
[ 6034.016158] audit: type=1131 audit(1627834322.406:358): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6390.722513] zram0: detected capacity change from 0 to 1073741824
[ 6403.758463] zram1: detected capacity change from 0 to 6442450944
[ 6438.948354] Adding 1048572k swap on /dev/zram0.  Priority:-2 extents:1 across:1048572k SSFS
[ 6473.753132] BTRFS: device fsid f0f701cf-5aa6-45b2-a385-329b4c9d83d5 devid 1 transid 5 /dev/zram1 scanned by mkfs.btrfs (16416)
[ 6515.600937] BTRFS: device label home devid 1 transid 5 /dev/zram1 scanned by mkfs.btrfs (16426)
[ 6679.916939] BTRFS info (device zram1): disk space caching is enabled
[ 6679.916941] BTRFS info (device zram1): has skinny extents
[ 6679.916943] BTRFS info (device zram1): flagging fs with big metadata feature
[ 6679.918335] BTRFS info (device zram1): enabling ssd optimizations
[ 6679.918385] BTRFS info (device zram1): checking UUID tree
[ 6987.561864] zram: Cannot change disksize for initialized device
[ 7088.150083] zram1: detected capacity change from 6442450944 to 0
[ 7088.150159] zram: Removed device: zram1
[ 7389.614002] zram: Added device: zram1
[ 7389.641850] zram1: detected capacity change from 0 to 8589934592
[ 7389.666661] audit: type=1130 audit(1627835678.056:359): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2-zram-setup@zram1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7389.666664] audit: type=1131 audit(1627835678.056:360): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2-zram-setup@zram1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7430.932604] zram: Can't change algorithm for initialized device
[ 7462.595999] zram1: detected capacity change from 8589934592 to 0
[ 7462.596083] zram: Removed device: zram1
[ 7491.637140] zram: Added device: zram1
[ 7491.641493] zram1: detected capacity change from 0 to 8589934592
[ 7491.654336] audit: type=1130 audit(1627835780.043:361): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2-zram-setup@zram1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7491.654340] audit: type=1131 audit(1627835780.043:362): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2-zram-setup@zram1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7779.409157] BTRFS: device label home devid 1 transid 5 /dev/zram1 scanned by mkfs.btrfs (16835)
[ 7827.937474] BTRFS info (device zram1): setting incompat feature flag for COMPRESS_ZSTD (0x10)
[ 7827.937481] BTRFS info (device zram1): use zstd compression, level 15
[ 7827.937485] BTRFS info (device zram1): disk space caching is enabled
[ 7827.937488] BTRFS info (device zram1): has skinny extents
[ 7827.937490] BTRFS info (device zram1): flagging fs with big metadata feature
[ 7827.941984] BTRFS info (device zram1): enabling ssd optimizations
[ 7827.942180] BTRFS info (device zram1): checking UUID tree
[ 8699.905914] audit: type=1105 audit(1627836988.296:363): pid=17340 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 8699.992332] audit: type=1334 audit(1627836988.383:364): prog-id=100 op=UNLOAD
[ 8699.992637] audit: type=1334 audit(1627836988.383:365): prog-id=102 op=UNLOAD
[ 8699.992650] audit: type=1334 audit(1627836988.383:366): prog-id=101 op=UNLOAD
[ 8699.995436] audit: type=1334 audit(1627836988.386:367): prog-id=105 op=UNLOAD
[ 8699.995441] audit: type=1334 audit(1627836988.386:368): prog-id=104 op=UNLOAD
[ 8699.995443] audit: type=1334 audit(1627836988.386:369): prog-id=103 op=UNLOAD
[ 8700.016903] audit: type=1334 audit(1627836988.406:370): prog-id=108 op=UNLOAD
[ 8700.016916] audit: type=1334 audit(1627836988.406:371): prog-id=107 op=UNLOAD
[ 8700.016924] audit: type=1334 audit(1627836988.406:372): prog-id=106 op=UNLOAD
[10524.832506]  nvme0n1: p1 p2 p3 p4 p5
[10524.935237]  nvme0n1: p1 p2 p3 p4 p5
[10525.032615]  nvme0n1: p1 p2 p3 p4 p5 p6
[10525.149533]  nvme0n1: p1 p2 p3 p4 p5 p6
[10525.346100]  nvme0n1: p1 p2 p3 p4 p5 p6
[10525.459198]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[10525.675875]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[10604.089184]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[10604.405484]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[10604.472509]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[10619.382564] kauditd_printk_skb: 15 callbacks suppressed
[10619.382566] audit: type=1334 audit(1627838907.773:388): prog-id=112 op=UNLOAD
[10619.382760] audit: type=1334 audit(1627838907.773:389): prog-id=114 op=UNLOAD
[10619.382764] audit: type=1334 audit(1627838907.773:390): prog-id=113 op=UNLOAD
[10619.385813] audit: type=1334 audit(1627838907.776:391): prog-id=117 op=UNLOAD
[10619.385817] audit: type=1334 audit(1627838907.776:392): prog-id=116 op=UNLOAD
[10619.385819] audit: type=1334 audit(1627838907.776:393): prog-id=115 op=UNLOAD
[10619.402961] audit: type=1334 audit(1627838907.793:394): prog-id=120 op=UNLOAD
[10619.402965] audit: type=1334 audit(1627838907.793:395): prog-id=119 op=UNLOAD
[10619.402966] audit: type=1334 audit(1627838907.793:396): prog-id=118 op=UNLOAD
[10619.403404] audit: type=1334 audit(1627838907.793:397): prog-id=123 op=UNLOAD
[11950.308888] kauditd_printk_skb: 14 callbacks suppressed
[11950.308892] audit: type=1105 audit(1627840238.699:412): pid=22072 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[11950.509498] audit: type=1334 audit(1627840238.899:413): prog-id=124 op=UNLOAD
[11950.509682] audit: type=1334 audit(1627840238.899:414): prog-id=126 op=UNLOAD
[11950.509686] audit: type=1334 audit(1627840238.899:415): prog-id=125 op=UNLOAD
[11950.513552] audit: type=1334 audit(1627840238.906:416): prog-id=129 op=UNLOAD
[11950.513559] audit: type=1334 audit(1627840238.906:417): prog-id=128 op=UNLOAD
[11950.513562] audit: type=1334 audit(1627840238.906:418): prog-id=127 op=UNLOAD
[11950.526025] audit: type=1334 audit(1627840238.916:419): prog-id=132 op=UNLOAD
[11950.526032] audit: type=1334 audit(1627840238.916:420): prog-id=131 op=UNLOAD
[11950.526036] audit: type=1334 audit(1627840238.916:421): prog-id=130 op=UNLOAD
[12743.834192] usb 1-9: reset full-speed USB device number 3 using xhci_hcd
[12743.998810] kauditd_printk_skb: 15 callbacks suppressed
[12743.998814] audit: type=1130 audit(1627841032.389:437): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[12774.037703] audit: type=1131 audit(1627841062.429:438): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[13223.712058] audit: type=1130 audit(1627841512.103:439): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[13234.015026] audit: type=1131 audit(1627841522.406:440): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[14024.792061] audit: type=1334 audit(1627842313.183:441): prog-id=136 op=UNLOAD
[14024.792231] audit: type=1334 audit(1627842313.183:442): prog-id=138 op=UNLOAD
[14024.792235] audit: type=1334 audit(1627842313.183:443): prog-id=137 op=UNLOAD
[14024.795056] audit: type=1334 audit(1627842313.186:444): prog-id=141 op=UNLOAD
[14024.795059] audit: type=1334 audit(1627842313.186:445): prog-id=140 op=UNLOAD
[14024.795061] audit: type=1334 audit(1627842313.186:446): prog-id=139 op=UNLOAD
[14024.808132] audit: type=1334 audit(1627842313.199:447): prog-id=144 op=UNLOAD
[14024.808135] audit: type=1334 audit(1627842313.199:448): prog-id=143 op=UNLOAD
[14024.808141] audit: type=1334 audit(1627842313.199:449): prog-id=142 op=UNLOAD
[14024.808509] audit: type=1334 audit(1627842313.199:450): prog-id=147 op=UNLOAD
[14082.902357] F2FS-fs (nvme0n1p5): Found nat_bits in checkpoint
[14082.921810] F2FS-fs (nvme0n1p5): Mounted with checkpoint version = 634c07c5
[15425.103454] BTRFS: device label old devid 1 transid 5 /dev/disk/by-partlabel/swap scanned by mkfs.btrfs (24113)
[15444.127809] BTRFS info (device nvme0n1p6): disk space caching is enabled
[15444.127815] BTRFS info (device nvme0n1p6): has skinny extents
[15444.127818] BTRFS info (device nvme0n1p6): flagging fs with big metadata feature
[15444.131250] BTRFS info (device nvme0n1p6): enabling ssd optimizations
[15444.131533] BTRFS info (device nvme0n1p6): checking UUID tree
[15998.399881] F2FS-fs (nvme0n1p5): Found nat_bits in checkpoint
[15998.423851] F2FS-fs (nvme0n1p5): Mounted with checkpoint version = 634c07cc
[16049.476249] F2FS-fs (nvme0n1p5): Found nat_bits in checkpoint
[16049.527413] F2FS-fs (nvme0n1p5): Mounted with checkpoint version = 634c07ce
[16506.226564] BTRFS info (device nvme0n1p6): disk space caching is enabled
[16506.226566] BTRFS info (device nvme0n1p6): has skinny extents
[16506.230051] BTRFS info (device nvme0n1p6): enabling ssd optimizations
[16589.625854] BTRFS info (device nvme0n1p6): enabling free space tree
[16589.625856] BTRFS info (device nvme0n1p6): using free space tree
[16589.625857] BTRFS info (device nvme0n1p6): has skinny extents
[16589.627588] BTRFS info (device nvme0n1p6): creating free space tree
[16589.627652] BTRFS info (device nvme0n1p6): setting compat-ro feature flag for FREE_SPACE_TREE (0x1)
[16589.627653] BTRFS info (device nvme0n1p6): setting compat-ro feature flag for FREE_SPACE_TREE_VALID (0x2)
[16717.455188] BTRFS info (device nvme0n1p6): using free space tree
[16717.455193] BTRFS info (device nvme0n1p6): has skinny extents
[16717.460499] BTRFS info (device nvme0n1p6): enabling ssd optimizations
[16747.151000] BTRFS info (device nvme0n1p6): using free space tree
[16747.151006] BTRFS info (device nvme0n1p6): has skinny extents
[17346.175442] BTRFS info (device nvme0n1p6): setting nodatacow, compression disabled
[17346.175449] BTRFS info (device nvme0n1p6): using free space tree
[17488.257533] BTRFS info (device nvme0n1p6): setting nodatacow, compression disabled
[17488.257539] BTRFS info (device nvme0n1p6): using free space tree
[17488.257542] BTRFS info (device nvme0n1p6): has skinny extents
[17488.264039] BTRFS info (device nvme0n1p6): enabling ssd optimizations
[18299.357240] kauditd_printk_skb: 14 callbacks suppressed
[18299.357241] audit: type=1334 audit(1627846587.750:465): prog-id=160 op=LOAD
[18299.357322] audit: type=1334 audit(1627846587.750:466): prog-id=161 op=LOAD
[18299.357375] audit: type=1334 audit(1627846587.750:467): prog-id=162 op=LOAD
[18299.459257] audit: type=1130 audit(1627846587.853:468): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18329.512926] audit: type=1131 audit(1627846617.906:469): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18329.644038] audit: type=1334 audit(1627846618.036:470): prog-id=162 op=UNLOAD
[18329.644049] audit: type=1334 audit(1627846618.036:471): prog-id=161 op=UNLOAD
[18329.644055] audit: type=1334 audit(1627846618.036:472): prog-id=160 op=UNLOAD
[18617.361084] audit: type=1334 audit(1627846905.753:473): prog-id=163 op=LOAD
[18617.361090] audit: type=1334 audit(1627846905.753:474): prog-id=164 op=LOAD
[18617.361094] audit: type=1334 audit(1627846905.753:475): prog-id=165 op=LOAD
[18617.435921] audit: type=1130 audit(1627846905.830:476): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18647.493842] audit: type=1131 audit(1627846935.886:477): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18647.592050] audit: type=1334 audit(1627846935.986:478): prog-id=165 op=UNLOAD
[18647.592053] audit: type=1334 audit(1627846935.986:479): prog-id=164 op=UNLOAD
[18647.592055] audit: type=1334 audit(1627846935.986:480): prog-id=163 op=UNLOAD
[18683.155908] BTRFS: device label cryptoroot devid 1 transid 5 /dev/disk/by-partlabel/cryptroot scanned by mkfs.btrfs (25720)
[18730.325403] BTRFS info (device nvme0n1p7): disk space caching is enabled
[18730.325406] BTRFS info (device nvme0n1p7): has skinny extents
[18730.325407] BTRFS info (device nvme0n1p7): flagging fs with big metadata feature
[18730.326647] BTRFS info (device nvme0n1p7): enabling ssd optimizations
[18730.326858] BTRFS info (device nvme0n1p7): checking UUID tree
[19373.028869] usb 1-9: reset full-speed USB device number 3 using xhci_hcd
[19373.189879] audit: type=1130 audit(1627847661.583:481): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19403.035845] audit: type=1131 audit(1627847691.430:482): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

[-- Attachment #4: lshw.log --]
[-- Type: text/x-log, Size: 29787 bytes --]

manjaro-gnome
    description: Notebook
    product: 20U9CTO1WW (LENOVO_MT_20U9_BU_Think_FM_ThinkPad X1 Carbon Gen 8)
    vendor: LENOVO
    version: ThinkPad X1 Carbon Gen 8
    serial: PF2KT6WE
    width: 64 bits
    capabilities: smbios-3.2.0 dmi-3.2.0 smp vsyscall32
    configuration: administrator_password=disabled chassis=notebook family=ThinkPad X1 Carbon Gen 8 power-on_password=disabled sku=LENOVO_MT_20U9_BU_Think_FM_ThinkPad X1 Carbon Gen 8 uuid=4C56741C-9222-B211-A85C-9C853C2F8CCA
  *-core
       description: Motherboard
       product: 20U9CTO1WW
       vendor: LENOVO
       physical id: 0
       version: Not Defined
       serial: L1HF1170338
       slot: Not Available
     *-memory
          description: System Memory
          physical id: 2
          slot: System board or motherboard
          size: 16GiB
        *-bank:0
             description: Row of chips LPDDR3 Synchronous 2133 MHz (0.5 ns)
             vendor: SK Hynix
             physical id: 0
             serial: 00000000
             slot: ChannelA-DIMM0
             size: 8GiB
             width: 64 bits
             clock: 2133MHz (0.5ns)
        *-bank:1
             description: Row of chips LPDDR3 Synchronous 2133 MHz (0.5 ns)
             vendor: SK Hynix
             physical id: 1
             serial: 00000000
             slot: ChannelB-DIMM0
             size: 8GiB
             width: 64 bits
             clock: 2133MHz (0.5ns)
     *-cache:0
          description: L1 cache
          physical id: c
          slot: L1 Cache
          size: 256KiB
          capacity: 256KiB
          capabilities: synchronous internal write-back unified
          configuration: level=1
     *-cache:1
          description: L2 cache
          physical id: d
          slot: L2 Cache
          size: 1MiB
          capacity: 1MiB
          capabilities: synchronous internal write-back unified
          configuration: level=2
     *-cache:2
          description: L3 cache
          physical id: e
          slot: L3 Cache
          size: 8MiB
          capacity: 8MiB
          capabilities: synchronous internal write-back unified
          configuration: level=3
     *-cpu
          description: CPU
          product: Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz
          vendor: Intel Corp.
          physical id: f
          bus info: cpu@0
          version: Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz
          serial: None
          slot: U3E1
          size: 2021MHz
          capacity: 4900MHz
          width: 64 bits
          clock: 100MHz
          capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabilities cpufreq
          configuration: cores=4 enabledcores=4 threads=8
     *-firmware
          description: BIOS
          vendor: LENOVO
          physical id: 11
          version: N2WET28W (1.18 )
          date: 04/16/2021
          size: 128KiB
          capacity: 32MiB
          capabilities: pci pnp upgrade shadowing cdboot bootselect edd int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb biosbootspecification uefi
     *-pci
          description: Host bridge
          product: Comet Lake-U v1 4c Host Bridge/DRAM Controller
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 0c
          width: 32 bits
          clock: 33MHz
          configuration: driver=skl_uncore
          resources: irq:0
        *-display
             description: VGA compatible controller
             product: UHD Graphics
             vendor: Intel Corporation
             physical id: 2
             bus info: pci@0000:00:02.0
             version: 02
             width: 64 bits
             clock: 33MHz
             capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
             configuration: driver=i915 latency=0
             resources: irq:156 memory:e9000000-e9ffffff memory:c0000000-cfffffff ioport:3000(size=64) memory:c0000-dffff
        *-generic:0
             description: Signal processing controller
             product: Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
             vendor: Intel Corporation
             physical id: 4
             bus info: pci@0000:00:04.0
             version: 0c
             width: 64 bits
             clock: 33MHz
             capabilities: msi pm cap_list
             configuration: driver=proc_thermal latency=0
             resources: irq:16 memory:ea230000-ea237fff
        *-generic:1 UNCLAIMED
             description: System peripheral
             product: Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
             vendor: Intel Corporation
             physical id: 8
             bus info: pci@0000:00:08.0
             version: 00
             width: 64 bits
             clock: 33MHz
             capabilities: msi pm cap_list
             configuration: latency=0
             resources: memory:ea242000-ea242fff
        *-generic:2
             description: Signal processing controller
             product: Comet Lake Thermal Subsytem
             vendor: Intel Corporation
             physical id: 12
             bus info: pci@0000:00:12.0
             version: 00
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi cap_list
             configuration: driver=intel_pch_thermal latency=0
             resources: irq:16 memory:ea243000-ea243fff
        *-usb
             description: USB controller
             product: Comet Lake PCH-LP USB 3.1 xHCI Host Controller
             vendor: Intel Corporation
             physical id: 14
             bus info: pci@0000:00:14.0
             version: 00
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi xhci bus_master cap_list
             configuration: driver=xhci_hcd latency=0
             resources: irq:137 memory:ea220000-ea22ffff
           *-usbhost:0
                product: xHCI Host Controller
                vendor: Linux 5.10.42-1-MANJARO xhci-hcd
                physical id: 0
                bus info: usb@1
                logical name: usb1
                version: 5.10
                capabilities: usb-2.00
                configuration: driver=hub slots=12 speed=480Mbit/s
              *-usb:0
                   description: Video
                   product: Integrated Camera
                   vendor: Azurewave
                   physical id: 8
                   bus info: usb@1:8
                   version: 60.04
                   serial: 0000
                   capabilities: usb-2.01
                   configuration: driver=uvcvideo maxpower=500mA speed=480Mbit/s
              *-usb:1 UNCLAIMED
                   description: Generic USB device
                   product: Prometheus MIS Touch Fingerprint Reader
                   vendor: Synaptics, Inc.
                   physical id: 9
                   bus info: usb@1:9
                   version: 0.00
                   serial: 3dbf48c08b66
                   capabilities: usb-2.00
                   configuration: maxpower=100mA speed=12Mbit/s
              *-usb:2
                   description: Bluetooth wireless interface
                   vendor: Intel Corp.
                   physical id: a
                   bus info: usb@1:a
                   version: 0.02
                   capabilities: bluetooth usb-2.01
                   configuration: driver=btusb maxpower=100mA speed=12Mbit/s
           *-usbhost:1
                product: xHCI Host Controller
                vendor: Linux 5.10.42-1-MANJARO xhci-hcd
                physical id: 1
                bus info: usb@2
                logical name: usb2
                version: 5.10
                capabilities: usb-3.10
                configuration: driver=hub slots=6 speed=10000Mbit/s
              *-usb
                   description: Mass storage device
                   product: SanDisk 3.2Gen1
                   vendor: USB
                   physical id: 4
                   bus info: usb@2:4
                   logical name: scsi0
                   version: 1.00
                   serial: 04018457fc2bf7c793ebbaaf8ca10fe676b98795e5c7b990a5e7f6fe868188e1179f000000000000
                   capabilities: usb-3.20 scsi emulated scsi-host
                   configuration: driver=usb-storage maxpower=896mA speed=5000Mbit/s
                 *-disk
                      description: SCSI Disk
                      product: SanDisk 3.2Gen1
                      vendor: USB
                      physical id: 0.0.0
                      bus info: scsi@0:0.0.0
                      logical name: /dev/sda
                      logical name: /run/miso/bootmnt
                      version: 1.00
                      serial: 04018457fc2bf7c793eb
                      size: 28GiB (30GB)
                      capabilities: removable
                      configuration: ansiversion=6 logicalsectorsize=512 mount.fstype=iso9660 mount.options=ro,relatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=default sectorsize=512 state=mounted
                    *-medium
                         physical id: 0
                         logical name: /dev/sda
                         logical name: /run/miso/bootmnt
                         size: 28GiB (30GB)
                         capabilities: partitioned partitioned:dos
                         configuration: mount.fstype=iso9660 mount.options=ro,relatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=default state=mounted
                       *-volume:0
                            description: Empty partition
                            physical id: 1
                            logical name: /dev/sda1
                            capacity: 2766MiB
                            capabilities: primary bootable nofs
                       *-volume:1
                            description: Windows FAT volume
                            vendor: mkfs.fat
                            physical id: 2
                            logical name: /dev/sda2
                            version: FAT12
                            serial: 3491-2d7b
                            size: 15EiB
                            capabilities: primary boot fat initialized
                            configuration: FATs=2 filesystem=fat label=MISO_EFI
        *-memory UNCLAIMED
             description: RAM memory
             product: Comet Lake PCH-LP Shared SRAM
             vendor: Intel Corporation
             physical id: 14.2
             bus info: pci@0000:00:14.2
             version: 00
             width: 64 bits
             clock: 33MHz (30.3ns)
             capabilities: pm cap_list
             configuration: latency=0
             resources: memory:ea240000-ea241fff memory:ea244000-ea244fff
        *-network:0
             description: Wireless interface
             product: Comet Lake PCH-LP CNVi WiFi
             vendor: Intel Corporation
             physical id: 14.3
             bus info: pci@0000:00:14.3
             logical name: wlp0s20f3
             version: 00
             serial: 84:1b:77:d7:a0:1e
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
             configuration: broadcast=yes driver=iwlwifi driverversion=5.10.42-1-MANJARO firmware=59.601f3a66.0 QuZ-a0-hr-b0-59.u ip=192.168.254.11 latency=0 link=yes multicast=yes wireless=IEEE 802.11
             resources: irq:16 memory:ea238000-ea23bfff
        *-serial:0
             description: Serial bus controller
             product: Serial IO I2C Host Controller
             vendor: Intel Corporation
             physical id: 15
             bus info: pci@0000:00:15.0
             version: 00
             width: 64 bits
             clock: 33MHz
             capabilities: pm bus_master cap_list
             configuration: driver=intel-lpss latency=0
             resources: irq:16 memory:ea245000-ea245fff
        *-serial:1
             description: Serial bus controller
             product: Comet Lake Serial IO I2C Host Controller
             vendor: Intel Corporation
             physical id: 15.1
             bus info: pci@0000:00:15.1
             version: 00
             width: 64 bits
             clock: 33MHz
             capabilities: pm bus_master cap_list
             configuration: driver=intel-lpss latency=0
             resources: irq:17 memory:ea246000-ea246fff
        *-communication:0
             description: Communication controller
             product: Comet Lake Management Engine Interface
             vendor: Intel Corporation
             physical id: 16
             bus info: pci@0000:00:16.0
             version: 00
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi bus_master cap_list
             configuration: driver=mei_me latency=0
             resources: irq:157 memory:ea247000-ea247fff
        *-communication:1
             description: Serial controller
             product: Intel Corporation
             vendor: Intel Corporation
             physical id: 16.3
             bus info: pci@0000:00:16.3
             version: 00
             width: 32 bits
             clock: 66MHz
             capabilities: msi pm 16550 cap_list
             configuration: driver=serial latency=0
             resources: irq:19 ioport:3060(size=8) memory:ea24a000-ea24afff
        *-pci:0
             description: PCI bridge
             product: Intel Corporation
             vendor: Intel Corporation
             physical id: 1d
             bus info: pci@0000:00:1d.0
             version: f0
             width: 32 bits
             clock: 33MHz
             capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:122 memory:ea100000-ea1fffff
           *-nvme
                description: NVMe device
                product: SKHynix_HFS001TDE9X081N
                vendor: SK hynix
                physical id: 0
                bus info: pci@0000:03:00.0
                logical name: /dev/nvme0
                version: 41710C20
                serial: AS11N513610601C4Z
                width: 64 bits
                clock: 33MHz
                capabilities: nvme pm msi msix pciexpress nvm_express bus_master cap_list
                configuration: driver=nvme latency=0 nqn=nqn.2021-01.com.skhynix:nvme:nvm-subsystem-sn-AS11N513610601C4Z state=live
                resources: irq:16 memory:ea100000-ea103fff memory:ea105000-ea105fff memory:ea104000-ea104fff
              *-namespace
                   description: NVMe disk
                   physical id: 1
                   bus info: nvme@0:1
                   logical name: /dev/nvme0n1
                   size: 953GiB (1024GB)
                   capabilities: gpt-1.00 partitioned partitioned:gpt
                   configuration: guid=647d6d9a-2697-445d-91c6-4ab86c91db62 logicalsectorsize=512 sectorsize=512 wwid=eui.ace42e0015044c1f2ee4ac0000000001
                 *-volume:0
                      description: Windows FAT volume
                      vendor: MSDOS5.0
                      physical id: 1
                      bus info: nvme@0:1,1
                      logical name: /dev/nvme0n1p1
                      version: FAT32
                      serial: 6ceb-f417
                      size: 95MiB
                      capacity: 201MiB
                      capabilities: boot fat initialized
                      configuration: FATs=2 filesystem=fat name=EFI system partition
                 *-volume:1
                      description: reserved partition
                      vendor: Windows
                      physical id: 2
                      bus info: nvme@0:1,2
                      logical name: /dev/nvme0n1p2
                      serial: 96e7d927-b18f-4134-bf9a-93f558f2bb43
                      capacity: 15MiB
                      capabilities: nofs
                      configuration: name=Microsoft reserved partition
                 *-volume:2
                      description: Windows NTFS volume
                      vendor: Windows
                      physical id: 3
                      bus info: nvme@0:1,3
                      logical name: /dev/nvme0n1p3
                      version: 3.1
                      serial: 0251ec09-1653-8541-9c6d-e740e7c18eca
                      size: 199GiB
                      capacity: 199GiB
                      capabilities: ntfs initialized
                      configuration: clustersize=4096 created=2021-05-30 02:06:50 filesystem=ntfs name=Basic data partition state=clean
                 *-volume:3
                      description: Windows NTFS volume
                      vendor: Windows
                      physical id: 4
                      bus info: nvme@0:1,4
                      logical name: /dev/nvme0n1p4
                      version: 3.1
                      serial: 343c-223d
                      size: 482MiB
                      capacity: 509MiB
                      capabilities: boot ntfs initialized
                      configuration: clustersize=4096 created=2021-05-30 01:11:23 filesystem=ntfs state=clean
                 *-volume:4
                      description: EFI partition
                      physical id: 5
                      bus info: nvme@0:1,5
                      logical name: /dev/nvme0n1p5
                      serial: 2b326fd4-519c-40f2-8f2a-e788065cdccb
                      capacity: 5999MiB
                      configuration: name=isos
                 *-volume:5
                      description: swap partition
                      vendor: Linux
                      physical id: 6
                      bus info: nvme@0:1,6
                      logical name: /dev/nvme0n1p6
                      serial: 030b30e4-2cfa-4794-a3d3-b052ef55c54e
                      capacity: 32GiB
                      capabilities: nofs
                      configuration: name=swap
                 *-volume:6
                      description: EFI partition
                      physical id: 7
                      bus info: nvme@0:1,7
                      logical name: /dev/nvme0n1p7
                      logical name: /mnt
                      serial: 70a3a50e-ce8e-4f62-a82f-d9e3a24cb56f
                      capacity: 665GiB
                      configuration: mount.fstype=btrfs mount.options=rw,relatime,ssd,space_cache,subvolid=5,subvol=/ name=cryptroot state=mounted
                 *-volume:7
                      description: EFI partition
                      physical id: 8
                      bus info: nvme@0:1,8
                      logical name: /dev/nvme0n1p8
                      serial: bd01a166-30af-492f-b3a8-a3a5d9fbfe72
                      capacity: 48GiB
        *-pci:1
             description: PCI bridge
             product: Intel Corporation
             vendor: Intel Corporation
             physical id: 1d.4
             bus info: pci@0000:00:1d.4
             version: f0
             width: 32 bits
             clock: 33MHz
             capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:123 ioport:4000(size=12288) memory:d0000000-e81fffff ioport:80000000(size=1073741824)
           *-pci
                description: PCI bridge
                product: JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016]
                vendor: Intel Corporation
                physical id: 0
                bus info: pci@0000:05:00.0
                version: 02
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                configuration: driver=pcieport
                resources: irq:16 ioport:4000(size=8192) memory:d0000000-e81fffff ioport:80000000(size=1073741824)
              *-pci:0
                   description: PCI bridge
                   product: JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016]
                   vendor: Intel Corporation
                   physical id: 0
                   bus info: pci@0000:06:00.0
                   version: 02
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:124 memory:e8100000-e81fffff
                 *-generic
                      description: System peripheral
                      product: JHL6540 Thunderbolt 3 NHI (C step) [Alpine Ridge 4C 2016]
                      vendor: Intel Corporation
                      physical id: 0
                      bus info: pci@0000:07:00.0
                      version: 02
                      width: 32 bits
                      clock: 33MHz
                      capabilities: pm msi pciexpress msix bus_master cap_list
                      configuration: driver=thunderbolt latency=0
                      resources: irq:16 memory:e8100000-e813ffff memory:e8140000-e8140fff
              *-pci:1
                   description: PCI bridge
                   product: JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016]
                   vendor: Intel Corporation
                   physical id: 1
                   bus info: pci@0000:06:01.0
                   version: 02
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:125 ioport:4000(size=4096) memory:dc100000-e80fffff ioport:a0000000(size=536870912)
              *-pci:2
                   description: PCI bridge
                   product: JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016]
                   vendor: Intel Corporation
                   physical id: 2
                   bus info: pci@0000:06:02.0
                   version: 02
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:126 memory:dc000000-dc0fffff
                 *-usb
                      description: USB controller
                      product: JHL6540 Thunderbolt 3 USB Controller (C step) [Alpine Ridge 4C 2016]
                      vendor: Intel Corporation
                      physical id: 0
                      bus info: pci@0000:2d:00.0
                      version: 02
                      width: 32 bits
                      clock: 33MHz
                      capabilities: pm msi pciexpress xhci bus_master cap_list
                      configuration: driver=xhci_hcd latency=0
                      resources: irq:138 memory:dc000000-dc00ffff
                    *-usbhost:0
                         product: xHCI Host Controller
                         vendor: Linux 5.10.42-1-MANJARO xhci-hcd
                         physical id: 0
                         bus info: usb@3
                         logical name: usb3
                         version: 5.10
                         capabilities: usb-2.00
                         configuration: driver=hub slots=2 speed=480Mbit/s
                    *-usbhost:1
                         product: xHCI Host Controller
                         vendor: Linux 5.10.42-1-MANJARO xhci-hcd
                         physical id: 1
                         bus info: usb@4
                         logical name: usb4
                         version: 5.10
                         capabilities: usb-3.10
                         configuration: driver=hub slots=2 speed=10000Mbit/s
              *-pci:3
                   description: PCI bridge
                   product: JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016]
                   vendor: Intel Corporation
                   physical id: 4
                   bus info: pci@0000:06:04.0
                   version: 02
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:127 ioport:5000(size=4096) memory:d0000000-dbffffff ioport:80000000(size=536870912)
        *-isa
             description: ISA bridge
             product: Comet Lake PCH-LP LPC Premium Controller/eSPI Controller
             vendor: Intel Corporation
             physical id: 1f
             bus info: pci@0000:00:1f.0
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: isa bus_master
             configuration: latency=0
        *-multimedia
             description: Audio device
             product: Comet Lake PCH-LP cAVS
             vendor: Intel Corporation
             physical id: 1f.3
             bus info: pci@0000:00:1f.3
             version: 00
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi bus_master cap_list
             configuration: driver=sof-audio-pci latency=64
             resources: irq:169 memory:ea23c000-ea23ffff memory:ea000000-ea0fffff
        *-serial:2
             description: SMBus
             product: Comet Lake PCH-LP SMBus Host Controller
             vendor: Intel Corporation
             physical id: 1f.4
             bus info: pci@0000:00:1f.4
             version: 00
             width: 64 bits
             clock: 33MHz
             configuration: driver=i801_smbus latency=0
             resources: irq:16 memory:ea248000-ea2480ff ioport:efa0(size=32)
        *-serial:3 UNCLAIMED
             description: Serial bus controller
             product: Comet Lake SPI (flash) Controller
             vendor: Intel Corporation
             physical id: 1f.5
             bus info: pci@0000:00:1f.5
             version: 00
             width: 32 bits
             clock: 33MHz
             configuration: latency=0
             resources: memory:fe010000-fe010fff
        *-network:1
             description: Ethernet interface
             product: Ethernet Connection (10) I219-LM
             vendor: Intel Corporation
             physical id: 1f.6
             bus info: pci@0000:00:1f.6
             logical name: enp0s31f6
             version: 00
             serial: 8c:8c:aa:86:b7:68
             capacity: 1Gbit/s
             width: 32 bits
             clock: 33MHz
             capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
             configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=5.10.42-1-MANJARO firmware=0.6-4 latency=0 link=no multicast=yes port=twisted pair
             resources: irq:155 memory:ea200000-ea21ffff
     *-pnp00:00
          product: Motherboard registers
          physical id: 0
          capabilities: pnp
          configuration: driver=system
     *-pnp00:01
          product: Motherboard registers
          physical id: 1
          capabilities: pnp
          configuration: driver=system
     *-pnp00:02
          product: Motherboard registers
          physical id: 3
          capabilities: pnp
          configuration: driver=system
     *-pnp00:03
          product: AT Real-Time Clock
          physical id: 4
          capabilities: pnp
          configuration: driver=rtc_cmos
     *-pnp00:04
          product: PnP device INT3f0d
          vendor: Interphase Corporation
          physical id: 5
          capabilities: pnp
          configuration: driver=system
     *-pnp00:05
          product: PnP device LEN0071
          vendor: Lenovo Group Limited
          physical id: 6
          capabilities: pnp
          configuration: driver=i8042 kbd
     *-pnp00:06
          product: PnP device LEN0300
          vendor: Lenovo Group Limited
          physical id: 7
          capabilities: pnp
          configuration: driver=i8042 aux
     *-pnp00:07
          product: Motherboard registers
          physical id: 8
          capabilities: pnp
          configuration: driver=system
     *-pnp00:08
          product: Motherboard registers
          physical id: 9
          capabilities: pnp
          configuration: driver=system
     *-pnp00:09
          product: Motherboard registers
          physical id: a
          capabilities: pnp
          configuration: driver=system
     *-pnp00:0a
          product: System Board
          physical id: b
          capabilities: pnp
          configuration: driver=system
  *-battery
       product: 5B10W13931
       vendor: SMP
       physical id: 1
       slot: Front
       capacity: 51010mWh
       configuration: voltage=15.4V

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: abysmal performance on newly created filesystem on nvme device
  2021-08-01 20:15 abysmal performance on newly created filesystem on nvme device Caleb Cushing
@ 2021-08-01 23:56 ` Qu Wenruo
  0 siblings, 0 replies; 2+ messages in thread
From: Qu Wenruo @ 2021-08-01 23:56 UTC (permalink / raw)
  To: Caleb Cushing, linux-btrfs



On 2021/8/2 上午4:15, Caleb Cushing wrote:
> ok, to start, I'm running this all from a livecd, so nothing else is
> doing any IO, I haven't tuned the ISO in any way, the only change I've
> made in the live environment is installing fio (and I guess enabling
> zram, but eh).
>
> [manjaro-gnome /]#   uname -a
>    btrfs --version
>    btrfs fi show
> Linux manjaro-gnome 5.10.42-1-MANJARO #1 SMP PREEMPT Thu Jun 3
> 14:37:11 UTC 2021 x86_64 GNU/Linux
> btrfs-progs v5.12.1
> Label: 'home'  uuid: 75dc7a2c-9268-4bf6-b95b-e77eab133f57
>      Total devices 1 FS bytes used 4.40GiB
>      devid    1 size 8.00GiB used 5.14GiB path /dev/zram1
>
> Label: 'old'  uuid: fc61784a-a27f-4a1d-92e0-63d8a7e3f060
>      Total devices 1 FS bytes used 2.17GiB
>      devid    1 size 32.23GiB used 4.26GiB path /dev/nvme0n1p6
>
> Label: 'cryptoroot'  uuid: 6e1b865c-36cf-48fa-8e1d-d475f4aebc6b
>      Total devices 1 FS bytes used 2.13GiB
>      devid    1 size 665.36GiB used 7.02GiB path /dev/nvme0n1p7
>
>
> [manjaro-gnome /]#   btrfs fi df /mnt/
> Data, single: total=4.00GiB, used=2.07GiB
> System, single: total=4.00MiB, used=16.00KiB
> Metadata, single: total=264.00MiB, used=99.09MiB
> GlobalReserve, single: total=45.91MiB, used=0.00B
>
> [manjaro-gnome /]# lsblk -o name,partlabel,label,size,fstype,uuid
> NAME        PARTLABEL                    LABEL                SIZE FSTYPE  UUID
> loop0                                                        76.4M squashf
> loop1                                                       388.6M squashf
> loop2                                                         1.5G squashf
> loop3                                                       731.7M squashf
> sda                                      MANJARO_GNOME_2107  28.7G
> iso9660 2021-06-14-15-49-54-00
> ├─sda1                                   MANJARO_GNOME_2107   2.7G
> iso9660 2021-06-14-15-49-54-00
> └─sda2                                   MISO_EFI               4M
> vfat    3491-2D7B
> zram0                                                           1G
> zram1                                                           8G
> nvme0n1                                                     953.9G
> ├─nvme0n1p8                                                  48.8G
> ├─nvme0n1p1 EFI system partition                              202M
> vfat    6CEB-F417
> ├─nvme0n1p2 Microsoft reserved partition                       16M
> ├─nvme0n1p3 Basic data partition                            199.9G
> ntfs    8016FB6116FB569E
> ├─nvme0n1p4                                                 509.9M
> ntfs    CA343C30343C223D
> ├─nvme0n1p5 isos                                              5.9G
> f2fs    beb0bd83-51f5-4701-ba96-a824ecc512ee
> ├─nvme0n1p6 swap                         old                 32.2G
> btrfs   fc61784a-a27f-4a1d-92e0-63d8a7e3f060
> └─nvme0n1p7 cryptroot                    cryptoroot         665.4G
> btrfs   6e1b865c-36cf-48fa-8e1d-d475f4aebc6b
>
>
> I've been running this command against mount options, I can give the
> full details, but here's a summary
>
> fio --name=random-write-2 --ioengine=posixaio --rw=randwrite --bs=4k
> --numjobs=1 --size=2g --iodepth=1 --runtime=60 --time_based
> --end_fsync=1 --directory=/mnt/

Btrfs itself is not good at handling small writes, as it will generate
too many metadata updates due to the on-disk data structure.

Another point to note is the end_fsync. Btrfs handles fsync using its
log tree, which still generates quite some metadata updates.


Nodatacow can sometimes reduce the metadata updates, but for this random
writes scenario, it's not that helpful, as we still need to generate new
file extent items and extent items.

>
> for comparison this is a test of the f2fs partition with compression
> turned on, I've seen it hit 300MiBs
>
> F2FS
> Run status group 0 (all jobs):
>    WRITE: bw=275MiB/s (288MB/s), 275MiB/s-275MiB/s (288MB/s-288MB/s),
> io=16.1GiB (17.3GB), run=60101-60101msec
>
> I did a few of these, this was the best
>
>    WRITE: bw=300MiB/s (315MB/s), 300MiB/s-300MiB/s (315MB/s-315MB/s),
> io=17.6GiB (18.9GB), run=60102-60102msec
>
>
> BTRFS with default mount options
>    WRITE: bw=44.2MiB/s (46.3MB/s), 44.2MiB/s-44.2MiB/s
> (46.3MB/s-46.3MB/s), io=645MiB (676MB), run=14604-14604msec
>
> BTRFS with nossd,space_cache=v2
>    WRITE: bw=72.1MiB/s (75.6MB/s), 72.1MiB/s-72.1MiB/s
> (75.6MB/s-75.6MB/s), io=4369MiB (4581MB), run=60623-60623msec
>
> BTRFS with nossd
>    WRITE: bw=40.5MiB/s (42.4MB/s), 40.5MiB/s-40.5MiB/s
> (42.4MB/s-42.4MB/s), io=2456MiB (2575MB), run=60708-60708msec
>
> BTRFS with nodatacow
>    WRITE: bw=41.0MiB/s (43.0MB/s), 41.0MiB/s-41.0MiB/s
> (43.0MB/s-43.0MB/s), io=2496MiB (2617MB), run=60882-60882msec
>
> so here's the really weird thing, the big btrfs partition is getting
> more than twice the speed but still only like 1/2 - 2/3 of the speed
> of f2fs

One reason the smaller fs is slower may be caused by the metadata usage.

As mentioned, btrfs requires metadata COW, and considering how larger
btrfs metadata is compared to other fs, this means btrfs needs quite a
lot more metadata space.

For smaller fs, the metadata usage can expose an obvious pressure to the
extent allocator, causing us to flush more, and slowing down the filesystem.

For larger fs, btrfs can do more over-commit using the unallocated
space, while less slow down due to metadata space pressure.

Thanks,
Qu

>
>    WRITE: bw=168MiB/s (176MB/s), 168MiB/s-168MiB/s (176MB/s-176MB/s),
> io=10.1GiB (10.9GB), run=61680-61680msec
>
> I can give more runs after I install on the unformatted 50G space,
> here's a test against that space
>
> RAW
>   fio --name=random-write-2 --ioengine=libaio --rw=randwrite --bs=4k
> --numjobs=1 --size=2g --iodepth=1 --runtime=60 --time_based
> --end_fsync=1 --direct=1 --filename=/dev/nvme0n1p8
>    WRITE: bw=257MiB/s (269MB/s), 257MiB/s-257MiB/s (269MB/s-269MB/s),
> io=15.0GiB (16.2GB), run=60001-60001msec
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-01 23:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-01 20:15 abysmal performance on newly created filesystem on nvme device Caleb Cushing
2021-08-01 23:56 ` Qu Wenruo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.