You are not logged in.

#1 2021-09-04 23:44:32

htedrom
Member
Registered: 2012-04-21
Posts: 38

[SOLVED] CPU "BUG: soft lockup" soon after boot on XPS13

Hi all,

Dell XPS13 9310 laptop on Arch here, frequently but unpredictably my CPUs hang a minute or so after booting up the laptop from power off state. On boots when this happens all CPUs eventually lock up and necessitate a hard reset. If this does not occur soon after a boot, it does not happen at all and I can use the laptop without issue. I haven't found any success googling with the same error (watchdog: BUG: soft lockup - CPU## stuck for ##s! [swapper/2:0]) with reference to  irq_exit_rcu.

Any ideas? Thank you

Here is the error:

Sep 04 08:09:21 amaryllis kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [swapper/2:0]
Sep 04 08:09:21 amaryllis kernel: Modules linked in: ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobu>
Sep 04 08:09:21 amaryllis kernel:  snd_sof_pci snd_sof_xtensa_dsp irqbypass crct10dif_pclmul crc32_pclmul snd_sof snd_soc_hdac_hda snd_hda_ext_core ghash_clmulni_intel aesni_intel >
Sep 04 08:09:21 amaryllis kernel:  int340x_thermal_zone mac_hid intel_hid sparse_keymap int3400_thermal acpi_thermal_rel acpi_pad acpi_tad pkcs8_key_parser i2c_dev crypto_user fuse>
Sep 04 08:09:21 amaryllis kernel: CPU: 2 PID: 0 Comm: swapper/2 Tainted: P     U     OE     5.13.13-arch1-1 #1
Sep 04 08:09:21 amaryllis kernel: Hardware name: Dell Inc. XPS 13 9310/0MRT12, BIOS 2.2.0 04/06/2021
Sep 04 08:09:21 amaryllis kernel: RIP: 0010:__do_softirq+0x79/0x2c1
Sep 04 08:09:21 amaryllis kernel: Code: 81 67 2c ff f7 ff ff be 00 01 00 00 e8 10 11 2d ff c7 44 24 10 0a 00 00 00 65 66 c7 05 8e c3 62 5a 00 00 fb 66 0f 1f 44 00 00 <b8> ff ff ff >
Sep 04 08:09:21 amaryllis kernel: RSP: 0018:ffffb06280210fa0 EFLAGS: 00000246
Sep 04 08:09:21 amaryllis kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 000000000000001f
Sep 04 08:09:21 amaryllis kernel: RDX: 000000000000004d RSI: 000000002abc2bc2 RDI: fffffffdcdc3e5ba
Sep 04 08:09:21 amaryllis kernel: RBP: ffffb06280167df8 R08: 00000007ab2e7861 R09: ffffb06280210ef4
Sep 04 08:09:21 amaryllis kernel: R10: 0000000000000040 R11: 0000000000000000 R12: 0000000000000024
Sep 04 08:09:21 amaryllis kernel: R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000040
Sep 04 08:09:21 amaryllis kernel: FS:  0000000000000000(0000) GS:ffff970eef680000(0000) knlGS:0000000000000000
Sep 04 08:09:21 amaryllis kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 04 08:09:21 amaryllis kernel: CR2: 000017dc096b2000 CR3: 000000034de10003 CR4: 0000000000770ee0
Sep 04 08:09:21 amaryllis kernel: PKRU: 55555554
Sep 04 08:09:21 amaryllis kernel: Call Trace:
Sep 04 08:09:21 amaryllis kernel:  <IRQ>
Sep 04 08:09:21 amaryllis kernel:  irq_exit_rcu+0xab/0xd0
Sep 04 08:09:21 amaryllis kernel:  common_interrupt+0x83/0xa0
Sep 04 08:09:21 amaryllis kernel:  </IRQ>
Sep 04 08:09:21 amaryllis kernel:  asm_common_interrupt+0x1e/0x40
Sep 04 08:09:21 amaryllis kernel: RIP: 0010:cpuidle_enter_state+0xc7/0x380
Sep 04 08:09:21 amaryllis kernel: Code: 8b 3d c5 0b bf 5a e8 f8 03 8b ff 49 89 c5 0f 1f 44 00 00 31 ff e8 09 11 8b ff 45 84 ff 0f 85 da 01 00 00 fb 66 0f 1f 44 00 00 <45> 85 f6 0f >
Sep 04 08:09:21 amaryllis kernel: RSP: 0018:ffffb06280167ea8 EFLAGS: 00000246
Sep 04 08:09:21 amaryllis kernel: RAX: ffff970eef6acc40 RBX: 0000000000000003 RCX: 000000000000001f
Sep 04 08:09:21 amaryllis kernel: RDX: 0000000000000000 RSI: 000000002abc2bc2 RDI: 0000000000000000
Sep 04 08:09:21 amaryllis kernel: RBP: ffff970eef6b7a48 R08: 00000007ab132f7c R09: 0000000000000007
Sep 04 08:09:21 amaryllis kernel: R10: 0000000000000344 R11: 0000000000001837 R12: ffffffffa6747180
Sep 04 08:09:21 amaryllis kernel: R13: 00000007ab132f7c R14: 0000000000000003 R15: 0000000000000000
Sep 04 08:09:21 amaryllis kernel:  ? cpuidle_enter_state+0xb7/0x380
Sep 04 08:09:21 amaryllis kernel:  cpuidle_enter+0x29/0x40
Sep 04 08:09:21 amaryllis kernel:  do_idle+0x1e1/0x270
Sep 04 08:09:21 amaryllis kernel:  cpu_startup_entry+0x19/0x20
Sep 04 08:09:21 amaryllis kernel:  secondary_startup_64_no_verify+0xc2/0xcb

And here is the full kernel boot log: journalctl -kb-1

Sep 04 08:09:25 amaryllis kernel: microcode: microcode updated early to revision 0x88, date = 2021-03-31
Sep 04 08:09:25 amaryllis kernel: Linux version 5.13.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000
Sep 04 08:09:25 amaryllis kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e6936e83-0f0a-4ea9-b1a6-d165ac45ad8c rw i915.enable_psr=0 loglevel=3 quiet
Sep 04 08:09:25 amaryllis kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Sep 04 08:09:25 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 04 08:09:25 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 04 08:09:25 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 04 08:09:25 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Sep 04 08:09:25 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Sep 04 08:09:25 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Sep 04 08:09:25 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 04 08:09:25 amaryllis kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 04 08:09:25 amaryllis kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Sep 04 08:09:25 amaryllis kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Sep 04 08:09:25 amaryllis kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Sep 04 08:09:25 amaryllis kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Sep 04 08:09:25 amaryllis kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
Sep 04 08:09:25 amaryllis kernel: BIOS-provided physical RAM map:
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x0000000000100000-0x000000005e72afff] usable
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x000000005e72b000-0x000000005e84dfff] type 20
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x000000005e84e000-0x0000000062510fff] reserved
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x0000000062511000-0x0000000062d71fff] ACPI NVS
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x0000000062d72000-0x0000000062ffefff] ACPI data
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x0000000062fff000-0x0000000062ffffff] usable
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x0000000063000000-0x0000000066ffffff] reserved
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x0000000067600000-0x00000000677fffff] reserved
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x0000000068000000-0x00000000707fffff] reserved
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 04 08:09:25 amaryllis kernel: BIOS-e820: [mem 0x0000000100000000-0x000000088f7fffff] usable
Sep 04 08:09:25 amaryllis kernel: NX (Execute Disable) protection: active
Sep 04 08:09:25 amaryllis kernel: efi: EFI v2.70 by Dell
Sep 04 08:09:25 amaryllis kernel: efi: ACPI=0x62ffe000 ACPI 2.0=0x62ffe014 SMBIOS=0x5edd7000 TPMFinalLog=0x62cd8000 ESRT=0x5ecc8b98 MEMATTR=0x5a6bb018 
Sep 04 08:09:25 amaryllis kernel: SMBIOS 3.2 present.
Sep 04 08:09:25 amaryllis kernel: DMI: Dell Inc. XPS 13 9310/0MRT12, BIOS 2.2.0 04/06/2021
Sep 04 08:09:25 amaryllis kernel: tsc: Detected 3000.000 MHz processor
Sep 04 08:09:25 amaryllis kernel: tsc: Detected 2995.200 MHz TSC
Sep 04 08:09:25 amaryllis kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 04 08:09:25 amaryllis kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 04 08:09:25 amaryllis kernel: last_pfn = 0x88f800 max_arch_pfn = 0x400000000
Sep 04 08:09:25 amaryllis kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 04 08:09:25 amaryllis kernel: last_pfn = 0x63000 max_arch_pfn = 0x400000000
Sep 04 08:09:25 amaryllis kernel: esrt: Reserving ESRT space from 0x000000005ecc8b98 to 0x000000005ecc8c20.
Sep 04 08:09:25 amaryllis kernel: Using GB pages for direct mapping
Sep 04 08:09:25 amaryllis kernel: Secure boot could not be determined
Sep 04 08:09:25 amaryllis kernel: RAMDISK: [mem 0x33498000-0x343d3fff]
Sep 04 08:09:25 amaryllis kernel: ACPI: Early table checksum verification disabled
Sep 04 08:09:25 amaryllis kernel: ACPI: RSDP 0x0000000062FFE014 000024 (v02 DELL  )
Sep 04 08:09:25 amaryllis kernel: ACPI: XSDT 0x0000000062F78188 00010C (v01 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: FACP 0x0000000062FF5000 000114 (v06 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: DSDT 0x0000000062F97000 05A2BC (v02 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: FACS 0x0000000062D1B000 000040
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062FFA000 0024D0 (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062FF6000 0038FA (v02 DptfTb DptfTabl 00001000 INTL 20191018)
Sep 04 08:09:25 amaryllis kernel: ACPI: HPET 0x0000000062FF4000 000038 (v01 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: APIC 0x0000000062FF3000 00012C (v04 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: MCFG 0x0000000062FF2000 00003C (v01 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062F96000 000D01 (v02 DELL   DellRtd3 00001000 INTL 20191018)
Sep 04 08:09:25 amaryllis kernel: ACPI: NHLT 0x0000000062F94000 001B54 (v00 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062F91000 002CCD (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062F8F000 0012AA (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062F83000 00B192 (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062F82000 000CD2 (v02 DELL   UsbCTabl 00001000 INTL 20191018)
Sep 04 08:09:25 amaryllis kernel: ACPI: LPIT 0x0000000062F81000 0000CC (v01 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: WSMT 0x0000000062F80000 000028 (v01 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062F7F000 000B75 (v02 DELL   PtidDevc 00001000 INTL 20191018)
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062F7E000 00012A (v02 DELL   TbtTypeC 00000000 INTL 20191018)
Sep 04 08:09:25 amaryllis kernel: ACPI: DBGP 0x0000000062F7D000 000034 (v01 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: DBG2 0x0000000062F7C000 000054 (v00 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: SLIC 0x0000000062F7B000 000176 (v03 DELL   CBX3     06222004 MSFT 00010013)
Sep 04 08:09:25 amaryllis kernel: ACPI: BOOT 0x0000000062F7A000 000028 (v01 DELL   CBX3     00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062F79000 00060E (v02 DELL   Tpm2Tabl 00001000 INTL 20191018)
Sep 04 08:09:25 amaryllis kernel: ACPI: TPM2 0x0000000062FFD000 00004C (v04 DELL   Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: MSDM 0x0000000062F77000 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
Sep 04 08:09:25 amaryllis kernel: ACPI: DMAR 0x0000000062F76000 0000B8 (v02 INTEL  Dell Inc 00000002      01000013)
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062F75000 000841 (v02 DELL   xh_Dell_ 00000000 INTL 20191018)
Sep 04 08:09:25 amaryllis kernel: ACPI: SSDT 0x0000000062F74000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
...skipping...
Sep 04 08:09:31 amaryllis kernel: audit: type=1100 audit(1630768171.006:58): pid=879 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_failloc>
Sep 04 08:09:31 amaryllis kernel: audit: type=1101 audit(1630768171.006:59): pid=879 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_pe>
Sep 04 08:09:31 amaryllis kernel: audit: type=1106 audit(1630768171.653:60): pid=433 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd ac>
Sep 04 08:09:31 amaryllis kernel: audit: type=1104 audit(1630768171.653:61): pid=433 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="ligh>
Sep 04 08:09:31 amaryllis kernel: audit: type=1103 audit(1630768171.656:62): pid=879 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_p>
Sep 04 08:09:31 amaryllis kernel: audit: type=1006 audit(1630768171.656:63): pid=879 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Sep 04 08:09:31 amaryllis kernel: audit: type=1300 audit(1630768171.656:63): arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffde9e7db50 a2=4 a3=3e8 items=0 ppid=309 pid=879 au>
Sep 04 08:09:31 amaryllis kernel: audit: type=1327 audit(1630768171.656:63): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003132003139
Sep 04 08:09:31 amaryllis kernel: audit: type=1130 audit(1630768171.673:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib>
Sep 04 08:09:31 amaryllis kernel: audit: type=1101 audit(1630768171.683:65): pid=884 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_pe>
Sep 04 08:09:32 amaryllis kernel: Bluetooth: RFCOMM TTY layer initialized
Sep 04 08:09:32 amaryllis kernel: Bluetooth: RFCOMM socket layer initialized
Sep 04 08:09:32 amaryllis kernel: Bluetooth: RFCOMM ver 1.11
Sep 04 08:09:36 amaryllis kernel: kauditd_printk_skb: 15 callbacks suppressed
Sep 04 08:09:36 amaryllis kernel: audit: type=1131 audit(1630768176.909:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr>
Sep 04 08:09:38 amaryllis kernel: wlan0: authenticate with 30:b1:b5:77:24:e6
Sep 04 08:09:38 amaryllis kernel: wlan0: send auth to 30:b1:b5:77:24:e6 (try 1/3)
Sep 04 08:09:38 amaryllis kernel: wlan0: authenticated
Sep 04 08:09:38 amaryllis kernel: wlan0: associate with 30:b1:b5:77:24:e6 (try 1/3)
Sep 04 08:09:38 amaryllis kernel: wlan0: RX AssocResp from 30:b1:b5:77:24:e6 (capab=0x1131 status=0 aid=3)
Sep 04 08:09:38 amaryllis kernel: wlan0: associated
Sep 04 08:09:38 amaryllis kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 30:b1:b5:77:24:e6
Sep 04 08:09:38 amaryllis kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Sep 04 08:09:40 amaryllis kernel: audit: type=1130 audit(1630768180.523:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr>
Sep 04 08:09:41 amaryllis kernel: audit: type=1131 audit(1630768181.696:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@975 comm="systemd" exe="/usr/lib/systemd/syst>
Sep 04 08:09:41 amaryllis kernel: audit: type=1131 audit(1630768181.709:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@975 comm="systemd" exe="/usr/lib/>
Sep 04 08:09:47 amaryllis kernel: audit: type=1100 audit(1630768187.979:81): pid=1200 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faill>
Sep 04 08:09:47 amaryllis kernel: audit: type=1101 audit(1630768187.983:82): pid=1200 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ad>
Sep 04 08:09:47 amaryllis kernel: audit: type=1110 audit(1630768187.983:83): pid=1200 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acc>
Sep 04 08:09:47 amaryllis kernel: audit: type=1105 audit(1630768187.986:84): pid=1200 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct>
Sep 04 08:09:47 amaryllis kernel: audit: type=1106 audit(1630768187.993:85): pid=1200 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acc>
Sep 04 08:09:47 amaryllis kernel: audit: type=1104 audit(1630768187.993:86): pid=1200 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acc>
Sep 04 08:09:48 amaryllis kernel: audit: type=1130 audit(1630768187.999:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/system>
Sep 04 08:08:50 amaryllis kernel: audit: type=1130 audit(1630768130.080:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpdate comm="systemd" exe="/usr/lib/systemd/syste>
Sep 04 08:08:50 amaryllis kernel: audit: type=1131 audit(1630768130.080:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpdate comm="systemd" exe="/usr/lib/systemd/syste>
Sep 04 08:08:51 amaryllis kernel: audit: type=1131 audit(1630768131.554:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr>
Sep 04 08:08:51 amaryllis kernel: audit: type=1131 audit(1630768131.654:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/system>
Sep 04 08:08:54 amaryllis kernel: Bluetooth: hci0: QCA collecting dump of size:458752
Sep 04 08:08:55 amaryllis kernel: audit: type=1131 audit(1630768135.397:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/sys>
Sep 04 08:08:55 amaryllis kernel: audit: type=1334 audit(1630768135.494:93): prog-id=22 op=UNLOAD
Sep 04 08:08:55 amaryllis kernel: audit: type=1334 audit(1630768135.494:94): prog-id=21 op=UNLOAD
Sep 04 08:08:55 amaryllis kernel: audit: type=1334 audit(1630768135.494:95): prog-id=20 op=UNLOAD
Sep 04 08:09:01 amaryllis kernel: audit: type=1131 audit(1630768136.257:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/sys>
Sep 04 08:09:21 amaryllis kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [swapper/2:0]
Sep 04 08:09:21 amaryllis kernel: Modules linked in: ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobu>
Sep 04 08:09:21 amaryllis kernel:  snd_sof_pci snd_sof_xtensa_dsp irqbypass crct10dif_pclmul crc32_pclmul snd_sof snd_soc_hdac_hda snd_hda_ext_core ghash_clmulni_intel aesni_intel >
Sep 04 08:09:21 amaryllis kernel:  int340x_thermal_zone mac_hid intel_hid sparse_keymap int3400_thermal acpi_thermal_rel acpi_pad acpi_tad pkcs8_key_parser i2c_dev crypto_user fuse>
Sep 04 08:09:21 amaryllis kernel: CPU: 2 PID: 0 Comm: swapper/2 Tainted: P     U     OE     5.13.13-arch1-1 #1
Sep 04 08:09:21 amaryllis kernel: Hardware name: Dell Inc. XPS 13 9310/0MRT12, BIOS 2.2.0 04/06/2021
Sep 04 08:09:21 amaryllis kernel: RIP: 0010:__do_softirq+0x79/0x2c1
Sep 04 08:09:21 amaryllis kernel: Code: 81 67 2c ff f7 ff ff be 00 01 00 00 e8 10 11 2d ff c7 44 24 10 0a 00 00 00 65 66 c7 05 8e c3 62 5a 00 00 fb 66 0f 1f 44 00 00 <b8> ff ff ff >
Sep 04 08:09:21 amaryllis kernel: RSP: 0018:ffffb06280210fa0 EFLAGS: 00000246
Sep 04 08:09:21 amaryllis kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 000000000000001f
Sep 04 08:09:21 amaryllis kernel: RDX: 000000000000004d RSI: 000000002abc2bc2 RDI: fffffffdcdc3e5ba
Sep 04 08:09:21 amaryllis kernel: RBP: ffffb06280167df8 R08: 00000007ab2e7861 R09: ffffb06280210ef4
Sep 04 08:09:21 amaryllis kernel: R10: 0000000000000040 R11: 0000000000000000 R12: 0000000000000024
Sep 04 08:09:21 amaryllis kernel: R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000040
Sep 04 08:09:21 amaryllis kernel: FS:  0000000000000000(0000) GS:ffff970eef680000(0000) knlGS:0000000000000000
Sep 04 08:09:21 amaryllis kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 04 08:09:21 amaryllis kernel: CR2: 000017dc096b2000 CR3: 000000034de10003 CR4: 0000000000770ee0
Sep 04 08:09:21 amaryllis kernel: PKRU: 55555554
Sep 04 08:09:21 amaryllis kernel: Call Trace:
Sep 04 08:09:21 amaryllis kernel:  <IRQ>
Sep 04 08:09:21 amaryllis kernel:  irq_exit_rcu+0xab/0xd0
Sep 04 08:09:21 amaryllis kernel:  common_interrupt+0x83/0xa0
Sep 04 08:09:21 amaryllis kernel:  </IRQ>
Sep 04 08:09:21 amaryllis kernel:  asm_common_interrupt+0x1e/0x40
Sep 04 08:09:21 amaryllis kernel: RIP: 0010:cpuidle_enter_state+0xc7/0x380
Sep 04 08:09:21 amaryllis kernel: Code: 8b 3d c5 0b bf 5a e8 f8 03 8b ff 49 89 c5 0f 1f 44 00 00 31 ff e8 09 11 8b ff 45 84 ff 0f 85 da 01 00 00 fb 66 0f 1f 44 00 00 <45> 85 f6 0f >
Sep 04 08:09:21 amaryllis kernel: RSP: 0018:ffffb06280167ea8 EFLAGS: 00000246
Sep 04 08:09:21 amaryllis kernel: RAX: ffff970eef6acc40 RBX: 0000000000000003 RCX: 000000000000001f
Sep 04 08:09:21 amaryllis kernel: RDX: 0000000000000000 RSI: 000000002abc2bc2 RDI: 0000000000000000
Sep 04 08:09:21 amaryllis kernel: RBP: ffff970eef6b7a48 R08: 00000007ab132f7c R09: 0000000000000007
Sep 04 08:09:21 amaryllis kernel: R10: 0000000000000344 R11: 0000000000001837 R12: ffffffffa6747180
Sep 04 08:09:21 amaryllis kernel: R13: 00000007ab132f7c R14: 0000000000000003 R15: 0000000000000000
Sep 04 08:09:21 amaryllis kernel:  ? cpuidle_enter_state+0xb7/0x380
Sep 04 08:09:21 amaryllis kernel:  cpuidle_enter+0x29/0x40
Sep 04 08:09:21 amaryllis kernel:  do_idle+0x1e1/0x270
Sep 04 08:09:21 amaryllis kernel:  cpu_startup_entry+0x19/0x20
Sep 04 08:09:21 amaryllis kernel:  secondary_startup_64_no_verify+0xc2/0xcb
 % uname -r
5.13.13-arch1-1
% cat /proc/cpuinfo 
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 140
model name	: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz
stepping	: 1
microcode	: 0x88
cpu MHz		: 3000.000
cache size	: 12288 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 27
wp		: yes
flags		: fpu 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 lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq 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 cat_l2 invpcid_single cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves split_lock_detect dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq rdpid movdiri movdir64b fsrm avx512_vp2intersect md_clear flush_l1d arch_capabilities
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_mode_based_exec tsc_scaling
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs
bogomips	: 5992.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 39 bits physical, 48 bits virtual
power management:

...

Last edited by htedrom (2021-09-07 01:25:39)

Offline

#2 2021-09-05 00:04:25

solskog
Member
Registered: 2020-09-05
Posts: 407

Re: [SOLVED] CPU "BUG: soft lockup" soon after boot on XPS13

htedrom wrote:

Sep 04 08:09:21 amaryllis kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [swapper/2:0]

Try to change the threshold to a bigger value.

# cat /proc/sys/kernel/watchdog_thresh
10
# echo 30 > /proc/sys/kernel/watchdog_thresh

This value can be used to control the frequency of hrtimer and NMI events and the soft and hard lockup thresholds. The default threshold is 10 seconds.
The softlockup threshold is (2 * watchdog_thresh). Setting this tunable to zero will disable lockup detection altogether.

https://www.kernel.org/doc/Documentatio … kernel.txt
https://www.kernel.org/doc/html/latest/ … hdogs.html

Last edited by solskog (2021-09-05 00:24:17)

Offline

#3 2021-09-05 00:28:22

htedrom
Member
Registered: 2012-04-21
Posts: 38

Re: [SOLVED] CPU "BUG: soft lockup" soon after boot on XPS13

Thanks for the fast reply, I will try this. Is the idea here that the watchdog getting triggered is the problem that leads to the freeze, rather than the CPU lockup?

Offline

#4 2021-09-05 00:46:25

solskog
Member
Registered: 2020-09-05
Posts: 407

Re: [SOLVED] CPU "BUG: soft lockup" soon after boot on XPS13

model name    : 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz

I am not a kernel expert. The tiger-lake CUP is still very new, I think there are still some improvements needs to be done from the kernel side. Have you tried LTS-kernel?

Sep 04 08:09:21 amaryllis kernel: Hardware name: Dell Inc. XPS 13 9310/0MRT12, BIOS 2.2.0 04/06/2021

This may or may not help but there is a new bios Version 3.1.0 Release date 26 Aug 2021

Last edited by solskog (2021-09-05 01:16:35)

Offline

#5 2021-09-05 01:08:01

htedrom
Member
Registered: 2012-04-21
Posts: 38

Re: [SOLVED] CPU "BUG: soft lockup" soon after boot on XPS13

Unfortunately I think the AX500 wifi chip needs a more recent kernel...

EDIT: thanks for the heads up on the BIOS, I'll install it

Last edited by htedrom (2021-09-05 03:16:00)

Offline

#6 2021-09-05 01:20:08

solskog
Member
Registered: 2020-09-05
Posts: 407

Re: [SOLVED] CPU "BUG: soft lockup" soon after boot on XPS13

I tried same kernel 5.13.13 with another tiger-lake CPU and I don't have any issue with CPU soft-lock/hard-lock nor irq_exit_rcu interrupt. So this may not be a kernel issue after all.
Update your BIOS and boot with the newest 2021-09-01 archlinux install iso image a few times and see if you get the same issue.

Last edited by solskog (2021-09-05 01:22:26)

Offline

#7 2021-09-05 03:14:55

htedrom
Member
Registered: 2012-04-21
Posts: 38

Re: [SOLVED] CPU "BUG: soft lockup" soon after boot on XPS13

solskog wrote:

I tried same kernel 5.13.13 with another tiger-lake CPU and I don't have any issue with CPU soft-lock/hard-lock nor irq_exit_rcu interrupt. So this may not be a kernel issue after all.
Update your BIOS and boot with the newest 2021-09-01 archlinux install iso image a few times and see if you get the same issue.

Wow thanks for doing that! I will do so see if I can replicate this with install media.

Offline

#8 2021-09-07 01:25:18

htedrom
Member
Registered: 2012-04-21
Posts: 38

Re: [SOLVED] CPU "BUG: soft lockup" soon after boot on XPS13

I've updated the BIOS and the problem seems to have gone away. Thanks for the help solskog, marking this as solved.

EDIT: The problem does still occur but much less frequently; keeping this marked as solved because for now I can live with it. Posting kernel log from one such boot post-BIOS-update - appears to be the same problem.

EDIT2: The problem is back to happening on nearly every boot, making the mainline kernel unusable for me. I've switched to LTS, which does not suffer this problem, and I'll open a new post about it

-- Journal begins at Sun 2021-08-15 15:03:06 PDT, ends at Mon 2021-09-13 12:44:18 PDT. --
Sep 13 12:30:46 amaryllis kernel: microcode: microcode updated early to revision 0x88, date = 2021-03-31
Sep 13 12:30:46 amaryllis kernel: Linux version 5.13.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000
Sep 13 12:30:46 amaryllis kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e6936e83-0f0a-4ea9-b1a6-d165ac45ad8c rw i915.enable_psr=0 loglevel=3 quiet
Sep 13 12:30:46 amaryllis kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Sep 13 12:30:46 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 13 12:30:46 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 13 12:30:46 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 13 12:30:46 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Sep 13 12:30:46 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Sep 13 12:30:46 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Sep 13 12:30:46 amaryllis kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 13 12:30:46 amaryllis kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 13 12:30:46 amaryllis kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Sep 13 12:30:46 amaryllis kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Sep 13 12:30:46 amaryllis kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Sep 13 12:30:46 amaryllis kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Sep 13 12:30:46 amaryllis kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
Sep 13 12:30:46 amaryllis kernel: BIOS-provided physical RAM map:
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x0000000000100000-0x000000005e72afff] usable
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x000000005e72b000-0x000000005e84dfff] type 20
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x000000005e84e000-0x0000000062510fff] reserved
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x0000000062511000-0x0000000062d71fff] ACPI NVS
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x0000000062d72000-0x0000000062ffefff] ACPI data
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x0000000062fff000-0x0000000062ffffff] usable
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x0000000063000000-0x0000000066ffffff] reserved
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x0000000067600000-0x00000000677fffff] reserved
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x0000000068000000-0x00000000707fffff] reserved
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 13 12:30:46 amaryllis kernel: BIOS-e820: [mem 0x0000000100000000-0x000000088f7fffff] usable
Sep 13 12:30:46 amaryllis kernel: NX (Execute Disable) protection: active
Sep 13 12:30:46 amaryllis kernel: efi: EFI v2.70 by Dell
Sep 13 12:30:46 amaryllis kernel: efi: ACPI=0x62ffe000 ACPI 2.0=0x62ffe014 SMBIOS=0x5edd7000 TPMFinalLog=0x62cd8000 ESRT=0x5ecc8b98 MEMATTR=0x59d34018 
Sep 13 12:30:46 amaryllis kernel: SMBIOS 3.2 present.
Sep 13 12:30:46 amaryllis kernel: DMI: Dell Inc. XPS 13 9310/0MRT12, BIOS 3.1.0 07/22/2021
Sep 13 12:30:46 amaryllis kernel: tsc: Detected 3000.000 MHz processor
Sep 13 12:30:46 amaryllis kernel: tsc: Detected 2995.200 MHz TSC
Sep 13 12:30:46 amaryllis kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 13 12:30:46 amaryllis kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 13 12:30:46 amaryllis kernel: last_pfn = 0x88f800 max_arch_pfn = 0x400000000
Sep 13 12:30:46 amaryllis kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 13 12:30:46 amaryllis kernel: last_pfn = 0x63000 max_arch_pfn = 0x400000000
Sep 13 12:30:46 amaryllis kernel: esrt: Reserving ESRT space from 0x000000005ecc8b98 to 0x000000005ecc8c20.
Sep 13 12:30:46 amaryllis kernel: Using GB pages for direct mapping
Sep 13 12:30:46 amaryllis kernel: Secure boot could not be determined
Sep 13 12:30:46 amaryllis kernel: RAMDISK: [mem 0x33497000-0x343d2fff]
Sep 13 12:30:46 amaryllis kernel: ACPI: Early table checksum verification disabled
Sep 13 12:30:46 amaryllis kernel: ACPI: RSDP 0x0000000062FFE014 000024 (v02 DELL  )
Sep 13 12:30:46 amaryllis kernel: ACPI: XSDT 0x0000000062F76188 00010C (v01 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: FACP 0x0000000062FF5000 000114 (v06 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: DSDT 0x0000000062F95000 05C466 (v02 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: FACS 0x0000000062D1B000 000040
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062FFA000 0024D0 (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062FF6000 0038FA (v02 DptfTb DptfTabl 00001000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: HPET 0x0000000062FF4000 000038 (v01 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: APIC 0x0000000062FF3000 00012C (v04 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: MCFG 0x0000000062FF2000 00003C (v01 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062F94000 000CF9 (v02 DELL   DellRtd3 00001000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: NHLT 0x0000000062F92000 001B54 (v00 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062F8F000 002CD7 (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062F8D000 0012D2 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062F81000 00B27A (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062F80000 000CD2 (v02 DELL   UsbCTabl 00001000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: LPIT 0x0000000062F7F000 0000CC (v01 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: WSMT 0x0000000062F7E000 000028 (v01 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062F7D000 000B75 (v02 DELL   PtidDevc 00001000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062F7C000 00012A (v02 DELL   TbtTypeC 00000000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: DBGP 0x0000000062F7B000 000034 (v01 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: DBG2 0x0000000062F7A000 000054 (v00 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: SLIC 0x0000000062F79000 000176 (v03 DELL   CBX3     06222004 MSFT 00010013)
Sep 13 12:30:46 amaryllis kernel: ACPI: BOOT 0x0000000062F78000 000028 (v01 DELL   CBX3     00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062F77000 00060E (v02 DELL   Tpm2Tabl 00001000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: TPM2 0x0000000062FFD000 00004C (v04 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: MSDM 0x0000000062F75000 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
Sep 13 12:30:46 amaryllis kernel: ACPI: DMAR 0x0000000062F74000 0000B8 (v02 INTEL  Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062F73000 000841 (v02 DELL   xh_Dell_ 00000000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0x0000000062F72000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: PTDT 0x0000000062F71000 000D44 (v00 DELL   Dell Inc 00000005 MSFT 0100000D)
Sep 13 12:30:46 amaryllis kernel: ACPI: BGRT 0x0000000062F70000 000038 (v01 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: FPDT 0x0000000062F6F000 000034 (v01 DELL   Dell Inc 00000002      01000013)
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving FACP table memory at [mem 0x62ff5000-0x62ff5113]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving DSDT table memory at [mem 0x62f95000-0x62ff1465]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving FACS table memory at [mem 0x62d1b000-0x62d1b03f]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62ffa000-0x62ffc4cf]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62ff6000-0x62ff98f9]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving HPET table memory at [mem 0x62ff4000-0x62ff4037]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving APIC table memory at [mem 0x62ff3000-0x62ff312b]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving MCFG table memory at [mem 0x62ff2000-0x62ff203b]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62f94000-0x62f94cf8]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving NHLT table memory at [mem 0x62f92000-0x62f93b53]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62f8f000-0x62f91cd6]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62f8d000-0x62f8e2d1]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62f81000-0x62f8c279]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62f80000-0x62f80cd1]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving LPIT table memory at [mem 0x62f7f000-0x62f7f0cb]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving WSMT table memory at [mem 0x62f7e000-0x62f7e027]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62f7d000-0x62f7db74]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62f7c000-0x62f7c129]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving DBGP table memory at [mem 0x62f7b000-0x62f7b033]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving DBG2 table memory at [mem 0x62f7a000-0x62f7a053]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SLIC table memory at [mem 0x62f79000-0x62f79175]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving BOOT table memory at [mem 0x62f78000-0x62f78027]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62f77000-0x62f7760d]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving TPM2 table memory at [mem 0x62ffd000-0x62ffd04b]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving MSDM table memory at [mem 0x62f75000-0x62f75054]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving DMAR table memory at [mem 0x62f74000-0x62f740b7]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62f73000-0x62f73840]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving SSDT table memory at [mem 0x62f72000-0x62f72143]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving PTDT table memory at [mem 0x62f71000-0x62f71d43]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving BGRT table memory at [mem 0x62f70000-0x62f70037]
Sep 13 12:30:46 amaryllis kernel: ACPI: Reserving FPDT table memory at [mem 0x62f6f000-0x62f6f033]
Sep 13 12:30:46 amaryllis kernel: ACPI: Local APIC address 0xfee00000
Sep 13 12:30:46 amaryllis kernel: No NUMA configuration found
Sep 13 12:30:46 amaryllis kernel: Faking a node at [mem 0x0000000000000000-0x000000088f7fffff]
Sep 13 12:30:46 amaryllis kernel: NODE_DATA(0) allocated [mem 0x88f7fc000-0x88f7fffff]
Sep 13 12:30:46 amaryllis kernel: Zone ranges:
Sep 13 12:30:46 amaryllis kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 13 12:30:46 amaryllis kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 13 12:30:46 amaryllis kernel:   Normal   [mem 0x0000000100000000-0x000000088f7fffff]
Sep 13 12:30:46 amaryllis kernel:   Device   empty
Sep 13 12:30:46 amaryllis kernel: Movable zone start for each node
Sep 13 12:30:46 amaryllis kernel: Early memory node ranges
Sep 13 12:30:46 amaryllis kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 13 12:30:46 amaryllis kernel:   node   0: [mem 0x0000000000100000-0x000000005e72afff]
Sep 13 12:30:46 amaryllis kernel:   node   0: [mem 0x0000000062fff000-0x0000000062ffffff]
Sep 13 12:30:46 amaryllis kernel:   node   0: [mem 0x0000000100000000-0x000000088f7fffff]
Sep 13 12:30:46 amaryllis kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000088f7fffff]
Sep 13 12:30:46 amaryllis kernel: On node 0 totalpages: 8314570
Sep 13 12:30:46 amaryllis kernel:   DMA zone: 64 pages used for memmap
Sep 13 12:30:46 amaryllis kernel:   DMA zone: 158 pages reserved
Sep 13 12:30:46 amaryllis kernel:   DMA zone: 3998 pages, LIFO batch:0
Sep 13 12:30:46 amaryllis kernel:   DMA32 zone: 5981 pages used for memmap
Sep 13 12:30:46 amaryllis kernel:   DMA32 zone: 382764 pages, LIFO batch:63
Sep 13 12:30:46 amaryllis kernel:   Normal zone: 123872 pages used for memmap
Sep 13 12:30:46 amaryllis kernel:   Normal zone: 7927808 pages, LIFO batch:63
Sep 13 12:30:46 amaryllis kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 13 12:30:46 amaryllis kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 13 12:30:46 amaryllis kernel: On node 0, zone DMA32: 18644 pages in unavailable ranges
Sep 13 12:30:46 amaryllis kernel: On node 0, zone Normal: 20480 pages in unavailable ranges
Sep 13 12:30:46 amaryllis kernel: On node 0, zone Normal: 2048 pages in unavailable ranges
Sep 13 12:30:46 amaryllis kernel: Reserving Intel graphics memory at [mem 0x6c800000-0x707fffff]
Sep 13 12:30:46 amaryllis kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 13 12:30:46 amaryllis kernel: ACPI: Local APIC address 0xfee00000
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Sep 13 12:30:46 amaryllis kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 13 12:30:46 amaryllis kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 13 12:30:46 amaryllis kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 13 12:30:46 amaryllis kernel: ACPI: IRQ0 used by override.
Sep 13 12:30:46 amaryllis kernel: ACPI: IRQ9 used by override.
Sep 13 12:30:46 amaryllis kernel: Using ACPI (MADT) for SMP configuration information
Sep 13 12:30:46 amaryllis kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Sep 13 12:30:46 amaryllis kernel: e820: update [mem 0x59bfd000-0x59c73fff] usable ==> reserved
Sep 13 12:30:46 amaryllis kernel: TSC deadline timer available
Sep 13 12:30:46 amaryllis kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x59bfd000-0x59c73fff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x5e72b000-0x5e84dfff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x5e84e000-0x62510fff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x62511000-0x62d71fff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x62d72000-0x62ffefff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x63000000-0x66ffffff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x67000000-0x675fffff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x67600000-0x677fffff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x67800000-0x67ffffff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x68000000-0x707fffff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0x70800000-0xbfffffff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfed1ffff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff]
Sep 13 12:30:46 amaryllis kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Sep 13 12:30:46 amaryllis kernel: [mem 0x70800000-0xbfffffff] available for PCI devices
Sep 13 12:30:46 amaryllis kernel: Booting paravirtualized kernel on bare hardware
Sep 13 12:30:46 amaryllis kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 13 12:30:46 amaryllis kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Sep 13 12:30:46 amaryllis kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
Sep 13 12:30:46 amaryllis kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
Sep 13 12:30:46 amaryllis kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Sep 13 12:30:46 amaryllis kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8184495
Sep 13 12:30:46 amaryllis kernel: Policy zone: Normal
Sep 13 12:30:46 amaryllis kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e6936e83-0f0a-4ea9-b1a6-d165ac45ad8c rw i915.enable_psr=0 loglevel=3 quiet
Sep 13 12:30:46 amaryllis kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Sep 13 12:30:46 amaryllis kernel: Memory: 32435008K/33258280K available (14344K kernel code, 2050K rwdata, 9084K rodata, 1796K init, 4128K bss, 823012K reserved, 0K cma-reserved)
Sep 13 12:30:46 amaryllis kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x580 with crng_init=0
Sep 13 12:30:46 amaryllis kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Sep 13 12:30:46 amaryllis kernel: ftrace: allocating 42290 entries in 166 pages
Sep 13 12:30:46 amaryllis kernel: ftrace: allocated 166 pages with 4 groups
Sep 13 12:30:46 amaryllis kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 13 12:30:46 amaryllis kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Sep 13 12:30:46 amaryllis kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Sep 13 12:30:46 amaryllis kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 13 12:30:46 amaryllis kernel:         Trampoline variant of Tasks RCU enabled.
Sep 13 12:30:46 amaryllis kernel:         Rude variant of Tasks RCU enabled.
Sep 13 12:30:46 amaryllis kernel:         Tracing variant of Tasks RCU enabled.
Sep 13 12:30:46 amaryllis kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 13 12:30:46 amaryllis kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Sep 13 12:30:46 amaryllis kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Sep 13 12:30:46 amaryllis kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 13 12:30:46 amaryllis kernel: Console: colour dummy device 80x25
Sep 13 12:30:46 amaryllis kernel: printk: console [tty0] enabled
Sep 13 12:30:46 amaryllis kernel: ACPI: Core revision 20210331
Sep 13 12:30:46 amaryllis kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
Sep 13 12:30:46 amaryllis kernel: APIC: Switch to symmetric I/O mode setup
Sep 13 12:30:46 amaryllis kernel: DMAR: Host address width 39
Sep 13 12:30:46 amaryllis kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 13 12:30:46 amaryllis kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
Sep 13 12:30:46 amaryllis kernel: DMAR: DRHD base: 0x000000fed84000 flags: 0x0
Sep 13 12:30:46 amaryllis kernel: DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 13 12:30:46 amaryllis kernel: DMAR: DRHD base: 0x000000fed86000 flags: 0x0
Sep 13 12:30:46 amaryllis kernel: DMAR: dmar2: reg_base_addr fed86000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 13 12:30:46 amaryllis kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 13 12:30:46 amaryllis kernel: DMAR: dmar3: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 13 12:30:46 amaryllis kernel: DMAR: RMRR base: 0x0000006c000000 end: 0x000000707fffff
Sep 13 12:30:46 amaryllis kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 3
Sep 13 12:30:46 amaryllis kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 13 12:30:46 amaryllis kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 13 12:30:46 amaryllis kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 13 12:30:46 amaryllis kernel: x2apic enabled
Sep 13 12:30:46 amaryllis kernel: Switched APIC routing to cluster x2apic.
Sep 13 12:30:46 amaryllis kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 13 12:30:46 amaryllis kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
Sep 13 12:30:46 amaryllis kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5992.00 BogoMIPS (lpj=9984000)
Sep 13 12:30:46 amaryllis kernel: pid_max: default: 32768 minimum: 301
Sep 13 12:30:46 amaryllis kernel: LSM: Security Framework initializing
Sep 13 12:30:46 amaryllis kernel: landlock: Up and running.
Sep 13 12:30:46 amaryllis kernel: Yama: becoming mindful.
Sep 13 12:30:46 amaryllis kernel: LSM support for eBPF active
Sep 13 12:30:46 amaryllis kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: x86/tme: enabled by BIOS
Sep 13 12:30:46 amaryllis kernel: x86/mktme: No known encryption algorithm is supported: 0x0
Sep 13 12:30:46 amaryllis kernel: x86/mktme: disabled by BIOS
Sep 13 12:30:46 amaryllis kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 13 12:30:46 amaryllis kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 13 12:30:46 amaryllis kernel: process: using mwait in idle threads
Sep 13 12:30:46 amaryllis kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Sep 13 12:30:46 amaryllis kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Sep 13 12:30:46 amaryllis kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 13 12:30:46 amaryllis kernel: Spectre V2 : Mitigation: Enhanced IBRS
Sep 13 12:30:46 amaryllis kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 13 12:30:46 amaryllis kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 13 12:30:46 amaryllis kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Sep 13 12:30:46 amaryllis kernel: Freeing SMP alternatives memory: 36K
Sep 13 12:30:46 amaryllis kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1467
Sep 13 12:30:46 amaryllis kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (family: 0x6, model: 0x8c, stepping: 0x1)
Sep 13 12:30:46 amaryllis kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 13 12:30:46 amaryllis kernel: ... version:                5
Sep 13 12:30:46 amaryllis kernel: ... bit width:              48
Sep 13 12:30:46 amaryllis kernel: ... generic registers:      8
Sep 13 12:30:46 amaryllis kernel: ... value mask:             0000ffffffffffff
Sep 13 12:30:46 amaryllis kernel: ... max period:             00007fffffffffff
Sep 13 12:30:46 amaryllis kernel: ... fixed-purpose events:   4
Sep 13 12:30:46 amaryllis kernel: ... event mask:             0001000f000000ff
Sep 13 12:30:46 amaryllis kernel: rcu: Hierarchical SRCU implementation.
Sep 13 12:30:46 amaryllis kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 13 12:30:46 amaryllis kernel: smp: Bringing up secondary CPUs ...
Sep 13 12:30:46 amaryllis kernel: x86: Booting SMP configuration:
Sep 13 12:30:46 amaryllis kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Sep 13 12:30:46 amaryllis kernel: smp: Brought up 1 node, 8 CPUs
Sep 13 12:30:46 amaryllis kernel: smpboot: Max logical packages: 1
Sep 13 12:30:46 amaryllis kernel: smpboot: Total of 8 processors activated (47942.00 BogoMIPS)
Sep 13 12:30:46 amaryllis kernel: devtmpfs: initialized
Sep 13 12:30:46 amaryllis kernel: x86/mm: Memory block size: 128MB
Sep 13 12:30:46 amaryllis kernel: PM: Registering ACPI NVS region [mem 0x62511000-0x62d71fff] (8785920 bytes)
Sep 13 12:30:46 amaryllis kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 13 12:30:46 amaryllis kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: pinctrl core: initialized pinctrl subsystem
Sep 13 12:30:46 amaryllis kernel: PM: RTC time: 19:30:45, date: 2021-09-13
Sep 13 12:30:46 amaryllis kernel: NET: Registered protocol family 16
Sep 13 12:30:46 amaryllis kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 13 12:30:46 amaryllis kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 13 12:30:46 amaryllis kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 13 12:30:46 amaryllis kernel: audit: initializing netlink subsys (disabled)
Sep 13 12:30:46 amaryllis kernel: audit: type=2000 audit(1631561445.039:1): state=initialized audit_enabled=0 res=1
Sep 13 12:30:46 amaryllis kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 13 12:30:46 amaryllis kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 13 12:30:46 amaryllis kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 13 12:30:46 amaryllis kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 13 12:30:46 amaryllis kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 13 12:30:46 amaryllis kernel: cpuidle: using governor ladder
Sep 13 12:30:46 amaryllis kernel: cpuidle: using governor menu
Sep 13 12:30:46 amaryllis kernel: Simple Boot Flag at 0x47 set to 0x80
Sep 13 12:30:46 amaryllis kernel: ACPI: bus type PCI registered
Sep 13 12:30:46 amaryllis kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 13 12:30:46 amaryllis kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Sep 13 12:30:46 amaryllis kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
Sep 13 12:30:46 amaryllis kernel: PCI: Using configuration type 1 for base access
Sep 13 12:30:46 amaryllis kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Sep 13 12:30:46 amaryllis kernel: Kprobes globally optimized
Sep 13 12:30:46 amaryllis kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Sep 13 12:30:46 amaryllis kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Sep 13 12:30:46 amaryllis kernel: ACPI: Added _OSI(Module Device)
Sep 13 12:30:46 amaryllis kernel: ACPI: Added _OSI(Processor Device)
Sep 13 12:30:46 amaryllis kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 13 12:30:46 amaryllis kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 13 12:30:46 amaryllis kernel: ACPI: Added _OSI(Linux-Dell-Video)
Sep 13 12:30:46 amaryllis kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Sep 13 12:30:46 amaryllis kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Sep 13 12:30:46 amaryllis kernel: ACPI: 13 ACPI AML tables successfully acquired and loaded
Sep 13 12:30:46 amaryllis kernel: ACPI: Dynamic OEM Table Load:
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0xFFFF9D0E014B0C00 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Sep 13 12:30:46 amaryllis kernel: ACPI: Dynamic OEM Table Load:
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0xFFFF9D0E014FC000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: Dynamic OEM Table Load:
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0xFFFF9D0E01715000 000689 (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: Dynamic OEM Table Load:
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0xFFFF9D0E014F8400 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: Dynamic OEM Table Load:
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0xFFFF9D0E01764000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: Dynamic OEM Table Load:
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0xFFFF9D0E01717000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: Dynamic OEM Table Load:
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0xFFFF9D0E01714800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: Dynamic OEM Table Load:
Sep 13 12:30:46 amaryllis kernel: ACPI: SSDT 0xFFFF9D0E01711000 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
Sep 13 12:30:46 amaryllis kernel: ACPI: EC: EC started
Sep 13 12:30:46 amaryllis kernel: ACPI: EC: interrupt blocked
Sep 13 12:30:46 amaryllis kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
Sep 13 12:30:46 amaryllis kernel: ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions
Sep 13 12:30:46 amaryllis kernel: ACPI: Interpreter enabled
Sep 13 12:30:46 amaryllis kernel: ACPI: (supports S0 S4 S5)
Sep 13 12:30:46 amaryllis kernel: ACPI: Using IOAPIC for interrupt routing
Sep 13 12:30:46 amaryllis kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 13 12:30:46 amaryllis kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Sep 13 12:30:46 amaryllis kernel: ACPI: PM: Power Resource [WRST] (on)
Sep 13 12:30:46 amaryllis kernel: ACPI: PM: Power Resource [DRST] (on)
Sep 13 12:30:46 amaryllis kernel: ACPI: PM: Power Resource [V0PR] (on)
Sep 13 12:30:46 amaryllis kernel: ACPI: PM: Power Resource [V1PR] (on)
Sep 13 12:30:46 amaryllis kernel: ACPI: PM: Power Resource [V2PR] (on)
Sep 13 12:30:46 amaryllis kernel: ACPI: PM: Power Resource [WRST] (on)
Sep 13 12:30:46 amaryllis kernel: ACPI: PM: Power Resource [TBT0] (on)
Sep 13 12:30:46 amaryllis kernel: ACPI: PM: Power Resource [TBT1] (on)
Sep 13 12:30:46 amaryllis kernel: ACPI: PM: Power Resource [D3C] (on)
Sep 13 12:30:46 amaryllis kernel: ACPI: PM: Power Resource [PIN] (off)
Sep 13 12:30:46 amaryllis kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
Sep 13 12:30:46 amaryllis kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 13 12:30:46 amaryllis kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Sep 13 12:30:46 amaryllis kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Sep 13 12:30:46 amaryllis kernel: PCI host bridge to bus 0000:00
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:00: root bus resource [mem 0x70800000-0xbfffffff window]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: reg 0x10: [mem 0x6052000000-0x6052ffffff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:04.0: reg 0x10: [mem 0x6053180000-0x605319ffff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2: [8086:9a27] type 01 class 0x060400
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2: DPC: RP PIO log size 0 is invalid
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0a.0: reg 0x10: [mem 0x60531d0000-0x60531d7fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0a.0: enabling Extended Tags
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x60531c0000-0x60531cffff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.2: reg 0x10: [mem 0x6053140000-0x605317ffff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.2: reg 0x18: [mem 0x60531e9000-0x60531e9fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.2: supports D1 D2
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.3: [8086:9a1d] type 00 class 0x0c0340
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.3: reg 0x10: [mem 0x6053100000-0x605313ffff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.3: reg 0x18: [mem 0x60531e8000-0x60531e8fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.3: supports D1 D2
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:12.0: [8086:a0fc] type 00 class 0x070000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:12.0: reg 0x10: [mem 0x60531b0000-0x60531bffff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:12.0: PME# supported from D0 D3hot
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:14.0: reg 0x10: [mem 0x60531a0000-0x60531affff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:14.2: reg 0x10: [mem 0x60531dc000-0x60531dffff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:14.2: reg 0x18: [mem 0x60531e7000-0x60531e7fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:15.1: [8086:a0e9] type 00 class 0x0c8000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:16.0: reg 0x10: [mem 0x60531e4000-0x60531e4fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:16.0: PME# supported from D3hot
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:19.0: [8086:a0c5] type 00 class 0x0c8000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:19.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:19.1: [8086:a0c6] type 00 class 0x0c8000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:19.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1c.0: [8086:a0b8] type 01 class 0x060400
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1d.0: [8086:a0b3] type 01 class 0x060400
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1e.0: [8086:a0a8] type 00 class 0x078000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040100
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x60531d8000-0x60531dbfff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x6053000000-0x60530fffff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x60531e0000-0x60531e00ff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:01:00.0: [144d:a80a] type 00 class 0x010802
Sep 13 12:30:46 amaryllis kernel: pci 0000:01:00.0: reg 0x10: [mem 0xa2600000-0xa2603fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:06.0:   bridge window [mem 0xa2600000-0xa26fffff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0: PCI bridge to [bus 02-39]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0:   bridge window [mem 0x8c000000-0xa23fffff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x6021ffffff 64bit pref]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2: PCI bridge to [bus 3a-71]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2:   bridge window [mem 0x74000000-0x8a3fffff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2:   bridge window [mem 0x6030000000-0x6051ffffff 64bit pref]
Sep 13 12:30:46 amaryllis kernel: pci 0000:72:00.0: [17cb:1101] type 00 class 0x028000
Sep 13 12:30:46 amaryllis kernel: pci 0000:72:00.0: reg 0x10: [mem 0xa2500000-0xa25fffff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:72:00.0: PME# supported from D0 D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:72:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:1c.0 (capable of 7.876 Gb/s with 8.0 GT/s PCIe x1 link)
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1c.0: PCI bridge to [bus 72]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1c.0:   bridge window [mem 0xa2500000-0xa25fffff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:73:00.0: [10ec:5260] type 00 class 0xff0000
Sep 13 12:30:46 amaryllis kernel: pci 0000:73:00.0: reg 0x10: [mem 0xa2400000-0xa2400fff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:73:00.0: supports D1 D2
Sep 13 12:30:46 amaryllis kernel: pci 0000:73:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1d.0: PCI bridge to [bus 73]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1d.0:   bridge window [mem 0xa2400000-0xa24fffff]
Sep 13 12:30:46 amaryllis kernel: acpi LNXPOWER:09: Turning OFF
Sep 13 12:30:46 amaryllis kernel: acpi LNXPOWER:05: Turning OFF
Sep 13 12:30:46 amaryllis kernel: acpi LNXPOWER:01: Turning OFF
Sep 13 12:30:46 amaryllis kernel: acpi LNXPOWER:00: Turning OFF
Sep 13 12:30:46 amaryllis kernel: ACPI: EC: interrupt unblocked
Sep 13 12:30:46 amaryllis kernel: ACPI: EC: event unblocked
Sep 13 12:30:46 amaryllis kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
Sep 13 12:30:46 amaryllis kernel: ACPI: EC: GPE=0x6e
Sep 13 12:30:46 amaryllis kernel: ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC initialization complete
Sep 13 12:30:46 amaryllis kernel: ACPI: \_SB_.PC00.LPCB.ECDV: EC: Used to handle transactions and events
Sep 13 12:30:46 amaryllis kernel: iommu: Default domain type: Translated 
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 13 12:30:46 amaryllis kernel: vgaarb: loaded
Sep 13 12:30:46 amaryllis kernel: SCSI subsystem initialized
Sep 13 12:30:46 amaryllis kernel: libata version 3.00 loaded.
Sep 13 12:30:46 amaryllis kernel: ACPI: bus type USB registered
Sep 13 12:30:46 amaryllis kernel: usbcore: registered new interface driver usbfs
Sep 13 12:30:46 amaryllis kernel: usbcore: registered new interface driver hub
Sep 13 12:30:46 amaryllis kernel: usbcore: registered new device driver usb
Sep 13 12:30:46 amaryllis kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 13 12:30:46 amaryllis kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 13 12:30:46 amaryllis kernel: PTP clock support registered
Sep 13 12:30:46 amaryllis kernel: EDAC MC: Ver: 3.0.0
Sep 13 12:30:46 amaryllis kernel: Registered efivars operations
Sep 13 12:30:46 amaryllis kernel: NetLabel: Initializing
Sep 13 12:30:46 amaryllis kernel: NetLabel:  domain hash size = 128
Sep 13 12:30:46 amaryllis kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 13 12:30:46 amaryllis kernel: NetLabel:  unlabeled traffic allowed by default
Sep 13 12:30:46 amaryllis kernel: PCI: Using ACPI for IRQ routing
Sep 13 12:30:46 amaryllis kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Sep 13 12:30:46 amaryllis kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Sep 13 12:30:46 amaryllis kernel: e820: reserve RAM buffer [mem 0x59bfd000-0x5bffffff]
Sep 13 12:30:46 amaryllis kernel: e820: reserve RAM buffer [mem 0x5e72b000-0x5fffffff]
Sep 13 12:30:46 amaryllis kernel: e820: reserve RAM buffer [mem 0x63000000-0x63ffffff]
Sep 13 12:30:46 amaryllis kernel: e820: reserve RAM buffer [mem 0x88f800000-0x88fffffff]
Sep 13 12:30:46 amaryllis kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Sep 13 12:30:46 amaryllis kernel: hpet0: 8 comparators, 64-bit 19.200000 MHz counter
Sep 13 12:30:46 amaryllis kernel: clocksource: Switched to clocksource tsc-early
Sep 13 12:30:46 amaryllis kernel: VFS: Disk quotas dquot_6.6.0
Sep 13 12:30:46 amaryllis kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 13 12:30:46 amaryllis kernel: pnp: PnP ACPI init
Sep 13 12:30:46 amaryllis kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 13 12:30:46 amaryllis kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Sep 13 12:30:46 amaryllis kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Sep 13 12:30:46 amaryllis kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Sep 13 12:30:46 amaryllis kernel: pnp 00:04: Plug and Play ACPI device, IDs DLL0991 PNP0f13 (active)
Sep 13 12:30:46 amaryllis kernel: pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Sep 13 12:30:46 amaryllis kernel: system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
Sep 13 12:30:46 amaryllis kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 13 12:30:46 amaryllis kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
Sep 13 12:30:46 amaryllis kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 13 12:30:46 amaryllis kernel: system 00:06: [io  0x1800-0x18fe] could not be reserved
Sep 13 12:30:46 amaryllis kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:06: [mem 0xfe04c000-0xfe04ffff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:06: [mem 0xfe050000-0xfe0affff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:06: [mem 0xfe0d0000-0xfe0fffff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:06: [mem 0xfd000000-0xfd68ffff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:06: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 13 12:30:46 amaryllis kernel: system 00:07: [io  0x2000-0x20fe] has been reserved
Sep 13 12:30:46 amaryllis kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 13 12:30:46 amaryllis kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 13 12:30:46 amaryllis kernel: pnp: PnP ACPI: found 9 devices
Sep 13 12:30:46 amaryllis kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 13 12:30:46 amaryllis kernel: NET: Registered protocol family 2
Sep 13 12:30:46 amaryllis kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: TCP: Hash tables configured (established 262144 bind 65536)
Sep 13 12:30:46 amaryllis kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Sep 13 12:30:46 amaryllis kernel: NET: Registered protocol family 1
Sep 13 12:30:46 amaryllis kernel: NET: Registered protocol family 44
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 1000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2: bridge window [io  0x1000-0x0fff] to [bus 3a-71] add_size 1000
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0: BAR 13: assigned [io  0x4000-0x4fff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2: BAR 13: assigned [io  0x5000-0x5fff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:19.0: BAR 0: assigned [mem 0x4017002000-0x4017002fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:19.1: BAR 0: assigned [mem 0x4017003000-0x4017003fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1e.0: BAR 0: assigned [mem 0x4017004000-0x4017004fff 64bit]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x70800000-0x70800fff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:06.0:   bridge window [mem 0xa2600000-0xa26fffff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0: PCI bridge to [bus 02-39]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0:   bridge window [io  0x4000-0x4fff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0:   bridge window [mem 0x8c000000-0xa23fffff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x6021ffffff 64bit pref]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2: PCI bridge to [bus 3a-71]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2:   bridge window [io  0x5000-0x5fff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2:   bridge window [mem 0x74000000-0x8a3fffff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:07.2:   bridge window [mem 0x6030000000-0x6051ffffff 64bit pref]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1c.0: PCI bridge to [bus 72]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1c.0:   bridge window [mem 0xa2500000-0xa25fffff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1d.0: PCI bridge to [bus 73]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:1d.0:   bridge window [mem 0xa2400000-0xa24fffff]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:00: resource 7 [mem 0x70800000-0xbfffffff window]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:01: resource 1 [mem 0xa2600000-0xa26fffff]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:02: resource 1 [mem 0x8c000000-0xa23fffff]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000-0x6021ffffff 64bit pref]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:3a: resource 0 [io  0x5000-0x5fff]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:3a: resource 1 [mem 0x74000000-0x8a3fffff]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:3a: resource 2 [mem 0x6030000000-0x6051ffffff 64bit pref]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:72: resource 1 [mem 0xa2500000-0xa25fffff]
Sep 13 12:30:46 amaryllis kernel: pci_bus 0000:73: resource 1 [mem 0xa2400000-0xa24fffff]
Sep 13 12:30:46 amaryllis kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 13 12:30:46 amaryllis kernel: PCI: CLS 0 bytes, default 64
Sep 13 12:30:46 amaryllis kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 13 12:30:46 amaryllis kernel: software IO TLB: mapped [mem 0x0000000055bfd000-0x0000000059bfd000] (64MB)
Sep 13 12:30:46 amaryllis kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
Sep 13 12:30:46 amaryllis kernel: clocksource: Switched to clocksource tsc
Sep 13 12:30:46 amaryllis kernel: Trying to unpack rootfs image as initramfs...
Sep 13 12:30:46 amaryllis kernel: Initialise system trusted keyrings
Sep 13 12:30:46 amaryllis kernel: Key type blacklist registered
Sep 13 12:30:46 amaryllis kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Sep 13 12:30:46 amaryllis kernel: zbud: loaded
Sep 13 12:30:46 amaryllis kernel: Key type asymmetric registered
Sep 13 12:30:46 amaryllis kernel: Asymmetric key parser 'x509' registered
Sep 13 12:30:46 amaryllis kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Sep 13 12:30:46 amaryllis kernel: io scheduler mq-deadline registered
Sep 13 12:30:46 amaryllis kernel: io scheduler kyber registered
Sep 13 12:30:46 amaryllis kernel: io scheduler bfq registered
Sep 13 12:30:46 amaryllis kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 124
Sep 13 12:30:46 amaryllis kernel: pcieport 0000:00:07.0: PME: Signaling with IRQ 125
Sep 13 12:30:46 amaryllis kernel: pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 13 12:30:46 amaryllis kernel: pcieport 0000:00:07.2: PME: Signaling with IRQ 126
Sep 13 12:30:46 amaryllis kernel: pcieport 0000:00:07.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 13 12:30:46 amaryllis kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 127
Sep 13 12:30:46 amaryllis kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 128
Sep 13 12:30:46 amaryllis kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 13 12:30:46 amaryllis kernel: efifb: probing for efifb
Sep 13 12:30:46 amaryllis kernel: efifb: Ignoring BGRT: unexpected or invalid BMP data
Sep 13 12:30:46 amaryllis kernel: efifb: framebuffer at 0x4000000000, using 36032k, total 36032k
Sep 13 12:30:46 amaryllis kernel: efifb: mode is 3840x2400x32, linelength=15360, pages=1
Sep 13 12:30:46 amaryllis kernel: efifb: scrolling: redraw
Sep 13 12:30:46 amaryllis kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Sep 13 12:30:46 amaryllis kernel: fbcon: Deferring console take-over
Sep 13 12:30:46 amaryllis kernel: fb0: EFI VGA frame buffer device
Sep 13 12:30:46 amaryllis kernel: Monitor-Mwait will be used to enter C-1 state
Sep 13 12:30:46 amaryllis kernel: Monitor-Mwait will be used to enter C-2 state
Sep 13 12:30:46 amaryllis kernel: Monitor-Mwait will be used to enter C-3 state
Sep 13 12:30:46 amaryllis kernel: ACPI: \_SB_.PR00: Found 3 idle states
Sep 13 12:30:46 amaryllis kernel: ACPI: AC: AC Adapter [AC] (off-line)
Sep 13 12:30:46 amaryllis kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Sep 13 12:30:46 amaryllis kernel: ACPI: button: Lid Switch [LID0]
Sep 13 12:30:46 amaryllis kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Sep 13 12:30:46 amaryllis kernel: ACPI: button: Power Button [PBTN]
Sep 13 12:30:46 amaryllis kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1467
Sep 13 12:30:46 amaryllis kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 13 12:30:46 amaryllis kernel: serial 0000:00:12.0: enabling device (0000 -> 0002)
Sep 13 12:30:46 amaryllis kernel: Non-volatile memory driver v1.3
Sep 13 12:30:46 amaryllis kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Sep 13 12:30:46 amaryllis kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Sep 13 12:30:46 amaryllis kernel: nvme nvme0: pci function 0000:01:00.0
Sep 13 12:30:46 amaryllis kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Sep 13 12:30:46 amaryllis kernel: ehci-pci: EHCI PCI platform driver
Sep 13 12:30:46 amaryllis kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Sep 13 12:30:46 amaryllis kernel: ohci-pci: OHCI PCI platform driver
Sep 13 12:30:46 amaryllis kernel: uhci_hcd: USB Universal Host Controller Interface driver
Sep 13 12:30:46 amaryllis kernel: usbcore: registered new interface driver usbserial_generic
Sep 13 12:30:46 amaryllis kernel: usbserial: USB Serial support registered for generic
Sep 13 12:30:46 amaryllis kernel: rtc_cmos 00:01: RTC can wake from S4
Sep 13 12:30:46 amaryllis kernel: Freeing initrd memory: 15600K
Sep 13 12:30:46 amaryllis kernel: rtc_cmos 00:01: registered as rtc0
Sep 13 12:30:46 amaryllis kernel: rtc_cmos 00:01: setting system clock to 2021-09-13T19:30:45 UTC (1631561445)
Sep 13 12:30:46 amaryllis kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Sep 13 12:30:46 amaryllis kernel: intel_pstate: Intel P-state driver initializing
Sep 13 12:30:46 amaryllis kernel: intel_pstate: HWP enabled
Sep 13 12:30:46 amaryllis kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 13 12:30:46 amaryllis kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 13 12:30:46 amaryllis kernel: intel_pmc_core INT33A1:00:  initialized
Sep 13 12:30:46 amaryllis kernel: drop_monitor: Initializing network drop monitor service
Sep 13 12:30:46 amaryllis kernel: Initializing XFRM netlink socket
Sep 13 12:30:46 amaryllis kernel: NET: Registered protocol family 10
Sep 13 12:30:46 amaryllis kernel: Segment Routing with IPv6
Sep 13 12:30:46 amaryllis kernel: RPL Segment Routing with IPv6
Sep 13 12:30:46 amaryllis kernel: NET: Registered protocol family 17
Sep 13 12:30:46 amaryllis kernel: microcode: sig=0x806c1, pf=0x80, revision=0x88
Sep 13 12:30:46 amaryllis kernel: microcode: Microcode Update Driver: v2.2.
Sep 13 12:30:46 amaryllis kernel: resctrl: L2 allocation detected
Sep 13 12:30:46 amaryllis kernel: resctrl: L2DATA allocation detected
Sep 13 12:30:46 amaryllis kernel: resctrl: L2CODE allocation detected
Sep 13 12:30:46 amaryllis kernel: IPI shorthand broadcast: enabled
Sep 13 12:30:46 amaryllis kernel: sched_clock: Marking stable (618466453, 525841)->(628537909, -9545615)
Sep 13 12:30:46 amaryllis kernel: registered taskstats version 1
Sep 13 12:30:46 amaryllis kernel: Loading compiled-in X.509 certificates
Sep 13 12:30:46 amaryllis kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 907cfbedfbeb3d0d9cd58b4833914b9c12c54c8a'
Sep 13 12:30:46 amaryllis kernel: zswap: loaded using pool lz4/z3fold
Sep 13 12:30:46 amaryllis kernel: Key type ._fscrypt registered
Sep 13 12:30:46 amaryllis kernel: Key type .fscrypt registered
Sep 13 12:30:46 amaryllis kernel: Key type fscrypt-provisioning registered
Sep 13 12:30:46 amaryllis kernel: PM:   Magic number: 5:489:546
Sep 13 12:30:46 amaryllis kernel: tty ttyS22: hash matches
Sep 13 12:30:46 amaryllis kernel: mem null: hash matches
Sep 13 12:30:46 amaryllis kernel: acpi PWRC0000:03: hash matches
Sep 13 12:30:46 amaryllis kernel: RAS: Correctable Errors collector initialized.
Sep 13 12:30:46 amaryllis kernel: nvme nvme0: Shutdown timeout set to 10 seconds
Sep 13 12:30:46 amaryllis kernel: nvme nvme0: 8/0/0 default/read/poll queues
Sep 13 12:30:46 amaryllis kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7
Sep 13 12:30:46 amaryllis kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 13 12:30:46 amaryllis kernel: Freeing unused decrypted memory: 2036K
Sep 13 12:30:46 amaryllis kernel: Freeing unused kernel image (initmem) memory: 1796K
Sep 13 12:30:46 amaryllis kernel: Write protecting the kernel read-only data: 26624k
Sep 13 12:30:46 amaryllis kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Sep 13 12:30:46 amaryllis kernel: Freeing unused kernel image (rodata/data gap) memory: 1156K
Sep 13 12:30:46 amaryllis kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 13 12:30:46 amaryllis kernel: rodata_test: all tests were successful
Sep 13 12:30:46 amaryllis kernel: Run /init as init process
Sep 13 12:30:46 amaryllis kernel:   with arguments:
Sep 13 12:30:46 amaryllis kernel:     /init
Sep 13 12:30:46 amaryllis kernel:   with environment:
Sep 13 12:30:46 amaryllis kernel:     HOME=/
Sep 13 12:30:46 amaryllis kernel:     TERM=linux
Sep 13 12:30:46 amaryllis kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Sep 13 12:30:46 amaryllis kernel: fbcon: Taking over console
Sep 13 12:30:46 amaryllis kernel: Console: switching to colour frame buffer device 240x75
Sep 13 12:30:46 amaryllis kernel: Linux agpgart interface v0.103
Sep 13 12:30:46 amaryllis kernel: Setting dangerous option enable_psr - tainting kernel
Sep 13 12:30:46 amaryllis kernel: checking generic (4000000000 2330000) vs hw (6052000000 1000000)
Sep 13 12:30:46 amaryllis kernel: checking generic (4000000000 2330000) vs hw (4000000000 10000000)
Sep 13 12:30:46 amaryllis kernel: fb0: switching to inteldrmfb from EFI VGA
Sep 13 12:30:46 amaryllis kernel: Console: switching to colour dummy device 80x25
Sep 13 12:30:46 amaryllis kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Sep 13 12:30:46 amaryllis kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Sep 13 12:30:46 amaryllis kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_08.bin (v2.8)
Sep 13 12:30:46 amaryllis kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Sep 13 12:30:46 amaryllis kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Sep 13 12:30:46 amaryllis kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
Sep 13 12:30:46 amaryllis kernel: fbcon: i915drmfb (fb0) is primary device
Sep 13 12:30:46 amaryllis kernel: Console: switching to colour frame buffer device 240x75
Sep 13 12:30:46 amaryllis kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Sep 13 12:30:46 amaryllis kernel: random: fast init done
Sep 13 12:30:46 amaryllis kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 13 12:30:46 amaryllis kernel: i8042: Warning: Keylock active
Sep 13 12:30:46 amaryllis kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 13 12:30:46 amaryllis kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Sep 13 12:30:46 amaryllis kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
Sep 13 12:30:46 amaryllis kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 13 12:30:46 amaryllis kernel: usb usb1: Product: xHCI Host Controller
Sep 13 12:30:46 amaryllis kernel: usb usb1: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
Sep 13 12:30:46 amaryllis kernel: usb usb1: SerialNumber: 0000:00:0d.0
Sep 13 12:30:46 amaryllis kernel: hub 1-0:1.0: USB hub found
Sep 13 12:30:46 amaryllis kernel: hub 1-0:1.0: 1 port detected
Sep 13 12:30:46 amaryllis kernel: rtsx_pci 0000:73:00.0: enabling device (0000 -> 0002)
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 13 12:30:46 amaryllis kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
Sep 13 12:30:46 amaryllis kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 13 12:30:46 amaryllis kernel: usb usb2: Product: xHCI Host Controller
Sep 13 12:30:46 amaryllis kernel: usb usb2: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
Sep 13 12:30:46 amaryllis kernel: usb usb2: SerialNumber: 0000:00:0d.0
Sep 13 12:30:46 amaryllis kernel: hub 2-0:1.0: USB hub found
Sep 13 12:30:46 amaryllis kernel: hub 2-0:1.0: 4 ports detected
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
Sep 13 12:30:46 amaryllis kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
Sep 13 12:30:46 amaryllis kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 13 12:30:46 amaryllis kernel: usb usb3: Product: xHCI Host Controller
Sep 13 12:30:46 amaryllis kernel: usb usb3: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
Sep 13 12:30:46 amaryllis kernel: usb usb3: SerialNumber: 0000:00:14.0
Sep 13 12:30:46 amaryllis kernel: hub 3-0:1.0: USB hub found
Sep 13 12:30:46 amaryllis kernel: hub 3-0:1.0: 12 ports detected
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Sep 13 12:30:46 amaryllis kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 13 12:30:46 amaryllis kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
Sep 13 12:30:46 amaryllis kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 13 12:30:46 amaryllis kernel: usb usb4: Product: xHCI Host Controller
Sep 13 12:30:46 amaryllis kernel: usb usb4: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
Sep 13 12:30:46 amaryllis kernel: usb usb4: SerialNumber: 0000:00:14.0
Sep 13 12:30:46 amaryllis kernel: hub 4-0:1.0: USB hub found
Sep 13 12:30:46 amaryllis kernel: hub 4-0:1.0: 4 ports detected
Sep 13 12:30:46 amaryllis kernel: usb: port power management may be unreliable
Sep 13 12:30:46 amaryllis kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Sep 13 12:30:46 amaryllis kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Sep 13 12:30:46 amaryllis kernel: usb 3-3: New USB device found, idVendor=27c6, idProduct=533c, bcdDevice= 1.00
Sep 13 12:30:46 amaryllis kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 13 12:30:46 amaryllis kernel: usb 3-3: Product: FingerPrint
Sep 13 12:30:46 amaryllis kernel: usb 3-3: Manufacturer: Goodix
Sep 13 12:30:46 amaryllis kernel: EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Sep 13 12:30:46 amaryllis systemd[1]: systemd 249.4-1-arch 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)
Sep 13 12:30:46 amaryllis systemd[1]: Detected architecture x86-64.
Sep 13 12:30:46 amaryllis systemd[1]: Hostname set to <amaryllis>.
Sep 13 12:30:46 amaryllis kernel: usb 3-6: new high-speed USB device number 3 using xhci_hcd
Sep 13 12:30:46 amaryllis kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
Sep 13 12:30:46 amaryllis systemd[1]: Queued start job for default target Graphical Interface.
Sep 13 12:30:46 amaryllis systemd[1]: Created slice Slice /system/getty.
Sep 13 12:30:46 amaryllis systemd[1]: Created slice Slice /system/modprobe.
Sep 13 12:30:46 amaryllis systemd[1]: Created slice User and Session Slice.
Sep 13 12:30:46 amaryllis systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 13 12:30:46 amaryllis systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 13 12:30:46 amaryllis systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 13 12:30:46 amaryllis systemd[1]: Reached target Local Encrypted Volumes.
Sep 13 12:30:46 amaryllis systemd[1]: Reached target Login Prompts.
Sep 13 12:30:46 amaryllis systemd[1]: Reached target Path Units.
Sep 13 12:30:46 amaryllis systemd[1]: Reached target Remote File Systems.
Sep 13 12:30:46 amaryllis systemd[1]: Reached target Slice Units.
Sep 13 12:30:46 amaryllis systemd[1]: Reached target Local Verity Integrity Protected Volumes.
Sep 13 12:30:46 amaryllis systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 13 12:30:46 amaryllis systemd[1]: Listening on LVM2 poll daemon socket.
Sep 13 12:30:46 amaryllis systemd[1]: Listening on Process Core Dump Socket.
Sep 13 12:30:46 amaryllis systemd[1]: Listening on Journal Audit Socket.
Sep 13 12:30:46 amaryllis systemd[1]: Listening on Journal Socket (/dev/log).
Sep 13 12:30:46 amaryllis systemd[1]: Listening on Journal Socket.
Sep 13 12:30:46 amaryllis systemd[1]: Listening on udev Control Socket.
Sep 13 12:30:46 amaryllis systemd[1]: Listening on udev Kernel Socket.
Sep 13 12:30:46 amaryllis systemd[1]: Mounting Huge Pages File System...
Sep 13 12:30:46 amaryllis systemd[1]: Mounting POSIX Message Queue File System...
Sep 13 12:30:46 amaryllis systemd[1]: Mounting Kernel Debug File System...
Sep 13 12:30:46 amaryllis systemd[1]: Mounting Kernel Trace File System...
Sep 13 12:30:46 amaryllis systemd[1]: Starting Create List of Static Device Nodes...
Sep 13 12:30:46 amaryllis systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 13 12:30:46 amaryllis systemd[1]: Starting Load Kernel Module configfs...
Sep 13 12:30:46 amaryllis systemd[1]: Starting Load Kernel Module drm...
Sep 13 12:30:46 amaryllis systemd[1]: Starting Load Kernel Module fuse...
Sep 13 12:30:46 amaryllis kernel: random: lvm: uninitialized urandom read (4 bytes read)
Sep 13 12:30:46 amaryllis systemd[1]: Starting Set Up Additional Binary Formats...
Sep 13 12:30:46 amaryllis systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Sep 13 12:30:46 amaryllis systemd[1]: Starting Journal Service...
Sep 13 12:30:46 amaryllis systemd[1]: Starting Load Kernel Modules...
Sep 13 12:30:46 amaryllis systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 13 12:30:46 amaryllis systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Sep 13 12:30:46 amaryllis systemd[1]: Starting Coldplug All udev Devices...
Sep 13 12:30:46 amaryllis systemd[1]: Mounted Huge Pages File System.
Sep 13 12:30:46 amaryllis systemd[1]: Mounted POSIX Message Queue File System.
Sep 13 12:30:46 amaryllis systemd[1]: Mounted Kernel Debug File System.
Sep 13 12:30:46 amaryllis systemd[1]: Mounted Kernel Trace File System.
Sep 13 12:30:46 amaryllis systemd[1]: Finished Create List of Static Device Nodes.
Sep 13 12:30:46 amaryllis systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 13 12:30:46 amaryllis systemd[1]: Finished Load Kernel Module configfs.
Sep 13 12:30:46 amaryllis kernel: fuse: init (API version 7.34)
Sep 13 12:30:46 amaryllis systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 13 12:30:46 amaryllis systemd[1]: Finished Load Kernel Module drm.
Sep 13 12:30:46 amaryllis systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 255 (systemd-binfmt)
Sep 13 12:30:46 amaryllis systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 13 12:30:46 amaryllis systemd[1]: Finished Load Kernel Module fuse.
Sep 13 12:30:46 amaryllis systemd[1]: Mounting Arbitrary Executable File Formats File System...
Sep 13 12:30:46 amaryllis kernel: EXT4-fs (nvme0n1p7): re-mounted. Opts: (null). Quota mode: none.
Sep 13 12:30:46 amaryllis systemd[1]: Mounting FUSE Control File System...
Sep 13 12:30:46 amaryllis systemd[1]: Mounting Kernel Configuration File System...
Sep 13 12:30:46 amaryllis systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 13 12:30:46 amaryllis kernel: audit: type=1130 audit(1631561446.566:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:30:46 amaryllis systemd[1]: Mounted Arbitrary Executable File Formats File System.
Sep 13 12:30:46 amaryllis systemd[1]: Mounted FUSE Control File System.
Sep 13 12:30:46 amaryllis kernel: i2c /dev entries driver
Sep 13 12:30:46 amaryllis systemd[1]: Activating swap /swapfile...
Sep 13 12:30:46 amaryllis systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Sep 13 12:30:46 amaryllis systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 13 12:30:46 amaryllis systemd[1]: Starting Load/Save Random Seed...
Sep 13 12:30:46 amaryllis systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 13 12:30:46 amaryllis kernel: Asymmetric key parser 'pkcs8' registered
Sep 13 12:30:46 amaryllis systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 13 12:30:46 amaryllis systemd[1]: Finished Set Up Additional Binary Formats.
Sep 13 12:30:46 amaryllis kernel: audit: type=1130 audit(1631561446.566:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:30:46 amaryllis systemd[1]: Finished Load Kernel Modules.
Sep 13 12:30:46 amaryllis kernel: audit: type=1130 audit(1631561446.569:4): 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'
Sep 13 12:30:46 amaryllis systemd[1]: Mounted Kernel Configuration File System.
Sep 13 12:30:46 amaryllis systemd[1]: Starting Apply Kernel Variables...
Sep 13 12:30:46 amaryllis systemd[1]: Finished Apply Kernel Variables.
Sep 13 12:30:46 amaryllis kernel: audit: type=1130 audit(1631561446.573:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:30:46 amaryllis kernel: usb 3-6: New USB device found, idVendor=0c45, idProduct=672a, bcdDevice= 5.29
Sep 13 12:30:46 amaryllis kernel: usb 3-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Sep 13 12:30:46 amaryllis kernel: usb 3-6: Product: Integrated_Webcam_HD
Sep 13 12:30:46 amaryllis kernel: usb 3-6: Manufacturer: CN03GGY48LG000BCB4XBA00
Sep 13 12:30:46 amaryllis systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 13 12:30:46 amaryllis kernel: audit: type=1130 audit(1631561446.579:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:30:46 amaryllis kernel: audit: type=1334 audit(1631561446.579:7): prog-id=14 op=LOAD
Sep 13 12:30:46 amaryllis kernel: audit: type=1334 audit(1631561446.579:8): prog-id=15 op=LOAD
Sep 13 12:30:46 amaryllis kernel: audit: type=1334 audit(1631561446.579:9): prog-id=16 op=LOAD
Sep 13 12:30:46 amaryllis systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 13 12:30:46 amaryllis systemd[1]: Started Journal Service.
Sep 13 12:30:46 amaryllis kernel: audit: type=1130 audit(1631561446.583:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:30:46 amaryllis kernel: Adding 8191996k swap on /swapfile.  Priority:-2 extents:27 across:247013372k SSFS
Sep 13 12:30:46 amaryllis kernel: input: Intel HID events as /devices/platform/INTC1051:00/input/input5
Sep 13 12:30:46 amaryllis kernel: intel-hid INTC1051:00: platform supports 5 button array
Sep 13 12:30:46 amaryllis kernel: input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input6
Sep 13 12:30:46 amaryllis kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Sep 13 12:30:46 amaryllis kernel: Bluetooth: Core ver 2.22
Sep 13 12:30:46 amaryllis kernel: NET: Registered protocol family 31
Sep 13 12:30:46 amaryllis kernel: Bluetooth: HCI device and connection manager initialized
Sep 13 12:30:46 amaryllis kernel: Bluetooth: HCI socket layer initialized
Sep 13 12:30:46 amaryllis kernel: Bluetooth: L2CAP socket layer initialized
Sep 13 12:30:46 amaryllis kernel: Bluetooth: SCO socket layer initialized
Sep 13 12:30:46 amaryllis kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Sep 13 12:30:46 amaryllis kernel: wmi_bus wmi_bus-PNP0C14:02: WQBC data block query control method not found
Sep 13 12:30:46 amaryllis kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Sep 13 12:30:47 amaryllis kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Sep 13 12:30:47 amaryllis kernel: Bluetooth: HCI UART driver ver 2.3
Sep 13 12:30:47 amaryllis kernel: Bluetooth: HCI UART protocol H4 registered
Sep 13 12:30:47 amaryllis kernel: Bluetooth: HCI UART protocol BCSP registered
Sep 13 12:30:47 amaryllis kernel: Bluetooth: HCI UART protocol LL registered
Sep 13 12:30:47 amaryllis kernel: Bluetooth: HCI UART protocol ATH3K registered
Sep 13 12:30:47 amaryllis kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Sep 13 12:30:47 amaryllis kernel: Bluetooth: HCI UART protocol Intel registered
Sep 13 12:30:47 amaryllis kernel: Bluetooth: HCI UART protocol Broadcom registered
Sep 13 12:30:47 amaryllis kernel: Bluetooth: HCI UART protocol QCA registered
Sep 13 12:30:47 amaryllis kernel: Bluetooth: HCI UART protocol AG6XX registered
Sep 13 12:30:47 amaryllis kernel: Bluetooth: HCI UART protocol Marvell registered
Sep 13 12:30:47 amaryllis kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Sep 13 12:30:47 amaryllis kernel: acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Sep 13 12:30:47 amaryllis kernel: acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Sep 13 12:30:47 amaryllis kernel: acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Sep 13 12:30:47 amaryllis kernel: intel-pmt 0000:00:0a.0: Watcher not supported
Sep 13 12:30:47 amaryllis kernel: intel-pmt 0000:00:0a.0: Crashlog not supported
Sep 13 12:30:47 amaryllis kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Sep 13 12:30:47 amaryllis kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Sep 13 12:30:47 amaryllis kernel: proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
Sep 13 12:30:47 amaryllis kernel: intel_rapl_common: Found RAPL domain package
Sep 13 12:30:47 amaryllis kernel: mc: Linux media interface: v0.10
Sep 13 12:30:47 amaryllis kernel: videodev: Linux video capture interface: v2.00
Sep 13 12:30:47 amaryllis kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Sep 13 12:30:47 amaryllis kernel: usb 3-6: Found UVC 1.00 device Integrated_Webcam_HD (0c45:672a)
Sep 13 12:30:47 amaryllis kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Sep 13 12:30:47 amaryllis kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 13 12:30:47 amaryllis kernel: input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input7
Sep 13 12:30:47 amaryllis kernel: usb 3-6: Found UVC 1.00 device Integrated_Webcam_HD (0c45:672a)
Sep 13 12:30:47 amaryllis kernel: input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/input/input8
Sep 13 12:30:47 amaryllis kernel: usbcore: registered new interface driver uvcvideo
Sep 13 12:30:47 amaryllis kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Sep 13 12:30:47 amaryllis kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Sep 13 12:30:47 amaryllis kernel: random: crng init done
Sep 13 12:30:47 amaryllis kernel: random: 7 urandom warning(s) missed due to ratelimiting
Sep 13 12:30:47 amaryllis kernel: intel-lpss 0000:00:19.0: enabling device (0000 -> 0002)
Sep 13 12:30:47 amaryllis kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Sep 13 12:30:47 amaryllis kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 13 12:30:47 amaryllis kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 13 12:30:47 amaryllis kernel: input: WCOM4943:00 056A:4943 Touchscreen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-WCOM4943:00/0018:056A:4943.0001/input/input9
Sep 13 12:30:47 amaryllis kernel: input: WCOM4943:00 056A:4943 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-WCOM4943:00/0018:056A:4943.0001/input/input10
Sep 13 12:30:47 amaryllis kernel: hid-generic 0018:056A:4943.0001: input,hidraw0: I2C HID v1.00 Device [WCOM4943:00 056A:4943] on i2c-WCOM4943:00
Sep 13 12:30:47 amaryllis kernel: intel-lpss 0000:00:19.1: enabling device (0000 -> 0002)
Sep 13 12:30:47 amaryllis kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
Sep 13 12:30:47 amaryllis kernel: input: DLL0945:00 06CB:CDE6 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-15/i2c-DLL0945:00/0018:06CB:CDE6.0002/input/input11
Sep 13 12:30:47 amaryllis kernel: input: DLL0945:00 06CB:CDE6 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-15/i2c-DLL0945:00/0018:06CB:CDE6.0002/input/input12
Sep 13 12:30:47 amaryllis kernel: hid-generic 0018:06CB:CDE6.0002: input,hidraw1: I2C HID v1.00 Mouse [DLL0945:00 06CB:CDE6] on i2c-DLL0945:00
Sep 13 12:30:47 amaryllis kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
Sep 13 12:30:47 amaryllis kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 13 12:30:47 amaryllis kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 13 12:30:47 amaryllis kernel: intel-spi 0000:00:1f.5: w25q256 (32768 Kbytes)
Sep 13 12:30:47 amaryllis kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 13 12:30:47 amaryllis kernel: 0x000000000000-0x000002000000 : "BIOS"
Sep 13 12:30:47 amaryllis kernel: ath11k_pci 0000:72:00.0: BAR 0: assigned [mem 0xa2500000-0xa25fffff 64bit]
Sep 13 12:30:47 amaryllis kernel: ath11k_pci 0000:72:00.0: enabling device (0000 -> 0002)
Sep 13 12:30:47 amaryllis kernel: ath11k_pci 0000:72:00.0: qca6390 hw2.0
Sep 13 12:30:47 amaryllis kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Sep 13 12:30:47 amaryllis kernel: NET: Registered protocol family 42
Sep 13 12:30:47 amaryllis kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Sep 13 12:30:47 amaryllis kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Sep 13 12:30:47 amaryllis kernel: idma64 idma64.4: Found Intel integrated DMA 64-bit
Sep 13 12:30:47 amaryllis kernel: mhi mhi0: Requested to power ON
Sep 13 12:30:47 amaryllis kernel: mhi mhi0: Power on setup success
Sep 13 12:30:47 amaryllis kernel: input: PC Speaker as /devices/platform/pcspkr/input/input14
Sep 13 12:30:47 amaryllis kernel: i2c i2c-18: 8/8 memory slots populated (from DMI)
Sep 13 12:30:47 amaryllis kernel: i2c i2c-18: Systems with more than 4 memory slots not supported yet, not instantiating SPD
Sep 13 12:30:47 amaryllis kernel: mhi mhi0: Wait for device to enter SBL or Mission mode
Sep 13 12:30:47 amaryllis kernel: wl: loading out-of-tree module taints kernel.
Sep 13 12:30:47 amaryllis kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Sep 13 12:30:47 amaryllis kernel: Disabling lock debugging due to kernel taint
Sep 13 12:30:47 amaryllis kernel: wl: module verification failed: signature and/or required key missing - tainting kernel
Sep 13 12:30:47 amaryllis kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
Sep 13 12:30:47 amaryllis kernel: caller tgl_uncore_imc_freerunning_init_box+0xbf/0x100 [intel_uncore] mapping multiple BARs
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Sep 13 12:30:47 amaryllis kernel: cryptd: max_cpu_qlen set to 1000
Sep 13 12:30:47 amaryllis kernel: AVX2 version of gcm_enc/dec engaged.
Sep 13 12:30:47 amaryllis kernel: AES CTR mode by8 optimization enabled
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0
Sep 13 12:30:47 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
Sep 13 12:30:48 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8
Sep 13 12:30:48 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0
Sep 13 12:30:48 amaryllis kernel: intel_rapl_msr: PL4 support detected.
Sep 13 12:30:48 amaryllis kernel: intel_rapl_common: Found RAPL domain package
Sep 13 12:30:48 amaryllis kernel: intel_rapl_common: Found RAPL domain core
Sep 13 12:30:48 amaryllis kernel: intel_rapl_common: Found RAPL domain uncore
Sep 13 12:30:48 amaryllis kernel: intel_rapl_common: Found RAPL domain psys
Sep 13 12:30:48 amaryllis kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Sep 13 12:30:48 amaryllis kernel: usbcore: registered new interface driver usbhid
Sep 13 12:30:48 amaryllis kernel: usbhid: USB HID core driver
Sep 13 12:30:48 amaryllis kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input16
Sep 13 12:30:48 amaryllis kernel: iTCO_vendor_support: vendor-support=0
Sep 13 12:30:48 amaryllis kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Sep 13 12:30:48 amaryllis kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Sep 13 12:30:48 amaryllis kernel: ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1
Sep 13 12:30:48 amaryllis kernel: hid-generic 001F:8087:0AC2.0003: hidraw2: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
Sep 13 12:30:48 amaryllis kernel: ath11k_pci 0000:72:00.0: chip_id 0x0 chip_family 0xb board_id 0xff soc_id 0xffffffff
Sep 13 12:30:48 amaryllis kernel: ath11k_pci 0000:72:00.0: fw_version 0x101c06cc fw_build_timestamp 2020-06-24 19:50 fw_build_id 
Sep 13 12:30:48 amaryllis kernel: dw-apb-uart.4: ttyS4 at MMIO 0x4017004000 (irq = 16, base_baud = 6250000) is a 16550A
Sep 13 12:30:48 amaryllis kernel: input: Wacom HID 4943 Finger as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-WCOM4943:00/0018:056A:4943.0001/input/input18
Sep 13 12:30:48 amaryllis kernel: hci_uart_qca serial0-0: failed to acquire enable gpio
Sep 13 12:30:48 amaryllis kernel: wacom 0018:056A:4943.0001: hidraw0: I2C HID v1.00 Device [WCOM4943:00 056A:4943] on i2c-WCOM4943:00
Sep 13 12:30:48 amaryllis kernel: input: DLL0945:00 06CB:CDE6 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-15/i2c-DLL0945:00/0018:06CB:CDE6.0002/input/input20
Sep 13 12:30:48 amaryllis kernel: input: DLL0945:00 06CB:CDE6 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-15/i2c-DLL0945:00/0018:06CB:CDE6.0002/input/input21
Sep 13 12:30:48 amaryllis kernel: hid-multitouch 0018:06CB:CDE6.0002: input,hidraw1: I2C HID v1.00 Mouse [DLL0945:00 06CB:CDE6] on i2c-DLL0945:00
Sep 13 12:30:48 amaryllis kernel: intel_tcc_cooling: Programmable TCC Offset detected
Sep 13 12:30:48 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:18:1 Kernel ABI 3:18:0
Sep 13 12:30:48 amaryllis kernel: mousedev: PS/2 mouse device common for all mice
Sep 13 12:30:48 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
Sep 13 12:30:48 amaryllis kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC289: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Sep 13 12:30:48 amaryllis kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 13 12:30:48 amaryllis kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 13 12:30:48 amaryllis kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
Sep 13 12:30:48 amaryllis kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
Sep 13 12:30:48 amaryllis kernel: snd_hda_codec_realtek ehdaudio0D0:      Headset Mic=0x19
Sep 13 12:30:48 amaryllis kernel: snd_hda_codec_realtek ehdaudio0D0:      Headphone Mic=0x1b
Sep 13 12:30:48 amaryllis kernel: serial serial0: tty port ttyS4 registered
Sep 13 12:30:48 amaryllis kernel: Bluetooth: hci0: setting up ROME/QCA6390
Sep 13 12:30:48 amaryllis kernel: Bluetooth: Received HCI_IBS_WAKE_ACK in tx state 0
Sep 13 12:30:48 amaryllis kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
Sep 13 12:30:48 amaryllis kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 4
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 5
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 6
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 7
Sep 13 12:30:48 amaryllis kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 8
Sep 13 12:30:48 amaryllis kernel: input: sof-hda-dsp Headphone Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input23
Sep 13 12:30:48 amaryllis kernel: input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input24
Sep 13 12:30:48 amaryllis kernel: input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input25
Sep 13 12:30:48 amaryllis kernel: input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input26
Sep 13 12:30:48 amaryllis kernel: Bluetooth: hci0: QCA Product ID   :0x00000010
Sep 13 12:30:48 amaryllis kernel: Bluetooth: hci0: QCA SOC Version  :0x400a0200
Sep 13 12:30:48 amaryllis kernel: Bluetooth: hci0: QCA ROM Version  :0x00000200
Sep 13 12:30:48 amaryllis kernel: Bluetooth: hci0: QCA Patch Version:0x00000d2b
Sep 13 12:30:48 amaryllis kernel: Bluetooth: hci0: QCA controller version 0x02000200
Sep 13 12:30:48 amaryllis kernel: Bluetooth: hci0: QCA Downloading qca/htbtfw20.tlv
Sep 13 12:30:49 amaryllis kernel: Bluetooth: hci0: QCA Downloading qca/htnv20.bin
Sep 13 12:30:49 amaryllis kernel: Bluetooth: hci0: QCA setup on UART is completed
Sep 13 12:30:51 amaryllis kernel: Bluetooth: Received HCI_IBS_WAKE_ACK in tx state 0
Sep 13 12:30:53 amaryllis kernel: kauditd_printk_skb: 50 callbacks suppressed
Sep 13 12:30:53 amaryllis kernel: audit: type=1100 audit(1631561453.239:57): pid=924 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="adlai" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Sep 13 12:30:53 amaryllis kernel: audit: type=1101 audit(1631561453.239:58): pid=924 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="adlai" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Sep 13 12:30:53 amaryllis kernel: audit: type=1131 audit(1631561453.373:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:30:53 amaryllis kernel: audit: type=1106 audit(1631561453.889:60): pid=474 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Sep 13 12:30:53 amaryllis kernel: audit: type=1104 audit(1631561453.889:61): pid=474 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Sep 13 12:30:53 amaryllis kernel: audit: type=1103 audit(1631561453.893:62): pid=924 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="adlai" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Sep 13 12:30:53 amaryllis kernel: audit: type=1006 audit(1631561453.893:63): pid=924 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Sep 13 12:30:53 amaryllis kernel: audit: type=1300 audit(1631561453.893:63): arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffcecb07370 a2=4 a3=3e8 items=0 ppid=340 pid=924 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
Sep 13 12:30:53 amaryllis kernel: audit: type=1327 audit(1631561453.893:63): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003132003139
Sep 13 12:30:53 amaryllis kernel: audit: type=1130 audit(1631561453.906:64): 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'
Sep 13 12:30:58 amaryllis kernel: kauditd_printk_skb: 15 callbacks suppressed
Sep 13 12:30:58 amaryllis kernel: audit: type=1131 audit(1631561458.909:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:31:04 amaryllis kernel: audit: type=1131 audit(1631561464.176:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:31:04 amaryllis kernel: audit: type=1131 audit(1631561464.186:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:31:17 amaryllis kernel: Bluetooth: hci0: QCA collecting dump of size:458752
Sep 13 12:31:19 amaryllis kernel: Bluetooth: hci0: QCA memdump Done, received 458752, total 458752
Sep 13 12:31:24 amaryllis kernel: audit: type=1131 audit(1631561484.586:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:31:48 amaryllis kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [swapper/2:0]
Sep 13 12:31:48 amaryllis kernel: Modules linked in: hid_sensor_als hid_sensor_trigger industrialio_triggered_buffer kfifo_buf snd_ctl_led hid_sensor_iio_common industrialio hid_sensor_hub joydev mousedev snd_soc_skl_hda_dsp snd_soc_intel_hda_dsp_common intel_tcc_cooling snd_soc_hdac_hdmi cros_ec_ishtp x86_pkg_temp_thermal cros_ec intel_powerclamp intel_ishtp_loader coretemp intel_ishtp_hid iTCO_wdt qrtr_mhi snd_soc_dmic intel_pmc_bxt 8250_dw dell_laptop kvm_intel iTCO_vendor_support wacom dell_wmi hid_multitouch dell_smbios usbhid intel_pmt_telemetry dcdbas mei_hdcp kvm intel_pmt_class intel_rapl_msr dell_wmi_sysman dell_wmi_descriptor wmi_bmof dell_smm_hwmon irqbypass snd_hda_codec_hdmi crct10dif_pclmul crc32_pclmul snd_hda_codec_realtek ghash_clmulni_intel snd_hda_codec_generic aesni_intel crypto_simd cryptd snd_sof_pci_intel_tgl intel_cstate wl(POE) intel_uncore snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof
Sep 13 12:31:48 amaryllis kernel:  snd_soc_hdac_hda psmouse snd_hda_ext_core snd_soc_acpi_intel_match pcspkr snd_soc_acpi soundwire_bus ledtrig_audio snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine qrtr snd_hda_intel ns snd_intel_dspcfg snd_intel_sdw_acpi ath11k_pci snd_hda_codec snd_hda_core ath11k snd_hwdep intel_spi_pci snd_pcm intel_spi spi_nor i2c_i801 snd_timer qmi_helpers mtd snd i2c_smbus soundcore mac80211 cfg80211 mhi libarc4 uvcvideo mei_me mei videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev intel_lpss_pci intel_ish_ipc intel_lpss mc idma64 intel_ishtp tpm_crb thunderbolt processor_thermal_device ucsi_acpi processor_thermal_rfim processor_thermal_mbox typec_ucsi processor_thermal_rapl intel_pmt tpm_tis intel_rapl_common typec intel_soc_dts_iosf tpm_tis_core roles tpm rng_core hci_uart btqca wmi btrtl btbcm btintel bluetooth ecdh_generic i2c_hid_acpi rfkill ecc i2c_hid int3403_thermal int340x_thermal_zone mac_hid int3400_thermal intel_hid acpi_pad acpi_tad
Sep 13 12:31:48 amaryllis kernel:  acpi_thermal_rel sparse_keymap pkcs8_key_parser i2c_dev crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 rtsx_pci_sdmmc mmc_core serio_raw atkbd libps2 crc32c_intel rtsx_pci xhci_pci xhci_pci_renesas i8042 serio i915 i2c_algo_bit intel_gtt video drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
Sep 13 12:31:48 amaryllis kernel: CPU: 2 PID: 0 Comm: swapper/2 Tainted: P     U     OE     5.13.13-arch1-1 #1
Sep 13 12:31:48 amaryllis kernel: Hardware name: Dell Inc. XPS 13 9310/0MRT12, BIOS 3.1.0 07/22/2021
Sep 13 12:31:48 amaryllis kernel: RIP: 0010:__do_softirq+0x79/0x2c1
Sep 13 12:31:48 amaryllis kernel: Code: 81 67 2c ff f7 ff ff be 00 01 00 00 e8 10 11 2d ff c7 44 24 10 0a 00 00 00 65 66 c7 05 8e c3 42 69 00 00 fb 66 0f 1f 44 00 00 <b8> ff ff ff ff 49 c7 c3 c0 60 80 97 41 0f bc c7 89 c5 83 c5 01 74
Sep 13 12:31:48 amaryllis kernel: RSP: 0018:ffffb62b80214fa0 EFLAGS: 00000246
Sep 13 12:31:48 amaryllis kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 000000000000001f
Sep 13 12:31:48 amaryllis kernel: RDX: 00000000000000f9 RSI: 000000002abc2bc2 RDI: fffffffd7a486b04
Sep 13 12:31:48 amaryllis kernel: RBP: ffffb62b8016bdf8 R08: 0000000880ea74e3 R09: ffff9d0e0b20c0f0
Sep 13 12:31:48 amaryllis kernel: R10: 0000000000000040 R11: 0000000000000000 R12: 0000000000000024
Sep 13 12:31:48 amaryllis kernel: R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000040
Sep 13 12:31:48 amaryllis kernel: FS:  0000000000000000(0000) GS:ffff9d156f680000(0000) knlGS:0000000000000000
Sep 13 12:31:48 amaryllis kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 13 12:31:48 amaryllis kernel: CR2: 000055727c82f7b0 CR3: 00000005a9e10003 CR4: 0000000000770ee0
Sep 13 12:31:48 amaryllis kernel: PKRU: 55555554
Sep 13 12:31:48 amaryllis kernel: Call Trace:
Sep 13 12:31:48 amaryllis kernel:  <IRQ>
Sep 13 12:31:48 amaryllis kernel:  irq_exit_rcu+0xab/0xd0
Sep 13 12:31:48 amaryllis kernel:  common_interrupt+0x83/0xa0
Sep 13 12:31:48 amaryllis kernel:  </IRQ>
Sep 13 12:31:48 amaryllis kernel:  asm_common_interrupt+0x1e/0x40
Sep 13 12:31:48 amaryllis kernel: RIP: 0010:cpuidle_enter_state+0xc7/0x380
Sep 13 12:31:48 amaryllis kernel: Code: 8b 3d c5 0b 9f 69 e8 f8 03 8b ff 49 89 c5 0f 1f 44 00 00 31 ff e8 09 11 8b ff 45 84 ff 0f 85 da 01 00 00 fb 66 0f 1f 44 00 00 <45> 85 f6 0f 88 11 01 00 00 49 63 d6 4c 2b 2c 24 48 8d 04 52 48 8d
Sep 13 12:31:48 amaryllis kernel: RSP: 0018:ffffb62b8016bea8 EFLAGS: 00000246
Sep 13 12:31:48 amaryllis kernel: RAX: ffff9d156f6acc40 RBX: 0000000000000003 RCX: 000000000000001f
Sep 13 12:31:48 amaryllis kernel: RDX: 0000000000000000 RSI: 000000002abc2bc2 RDI: 0000000000000000
Sep 13 12:31:48 amaryllis kernel: RBP: ffff9d156f6b7a48 R08: 0000000880cdd16b R09: 00000008d41c6bba
Sep 13 12:31:48 amaryllis kernel: R10: 000000000000023e R11: 00000000000014c6 R12: ffffffff97947180
Sep 13 12:31:48 amaryllis kernel: R13: 0000000880cdd16b R14: 0000000000000003 R15: 0000000000000000
Sep 13 12:31:48 amaryllis kernel:  ? cpuidle_enter_state+0xb7/0x380
Sep 13 12:31:48 amaryllis kernel:  cpuidle_enter+0x29/0x40
Sep 13 12:31:48 amaryllis kernel:  do_idle+0x1e1/0x270
Sep 13 12:31:48 amaryllis kernel:  cpu_startup_entry+0x19/0x20
Sep 13 12:31:48 amaryllis kernel:  secondary_startup_64_no_verify+0xc2/0xcb
Sep 13 12:31:48 amaryllis kernel: audit: type=1131 audit(1631561508.223:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:31:48 amaryllis kernel: audit: type=1334 audit(1631561508.363:81): prog-id=22 op=UNLOAD
Sep 13 12:31:48 amaryllis kernel: audit: type=1334 audit(1631561508.363:82): prog-id=21 op=UNLOAD
Sep 13 12:31:48 amaryllis kernel: audit: type=1334 audit(1631561508.363:83): prog-id=20 op=UNLOAD
Sep 13 12:31:51 amaryllis kernel: ucsi_acpi USBC000:00: ucsi_handle_connector_change: GET_CONNECTOR_STATUS failed (-110)
Sep 13 12:32:20 amaryllis kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 26s! [swapper/2:0]
Sep 13 12:32:20 amaryllis kernel: Modules linked in: hid_sensor_als hid_sensor_trigger industrialio_triggered_buffer kfifo_buf snd_ctl_led hid_sensor_iio_common industrialio hid_sensor_hub joydev mousedev snd_soc_skl_hda_dsp snd_soc_intel_hda_dsp_common intel_tcc_cooling snd_soc_hdac_hdmi cros_ec_ishtp x86_pkg_temp_thermal cros_ec intel_powerclamp intel_ishtp_loader coretemp intel_ishtp_hid iTCO_wdt qrtr_mhi snd_soc_dmic intel_pmc_bxt 8250_dw dell_laptop kvm_intel iTCO_vendor_support wacom dell_wmi hid_multitouch dell_smbios usbhid intel_pmt_telemetry dcdbas mei_hdcp kvm intel_pmt_class intel_rapl_msr dell_wmi_sysman dell_wmi_descriptor wmi_bmof dell_smm_hwmon irqbypass snd_hda_codec_hdmi crct10dif_pclmul crc32_pclmul snd_hda_codec_realtek ghash_clmulni_intel snd_hda_codec_generic aesni_intel crypto_simd cryptd snd_sof_pci_intel_tgl intel_cstate wl(POE) intel_uncore snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof
Sep 13 12:32:20 amaryllis kernel:  snd_soc_hdac_hda psmouse snd_hda_ext_core snd_soc_acpi_intel_match pcspkr snd_soc_acpi soundwire_bus ledtrig_audio snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine qrtr snd_hda_intel ns snd_intel_dspcfg snd_intel_sdw_acpi ath11k_pci snd_hda_codec snd_hda_core ath11k snd_hwdep intel_spi_pci snd_pcm intel_spi spi_nor i2c_i801 snd_timer qmi_helpers mtd snd i2c_smbus soundcore mac80211 cfg80211 mhi libarc4 uvcvideo mei_me mei videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev intel_lpss_pci intel_ish_ipc intel_lpss mc idma64 intel_ishtp tpm_crb thunderbolt processor_thermal_device ucsi_acpi processor_thermal_rfim processor_thermal_mbox typec_ucsi processor_thermal_rapl intel_pmt tpm_tis intel_rapl_common typec intel_soc_dts_iosf tpm_tis_core roles tpm rng_core hci_uart btqca wmi btrtl btbcm btintel bluetooth ecdh_generic i2c_hid_acpi rfkill ecc i2c_hid int3403_thermal int340x_thermal_zone mac_hid int3400_thermal intel_hid acpi_pad acpi_tad
Sep 13 12:32:20 amaryllis kernel:  acpi_thermal_rel sparse_keymap pkcs8_key_parser i2c_dev crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 rtsx_pci_sdmmc mmc_core serio_raw atkbd libps2 crc32c_intel rtsx_pci xhci_pci xhci_pci_renesas i8042 serio i915 i2c_algo_bit intel_gtt video drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
Sep 13 12:32:20 amaryllis kernel: CPU: 2 PID: 0 Comm: swapper/2 Tainted: P     U     OEL    5.13.13-arch1-1 #1
Sep 13 12:32:20 amaryllis kernel: Hardware name: Dell Inc. XPS 13 9310/0MRT12, BIOS 3.1.0 07/22/2021
Sep 13 12:32:20 amaryllis kernel: RIP: 0010:__do_softirq+0x79/0x2c1
Sep 13 12:32:20 amaryllis kernel: Code: 81 67 2c ff f7 ff ff be 00 01 00 00 e8 10 11 2d ff c7 44 24 10 0a 00 00 00 65 66 c7 05 8e c3 42 69 00 00 fb 66 0f 1f 44 00 00 <b8> ff ff ff ff 49 c7 c3 c0 60 80 97 41 0f bc c7 89 c5 83 c5 01 74
Sep 13 12:32:20 amaryllis kernel: RSP: 0018:ffffb62b80214fa0 EFLAGS: 00000246
Sep 13 12:32:20 amaryllis kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 000000000000001f
Sep 13 12:32:20 amaryllis kernel: RDX: 00000000000000cc RSI: 000000002abc2bc2 RDI: fffffffd7a486b04
Sep 13 12:32:20 amaryllis kernel: RBP: ffffb62b8016bdf8 R08: 0000000fc0870275 R09: ffff9d0e0b20c0f0
Sep 13 12:32:20 amaryllis kernel: R10: 0000000000000040 R11: 0000000000000000 R12: 0000000000000024
Sep 13 12:32:20 amaryllis kernel: R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000040
Sep 13 12:32:20 amaryllis kernel: FS:  0000000000000000(0000) GS:ffff9d156f680000(0000) knlGS:0000000000000000
Sep 13 12:32:20 amaryllis kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 13 12:32:20 amaryllis kernel: CR2: 00007f59b9387700 CR3: 00000005a9e10005 CR4: 0000000000770ee0
Sep 13 12:32:20 amaryllis kernel: PKRU: 55555554
Sep 13 12:32:20 amaryllis kernel: Call Trace:
Sep 13 12:32:20 amaryllis kernel:  <IRQ>
Sep 13 12:32:20 amaryllis kernel:  irq_exit_rcu+0xab/0xd0
Sep 13 12:32:20 amaryllis kernel:  common_interrupt+0x83/0xa0
Sep 13 12:32:20 amaryllis kernel:  </IRQ>
Sep 13 12:32:20 amaryllis kernel:  asm_common_interrupt+0x1e/0x40
Sep 13 12:32:20 amaryllis kernel: RIP: 0010:cpuidle_enter_state+0xc7/0x380
Sep 13 12:32:20 amaryllis kernel: Code: 8b 3d c5 0b 9f 69 e8 f8 03 8b ff 49 89 c5 0f 1f 44 00 00 31 ff e8 09 11 8b ff 45 84 ff 0f 85 da 01 00 00 fb 66 0f 1f 44 00 00 <45> 85 f6 0f 88 11 01 00 00 49 63 d6 4c 2b 2c 24 48 8d 04 52 48 8d
Sep 13 12:32:20 amaryllis kernel: RSP: 0018:ffffb62b8016bea8 EFLAGS: 00000246
Sep 13 12:32:20 amaryllis kernel: RAX: ffff9d156f6acc40 RBX: 0000000000000003 RCX: 000000000000001f
Sep 13 12:32:20 amaryllis kernel: RDX: 0000000000000000 RSI: 000000002abc2bc2 RDI: 0000000000000000
Sep 13 12:32:20 amaryllis kernel: RBP: ffff9d156f6b7a48 R08: 0000000fc069585e R09: 0000000fc84d8aba
Sep 13 12:32:20 amaryllis kernel: R10: 00000000000001a1 R11: 000000000000012a R12: ffffffff97947180
Sep 13 12:32:20 amaryllis kernel: R13: 0000000fc069585e R14: 0000000000000003 R15: 0000000000000000
Sep 13 12:32:20 amaryllis kernel:  ? cpuidle_enter_state+0xb7/0x380
Sep 13 12:32:20 amaryllis kernel:  cpuidle_enter+0x29/0x40
Sep 13 12:32:20 amaryllis kernel:  do_idle+0x1e1/0x270
Sep 13 12:32:20 amaryllis kernel:  cpu_startup_entry+0x19/0x20
Sep 13 12:32:20 amaryllis kernel:  secondary_startup_64_no_verify+0xc2/0xcb
Sep 13 12:32:24 amaryllis kernel: audit: type=1111 audit(1631561544.816:84): pid=328 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-add-activate uuid=e33a91e7-2ea3-4c52-8508-358e3e6a8c91 name="ubcsecure" pid=959 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Sep 13 12:32:37 amaryllis kernel: audit: type=1113 audit(1631561557.469:85): pid=924 uid=0 auid=1000 ses=2 msg='op=logout id=1000 exe="/usr/bin/lightdm" hostname=amaryllis addr=? terminal=/dev/tty7 res=success'
Sep 13 12:32:37 amaryllis kernel: audit: type=1106 audit(1631561557.479:86): pid=924 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="adlai" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Sep 13 12:32:37 amaryllis kernel: audit: type=1104 audit(1631561557.479:87): pid=924 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="adlai" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Sep 13 12:32:37 amaryllis kernel: audit: type=1131 audit(1631561557.479:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cpupower-gui-helper comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:32:37 amaryllis kernel: audit: type=1131 audit(1631561557.483:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:32:37 amaryllis kernel: audit: type=1131 audit(1631561557.483:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:32:37 amaryllis kernel: audit: type=1131 audit(1631561557.486:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:32:37 amaryllis kernel: audit: type=1131 audit(1631561557.496:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:32:37 amaryllis kernel: audit: type=1131 audit(1631561557.519:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:32:37 amaryllis kernel: audit: type=1130 audit(1631561557.559:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: ipc timed out for 0x60050000 size 12
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: status: fw entered - code 00000005
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00004000
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: hda irq intsts 0x80000000 intlctl 0x40000783 rirb 00
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: dsp irq ppsts 0x80000000 adspis 0x00000001
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: host status 0x80000000 dsp status 0x00000000 mask 0x00000003
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: error at soc_component_trigger on 0000:00:1f.3: -110
Sep 13 12:32:38 amaryllis kernel:  HDMI3: ASoC: trigger FE cmd: 0 failed: -110
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: ipc timed out for 0x60030000 size 12
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: status: fw entered - code 00000005
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00004000
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: hda irq intsts 0x80000000 intlctl 0x40000703 rirb 00
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: dsp irq ppsts 0x80000000 adspis 0x00000001
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: host status 0x80000000 dsp status 0x00000000 mask 0x00000003
Sep 13 12:32:38 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: error at snd_soc_pcm_component_hw_free on 0000:00:1f.3: -110
Sep 13 12:32:39 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: ipc timed out for 0x80010000 size 216
Sep 13 12:32:39 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: status: fw entered - code 00000005
Sep 13 12:32:39 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: unexpected fault 0x00000000 trace 0x00004000
Sep 13 12:32:39 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: hda irq intsts 0x80000000 intlctl 0x40000703 rirb 00
Sep 13 12:32:39 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: dsp irq ppsts 0x80000000 adspis 0x00000001
Sep 13 12:32:39 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: host status 0x80000000 dsp status 0x00000000 mask 0x00000003
Sep 13 12:32:39 amaryllis kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: failed to set dai config for iDisp3
Sep 13 12:32:48 amaryllis kernel: watchdog: BUG: soft lockup - CPU#2 stuck for 52s! [swapper/2:0]
Sep 13 12:32:48 amaryllis kernel: Modules linked in: hid_sensor_als hid_sensor_trigger industrialio_triggered_buffer kfifo_buf snd_ctl_led hid_sensor_iio_common industrialio hid_sensor_hub joydev mousedev snd_soc_skl_hda_dsp snd_soc_intel_hda_dsp_common intel_tcc_cooling snd_soc_hdac_hdmi cros_ec_ishtp x86_pkg_temp_thermal cros_ec intel_powerclamp intel_ishtp_loader coretemp intel_ishtp_hid iTCO_wdt qrtr_mhi snd_soc_dmic intel_pmc_bxt 8250_dw dell_laptop kvm_intel iTCO_vendor_support wacom dell_wmi hid_multitouch dell_smbios usbhid intel_pmt_telemetry dcdbas mei_hdcp kvm intel_pmt_class intel_rapl_msr dell_wmi_sysman dell_wmi_descriptor wmi_bmof dell_smm_hwmon irqbypass snd_hda_codec_hdmi crct10dif_pclmul crc32_pclmul snd_hda_codec_realtek ghash_clmulni_intel snd_hda_codec_generic aesni_intel crypto_simd cryptd snd_sof_pci_intel_tgl intel_cstate wl(POE) intel_uncore snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof
Sep 13 12:32:48 amaryllis kernel:  snd_soc_hdac_hda psmouse snd_hda_ext_core snd_soc_acpi_intel_match pcspkr snd_soc_acpi soundwire_bus ledtrig_audio snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine qrtr snd_hda_intel ns snd_intel_dspcfg snd_intel_sdw_acpi ath11k_pci snd_hda_codec snd_hda_core ath11k snd_hwdep intel_spi_pci snd_pcm intel_spi spi_nor i2c_i801 snd_timer qmi_helpers mtd snd i2c_smbus soundcore mac80211 cfg80211 mhi libarc4 uvcvideo mei_me mei videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev intel_lpss_pci intel_ish_ipc intel_lpss mc idma64 intel_ishtp tpm_crb thunderbolt processor_thermal_device ucsi_acpi processor_thermal_rfim processor_thermal_mbox typec_ucsi processor_thermal_rapl intel_pmt tpm_tis intel_rapl_common typec intel_soc_dts_iosf tpm_tis_core roles tpm rng_core hci_uart btqca wmi btrtl btbcm btintel bluetooth ecdh_generic i2c_hid_acpi rfkill ecc i2c_hid int3403_thermal int340x_thermal_zone mac_hid int3400_thermal intel_hid acpi_pad acpi_tad
Sep 13 12:32:48 amaryllis kernel:  acpi_thermal_rel sparse_keymap pkcs8_key_parser i2c_dev crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 rtsx_pci_sdmmc mmc_core serio_raw atkbd libps2 crc32c_intel rtsx_pci xhci_pci xhci_pci_renesas i8042 serio i915 i2c_algo_bit intel_gtt video drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
Sep 13 12:32:48 amaryllis kernel: CPU: 2 PID: 0 Comm: swapper/2 Tainted: P     U     OEL    5.13.13-arch1-1 #1
Sep 13 12:32:48 amaryllis kernel: Hardware name: Dell Inc. XPS 13 9310/0MRT12, BIOS 3.1.0 07/22/2021
Sep 13 12:32:48 amaryllis kernel: RIP: 0010:__do_softirq+0x79/0x2c1
Sep 13 12:32:48 amaryllis kernel: Code: 81 67 2c ff f7 ff ff be 00 01 00 00 e8 10 11 2d ff c7 44 24 10 0a 00 00 00 65 66 c7 05 8e c3 42 69 00 00 fb 66 0f 1f 44 00 00 <b8> ff ff ff ff 49 c7 c3 c0 60 80 97 41 0f bc c7 89 c5 83 c5 01 74
Sep 13 12:32:48 amaryllis kernel: RSP: 0018:ffffb62b80214fa0 EFLAGS: 00000246
Sep 13 12:32:48 amaryllis kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 000000000000001f
Sep 13 12:32:48 amaryllis kernel: RDX: 00000000000000cc RSI: 000000002abc2bc2 RDI: fffffffd7a486b04
Sep 13 12:32:48 amaryllis kernel: RBP: ffffb62b8016bdf8 R08: 0000000fc0870275 R09: ffff9d0e0b20c0f0
Sep 13 12:32:48 amaryllis kernel: R10: 0000000000000040 R11: 0000000000000000 R12: 0000000000000024
Sep 13 12:32:48 amaryllis kernel: R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000040
Sep 13 12:32:48 amaryllis kernel: FS:  0000000000000000(0000) GS:ffff9d156f680000(0000) knlGS:0000000000000000
Sep 13 12:32:48 amaryllis kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 13 12:32:48 amaryllis kernel: CR2: 00007f59b9387700 CR3: 00000005a9e10005 CR4: 0000000000770ee0
Sep 13 12:32:48 amaryllis kernel: PKRU: 55555554
Sep 13 12:32:48 amaryllis kernel: Call Trace:
Sep 13 12:32:48 amaryllis kernel:  <IRQ>
Sep 13 12:32:48 amaryllis kernel:  irq_exit_rcu+0xab/0xd0
Sep 13 12:32:48 amaryllis kernel:  common_interrupt+0x83/0xa0
Sep 13 12:32:48 amaryllis kernel:  </IRQ>
Sep 13 12:32:48 amaryllis kernel:  asm_common_interrupt+0x1e/0x40
Sep 13 12:32:48 amaryllis kernel: RIP: 0010:cpuidle_enter_state+0xc7/0x380
Sep 13 12:32:48 amaryllis kernel: Code: 8b 3d c5 0b 9f 69 e8 f8 03 8b ff 49 89 c5 0f 1f 44 00 00 31 ff e8 09 11 8b ff 45 84 ff 0f 85 da 01 00 00 fb 66 0f 1f 44 00 00 <45> 85 f6 0f 88 11 01 00 00 49 63 d6 4c 2b 2c 24 48 8d 04 52 48 8d
Sep 13 12:32:48 amaryllis kernel: RSP: 0018:ffffb62b8016bea8 EFLAGS: 00000246
Sep 13 12:32:48 amaryllis kernel: RAX: ffff9d156f6acc40 RBX: 0000000000000003 RCX: 000000000000001f
Sep 13 12:32:48 amaryllis kernel: RDX: 0000000000000000 RSI: 000000002abc2bc2 RDI: 0000000000000000
Sep 13 12:32:48 amaryllis kernel: RBP: ffff9d156f6b7a48 R08: 0000000fc069585e R09: 0000000fc84d8aba
Sep 13 12:32:48 amaryllis kernel: R10: 00000000000001a1 R11: 000000000000012a R12: ffffffff97947180
Sep 13 12:32:48 amaryllis kernel: R13: 0000000fc069585e R14: 0000000000000003 R15: 0000000000000000
Sep 13 12:32:48 amaryllis kernel:  ? cpuidle_enter_state+0xb7/0x380
Sep 13 12:32:48 amaryllis kernel:  cpuidle_enter+0x29/0x40
Sep 13 12:32:48 amaryllis kernel:  do_idle+0x1e1/0x270
Sep 13 12:32:48 amaryllis kernel:  cpu_startup_entry+0x19/0x20
Sep 13 12:32:48 amaryllis kernel:  secondary_startup_64_no_verify+0xc2/0xcb

Last edited by htedrom (2021-09-27 17:30:27)

Offline

#9 2022-01-31 12:03:50

sleax
Member
Registered: 2020-12-01
Posts: 3

Re: [SOLVED] CPU "BUG: soft lockup" soon after boot on XPS13

I had this same issue (with both arch and slackware) unless I used 5.10 LTS kernels on my 9310.

Blacklisting the bluetooth "hci_uart" module seems to have stopped my machine locking up.

If bluetooth is needed, you could try the kernel patch mentioned here:
https://forum.manjaro.org/t/bluetooth-c … 10/71259/8

I have applied that patch to the latest mainline kernel and my machine boots reliably with bluetooth AND without any lockups (so far anyway).

Note: I tested this kernel fix on slackware (although I have the same issue with arch, this is not distro related).

I still cant load / unload the hci_uart module at runtime. Doing so requires a full poweroff to get bluetooth working again.

Last edited by sleax (2022-01-31 12:13:59)

Offline

#10 2022-02-08 23:32:57

anfractuosity
Member
Registered: 2018-07-08
Posts: 3

Re: [SOLVED] CPU "BUG: soft lockup" soon after boot on XPS13

sleax - blacklisting that module seems to have fixed it for me too! Thanks a lot!, the lock up issue was causing me much annoyance.

Offline

Board footer

Powered by FluxBB