ath11k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [BUG] Stacktrace in ath11k_pci
@ 2021-01-02 23:25 Luca Versari
  2021-01-02 23:48 ` Sedat Dilek
  2021-01-03  0:50 ` wireless wiki: ath11k missing in drivers page Sedat Dilek
  0 siblings, 2 replies; 10+ messages in thread
From: Luca Versari @ 2021-01-02 23:25 UTC (permalink / raw)
  To: ath11k, linux-wireless

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

Hi all,
I recently updated to kernel 5.10.3, which has the module for my WiFi
card (QCA6390 - Hardware name: Dell Inc. XPS 15 9500/0XWT2F, BIOS
1.4.0 08/14/2020).
The wireless card worked at the first boot, but then stopped working
producing a stack trace in dmesg:

[   22.919738] WARNING: CPU: 5 PID: 531 at
drivers/net/wireless/ath/ath11k/mac.c:5287
ath11k_mac_op_unassign_vif_chanctx+0x1d8/0x2e0 [ath11k]
[   22.919739] Modules linked in: michael_mic snd_hda_codec_hdmi
snd_hda_codec_realtek snd_hda_codec_generic snd_sof_pci
snd_sof_intel_byt snd_sof_intel_ipc snd_sof_intel_hda_common
snd_soc_hdac_hda snd_sof_xtensa_dsp snd_sof_intel_hda snd_sof
hid_sensor_als hid_sensor_trigger industrialio_triggered_buffer
kfifo_buf hid_sensor_iio_common joydev qrtr_mhi industrialio
snd_soc_skl hid_sensor_hub snd_soc_sst_ipc cros_ec_ishtp
snd_soc_sst_dsp cros_ec snd_hda_ext_core intel_ishtp_loader
snd_soc_acpi_intel_match intel_ishtp_hid snd_soc_acpi snd_hda_intel
snd_intel_dspcfg soundwire_intel soundwire_generic_allocation
soundwire_cadence qrtr hid_multitouch mousedev 8250_dw snd_hda_codec
ns ee1004 ath11k_pci mei_hdcp iTCO_wdt mhi intel_pmc_bxt snd_hda_core
dell_laptop iTCO_vendor_support dell_wmi ledtrig_audio snd_hwdep
intel_rapl_msr ath11k x86_pkg_temp_thermal dell_smbios
intel_powerclamp qmi_helpers soundwire_bus coretemp
dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof dcdbas kvm_intel
i915
[   22.919780]  dell_smm_hwmon mac80211 snd_soc_core kvm snd_compress
nvidia_drm(POE) i2c_algo_bit irqbypass crct10dif_pclmul ac97_bus
nvidia_modeset(POE) crc32_pclmul snd_pcm_dmaengine cfg80211
ghash_clmulni_intel drm_kms_helper nls_iso8859_1 snd_pcm aesni_intel
hci_uart crypto_simd snd_timer cryptd cec glue_helper btqca snd btrtl
rapl intel_lpss_pci btbcm intel_gtt i2c_i801 mei_me intel_ish_ipc
btintel processor_thermal_device vfat intel_cstate intel_lpss
syscopyarea sysfillrect fat nvidia(POE) intel_uncore pcspkr soundcore
i2c_smbus libarc4 thunderbolt ucsi_acpi mei bluetooth idma64
intel_ishtp intel_rapl_common sysimgblt typec_ucsi fb_sys_fops tpm_crb
intel_soc_dts_iosf intel_pch_thermal typec tpm_tis tpm_tis_core tpm
ecdh_generic rng_core rfkill int3403_thermal mac_hid ecc wmi i2c_hid
int340x_thermal_zone video intel_hid int3400_thermal acpi_thermal_rel
sparse_keymap acpi_tad acpi_pad drm sg fuse crypto_user agpgart
bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2
[   22.919840]  rtsx_pci_sdmmc mmc_core crc32c_intel serio_raw
rtsx_pci xhci_pci xhci_pci_renesas
[   22.919847] CPU: 5 PID: 531 Comm: wpa_supplicant Tainted: P
  OE     5.10.3-arch1-1 #1
[   22.919848] Hardware name: Dell Inc. XPS 15 9500/0XWT2F, BIOS 1.4.0
08/14/2020
[   22.919855] RIP: 0010:ath11k_mac_op_unassign_vif_chanctx+0x1d8/0x2e0 [ath11k]
[   22.919857] Code: 8b 85 e0 02 00 00 4c 89 e9 be 10 00 00 00 4c 89
e7 48 c7 c2 c8 02 8a c2 e8 55 52 01 00 80 bd 98 03 00 00 00 0f 85 71
fe ff ff <0f> 0b e9 6a fe ff ff f0 80 a3 d8 16 00 00 fe f6 05 92 34 05
00 10
[   22.919858] RSP: 0018:ffffa32400e47808 EFLAGS: 00010246
[   22.919860] RAX: 0000000000000000 RBX: ffff974428ed9d40 RCX: 0000000000000000
[   22.919861] RDX: ffff974417f50000 RSI: ffff974419a59548 RDI: ffff97441439b5f8
[   22.919862] RBP: ffff974419a59548 R08: ffff974419a58940 R09: ffffa32400e47648
[   22.919863] R10: ffffa32400e47640 R11: ffffffffb22cb1e8 R12: ffff974414740000
[   22.919864] R13: ffff974428ed9d98 R14: ffff974414399ee0 R15: ffff97441439b5f8
[   22.919865] FS:  00007ff192751cc0(0000) GS:ffff97535b740000(0000)
knlGS:0000000000000000
[   22.919866] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   22.919867] CR2: 000055c030d5a018 CR3: 000000010fcdc005 CR4: 00000000007706e0
[   22.919868] PKRU: 55555554
[   22.919869] Call Trace:
[   22.919900]  ieee80211_assign_vif_chanctx+0x81/0x440 [mac80211]
[   22.919922]  __ieee80211_vif_release_channel+0x4f/0x130 [mac80211]
[   22.919941]  ieee80211_vif_release_channel+0x3a/0x50 [mac80211]
[   22.919964]  ieee80211_mgd_auth.cold+0x10a/0x160 [mac80211]
[   22.919988]  cfg80211_mlme_auth+0x127/0x240 [cfg80211]
[   22.920004]  nl80211_authenticate+0x2ac/0x300 [cfg80211]
[   22.920010]  genl_family_rcv_msg_doit+0xfd/0x160
[   22.920013]  genl_rcv_msg+0xef/0x1e0
[   22.920015]  ? netlink_sendmsg+0x33b/0x480
[   22.920029]  ? nl80211_parse_key+0x310/0x310 [cfg80211]
[   22.920031]  ? genl_get_cmd+0xd0/0xd0
[   22.920032]  netlink_rcv_skb+0x5b/0x100
[   22.920034]  genl_rcv+0x24/0x40
[   22.920036]  netlink_unicast+0x242/0x340
[   22.920038]  netlink_sendmsg+0x243/0x480
[   22.920040]  sock_sendmsg+0x5e/0x60
[   22.920042]  ____sys_sendmsg+0x25a/0x2a0
[   22.920044]  ? copy_msghdr_from_user+0x6e/0xa0
[   22.920046]  ___sys_sendmsg+0x97/0xe0
[   22.920050]  __sys_sendmsg+0x81/0xd0
[   22.920054]  do_syscall_64+0x33/0x40
[   22.920056]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   22.920058] RIP: 0033:0x7ff192ba07e7
[   22.920061] Code: 0c 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7
0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 2e 00 00
00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 89 54 24 1c 48 89 74
24 10
[   22.920062] RSP: 002b:00007ffdb25bb4a8 EFLAGS: 00000246 ORIG_RAX:
000000000000002e
[   22.920064] RAX: ffffffffffffffda RBX: 0000562ffc838780 RCX: 00007ff192ba07e7
[   22.920065] RDX: 0000000000000000 RSI: 00007ffdb25bb4e0 RDI: 0000000000000006
[   22.920066] RBP: 0000562ffc838690 R08: 0000000000000004 R09: 0000562ffc82e010
[   22.920067] R10: 00007ffdb25bb5b4 R11: 0000000000000246 R12: 0000562ffc8774c0
[   22.920067] R13: 00007ffdb25bb4e0 R14: 00007ffdb25bb5b4 R15: 0000562ffc869a90

A quick search on the mailing list pointed me to this thread -
https://marc.info/?l=linux-wireless&m=160527461622577&w=2 - which
might or might not be related.

I'm attaching the full dmesg output, in case it's useful, and I'm
available to test patches :)
Luca

[-- Attachment #2: bug --]
[-- Type: application/octet-stream, Size: 100196 bytes --]

[    0.000000] microcode: microcode updated early to revision 0xe0, date = 2020-07-08
[    0.000000] Linux version 5.10.3-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Sun, 27 Dec 2020 10:50:46 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2ba6a53-58ec-450c-82b5-2ae862073fff rw loglevel=3 quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[9]:  960, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x21f, context size is 968 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003b011fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b012000-0x000000003b012fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003b013000-0x000000003b013fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b014000-0x000000004c825fff] usable
[    0.000000] BIOS-e820: [mem 0x000000004c826000-0x000000004ca15fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca16000-0x000000004ca17fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca18000-0x000000004ca1bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca1c000-0x000000004ca1cfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca1d000-0x000000004ca20fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca21000-0x000000004ca21fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca22000-0x000000004ca26fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca27000-0x000000004ca27fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca28000-0x000000004ca2cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca2d000-0x000000004ca2ffff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca30000-0x000000004ca33fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca34000-0x000000004ca35fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca36000-0x000000004ca39fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca3a000-0x000000004ca3afff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca3b000-0x000000004ca3efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca3f000-0x000000004ca40fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca41000-0x000000004ca45fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca46000-0x000000004ca47fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca48000-0x000000004ca4cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca4d000-0x000000004ca4ffff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca50000-0x000000004ca54fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca55000-0x000000004ca6bfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca6c000-0x000000004ca8efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca8f000-0x000000004ca8ffff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca90000-0x000000004ca93fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca94000-0x000000004ca94fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca95000-0x000000004ca99fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004ca9a000-0x000000004ca9afff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004ca9b000-0x000000004ca9ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004caa0000-0x000000004caa0fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004caa1000-0x000000004caa4fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004caa5000-0x000000004caa6fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004caa7000-0x000000004caabfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004caac000-0x000000004caadfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000004caae000-0x000000004f8b4fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004f8b5000-0x000000004ff24fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000004ff25000-0x000000004fffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000004ffff000-0x000000004fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000050000000-0x00000000607fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000109b7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by Dell
[    0.000000] efi: SMBIOS=0x4d263000 TPMFinalLog=0x4ff1d000 ACPI=0x4fffe000 ACPI 2.0=0x4fffe014 ESRT=0x4d14c698 MEMATTR=0x4984b018 PROP=0x39df2130 
[    0.000000] SMBIOS 3.2 present.
[    0.000000] DMI: Dell Inc. XPS 15 9500/0XWT2F, BIOS 1.4.0 08/14/2020
[    0.000000] tsc: Detected 2400.000 MHz processor
[    0.000744] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000746] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000753] last_pfn = 0x109b800 max_arch_pfn = 0x400000000
[    0.000756] MTRR default type: write-back
[    0.000756] MTRR fixed ranges enabled:
[    0.000757]   00000-9FFFF write-back
[    0.000758]   A0000-BFFFF uncachable
[    0.000758]   C0000-FFFFF write-protect
[    0.000759] MTRR variable ranges enabled:
[    0.000760]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000761]   1 base 0060000000 mask 7FE0000000 uncachable
[    0.000761]   2 base 005C000000 mask 7FFC000000 uncachable
[    0.000762]   3 base 4000000000 mask 4000000000 uncachable
[    0.000762]   4 disabled
[    0.000763]   5 disabled
[    0.000763]   6 disabled
[    0.000763]   7 disabled
[    0.000764]   8 disabled
[    0.000764]   9 disabled
[    0.001105] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001362] last_pfn = 0x50000 max_arch_pfn = 0x400000000
[    0.012972] esrt: Reserving ESRT space from 0x000000004d14c698 to 0x000000004d14c720.
[    0.012980] check: Scanning 1 areas for low memory corruption
[    0.012983] Using GB pages for direct mapping
[    0.013454] Secure boot could not be determined
[    0.013455] RAMDISK: [mem 0x36a63000-0x37528fff]
[    0.013461] ACPI: Early table checksum verification disabled
[    0.013462] ACPI: RSDP 0x000000004FFFE014 000024 (v02 DELL  )
[    0.013465] ACPI: XSDT 0x000000004FF93188 0000EC (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013468] ACPI: FACP 0x000000004FFF0000 000114 (v06 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013471] ACPI: DSDT 0x000000004FFA3000 049DC8 (v02 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013472] ACPI: FACS 0x000000004FE85000 000040
[    0.013474] ACPI: SSDT 0x000000004FFFA000 00203C (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.013476] ACPI: SSDT 0x000000004FFF3000 0063E5 (v02 INTEL  DptfTabl 00001000 INTL 20160527)
[    0.013477] ACPI: SSDT 0x000000004FFF1000 00134A (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.013479] ACPI: HPET 0x000000004FFEF000 000038 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013481] ACPI: APIC 0x000000004FFEE000 000164 (v03 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013482] ACPI: MCFG 0x000000004FFED000 00003C (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013484] ACPI: SSDT 0x000000004FFA1000 001749 (v02 DELL   DellRtd3 00001000 INTL 20160527)
[    0.013486] ACPI: SSDT 0x000000004FFA0000 000CB0 (v02 DELL   xh_Dell_ 00000000 INTL 20160527)
[    0.013487] ACPI: NHLT 0x000000004FF9F000 00002D (v00 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013489] ACPI: SSDT 0x000000004FF9E000 000C78 (v02 DELL   UsbCTabl 00001000 INTL 20160527)
[    0.013491] ACPI: LPIT 0x000000004FF9D000 000094 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013492] ACPI: SSDT 0x000000004FF9C000 000B75 (v02 DELL   PtidDevc 00001000 INTL 20160527)
[    0.013494] ACPI: DBGP 0x000000004FF9B000 000034 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013495] ACPI: DBG2 0x000000004FF9A000 000054 (v00 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013497] ACPI: SSDT 0x000000004FF99000 00060E (v02 DELL   Tpm2Tabl 00001000 INTL 20160527)
[    0.013499] ACPI: TPM2 0x000000004FF98000 000034 (v04 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013500] ACPI: SLIC 0x000000004FF97000 000176 (v03 DELL   CBX3     06222004 MSFT 00010013)
[    0.013502] ACPI: BOOT 0x000000004FF96000 000028 (v01 DELL   CBX3     20170001 INTL 20160422)
[    0.013504] ACPI: MSDM 0x000000004FF95000 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.013505] ACPI: DMAR 0x000000004FF94000 0000A8 (v01 INTEL  Dell Inc 00000002      01000013)
[    0.013507] ACPI: SSDT 0x000000004FF8E000 0041A0 (v01 DELL   NvdTable 00001000 INTL 20160527)
[    0.013509] ACPI: SSDT 0x000000004FFFD000 000156 (v02 Dell   ADebTabl 00001000 INTL 20160527)
[    0.013510] ACPI: BGRT 0x000000004FF8D000 000038 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013512] ACPI: FPDT 0x000000004FF8C000 000034 (v01 DELL   Dell Inc 20170001 INTL 20160422)
[    0.013517] ACPI: Local APIC address 0xfee00000
[    0.013693] No NUMA configuration found
[    0.013694] Faking a node at [mem 0x0000000000000000-0x000000109b7fffff]
[    0.013696] NODE_DATA(0) allocated [mem 0x109b7fc000-0x109b7fffff]
[    0.076801] Zone ranges:
[    0.076802]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.076802]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.076803]   Normal   [mem 0x0000000100000000-0x000000109b7fffff]
[    0.076804]   Device   empty
[    0.076805] Movable zone start for each node
[    0.076805] Early memory node ranges
[    0.076806]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.076806]   node   0: [mem 0x0000000000100000-0x000000003b011fff]
[    0.076807]   node   0: [mem 0x000000003b014000-0x000000004c825fff]
[    0.076807]   node   0: [mem 0x000000004ffff000-0x000000004fffffff]
[    0.076808]   node   0: [mem 0x0000000100000000-0x000000109b7fffff]
[    0.077040] Zeroed struct page in unavailable ranges: 32829 pages
[    0.077041] Initmem setup node 0 [mem 0x0000000000001000-0x000000109b7fffff]
[    0.077042] On node 0 totalpages: 16678851
[    0.077043]   DMA zone: 64 pages used for memmap
[    0.077044]   DMA zone: 24 pages reserved
[    0.077044]   DMA zone: 3998 pages, LIFO batch:0
[    0.077059]   DMA32 zone: 4833 pages used for memmap
[    0.077059]   DMA32 zone: 309285 pages, LIFO batch:63
[    0.078089]   Normal zone: 255712 pages used for memmap
[    0.078089]   Normal zone: 16365568 pages, LIFO batch:63
[    0.140652] Reserving Intel graphics memory at [mem 0x5c800000-0x607fffff]
[    0.141334] ACPI: PM-Timer IO Port: 0x1808
[    0.141335] ACPI: Local APIC address 0xfee00000
[    0.141340] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.141340] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.141341] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.141341] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.141342] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.141342] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.141343] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.141343] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.141343] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.141344] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.141344] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.141345] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.141345] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.141345] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.141346] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.141346] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.141347] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.141347] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.141348] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.141348] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.141382] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.141384] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.141385] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.141386] ACPI: IRQ0 used by override.
[    0.141386] ACPI: IRQ9 used by override.
[    0.141387] Using ACPI (MADT) for SMP configuration information
[    0.141388] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.141393] e820: update [mem 0x4972e000-0x4974dfff] usable ==> reserved
[    0.141402] TSC deadline timer available
[    0.141403] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.141440] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.141442] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.141443] PM: hibernation: Registered nosave memory: [mem 0x3b012000-0x3b012fff]
[    0.141444] PM: hibernation: Registered nosave memory: [mem 0x3b013000-0x3b013fff]
[    0.141445] PM: hibernation: Registered nosave memory: [mem 0x4972e000-0x4974dfff]
[    0.141447] PM: hibernation: Registered nosave memory: [mem 0x4c826000-0x4ca15fff]
[    0.141447] PM: hibernation: Registered nosave memory: [mem 0x4ca16000-0x4ca17fff]
[    0.141448] PM: hibernation: Registered nosave memory: [mem 0x4ca18000-0x4ca1bfff]
[    0.141448] PM: hibernation: Registered nosave memory: [mem 0x4ca1c000-0x4ca1cfff]
[    0.141449] PM: hibernation: Registered nosave memory: [mem 0x4ca1d000-0x4ca20fff]
[    0.141449] PM: hibernation: Registered nosave memory: [mem 0x4ca21000-0x4ca21fff]
[    0.141449] PM: hibernation: Registered nosave memory: [mem 0x4ca22000-0x4ca26fff]
[    0.141450] PM: hibernation: Registered nosave memory: [mem 0x4ca27000-0x4ca27fff]
[    0.141450] PM: hibernation: Registered nosave memory: [mem 0x4ca28000-0x4ca2cfff]
[    0.141451] PM: hibernation: Registered nosave memory: [mem 0x4ca2d000-0x4ca2ffff]
[    0.141451] PM: hibernation: Registered nosave memory: [mem 0x4ca30000-0x4ca33fff]
[    0.141452] PM: hibernation: Registered nosave memory: [mem 0x4ca34000-0x4ca35fff]
[    0.141452] PM: hibernation: Registered nosave memory: [mem 0x4ca36000-0x4ca39fff]
[    0.141452] PM: hibernation: Registered nosave memory: [mem 0x4ca3a000-0x4ca3afff]
[    0.141453] PM: hibernation: Registered nosave memory: [mem 0x4ca3b000-0x4ca3efff]
[    0.141453] PM: hibernation: Registered nosave memory: [mem 0x4ca3f000-0x4ca40fff]
[    0.141454] PM: hibernation: Registered nosave memory: [mem 0x4ca41000-0x4ca45fff]
[    0.141454] PM: hibernation: Registered nosave memory: [mem 0x4ca46000-0x4ca47fff]
[    0.141454] PM: hibernation: Registered nosave memory: [mem 0x4ca48000-0x4ca4cfff]
[    0.141455] PM: hibernation: Registered nosave memory: [mem 0x4ca4d000-0x4ca4ffff]
[    0.141455] PM: hibernation: Registered nosave memory: [mem 0x4ca50000-0x4ca54fff]
[    0.141456] PM: hibernation: Registered nosave memory: [mem 0x4ca55000-0x4ca6bfff]
[    0.141456] PM: hibernation: Registered nosave memory: [mem 0x4ca6c000-0x4ca8efff]
[    0.141457] PM: hibernation: Registered nosave memory: [mem 0x4ca8f000-0x4ca8ffff]
[    0.141457] PM: hibernation: Registered nosave memory: [mem 0x4ca90000-0x4ca93fff]
[    0.141457] PM: hibernation: Registered nosave memory: [mem 0x4ca94000-0x4ca94fff]
[    0.141458] PM: hibernation: Registered nosave memory: [mem 0x4ca95000-0x4ca99fff]
[    0.141458] PM: hibernation: Registered nosave memory: [mem 0x4ca9a000-0x4ca9afff]
[    0.141459] PM: hibernation: Registered nosave memory: [mem 0x4ca9b000-0x4ca9ffff]
[    0.141459] PM: hibernation: Registered nosave memory: [mem 0x4caa0000-0x4caa0fff]
[    0.141459] PM: hibernation: Registered nosave memory: [mem 0x4caa1000-0x4caa4fff]
[    0.141460] PM: hibernation: Registered nosave memory: [mem 0x4caa5000-0x4caa6fff]
[    0.141460] PM: hibernation: Registered nosave memory: [mem 0x4caa7000-0x4caabfff]
[    0.141461] PM: hibernation: Registered nosave memory: [mem 0x4caac000-0x4caadfff]
[    0.141461] PM: hibernation: Registered nosave memory: [mem 0x4caae000-0x4f8b4fff]
[    0.141462] PM: hibernation: Registered nosave memory: [mem 0x4f8b5000-0x4ff24fff]
[    0.141462] PM: hibernation: Registered nosave memory: [mem 0x4ff25000-0x4fffefff]
[    0.141464] PM: hibernation: Registered nosave memory: [mem 0x50000000-0x607fffff]
[    0.141464] PM: hibernation: Registered nosave memory: [mem 0x60800000-0xdfffffff]
[    0.141464] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.141465] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfeffffff]
[    0.141465] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.141466] [mem 0x60800000-0xdfffffff] available for PCI devices
[    0.141467] Booting paravirtualized kernel on bare hardware
[    0.141469] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.144620] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.144833] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.144840] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.144840] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.144862] Built 1 zonelists, mobility grouping on.  Total pages: 16418218
[    0.144863] Policy zone: Normal
[    0.144864] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2ba6a53-58ec-450c-82b5-2ae862073fff rw loglevel=3 quiet
[    0.146942] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.147932] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.148009] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.239936] Memory: 65352472K/66715404K available (14344K kernel code, 2040K rwdata, 8168K rodata, 1716K init, 4288K bss, 1362672K reserved, 0K cma-reserved)
[    0.239941] random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
[    0.240014] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.240021] ftrace: allocating 41846 entries in 164 pages
[    0.249574] ftrace: allocated 164 pages with 3 groups
[    0.249654] rcu: Preemptible hierarchical RCU implementation.
[    0.249654] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.249655] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.249656] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.249656] 	Trampoline variant of Tasks RCU enabled.
[    0.249656] 	Rude variant of Tasks RCU enabled.
[    0.249657] 	Tracing variant of Tasks RCU enabled.
[    0.249657] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.249658] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.251939] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.252303] Console: colour dummy device 80x25
[    0.252314] printk: console [tty0] enabled
[    0.252327] ACPI: Core revision 20200925
[    0.252658] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.252747] APIC: Switch to symmetric I/O mode setup
[    0.252748] DMAR: Host address width 39
[    0.252749] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.252753] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.252753] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.252755] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.252756] DMAR: RMRR base: 0x0000004f421000 end: 0x0000004f440fff
[    0.252757] DMAR: RMRR base: 0x0000005c000000 end: 0x000000607fffff
[    0.252758] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.252759] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.252759] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.254320] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.254321] x2apic enabled
[    0.254346] Switched APIC routing to cluster x2apic.
[    0.259411] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.276046] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
[    0.276048] Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.00 BogoMIPS (lpj=8000000)
[    0.276050] pid_max: default: 32768 minimum: 301
[    0.278255] LSM: Security Framework initializing
[    0.278258] Yama: becoming mindful.
[    0.278360] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.278414] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.278562] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.278578] process: using mwait in idle threads
[    0.278580] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.278580] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.278582] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.278583] Spectre V2 : Mitigation: Enhanced IBRS
[    0.278583] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.278584] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.278584] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.278730] Freeing SMP alternatives memory: 36K
[    0.279472] smpboot: CPU0: Intel(R) Core(TM) i9-10885H CPU @ 2.40GHz (family: 0x6, model: 0xa5, stepping: 0x2)
[    0.279518] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.279524] ... version:                4
[    0.279525] ... bit width:              48
[    0.279525] ... generic registers:      4
[    0.279525] ... value mask:             0000ffffffffffff
[    0.279526] ... max period:             00007fffffffffff
[    0.279526] ... fixed-purpose events:   3
[    0.279526] ... event mask:             000000070000000f
[    0.279579] rcu: Hierarchical SRCU implementation.
[    0.280116] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.280180] smp: Bringing up secondary CPUs ...
[    0.280230] x86: Booting SMP configuration:
[    0.280231] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.293396] smp: Brought up 1 node, 16 CPUs
[    0.293396] smpboot: Max logical packages: 1
[    0.293396] smpboot: Total of 16 processors activated (76830.00 BogoMIPS)
[    0.296981] devtmpfs: initialized
[    0.296981] x86/mm: Memory block size: 2048MB
[    0.296981] PM: Registering ACPI NVS region [mem 0x3b012000-0x3b012fff] (4096 bytes)
[    0.296981] PM: Registering ACPI NVS region [mem 0x4f8b5000-0x4ff24fff] (6750208 bytes)
[    0.296981] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.296981] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.296981] pinctrl core: initialized pinctrl subsystem
[    0.296981] PM: RTC time: 22:46:39, date: 2021-01-02
[    0.296981] NET: Registered protocol family 16
[    0.296981] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.296981] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.296981] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.296981] audit: initializing netlink subsys (disabled)
[    0.296981] audit: type=2000 audit(1609627599.039:1): state=initialized audit_enabled=0 res=1
[    0.296981] thermal_sys: Registered thermal governor 'fair_share'
[    0.296981] thermal_sys: Registered thermal governor 'bang_bang'
[    0.296981] thermal_sys: Registered thermal governor 'step_wise'
[    0.296981] thermal_sys: Registered thermal governor 'user_space'
[    0.296981] thermal_sys: Registered thermal governor 'power_allocator'
[    0.296981] cpuidle: using governor ladder
[    0.296981] cpuidle: using governor menu
[    0.296981] Simple Boot Flag at 0x47 set to 0x80
[    0.296981] ACPI: bus type PCI registered
[    0.296981] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.296981] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.296981] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.296981] PCI: Using configuration type 1 for base access
[    0.296981] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.299402] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.299402] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.299449] ACPI: Added _OSI(Module Device)
[    0.299450] ACPI: Added _OSI(Processor Device)
[    0.299450] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.299451] ACPI: Added _OSI(Processor Aggregator Device)
[    0.299451] ACPI: Added _OSI(Linux-Dell-Video)
[    0.299452] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.299453] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.337533] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.406572] ACPI: Dynamic OEM Table Load:
[    0.406583] ACPI: SSDT 0xFFFF974401D8BF00 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.408236] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.409879] ACPI: Dynamic OEM Table Load:
[    0.409887] ACPI: SSDT 0xFFFF974401E1A000 000502 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.411685] ACPI: Dynamic OEM Table Load:
[    0.411692] ACPI: SSDT 0xFFFF974401E18800 00053F (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.413584] ACPI: Dynamic OEM Table Load:
[    0.413590] ACPI: SSDT 0xFFFF974401D41A00 00016C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.415203] ACPI: Dynamic OEM Table Load:
[    0.415211] ACPI: SSDT 0xFFFF974401DD0000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.416946] ACPI: Dynamic OEM Table Load:
[    0.416953] ACPI: SSDT 0xFFFF974401E18000 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.418618] ACPI: Dynamic OEM Table Load:
[    0.418624] ACPI: SSDT 0xFFFF974401D4B400 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.420201] ACPI: Dynamic OEM Table Load:
[    0.420207] ACPI: SSDT 0xFFFF974401DD7000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.422331] ACPI: Dynamic OEM Table Load:
[    0.422336] ACPI: SSDT 0xFFFF974401D4EC00 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.429133] ACPI: EC: EC started
[    0.429133] ACPI: EC: interrupt blocked
[    0.431577] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.431578] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.431578] ACPI: Interpreter enabled
[    0.431614] ACPI: (supports S0 S3 S4 S5)
[    0.431615] ACPI: Using IOAPIC for interrupt routing
[    0.431641] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.432353] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.433407] ACPI: Power Resource [PG00] (on)
[    0.438340] ACPI: Power Resource [USBC] (on)
[    0.440421] ACPI: Power Resource [PXP] (on)
[    0.442363] ACPI: Power Resource [WRST] (on)
[    0.442397] ACPI: Power Resource [DRST] (on)
[    0.446749] ACPI: Power Resource [V0PR] (on)
[    0.446879] ACPI: Power Resource [V1PR] (on)
[    0.447004] ACPI: Power Resource [V2PR] (on)
[    0.449796] ACPI: Power Resource [WRST] (on)
[    0.457630] ACPI: Power Resource [PIN] (off)
[    0.457919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.457923] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.458978] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.460943] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.463108] PCI host bridge to bus 0000:00
[    0.463110] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.463111] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.463111] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.463112] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.463112] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.463113] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.463114] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.463114] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.463115] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.463115] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.463116] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.463116] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.463117] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.463118] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.463118] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.463119] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.463119] pci_bus 0000:00: root bus resource [mem 0x60800000-0xdfffffff window]
[    0.463120] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.463120] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.463121] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.463137] pci 0000:00:00.0: [8086:9b44] type 00 class 0x060000
[    0.464052] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.464081] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.464971] pci 0000:00:02.0: [8086:9bc4] type 00 class 0x030000
[    0.464977] pci 0000:00:02.0: reg 0x10: [mem 0x604a000000-0x604affffff 64bit]
[    0.464980] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.464983] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.464993] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.465740] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.465745] pci 0000:00:04.0: reg 0x10: [mem 0x604b110000-0x604b117fff 64bit]
[    0.466536] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.466542] pci 0000:00:08.0: reg 0x10: [mem 0x604b127000-0x604b127fff 64bit]
[    0.467313] pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000
[    0.467326] pci 0000:00:12.0: reg 0x10: [mem 0x604b126000-0x604b126fff 64bit]
[    0.468119] pci 0000:00:13.0: [8086:06fc] type 00 class 0x070000
[    0.468134] pci 0000:00:13.0: reg 0x10: [mem 0x604b11e000-0x604b11ffff 64bit]
[    0.468187] pci 0000:00:13.0: PME# supported from D0 D3hot
[    0.469001] pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330
[    0.469013] pci 0000:00:14.0: reg 0x10: [mem 0x604b100000-0x604b10ffff 64bit]
[    0.469062] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.469870] pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000
[    0.469884] pci 0000:00:14.2: reg 0x10: [mem 0x604b11c000-0x604b11dfff 64bit]
[    0.469893] pci 0000:00:14.2: reg 0x18: [mem 0x604b125000-0x604b125fff 64bit]
[    0.470695] pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000
[    0.470745] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.471629] pci 0000:00:15.1: [8086:06e9] type 00 class 0x0c8000
[    0.471679] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.472560] pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000
[    0.472577] pci 0000:00:16.0: reg 0x10: [mem 0x604b122000-0x604b122fff 64bit]
[    0.472644] pci 0000:00:16.0: PME# supported from D3hot
[    0.473535] pci 0000:00:1b.0: [8086:06c0] type 01 class 0x060400
[    0.473615] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.473640] pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
[    0.474569] pci 0000:00:1c.0: [8086:06b8] type 01 class 0x060400
[    0.475315] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.475338] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.475560] pci 0000:00:1c.5: [8086:06bd] type 01 class 0x060400
[    0.475626] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.475645] pci 0000:00:1c.5: PTM enabled (root), 4ns granularity
[    0.476528] pci 0000:00:1c.6: [8086:06be] type 01 class 0x060400
[    0.476596] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.476617] pci 0000:00:1c.6: PTM enabled (root), 4ns granularity
[    0.477503] pci 0000:00:1d.0: [8086:06b0] type 01 class 0x060400
[    0.477580] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.477604] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.478557] pci 0000:00:1e.0: [8086:06a8] type 00 class 0x078000
[    0.478608] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.479515] pci 0000:00:1f.0: [8086:068e] type 00 class 0x060100
[    0.480348] pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040380
[    0.480377] pci 0000:00:1f.3: reg 0x10: [mem 0x604b118000-0x604b11bfff 64bit]
[    0.480414] pci 0000:00:1f.3: reg 0x20: [mem 0x604b000000-0x604b0fffff 64bit]
[    0.480489] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.481375] pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500
[    0.481396] pci 0000:00:1f.4: reg 0x10: [mem 0x604b120000-0x604b1200ff 64bit]
[    0.481417] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.482197] pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000
[    0.482209] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.483011] pci 0000:01:00.0: [10de:1f95] type 00 class 0x030200
[    0.483028] pci 0000:01:00.0: reg 0x10: [mem 0xb3000000-0xb3ffffff]
[    0.483042] pci 0000:01:00.0: reg 0x14: [mem 0x70000000-0x7fffffff 64bit pref]
[    0.483056] pci 0000:01:00.0: reg 0x1c: [mem 0x80000000-0x81ffffff 64bit pref]
[    0.483064] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.483072] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.483150] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.483197] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.483271] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.483272] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.483273] pci 0000:00:01.0:   bridge window [mem 0xb3000000-0xb3ffffff]
[    0.483275] pci 0000:00:01.0:   bridge window [mem 0x70000000-0x81ffffff 64bit pref]
[    0.483488] pci 0000:02:00.0: [144d:a808] type 00 class 0x010802
[    0.483505] pci 0000:02:00.0: reg 0x10: [mem 0xb4300000-0xb4303fff 64bit]
[    0.483716] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.483719] pci 0000:00:1b.0:   bridge window [mem 0xb4300000-0xb43fffff]
[    0.483776] pci 0000:03:00.0: [8086:15ea] type 01 class 0x060400
[    0.483821] pci 0000:03:00.0: enabling Extended Tags
[    0.483913] pci 0000:03:00.0: supports D1 D2
[    0.483913] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.483990] pci 0000:03:00.0: PTM enabled, 4ns granularity
[    0.484050] pci 0000:00:1c.0: PCI bridge to [bus 03-6c]
[    0.484053] pci 0000:00:1c.0:   bridge window [mem 0x84000000-0xb20fffff]
[    0.484056] pci 0000:00:1c.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.484128] pci 0000:04:00.0: [8086:15ea] type 01 class 0x060400
[    0.484175] pci 0000:04:00.0: enabling Extended Tags
[    0.484267] pci 0000:04:00.0: supports D1 D2
[    0.484268] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.484386] pci 0000:04:01.0: [8086:15ea] type 01 class 0x060400
[    0.484433] pci 0000:04:01.0: enabling Extended Tags
[    0.484527] pci 0000:04:01.0: supports D1 D2
[    0.484528] pci 0000:04:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.484644] pci 0000:04:02.0: [8086:15ea] type 01 class 0x060400
[    0.484691] pci 0000:04:02.0: enabling Extended Tags
[    0.484781] pci 0000:04:02.0: supports D1 D2
[    0.484782] pci 0000:04:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.484902] pci 0000:04:04.0: [8086:15ea] type 01 class 0x060400
[    0.484949] pci 0000:04:04.0: enabling Extended Tags
[    0.485042] pci 0000:04:04.0: supports D1 D2
[    0.485043] pci 0000:04:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.485161] pci 0000:03:00.0: PCI bridge to [bus 04-6c]
[    0.485168] pci 0000:03:00.0:   bridge window [mem 0x84000000-0xb1ffffff]
[    0.485173] pci 0000:03:00.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.485230] pci 0000:05:00.0: [8086:15eb] type 00 class 0x088000
[    0.485246] pci 0000:05:00.0: reg 0x10: [mem 0xb1f00000-0xb1f3ffff]
[    0.485253] pci 0000:05:00.0: reg 0x14: [mem 0xb1f40000-0xb1f40fff]
[    0.485295] pci 0000:05:00.0: enabling Extended Tags
[    0.485395] pci 0000:05:00.0: supports D1 D2
[    0.485396] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.485512] pci 0000:04:00.0: PCI bridge to [bus 05]
[    0.485519] pci 0000:04:00.0:   bridge window [mem 0xb1f00000-0xb1ffffff]
[    0.485558] pci 0000:04:01.0: PCI bridge to [bus 06-38]
[    0.485565] pci 0000:04:01.0:   bridge window [mem 0x9b000000-0xb1efffff]
[    0.485570] pci 0000:04:01.0:   bridge window [mem 0x6025000000-0x6049ffffff 64bit pref]
[    0.485637] pci 0000:39:00.0: [8086:15ec] type 00 class 0x0c0330
[    0.485657] pci 0000:39:00.0: reg 0x10: [mem 0x9af00000-0x9af0ffff]
[    0.485727] pci 0000:39:00.0: enabling Extended Tags
[    0.485841] pci 0000:39:00.0: supports D1 D2
[    0.485842] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.485934] pci 0000:39:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:04:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.485989] pci 0000:04:02.0: PCI bridge to [bus 39]
[    0.485996] pci 0000:04:02.0:   bridge window [mem 0x9af00000-0x9affffff]
[    0.486035] pci 0000:04:04.0: PCI bridge to [bus 3a-6c]
[    0.486042] pci 0000:04:04.0:   bridge window [mem 0x84000000-0x9aefffff]
[    0.486047] pci 0000:04:04.0:   bridge window [mem 0x6000000000-0x6024ffffff 64bit pref]
[    0.486130] pci 0000:6d:00.0: [17cb:1101] type 00 class 0x028000
[    0.486148] pci 0000:6d:00.0: reg 0x10: [mem 0xb4200000-0xb42fffff 64bit]
[    0.486257] pci 0000:6d:00.0: PME# supported from D0 D3hot D3cold
[    0.486315] pci 0000:6d:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:1c.5 (capable of 7.876 Gb/s with 8.0 GT/s PCIe x1 link)
[    0.486410] pci 0000:00:1c.5: PCI bridge to [bus 6d]
[    0.486413] pci 0000:00:1c.5:   bridge window [mem 0xb4200000-0xb42fffff]
[    0.486475] pci 0000:6e:00.0: [10ec:5260] type 00 class 0xff0000
[    0.486487] pci 0000:6e:00.0: reg 0x10: [mem 0xb4100000-0xb4100fff]
[    0.486595] pci 0000:6e:00.0: supports D1 D2
[    0.486596] pci 0000:6e:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.486717] pci 0000:00:1c.6: PCI bridge to [bus 6e]
[    0.486721] pci 0000:00:1c.6:   bridge window [mem 0xb4100000-0xb41fffff]
[    0.486782] pci 0000:6f:00.0: [15b7:5006] type 00 class 0x010802
[    0.486799] pci 0000:6f:00.0: reg 0x10: [mem 0xb4000000-0xb4003fff 64bit]
[    0.486825] pci 0000:6f:00.0: reg 0x20: [mem 0xb4004000-0xb40040ff 64bit]
[    0.486995] pci 0000:00:1d.0: PCI bridge to [bus 6f]
[    0.486998] pci 0000:00:1d.0:   bridge window [mem 0xb4000000-0xb40fffff]
[    0.500765] ACPI: EC: interrupt unblocked
[    0.500765] ACPI: EC: event unblocked
[    0.500771] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.500772] ACPI: EC: GPE=0x6e
[    0.500773] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.500773] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    0.500819] iommu: Default domain type: Translated 
[    0.500825] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.500825] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.500825] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.500825] vgaarb: loaded
[    0.500825] SCSI subsystem initialized
[    0.500825] libata version 3.00 loaded.
[    0.500825] ACPI: bus type USB registered
[    0.500825] usbcore: registered new interface driver usbfs
[    0.500825] usbcore: registered new interface driver hub
[    0.500825] usbcore: registered new device driver usb
[    0.500825] pps_core: LinuxPPS API ver. 1 registered
[    0.500825] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.500825] PTP clock support registered
[    0.500825] EDAC MC: Ver: 3.0.0
[    0.500825] Registered efivars operations
[    0.500825] NetLabel: Initializing
[    0.500825] NetLabel:  domain hash size = 128
[    0.500825] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.500825] NetLabel:  unlabeled traffic allowed by default
[    0.500825] PCI: Using ACPI for IRQ routing
[    0.530712] PCI: pci_cache_line_size set to 64 bytes
[    0.531231] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.531232] e820: reserve RAM buffer [mem 0x3b012000-0x3bffffff]
[    0.531232] e820: reserve RAM buffer [mem 0x4972e000-0x4bffffff]
[    0.531233] e820: reserve RAM buffer [mem 0x4c826000-0x4fffffff]
[    0.531235] e820: reserve RAM buffer [mem 0x109b800000-0x109bffffff]
[    0.531238] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.531238] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.532744] clocksource: Switched to clocksource tsc-early
[    0.538648] VFS: Disk quotas dquot_6.6.0
[    0.538658] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.538693] pnp: PnP ACPI init
[    0.538757] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[    0.538760] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.538926] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.538928] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.538928] system 00:01: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.538929] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.538930] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.538931] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.538931] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    0.538933] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.539146] system 00:02: [io  0x2000-0x20fe] has been reserved
[    0.539148] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.539240] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.539241] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.539242] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.539252] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.539317] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.539319] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.539418] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.539428] pnp 00:07: Plug and Play ACPI device, IDs DLL097d PNP0f13 (active)
[    0.540274] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.540275] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.540276] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.540277] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.540277] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.540278] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.540279] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.540280] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.540282] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.540552] system 00:09: [mem 0xfe038000-0xfe038fff] has been reserved
[    0.540553] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.543395] pnp: PnP ACPI: found 10 devices
[    0.548473] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.548505] NET: Registered protocol family 2
[    0.548598] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.548786] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.549076] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.549118] TCP: Hash tables configured (established 524288 bind 65536)
[    0.549227] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.549352] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.549452] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.549550] NET: Registered protocol family 1
[    0.549553] NET: Registered protocol family 44
[    0.549556] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.549560] pci 0000:04:01.0: bridge window [io  0x1000-0x0fff] to [bus 06-38] add_size 1000
[    0.549561] pci 0000:04:04.0: bridge window [io  0x1000-0x0fff] to [bus 3a-6c] add_size 1000
[    0.549562] pci 0000:03:00.0: bridge window [io  0x1000-0x0fff] to [bus 04-6c] add_size 2000
[    0.549563] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 03-6c] add_size 3000
[    0.549571] pci 0000:00:15.0: BAR 0: assigned [mem 0x4010000000-0x4010000fff 64bit]
[    0.549616] pci 0000:00:15.1: BAR 0: assigned [mem 0x4010001000-0x4010001fff 64bit]
[    0.549658] pci 0000:00:1c.0: BAR 13: assigned [io  0x5000-0x7fff]
[    0.549661] pci 0000:00:1e.0: BAR 0: assigned [mem 0x4010002000-0x4010002fff 64bit]
[    0.549703] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
[    0.549704] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[    0.549705] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.549706] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.549707] pci 0000:00:01.0:   bridge window [mem 0xb3000000-0xb3ffffff]
[    0.549709] pci 0000:00:01.0:   bridge window [mem 0x70000000-0x81ffffff 64bit pref]
[    0.549711] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.549722] pci 0000:00:1b.0:   bridge window [mem 0xb4300000-0xb43fffff]
[    0.549727] pci 0000:03:00.0: BAR 13: assigned [io  0x5000-0x6fff]
[    0.549728] pci 0000:04:01.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.549729] pci 0000:04:04.0: BAR 13: assigned [io  0x6000-0x6fff]
[    0.549730] pci 0000:04:00.0: PCI bridge to [bus 05]
[    0.549734] pci 0000:04:00.0:   bridge window [mem 0xb1f00000-0xb1ffffff]
[    0.549741] pci 0000:04:01.0: PCI bridge to [bus 06-38]
[    0.549743] pci 0000:04:01.0:   bridge window [io  0x5000-0x5fff]
[    0.549746] pci 0000:04:01.0:   bridge window [mem 0x9b000000-0xb1efffff]
[    0.549749] pci 0000:04:01.0:   bridge window [mem 0x6025000000-0x6049ffffff 64bit pref]
[    0.549754] pci 0000:04:02.0: PCI bridge to [bus 39]
[    0.549758] pci 0000:04:02.0:   bridge window [mem 0x9af00000-0x9affffff]
[    0.549765] pci 0000:04:04.0: PCI bridge to [bus 3a-6c]
[    0.549766] pci 0000:04:04.0:   bridge window [io  0x6000-0x6fff]
[    0.549770] pci 0000:04:04.0:   bridge window [mem 0x84000000-0x9aefffff]
[    0.549773] pci 0000:04:04.0:   bridge window [mem 0x6000000000-0x6024ffffff 64bit pref]
[    0.549777] pci 0000:03:00.0: PCI bridge to [bus 04-6c]
[    0.549779] pci 0000:03:00.0:   bridge window [io  0x5000-0x6fff]
[    0.549783] pci 0000:03:00.0:   bridge window [mem 0x84000000-0xb1ffffff]
[    0.549785] pci 0000:03:00.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.549790] pci 0000:00:1c.0: PCI bridge to [bus 03-6c]
[    0.549791] pci 0000:00:1c.0:   bridge window [io  0x5000-0x7fff]
[    0.549793] pci 0000:00:1c.0:   bridge window [mem 0x84000000-0xb20fffff]
[    0.549795] pci 0000:00:1c.0:   bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.549798] pci 0000:00:1c.5: PCI bridge to [bus 6d]
[    0.549801] pci 0000:00:1c.5:   bridge window [mem 0xb4200000-0xb42fffff]
[    0.549805] pci 0000:00:1c.6: PCI bridge to [bus 6e]
[    0.549807] pci 0000:00:1c.6:   bridge window [mem 0xb4100000-0xb41fffff]
[    0.549812] pci 0000:00:1d.0: PCI bridge to [bus 6f]
[    0.549814] pci 0000:00:1d.0:   bridge window [mem 0xb4000000-0xb40fffff]
[    0.549819] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.549820] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.549821] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.549821] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.549822] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.549822] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.549823] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.549824] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.549824] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.549825] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.549825] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.549826] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.549827] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.549827] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.549828] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.549828] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.549829] pci_bus 0000:00: resource 20 [mem 0x60800000-0xdfffffff window]
[    0.549830] pci_bus 0000:00: resource 21 [mem 0x4000000000-0x7fffffffff window]
[    0.549830] pci_bus 0000:00: resource 22 [mem 0xfc800000-0xfe7fffff window]
[    0.549831] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.549832] pci_bus 0000:01: resource 1 [mem 0xb3000000-0xb3ffffff]
[    0.549832] pci_bus 0000:01: resource 2 [mem 0x70000000-0x81ffffff 64bit pref]
[    0.549833] pci_bus 0000:02: resource 1 [mem 0xb4300000-0xb43fffff]
[    0.549834] pci_bus 0000:03: resource 0 [io  0x5000-0x7fff]
[    0.549834] pci_bus 0000:03: resource 1 [mem 0x84000000-0xb20fffff]
[    0.549835] pci_bus 0000:03: resource 2 [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.549835] pci_bus 0000:04: resource 0 [io  0x5000-0x6fff]
[    0.549836] pci_bus 0000:04: resource 1 [mem 0x84000000-0xb1ffffff]
[    0.549836] pci_bus 0000:04: resource 2 [mem 0x6000000000-0x6049ffffff 64bit pref]
[    0.549837] pci_bus 0000:05: resource 1 [mem 0xb1f00000-0xb1ffffff]
[    0.549838] pci_bus 0000:06: resource 0 [io  0x5000-0x5fff]
[    0.549838] pci_bus 0000:06: resource 1 [mem 0x9b000000-0xb1efffff]
[    0.549839] pci_bus 0000:06: resource 2 [mem 0x6025000000-0x6049ffffff 64bit pref]
[    0.549840] pci_bus 0000:39: resource 1 [mem 0x9af00000-0x9affffff]
[    0.549840] pci_bus 0000:3a: resource 0 [io  0x6000-0x6fff]
[    0.549841] pci_bus 0000:3a: resource 1 [mem 0x84000000-0x9aefffff]
[    0.549841] pci_bus 0000:3a: resource 2 [mem 0x6000000000-0x6024ffffff 64bit pref]
[    0.549842] pci_bus 0000:6d: resource 1 [mem 0xb4200000-0xb42fffff]
[    0.549843] pci_bus 0000:6e: resource 1 [mem 0xb4100000-0xb41fffff]
[    0.549843] pci_bus 0000:6f: resource 1 [mem 0xb4000000-0xb40fffff]
[    0.549968] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.550746] PCI: CLS 0 bytes, default 64
[    0.550769] Trying to unpack rootfs image as initramfs...
[    0.616808] Freeing initrd memory: 11032K
[    0.616834] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.616835] software IO TLB: mapped [mem 0x000000004048f000-0x000000004448f000] (64MB)
[    0.617511] check: Scanning for low memory corruption every 60 seconds
[    0.617716] Initialise system trusted keyrings
[    0.617720] Key type blacklist registered
[    0.617745] workingset: timestamp_bits=41 max_order=24 bucket_order=0
[    0.618322] zbud: loaded
[    0.623714] Key type asymmetric registered
[    0.623715] Asymmetric key parser 'x509' registered
[    0.623718] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.623747] io scheduler mq-deadline registered
[    0.623748] io scheduler kyber registered
[    0.623760] io scheduler bfq registered
[    0.623834] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.626031] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    0.626176] pcieport 0000:00:1b.0: PME: Signaling with IRQ 123
[    0.626257] pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
[    0.626268] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.626446] pcieport 0000:00:1c.5: PME: Signaling with IRQ 125
[    0.626588] pcieport 0000:00:1c.6: PME: Signaling with IRQ 126
[    0.626732] pcieport 0000:00:1d.0: PME: Signaling with IRQ 127
[    0.627130] pcieport 0000:04:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.627432] pcieport 0000:04:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.627556] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.627574] efifb: probing for efifb
[    0.627585] efifb: Ignoring BGRT: unexpected or invalid BMP data
[    0.627586] efifb: framebuffer at 0x4000000000, using 9024k, total 9024k
[    0.627586] efifb: mode is 1920x1200x32, linelength=7680, pages=1
[    0.627586] efifb: scrolling: redraw
[    0.627587] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.627604] fbcon: Deferring console take-over
[    0.627604] fb0: EFI VGA frame buffer device
[    0.627609] intel_idle: MWAIT substates: 0x11142120
[    0.627805] Monitor-Mwait will be used to enter C-1 state
[    0.627810] Monitor-Mwait will be used to enter C-2 state
[    0.627813] Monitor-Mwait will be used to enter C-3 state
[    0.627816] ACPI: \_SB_.PR00: Found 3 idle states
[    0.627817] intel_idle: v0.5.1 model 0xA5
[    0.628087] intel_idle: Local APIC timer is reliable in all C-states
[    0.628831] ACPI: AC Adapter [AC] (on-line)
[    0.628867] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.629453] ACPI: Lid Switch [LID0]
[    0.629484] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.632766] ACPI: Power Button [PBTN]
[    0.636361] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.637377] serial 0000:00:13.0: enabling device (0000 -> 0002)
[    0.638200] Non-volatile memory driver v1.3
[    0.638201] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.638201] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.639141] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    0.639159] nvme nvme0: pci function 0000:02:00.0
[    0.639228] nvme 0000:6f:00.0: platform quirk: setting simple suspend
[    0.639239] nvme nvme1: pci function 0000:6f:00.0
[    0.639263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.639267] ehci-pci: EHCI PCI platform driver
[    0.639272] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.639273] ohci-pci: OHCI PCI platform driver
[    0.639277] uhci_hcd: USB Universal Host Controller Interface driver
[    0.639293] usbcore: registered new interface driver usbserial_generic
[    0.639295] usbserial: USB Serial support registered for generic
[    0.639307] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.639940] i8042: Warning: Keylock active
[    0.650076] nvme nvme0: missing or invalid SUBNQN field.
[    0.650085] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.652054] nvme nvme1: 16/0/0 default/read/poll queues
[    0.657092]  nvme1n1: p1 p2 p3 p4
[    0.662066] battery: ACPI: Battery Slot [BAT0] (battery present)
[    0.667094] nvme nvme0: 16/0/0 default/read/poll queues
[    0.668673]  nvme0n1: p1
[    0.786804] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.786823] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.786988] rtc_cmos 00:04: RTC can wake from S4
[    0.787778] rtc_cmos 00:04: registered as rtc0
[    0.787980] rtc_cmos 00:04: setting system clock to 2021-01-02T22:46:40 UTC (1609627600)
[    0.787987] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    0.788047] intel_pstate: Intel P-state driver initializing
[    0.788780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.789017] intel_pstate: HWP enabled
[    0.789073] ledtrig-cpu: registered to indicate activity on CPUs
[    0.811114] pstore: Registered efi as persistent store backend
[    0.811121] hid: raw HID events driver (C) Jiri Kosina
[    0.811166] intel_pmc_core INT33A1:00:  initialized
[    0.811231] drop_monitor: Initializing network drop monitor service
[    0.811266] Initializing XFRM netlink socket
[    0.811316] NET: Registered protocol family 10
[    0.813597] Segment Routing with IPv6
[    0.813598] RPL Segment Routing with IPv6
[    0.813607] NET: Registered protocol family 17
[    0.814038] microcode: sig=0xa0652, pf=0x20, revision=0xe0
[    0.814069] microcode: Microcode Update Driver: v2.2.
[    0.814071] IPI shorthand broadcast: enabled
[    0.814075] sched_clock: Marking stable (810222694, 3786245)->(817887667, -3878728)
[    0.814135] registered taskstats version 1
[    0.814140] Loading compiled-in X.509 certificates
[    0.815514] Loaded X.509 cert 'Build time autogenerated kernel key: a4e725ba86446fd5ace17652e14fb0c152aa83a0'
[    0.815580] zswap: loaded using pool lz4/z3fold
[    0.815643] Key type ._fscrypt registered
[    0.815643] Key type .fscrypt registered
[    0.815644] Key type fscrypt-provisioning registered
[    0.815738] pstore: Using crash dump compression: zstd
[    0.816836] PM:   Magic number: 5:688:804
[    0.816968] RAS: Correctable Errors collector initialized.
[    0.817465] Freeing unused decrypted memory: 2036K
[    0.817599] Freeing unused kernel image (initmem) memory: 1716K
[    0.846203] Write protecting the kernel read-only data: 24576k
[    0.847146] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.847316] Freeing unused kernel image (rodata/data gap) memory: 24K
[    0.868803] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.868808] rodata_test: all tests were successful
[    0.868814] Run /init as init process
[    0.868816]   with arguments:
[    0.868817]     /init
[    0.868818]   with environment:
[    0.868819]     HOME=/
[    0.868820]     TERM=linux
[    0.868821]     BOOT_IMAGE=/vmlinuz-linux
[    0.938325] fbcon: Taking over console
[    0.938364] Console: switching to colour frame buffer device 240x75
[    0.974613] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.974617] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.975683] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.975687] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.975738] rtsx_pci 0000:6e:00.0: enabling device (0000 -> 0002)
[    0.975818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    0.975819] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.975820] usb usb1: Product: xHCI Host Controller
[    0.975820] usb usb1: Manufacturer: Linux 5.10.3-arch1-1 xhci-hcd
[    0.975821] usb usb1: SerialNumber: 0000:00:14.0
[    0.975896] hub 1-0:1.0: USB hub found
[    0.975919] hub 1-0:1.0: 16 ports detected
[    0.977136] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.977139] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.977140] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.977178] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    0.977179] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.977180] usb usb2: Product: xHCI Host Controller
[    0.977180] usb usb2: Manufacturer: Linux 5.10.3-arch1-1 xhci-hcd
[    0.977181] usb usb2: SerialNumber: 0000:00:14.0
[    0.977229] hub 2-0:1.0: USB hub found
[    0.977241] hub 2-0:1.0: 10 ports detected
[    0.977477] usb: port power management may be unreliable
[    0.978228] xhci_hcd 0000:39:00.0: xHCI Host Controller
[    0.978230] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[    0.979348] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    0.979526] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    0.979527] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.979528] usb usb3: Product: xHCI Host Controller
[    0.979528] usb usb3: Manufacturer: Linux 5.10.3-arch1-1 xhci-hcd
[    0.979529] usb usb3: SerialNumber: 0000:39:00.0
[    0.979640] hub 3-0:1.0: USB hub found
[    0.979647] hub 3-0:1.0: 2 ports detected
[    0.980004] xhci_hcd 0000:39:00.0: xHCI Host Controller
[    0.980006] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[    0.980008] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.980039] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    0.980040] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.980040] usb usb4: Product: xHCI Host Controller
[    0.980041] usb usb4: Manufacturer: Linux 5.10.3-arch1-1 xhci-hcd
[    0.980042] usb usb4: SerialNumber: 0000:39:00.0
[    0.980106] hub 4-0:1.0: USB hub found
[    0.980114] hub 4-0:1.0: 2 ports detected
[    0.992240] random: fast init done
[    1.036357] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[    1.139239] systemd[1]: systemd 247.2-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    1.152973] systemd[1]: Detected architecture x86-64.
[    1.170866] systemd[1]: Set hostname to <xps>.
[    1.306060] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    1.307102] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x0f5002)
[    1.307757] psmouse serio1: elantech: elantech_send_cmd query 0x02 failed.
[    1.307758] psmouse serio1: elantech: failed to query capabilities.
[    1.311198] systemd[1]: Queued start job for default target Graphical Interface.
[    1.318439] systemd[1]: Created slice system-getty.slice.
[    1.318623] systemd[1]: Created slice system-modprobe.slice.
[    1.318790] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.318962] systemd[1]: Created slice User and Session Slice.
[    1.318994] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.319015] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.319088] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.319107] systemd[1]: Reached target Local Encrypted Volumes.
[    1.319115] systemd[1]: Reached target Login Prompts.
[    1.319129] systemd[1]: Reached target Paths.
[    1.319137] systemd[1]: Reached target Remote File Systems.
[    1.319143] systemd[1]: Reached target Slices.
[    1.319155] systemd[1]: Reached target Swap.
[    1.319194] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.319237] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.319277] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.319933] systemd[1]: Listening on Process Core Dump Socket.
[    1.320013] systemd[1]: Listening on Journal Audit Socket.
[    1.320059] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.320110] systemd[1]: Listening on Journal Socket.
[    1.320339] systemd[1]: Listening on udev Control Socket.
[    1.320393] systemd[1]: Listening on udev Kernel Socket.
[    1.320866] systemd[1]: Mounting Huge Pages File System...
[    1.321296] systemd[1]: Mounting POSIX Message Queue File System...
[    1.321732] systemd[1]: Mounting Kernel Debug File System...
[    1.322169] systemd[1]: Mounting Kernel Trace File System...
[    1.322813] systemd[1]: Mounting Temporary Directory (/tmp)...
[    1.323331] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.323733] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.324153] systemd[1]: Starting Load Kernel Module configfs...
[    1.324563] systemd[1]: Starting Load Kernel Module drm...
[    1.324987] systemd[1]: Starting Load Kernel Module fuse...
[    1.325285] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    1.325304] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    1.326327] systemd[1]: Starting Journal Service...
[    1.327002] systemd[1]: Starting Load Kernel Modules...
[    1.327453] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.327483] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    1.327926] systemd[1]: Starting Coldplug All udev Devices...
[    1.328177] random: lvm: uninitialized urandom read (4 bytes read)
[    1.328698] systemd[1]: Mounted Huge Pages File System.
[    1.328746] Linux agpgart interface v0.103
[    1.328754] systemd[1]: Mounted POSIX Message Queue File System.
[    1.328798] systemd[1]: Mounted Kernel Debug File System.
[    1.328833] systemd[1]: Mounted Kernel Trace File System.
[    1.328868] systemd[1]: Mounted Temporary Directory (/tmp).
[    1.329075] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    1.329199] systemd[1]: modprobe@configfs.service: Succeeded.
[    1.329365] systemd[1]: Finished Load Kernel Module configfs.
[    1.329887] systemd[1]: Mounting Kernel Configuration File System...
[    1.330706] EXT4-fs (nvme0n1p1): re-mounted. Opts: (null)
[    1.331444] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.331507] systemd[1]: Mounted Kernel Configuration File System.
[    1.331551] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    1.332114] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    1.332521] systemd[1]: Starting Load/Save Random Seed...
[    1.332557] systemd[1]: Condition check resulted in Create System Users being skipped.
[    1.333022] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.333555] fuse: init (API version 7.32)
[    1.333931] systemd[1]: modprobe@fuse.service: Succeeded.
[    1.334132] systemd[1]: Finished Load Kernel Module fuse.
[    1.334686] systemd[1]: Mounting FUSE Control File System...
[    1.335473] systemd[1]: Finished Load Kernel Modules.
[    1.335897] systemd[1]: Starting Apply Kernel Variables...
[    1.336734] systemd[1]: Mounted FUSE Control File System.
[    1.339449] systemd[1]: Finished Apply Kernel Variables.
[    1.341322] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.342000] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.349063] systemd[1]: modprobe@drm.service: Succeeded.
[    1.349282] systemd[1]: Finished Load Kernel Module drm.
[    1.349318] audit: type=1130 audit(1609627601.056:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.349321] audit: type=1131 audit(1609627601.056:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.370264] systemd[1]: Finished Coldplug All udev Devices.
[    1.370289] audit: type=1130 audit(1609627601.080:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.373371] systemd[1]: Started Journal Service.
[    1.373405] audit: type=1130 audit(1609627601.083:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.388214] audit: type=1130 audit(1609627601.096:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.388696] audit: type=1130 audit(1609627601.096:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.406347] input: Intel HID events as /devices/platform/INT33D5:00/input/input5
[    1.406500] intel-hid INT33D5:00: platform supports 5 button array
[    1.406519] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input6
[    1.422810] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.441218] audit: type=1130 audit(1609627601.150:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.441594] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=90.23
[    1.441596] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.441597] usb 4-1: Product: USB3.0 Hub             
[    1.441597] usb 4-1: Manufacturer: VIA Labs, Inc.         
[    1.443481] hub 4-1:1.0: USB hub found
[    1.443855] hub 4-1:1.0: 4 ports detected
[    1.451130] usb 1-4: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=90.23
[    1.451131] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.451132] usb 1-4: Product: USB2.0 Hub             
[    1.451133] usb 1-4: Manufacturer: VIA Labs, Inc.         
[    1.451675] hub 1-4:1.0: USB hub found
[    1.451923] hub 1-4:1.0: 4 ports detected
[    1.469030] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.469613] wmi_bus wmi_bus-PNP0C14:03: WQBC data block query control method not found
[    1.469615] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.479305] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.479608] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[    1.485203] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.485252] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.485299] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.490800] intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
[    1.639442] tsc: Refined TSC clocksource calibration: 2399.992 MHz
[    1.639448] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22982fdf183, max_idle_ns: 440795240423 ns
[    2.104052] clocksource: Switched to clocksource tsc
[    2.104055] usb 1-10: new full-speed USB device number 3 using xhci_hcd
[    2.244368] usb 1-10: New USB device found, idVendor=27c6, idProduct=533c, bcdDevice= 1.00
[    2.244370] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.244371] usb 1-10: Product: FingerPrint
[    2.244371] usb 1-10: Manufacturer: Goodix
[    2.366056] usb 1-4.1: new high-speed USB device number 4 using xhci_hcd
[    2.507549] usb 1-4.1: New USB device found, idVendor=18d1, idProduct=4ee1, bcdDevice= 4.40
[    2.507551] usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.507552] usb 1-4.1: Product: Pixel 4 XL
[    2.507553] usb 1-4.1: Manufacturer: Google
[    2.507554] usb 1-4.1: SerialNumber: 9B041FFBA008JM
[    2.708791] nvidia: loading out-of-tree module taints kernel.
[    2.708797] nvidia: module license 'NVIDIA' taints kernel.
[    2.708797] Disabling lock debugging due to kernel taint
[    3.306820] audit: type=1130 audit(1609627603.016:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.336437] audit: type=1130 audit(1609627603.046:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-nvme1n1p1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.739391] random: crng init done
[    6.274924] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    6.275053] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    6.276721] thunderbolt 0000:05:00.0: enabling device (0000 -> 0002)
[    6.278768] Bluetooth: Core ver 2.22
[    6.278779] NET: Registered protocol family 31
[    6.278779] Bluetooth: HCI device and connection manager initialized
[    6.278782] Bluetooth: HCI socket layer initialized
[    6.278783] Bluetooth: L2CAP socket layer initialized
[    6.278785] Bluetooth: SCO socket layer initialized
[    6.284406] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    6.285065] nvidia-nvlink: Nvlink Core is being initialized, major device number 237

[    6.285318] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[    6.285656] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    6.285659] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    6.285870] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    6.285927] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    6.286988] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    6.286989] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.286990] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.286990] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.286991] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.286991] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    6.289388] intel_rapl_common: Found RAPL domain package
[    6.289389] intel_rapl_common: Found RAPL domain dram
[    6.289620] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[    6.290608] cryptd: max_cpu_qlen set to 1000
[    6.297766] Bluetooth: HCI UART driver ver 2.3
[    6.297767] Bluetooth: HCI UART protocol H4 registered
[    6.297768] Bluetooth: HCI UART protocol BCSP registered
[    6.297775] Bluetooth: HCI UART protocol LL registered
[    6.297776] Bluetooth: HCI UART protocol ATH3K registered
[    6.297781] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    6.297810] Bluetooth: HCI UART protocol Intel registered
[    6.297845] Bluetooth: HCI UART protocol Broadcom registered
[    6.297850] Bluetooth: HCI UART protocol QCA registered
[    6.297850] Bluetooth: HCI UART protocol AG6XX registered
[    6.297854] Bluetooth: HCI UART protocol Marvell registered
[    6.297932] AVX2 version of gcm_enc/dec engaged.
[    6.297932] AES CTR mode by8 optimization enabled
[    6.300273] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    6.300668] i2c i2c-0: Successfully instantiated SPD at 0x50
[    6.302730] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    6.302934] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    6.326080] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    6.326394] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    6.333766] kernel read not supported for file pci0000:00/0000:00:01.0/0000:01:00.0/config (pid: 327 comm: systemd-udevd)
[    6.333788] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  455.45.01  Thu Nov  5 23:03:56 UTC 2020
[    6.335464] i2c_hid i2c-DELL097D:00: supply vdd not found, using dummy regulator
[    6.335480] i2c_hid i2c-DELL097D:00: supply vddl not found, using dummy regulator
[    6.352762] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    6.353004] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    6.363033] kauditd_printk_skb: 1 callbacks suppressed
[    6.363034] audit: type=1130 audit(1609627606.072:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.366404] audit: type=1127 audit(1609627606.076:13): pid=400 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    6.368144] audit: type=1130 audit(1609627606.076:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.380029] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  455.45.01  Thu Nov  5 22:55:44 UTC 2020
[    6.383739] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.384884] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    6.384886] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    6.406283] ioremap error for 0x4fe73000-0x4fe74000, requested 0x2, got 0x0
[    6.409626] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.409749] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    6.409750] cfg80211: failed to load regulatory.db
[    6.419399] audit: type=1130 audit(1609627606.116:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.419403] audit: type=1130 audit(1609627606.119:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.419405] audit: type=1334 audit(1609627606.119:17): prog-id=15 op=LOAD
[    6.419407] audit: type=1334 audit(1609627606.119:18): prog-id=16 op=LOAD
[    6.422769] ucsi_acpi: probe of USBC000:00 failed with error -12
[    6.443069] input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input4
[    6.443073] audit: type=1130 audit(1609627606.152:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.443688] audit: type=1130 audit(1609627606.152:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.448201] audit: type=1130 audit(1609627606.156:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.480180] input: DELL097D:00 04F3:311C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0001/input/input8
[    6.480225] input: DELL097D:00 04F3:311C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0001/input/input9
[    6.480257] hid-generic 0018:04F3:311C.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL097D:00 04F3:311C] on i2c-DELL097D:00
[    6.629664] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[    6.743940] intel_rapl_common: Found RAPL domain package
[    6.743942] intel_rapl_common: Found RAPL domain core
[    6.743943] intel_rapl_common: Found RAPL domain uncore
[    6.743944] intel_rapl_common: Found RAPL domain dram
[    6.743945] intel_rapl_common: Found RAPL domain psys
[    6.744312] checking generic (4000000000 8d0000) vs hw (604a000000 1000000)
[    6.744314] checking generic (4000000000 8d0000) vs hw (4000000000 10000000)
[    6.744315] fb0: switching to inteldrmfb from EFI VGA
[    6.744381] Console: switching to colour dummy device 80x25
[    6.744409] i915 0000:00:02.0: vgaarb: deactivate vga console
[    6.748954] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    6.750776] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    6.750978] input: Dell WMI hotkeys as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11
[    6.752215] iTCO_vendor_support: vendor-support=0
[    6.756497] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    6.756539] iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    6.756619] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.759151] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    6.759286] ath11k_pci 0000:6d:00.0: WARNING: ath11k PCI support is experimental!
[    6.759336] ath11k_pci 0000:6d:00.0: BAR 0: assigned [mem 0xb4200000-0xb42fffff 64bit]
[    6.760077] ath11k_pci 0000:6d:00.0: enabling device (0000 -> 0002)
[    6.764164] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    6.812958] dw-apb-uart.2: ttyS4 at MMIO 0x4010002000 (irq = 20, base_baud = 7500000) is a 16550A
[    6.813774] hci_uart_qca serial0-0: failed to acquire enable gpio
[    6.815144] serial serial0: tty port ttyS4 registered
[    6.815414] Bluetooth: hci0: setting up ROME/QCA6390
[    6.873858] mousedev: PS/2 mouse device common for all mice
[    6.876657] NET: Registered protocol family 42
[    6.889342] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    6.889375] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    6.946947] mhi 0000:6d:00.0: Requested to power ON
[    6.947320] mhi 0000:6d:00.0: Power on setup success
[    7.008793] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1
[    7.009903] hid-generic 001F:8087:0AC2.0002: hidraw1: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[    7.029492] input: DELL097D:00 04F3:311C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0001/input/input12
[    7.029684] input: DELL097D:00 04F3:311C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL097D:00/0018:04F3:311C.0001/input/input13
[    7.029928] hid-multitouch 0018:04F3:311C.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL097D:00 04F3:311C] on i2c-DELL097D:00
[    7.109742] ath11k_pci 0000:6d:00.0: Respond mem req failed, result: 1, err: 0
[    7.109744] ath11k_pci 0000:6d:00.0: qmi failed to respond fw mem req:-22
[    7.120096] ath11k_pci 0000:6d:00.0: chip_id 0x0 chip_family 0xb board_id 0xff soc_id 0xffffffff
[    7.120098] ath11k_pci 0000:6d:00.0: fw_version 0x101c06cc fw_build_timestamp 2020-06-24 19:50 fw_build_id 
[    7.311602] ath11k_pci 0000:6d:00.0 wlp109s0: renamed from wlan0
[    7.898531] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 1
[    7.899264] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    7.899284] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input15
[    7.900910] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.901468] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16
[    7.901640] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.902789] fbcon: i915drmfb (fb0) is primary device
[    7.902846] Console: switching to colour frame buffer device 240x75
[    7.902850] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    8.023594] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC289: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
[    8.023595] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.023596] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    8.023597] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    8.023597] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    8.023598] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[    8.023599] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1b
[    8.023600] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    8.133871] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    8.133908] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    8.133938] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    8.133967] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    8.133999] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    8.134030] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    9.266098] Bluetooth: hci0: command 0xfc00 tx timeout
[   11.395073] kauditd_printk_skb: 40 callbacks suppressed
[   11.395074] audit: type=1130 audit(1609627611.102:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=powertop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.395076] audit: type=1131 audit(1609627611.102:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=powertop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.994956] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200925/nsarguments-61)
[   12.316864] audit: type=1131 audit(1609627612.026:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.258068] audit: type=1130 audit(1609627612.966:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.963371] audit: type=1334 audit(1609627613.672:66): prog-id=20 op=LOAD
[   13.963532] audit: type=1334 audit(1609627613.672:67): prog-id=21 op=LOAD
[   14.020621] audit: type=1130 audit(1609627613.729:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.061432] audit: type=1130 audit(1609627613.769:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.063916] audit: type=1130 audit(1609627613.772:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.277036] rfkill: input handler disabled
[   14.301406] audit: type=1334 audit(1609627614.009:71): prog-id=22 op=LOAD
[   17.018358] kauditd_printk_skb: 3 callbacks suppressed
[   17.018362] audit: type=1131 audit(1609627616.726:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.159685] Bluetooth: hci0: Reading QCA version information failed (-110)
[   18.815818] wlp109s0: authenticate with dc:f8:b9:9b:ab:48
[   19.906144] ath11k_pci 0000:6d:00.0: failed to synchronize setup for vdev 0 start: -110
[   19.906153] ath11k_pci 0000:6d:00.0: failed to start vdev 0 addr 9c:b6:d0:3e:b2:1a on freq 5520: -110
[   19.906156] ath11k_pci 0000:6d:00.0: failed to delay vdev start: -110
[   22.919663] ath11k_pci 0000:6d:00.0: Failed to add station: dc:f8:b9:9b:ab:48 for VDEV: 0
[   22.919692] wlp109s0: failed to insert STA entry for the AP (error -110)
[   22.919714] ------------[ cut here ]------------
[   22.919738] WARNING: CPU: 5 PID: 531 at drivers/net/wireless/ath/ath11k/mac.c:5287 ath11k_mac_op_unassign_vif_chanctx+0x1d8/0x2e0 [ath11k]
[   22.919739] Modules linked in: michael_mic snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_sof_pci snd_sof_intel_byt snd_sof_intel_ipc snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_xtensa_dsp snd_sof_intel_hda snd_sof hid_sensor_als hid_sensor_trigger industrialio_triggered_buffer kfifo_buf hid_sensor_iio_common joydev qrtr_mhi industrialio snd_soc_skl hid_sensor_hub snd_soc_sst_ipc cros_ec_ishtp snd_soc_sst_dsp cros_ec snd_hda_ext_core intel_ishtp_loader snd_soc_acpi_intel_match intel_ishtp_hid snd_soc_acpi snd_hda_intel snd_intel_dspcfg soundwire_intel soundwire_generic_allocation soundwire_cadence qrtr hid_multitouch mousedev 8250_dw snd_hda_codec ns ee1004 ath11k_pci mei_hdcp iTCO_wdt mhi intel_pmc_bxt snd_hda_core dell_laptop iTCO_vendor_support dell_wmi ledtrig_audio snd_hwdep intel_rapl_msr ath11k x86_pkg_temp_thermal dell_smbios intel_powerclamp qmi_helpers soundwire_bus coretemp dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof dcdbas kvm_intel i915
[   22.919780]  dell_smm_hwmon mac80211 snd_soc_core kvm snd_compress nvidia_drm(POE) i2c_algo_bit irqbypass crct10dif_pclmul ac97_bus nvidia_modeset(POE) crc32_pclmul snd_pcm_dmaengine cfg80211 ghash_clmulni_intel drm_kms_helper nls_iso8859_1 snd_pcm aesni_intel hci_uart crypto_simd snd_timer cryptd cec glue_helper btqca snd btrtl rapl intel_lpss_pci btbcm intel_gtt i2c_i801 mei_me intel_ish_ipc btintel processor_thermal_device vfat intel_cstate intel_lpss syscopyarea sysfillrect fat nvidia(POE) intel_uncore pcspkr soundcore i2c_smbus libarc4 thunderbolt ucsi_acpi mei bluetooth idma64 intel_ishtp intel_rapl_common sysimgblt typec_ucsi fb_sys_fops tpm_crb intel_soc_dts_iosf intel_pch_thermal typec tpm_tis tpm_tis_core tpm ecdh_generic rng_core rfkill int3403_thermal mac_hid ecc wmi i2c_hid int340x_thermal_zone video intel_hid int3400_thermal acpi_thermal_rel sparse_keymap acpi_tad acpi_pad drm sg fuse crypto_user agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2
[   22.919840]  rtsx_pci_sdmmc mmc_core crc32c_intel serio_raw rtsx_pci xhci_pci xhci_pci_renesas
[   22.919847] CPU: 5 PID: 531 Comm: wpa_supplicant Tainted: P           OE     5.10.3-arch1-1 #1
[   22.919848] Hardware name: Dell Inc. XPS 15 9500/0XWT2F, BIOS 1.4.0 08/14/2020
[   22.919855] RIP: 0010:ath11k_mac_op_unassign_vif_chanctx+0x1d8/0x2e0 [ath11k]
[   22.919857] Code: 8b 85 e0 02 00 00 4c 89 e9 be 10 00 00 00 4c 89 e7 48 c7 c2 c8 02 8a c2 e8 55 52 01 00 80 bd 98 03 00 00 00 0f 85 71 fe ff ff <0f> 0b e9 6a fe ff ff f0 80 a3 d8 16 00 00 fe f6 05 92 34 05 00 10
[   22.919858] RSP: 0018:ffffa32400e47808 EFLAGS: 00010246
[   22.919860] RAX: 0000000000000000 RBX: ffff974428ed9d40 RCX: 0000000000000000
[   22.919861] RDX: ffff974417f50000 RSI: ffff974419a59548 RDI: ffff97441439b5f8
[   22.919862] RBP: ffff974419a59548 R08: ffff974419a58940 R09: ffffa32400e47648
[   22.919863] R10: ffffa32400e47640 R11: ffffffffb22cb1e8 R12: ffff974414740000
[   22.919864] R13: ffff974428ed9d98 R14: ffff974414399ee0 R15: ffff97441439b5f8
[   22.919865] FS:  00007ff192751cc0(0000) GS:ffff97535b740000(0000) knlGS:0000000000000000
[   22.919866] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   22.919867] CR2: 000055c030d5a018 CR3: 000000010fcdc005 CR4: 00000000007706e0
[   22.919868] PKRU: 55555554
[   22.919869] Call Trace:
[   22.919900]  ieee80211_assign_vif_chanctx+0x81/0x440 [mac80211]
[   22.919922]  __ieee80211_vif_release_channel+0x4f/0x130 [mac80211]
[   22.919941]  ieee80211_vif_release_channel+0x3a/0x50 [mac80211]
[   22.919964]  ieee80211_mgd_auth.cold+0x10a/0x160 [mac80211]
[   22.919988]  cfg80211_mlme_auth+0x127/0x240 [cfg80211]
[   22.920004]  nl80211_authenticate+0x2ac/0x300 [cfg80211]
[   22.920010]  genl_family_rcv_msg_doit+0xfd/0x160
[   22.920013]  genl_rcv_msg+0xef/0x1e0
[   22.920015]  ? netlink_sendmsg+0x33b/0x480
[   22.920029]  ? nl80211_parse_key+0x310/0x310 [cfg80211]
[   22.920031]  ? genl_get_cmd+0xd0/0xd0
[   22.920032]  netlink_rcv_skb+0x5b/0x100
[   22.920034]  genl_rcv+0x24/0x40
[   22.920036]  netlink_unicast+0x242/0x340
[   22.920038]  netlink_sendmsg+0x243/0x480
[   22.920040]  sock_sendmsg+0x5e/0x60
[   22.920042]  ____sys_sendmsg+0x25a/0x2a0
[   22.920044]  ? copy_msghdr_from_user+0x6e/0xa0
[   22.920046]  ___sys_sendmsg+0x97/0xe0
[   22.920050]  __sys_sendmsg+0x81/0xd0
[   22.920054]  do_syscall_64+0x33/0x40
[   22.920056]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   22.920058] RIP: 0033:0x7ff192ba07e7
[   22.920061] Code: 0c 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 89 54 24 1c 48 89 74 24 10
[   22.920062] RSP: 002b:00007ffdb25bb4a8 EFLAGS: 00000246 ORIG_RAX: 000000000000002e
[   22.920064] RAX: ffffffffffffffda RBX: 0000562ffc838780 RCX: 00007ff192ba07e7
[   22.920065] RDX: 0000000000000000 RSI: 00007ffdb25bb4e0 RDI: 0000000000000006
[   22.920066] RBP: 0000562ffc838690 R08: 0000000000000004 R09: 0000562ffc82e010
[   22.920067] R10: 00007ffdb25bb5b4 R11: 0000000000000246 R12: 0000562ffc8774c0
[   22.920067] R13: 00007ffdb25bb4e0 R14: 00007ffdb25bb5b4 R15: 0000562ffc869a90
[   22.920070] ---[ end trace 033cee18456debcb ]---
[   26.119693] ath11k_pci 0000:6d:00.0: wmi command 20486 timeout
[   26.119699] ath11k_pci 0000:6d:00.0: failed to submit WMI_VDEV_STOP cmd
[   26.119705] ath11k_pci 0000:6d:00.0: failed to stop WMI vdev 0: -11
[   26.119708] ath11k_pci 0000:6d:00.0: failed to stop vdev 0: -11
[   29.319674] ath11k_pci 0000:6d:00.0: wmi command 12289 timeout
[   29.319680] ath11k_pci 0000:6d:00.0: failed to send WMI_START_SCAN_CMDID
[   29.319686] ath11k_pci 0000:6d:00.0: failed to start hw scan: -11
[   32.785704] kernel read not supported for file pci0000:00/0000:00:01.0/0000:01:00.0/config (pid: 566 comm: nv_queue)
[   33.373025] ath11k_pci 0000:6d:00.0: wmi command 12289 timeout
[   33.373033] ath11k_pci 0000:6d:00.0: failed to send WMI_START_SCAN_CMDID
[   33.373040] ath11k_pci 0000:6d:00.0: failed to start hw scan: -11
[   35.849662] usb 1-4.3: new high-speed USB device number 5 using xhci_hcd
[   35.991104] usb 1-4.3: New USB device found, idVendor=2357, idProduct=012d, bcdDevice= 2.10
[   35.991110] usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   35.991113] usb 1-4.3: Product: 802.11ac NIC
[   35.991116] usb 1-4.3: Manufacturer: Realtek
[   35.991118] usb 1-4.3: SerialNumber: 123456
[   37.426114] ath11k_pci 0000:6d:00.0: wmi command 12289 timeout
[   37.426120] ath11k_pci 0000:6d:00.0: failed to send WMI_START_SCAN_CMDID
[   37.426125] ath11k_pci 0000:6d:00.0: failed to start hw scan: -11
[   41.479436] ath11k_pci 0000:6d:00.0: wmi command 12289 timeout
[   41.479438] ath11k_pci 0000:6d:00.0: failed to send WMI_START_SCAN_CMDID
[   41.479440] ath11k_pci 0000:6d:00.0: failed to start hw scan: -11
[   44.323525] audit: type=1131 audit(1609627644.032:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   44.350137] audit: type=1131 audit(1609627644.059:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   44.679705] ath11k_pci 0000:6d:00.0: wmi command 20482 timeout
[   44.679712] ath11k_pci 0000:6d:00.0: failed to submit WMI_VDEV_DELETE_CMDID
[   44.679719] ath11k_pci 0000:6d:00.0: failed to delete WMI vdev 0: -11
[   44.679723] ath11k_pci 0000:6d:00.0: removing stale peer dc:f8:b9:9b:ab:48 from vdev_id 0
[   47.879683] ath11k_pci 0000:6d:00.0: wmi command 16387 timeout
[   47.879688] ath11k_pci 0000:6d:00.0: failed to send WMI_PDEV_SET_PARAM cmd
[   47.879694] ath11k_pci 0000:6d:00.0: failed to enable PMF QOS: (-11
[   47.986476] audit: type=1334 audit(1609627647.696:78): prog-id=18 op=UNLOAD
[   47.986485] audit: type=1334 audit(1609627647.696:79): prog-id=17 op=UNLOAD
[   48.159561] audit: type=1334 audit(1609627647.869:80): prog-id=23 op=UNLOAD
[   48.159569] audit: type=1334 audit(1609627647.869:81): prog-id=22 op=UNLOAD
[   74.021300] audit: type=1131 audit(1609627673.729:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  103.421624] audit: type=1100 audit(1609627703.129:83): pid=1091 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="luca" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  103.422564] audit: type=1101 audit(1609627703.129:84): pid=1091 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="luca" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  103.422692] audit: type=1110 audit(1609627703.129:85): pid=1091 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  103.424305] audit: type=1105 audit(1609627703.132:86): pid=1091 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  103.425849] audit: type=1106 audit(1609627703.132:87): pid=1091 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  103.425865] audit: type=1104 audit(1609627703.132:88): pid=1091 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  110.625583] audit: type=1101 audit(1609627710.332:89): pid=1108 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="luca" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  110.625685] audit: type=1110 audit(1609627710.332:90): pid=1108 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  110.627496] audit: type=1105 audit(1609627710.336:91): pid=1108 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  110.638290] audit: type=1100 audit(1609627710.346:92): pid=1109 uid=0 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=xps addr=? terminal=pts/0 res=success'
[  110.638366] audit: type=1101 audit(1609627710.346:93): pid=1109 uid=0 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=xps addr=? terminal=pts/0 res=success'
[  110.638606] audit: type=1103 audit(1609627710.346:94): pid=1109 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=xps addr=? terminal=pts/0 res=success'
[  110.638703] audit: type=1105 audit(1609627710.346:95): pid=1109 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=xps addr=? terminal=pts/0 res=success'

[-- Attachment #3: Type: text/plain, Size: 102 bytes --]

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

* Re: [BUG] Stacktrace in ath11k_pci
  2021-01-02 23:25 [BUG] Stacktrace in ath11k_pci Luca Versari
@ 2021-01-02 23:48 ` Sedat Dilek
  2021-01-03  0:18   ` Luca Versari
  2021-01-03  0:50 ` wireless wiki: ath11k missing in drivers page Sedat Dilek
  1 sibling, 1 reply; 10+ messages in thread
From: Sedat Dilek @ 2021-01-02 23:48 UTC (permalink / raw)
  To: Luca Versari; +Cc: linux-wireless, ath11k

On Sun, Jan 3, 2021 at 12:27 AM Luca Versari <veluca93@gmail.com> wrote:
>
> Hi all,
> I recently updated to kernel 5.10.3, which has the module for my WiFi
> card (QCA6390 - Hardware name: Dell Inc. XPS 15 9500/0XWT2F, BIOS
> 1.4.0 08/14/2020).

I have no ath11k hardware but looking at the commit logs:

$ git log --oneline v5.10.3..v5.10.4 | grep 'ath11k:'
6003ff9ca725 ath11k: Fix incorrect tlvs in scan start command
01c0691ead1e ath11k: Fix an error handling path
08c7e5615496 ath11k: Reset ath11k_skb_cb before setting new flags
345511c3f496 ath11k: Don't cast ath11k_skb_cb to ieee80211_tx_info.control
7688ca1121ba ath11k: Fix the rx_filter flag setting for peer rssi stats
00f7592609c9 ath11k: Handle errors if peer creation fails
8a8fe3e58c3e ath11k: fix wmi init configuration
e3f640e6a085 ath11k: Fix number of rules in filtered ETSI regdomain
ce79baf7b3eb ath11k: Initialize complete alpha2 for regulatory change

Upgrade to Linux v5.10.4 and check again?

- Sedat -

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

* Re: [BUG] Stacktrace in ath11k_pci
  2021-01-02 23:48 ` Sedat Dilek
@ 2021-01-03  0:18   ` Luca Versari
  2021-01-03  0:34     ` Sedat Dilek
  0 siblings, 1 reply; 10+ messages in thread
From: Luca Versari @ 2021-01-03  0:18 UTC (permalink / raw)
  To: sedat.dilek; +Cc: linux-wireless, ath11k

Thanks for the quick reply!
Unfortunately, this didn't seem to work - I'm still getting the same
stack trace:

[   23.136891] WARNING: CPU: 7 PID: 534 at
drivers/net/wireless/ath/ath11k/mac.c:5301
ath11k_mac_op_unassign_vif_chanctx+0x1d8/0x2e0 [ath11k]
[   23.136893] Modules linked in: michael_mic snd_hda_codec_hdmi
snd_hda_codec_realtek snd_hda_codec_generic qrtr_mhi snd_sof_pci
snd_sof_intel_byt snd_sof_intel_ipc snd_sof_intel_hda_common
snd_soc_hdac_hda snd_sof_xtensa_dsp snd_sof_intel_hda snd_sof
hid_sensor_als hid_sensor_trigger industrialio_triggered_buffer
snd_soc_skl kfifo_buf hid_sensor_iio_common snd_soc_sst_ipc 88x2bu(OE)
industrialio snd_soc_sst_dsp snd_hda_ext_core x86_pkg_temp_thermal
intel_powerclamp qrtr snd_soc_acpi_intel_match ns hid_sensor_hub
snd_soc_acpi ath11k_pci coretemp cros_ec_ishtp joydev cros_ec mousedev
intel_ishtp_loader snd_hda_intel mhi intel_ishtp_hid kvm_intel
snd_intel_dspcfg soundwire_intel soundwire_generic_allocation
nvidia_drm(POE) hid_multitouch soundwire_cadence iTCO_wdt dell_laptop
intel_pmc_bxt 8250_dw nvidia_modeset(POE) ee1004 iTCO_vendor_support
mei_hdcp intel_rapl_msr kvm nls_iso8859_1 ath11k snd_hda_codec
ledtrig_audio dell_wmi dell_smbios snd_hda_core snd_hwdep qmi_helpers
dell_wmi_descriptor
[   23.136989]  irqbypass soundwire_bus wmi_bmof dcdbas
crct10dif_pclmul intel_wmi_thunderbolt crc32_pclmul vfat mac80211
ghash_clmulni_intel hci_uart aesni_intel nvidia(POE) dell_smm_hwmon
i915 fat snd_soc_core crypto_simd btqca cryptd btrtl snd_compress
glue_helper btbcm ac97_bus rapl btintel i2c_algo_bit intel_cstate
snd_pcm_dmaengine cfg80211 intel_uncore bluetooth pcspkr snd_pcm
drm_kms_helper thunderbolt i2c_i801 tpm_crb i2c_smbus snd_timer
libarc4 snd mei_me cec mei soundcore intel_lpss_pci intel_gtt
intel_lpss tpm_tis intel_ish_ipc syscopyarea processor_thermal_device
idma64 tpm_tis_core ucsi_acpi sysfillrect intel_rapl_common typec_ucsi
tpm intel_ishtp sysimgblt fb_sys_fops intel_soc_dts_iosf
intel_pch_thermal typec ecdh_generic rng_core rfkill wmi mac_hid ecc
i2c_hid int3403_thermal int340x_thermal_zone video intel_hid
int3400_thermal acpi_thermal_rel sparse_keymap acpi_tad acpi_pad drm
sg fuse crypto_user agpgart bpf_preload ip_tables x_tables ext4
crc32c_generic crc16 mbcache jbd2
[   23.137125]  rtsx_pci_sdmmc mmc_core crc32c_intel serio_raw
rtsx_pci xhci_pci xhci_pci_renesas
[   23.137141] CPU: 7 PID: 534 Comm: wpa_supplicant Tainted: P
  OE     5.10.4-arch2-1 #1
[   23.137143] Hardware name: Dell Inc. XPS 15 9500/0XWT2F, BIOS 1.4.0
08/14/2020
[   23.137159] RIP: 0010:ath11k_mac_op_unassign_vif_chanctx+0x1d8/0x2e0 [ath11k]
[   23.137164] Code: 8b 85 e0 02 00 00 4c 89 e9 be 10 00 00 00 4c 89
e7 48 c7 c2 c0 d2 e5 c2 e8 a5 52 01 00 80 bd 98 03 00 00 00 0f 85 71
fe ff ff <0f> 0b e9 6a fe ff ff f0 80 a3 d8 16 00 00 fe f6 05 c2 34 05
00 10
[   23.137167] RSP: 0018:ffffb14780f3b808 EFLAGS: 00010246
[   23.137171] RAX: 0000000000000000 RBX: ffff952fc4bfc480 RCX: 0000000000000000
[   23.137173] RDX: ffff952fc4de9f80 RSI: ffff952fc60bd548 RDI: ffff952fd72fb5f8
[   23.137175] RBP: ffff952fc60bd548 R08: ffff952fc60bc940 R09: ffffb14780f3b648
[   23.137177] R10: ffffb14780f3b640 R11: ffffffff948cb1e8 R12: ffff952fd8900000
[   23.137179] R13: ffff952fc4bfc4d8 R14: ffff952fd72f9ee0 R15: ffff952fd72fb5f8
[   23.137183] FS:  00007f633f0fccc0(0000) GS:ffff953f1b7c0000(0000)
knlGS:0000000000000000
[   23.137186] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   23.137188] CR2: 00007f0d803b6000 CR3: 000000011ac62001 CR4: 00000000007706e0
[   23.137190] PKRU: 55555554
[   23.137192] Call Trace:
[   23.137259]  ieee80211_assign_vif_chanctx+0x81/0x440 [mac80211]
[   23.137309]  __ieee80211_vif_release_channel+0x4f/0x130 [mac80211]
[   23.137355]  ieee80211_vif_release_channel+0x3a/0x50 [mac80211]
[   23.137411]  ieee80211_mgd_auth.cold+0x10a/0x160 [mac80211]
[   23.137467]  cfg80211_mlme_auth+0x127/0x240 [cfg80211]
[   23.137505]  nl80211_authenticate+0x2ac/0x300 [cfg80211]
[   23.137518]  genl_family_rcv_msg_doit+0xfd/0x160
[   23.137525]  genl_rcv_msg+0xef/0x1e0
[   23.137561]  ? nl80211_parse_key+0x310/0x310 [cfg80211]
[   23.137566]  ? genl_get_cmd+0xd0/0xd0
[   23.137570]  netlink_rcv_skb+0x5b/0x100
[   23.137575]  genl_rcv+0x24/0x40
[   23.137578]  netlink_unicast+0x242/0x340
[   23.137583]  netlink_sendmsg+0x243/0x480
[   23.137589]  sock_sendmsg+0x5e/0x60
[   23.137594]  ____sys_sendmsg+0x25a/0x2a0
[   23.137598]  ? copy_msghdr_from_user+0x6e/0xa0
[   23.137604]  ___sys_sendmsg+0x97/0xe0
[   23.137614]  __sys_sendmsg+0x81/0xd0
[   23.137622]  do_syscall_64+0x33/0x40
[   23.137627]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   23.137631] RIP: 0033:0x7f633f54b7e7
[   23.137637] Code: 0c 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7
0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 2e 00 00
00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 89 54 24 1c 48 89 74
24 10
[   23.137640] RSP: 002b:00007ffe8dcb2f48 EFLAGS: 00000246 ORIG_RAX:
000000000000002e
[   23.137644] RAX: ffffffffffffffda RBX: 000055e801b10780 RCX: 00007f633f54b7e7
[   23.137646] RDX: 0000000000000000 RSI: 00007ffe8dcb2f80 RDI: 0000000000000006
[   23.137648] RBP: 000055e801b10690 R08: 0000000000000004 R09: 00007f633f60ca60
[   23.137650] R10: 00007ffe8dcb3054 R11: 0000000000000246 R12: 000055e801b49130
[   23.137653] R13: 00007ffe8dcb2f80 R14: 00007ffe8dcb3054 R15: 000055e801b50a90

On Sun, 3 Jan 2021 at 00:48, Sedat Dilek <sedat.dilek@gmail.com> wrote:
>
> On Sun, Jan 3, 2021 at 12:27 AM Luca Versari <veluca93@gmail.com> wrote:
> >
> > Hi all,
> > I recently updated to kernel 5.10.3, which has the module for my WiFi
> > card (QCA6390 - Hardware name: Dell Inc. XPS 15 9500/0XWT2F, BIOS
> > 1.4.0 08/14/2020).
>
> I have no ath11k hardware but looking at the commit logs:
>
> $ git log --oneline v5.10.3..v5.10.4 | grep 'ath11k:'
> 6003ff9ca725 ath11k: Fix incorrect tlvs in scan start command
> 01c0691ead1e ath11k: Fix an error handling path
> 08c7e5615496 ath11k: Reset ath11k_skb_cb before setting new flags
> 345511c3f496 ath11k: Don't cast ath11k_skb_cb to ieee80211_tx_info.control
> 7688ca1121ba ath11k: Fix the rx_filter flag setting for peer rssi stats
> 00f7592609c9 ath11k: Handle errors if peer creation fails
> 8a8fe3e58c3e ath11k: fix wmi init configuration
> e3f640e6a085 ath11k: Fix number of rules in filtered ETSI regdomain
> ce79baf7b3eb ath11k: Initialize complete alpha2 for regulatory change
>
> Upgrade to Linux v5.10.4 and check again?
>
> - Sedat -

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

* Re: [BUG] Stacktrace in ath11k_pci
  2021-01-03  0:18   ` Luca Versari
@ 2021-01-03  0:34     ` Sedat Dilek
  2021-01-03  1:31       ` Luca Versari
  0 siblings, 1 reply; 10+ messages in thread
From: Sedat Dilek @ 2021-01-03  0:34 UTC (permalink / raw)
  To: Luca Versari; +Cc: linux-wireless, ath11k

On Sun, Jan 3, 2021 at 1:18 AM Luca Versari <veluca93@gmail.com> wrote:
>
> Thanks for the quick reply!
> Unfortunately, this didn't seem to work - I'm still getting the same
> stack trace:
>

Latest ath11k firmware?

- Sedat -

[1] https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/ath11k

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

* wireless wiki: ath11k missing in drivers page
  2021-01-02 23:25 [BUG] Stacktrace in ath11k_pci Luca Versari
  2021-01-02 23:48 ` Sedat Dilek
@ 2021-01-03  0:50 ` Sedat Dilek
  2021-01-05 13:40   ` Sedat Dilek
  1 sibling, 1 reply; 10+ messages in thread
From: Sedat Dilek @ 2021-01-03  0:50 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, ath11k

Hi,

recently someone asked about issues with ath11k devices.

So, I checked the wireless wiki pages.

In the drivers overview [1] ath10k is listed and linked [2] but not ath11k.
Smart enough I found [3].

Can you or someone else add the link to athk11 in [1]?

Thanks.

Regards,
- Sedat -

[1] https://wireless.wiki.kernel.org/en/users/drivers
[2] https://wireless.wiki.kernel.org/en/users/drivers/ath10k
[3] https://wireless.wiki.kernel.org/en/users/drivers/ath11k

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

* Re: [BUG] Stacktrace in ath11k_pci
  2021-01-03  0:34     ` Sedat Dilek
@ 2021-01-03  1:31       ` Luca Versari
  2021-01-10 20:57         ` Luca Versari
  0 siblings, 1 reply; 10+ messages in thread
From: Luca Versari @ 2021-01-03  1:31 UTC (permalink / raw)
  To: sedat.dilek; +Cc: linux-wireless, ath11k

I can confirm I have the latest firmware installed (same sha256sum).

On Sun, 3 Jan 2021 at 01:34, Sedat Dilek <sedat.dilek@gmail.com> wrote:
>
> On Sun, Jan 3, 2021 at 1:18 AM Luca Versari <veluca93@gmail.com> wrote:
> >
> > Thanks for the quick reply!
> > Unfortunately, this didn't seem to work - I'm still getting the same
> > stack trace:
> >
>
> Latest ath11k firmware?
>
> - Sedat -
>
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/ath11k

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

* Re: wireless wiki: ath11k missing in drivers page
  2021-01-03  0:50 ` wireless wiki: ath11k missing in drivers page Sedat Dilek
@ 2021-01-05 13:40   ` Sedat Dilek
  2021-02-12  7:43     ` Kalle Valo
  0 siblings, 1 reply; 10+ messages in thread
From: Sedat Dilek @ 2021-01-05 13:40 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, ath11k

On Sun, Jan 3, 2021 at 1:50 AM Sedat Dilek <sedat.dilek@gmail.com> wrote:
>
> Hi,
>
> recently someone asked about issues with ath11k devices.
>
> So, I checked the wireless wiki pages.
>
> In the drivers overview [1] ath10k is listed and linked [2] but not ath11k.
> Smart enough I found [3].
>
> Can you or someone else add the link to athk11 in [1]?
>
> Thanks.
>
> Regards,
> - Sedat -
>
> [1] https://wireless.wiki.kernel.org/en/users/drivers
> [2] https://wireless.wiki.kernel.org/en/users/drivers/ath10k
> [3] https://wireless.wiki.kernel.org/en/users/drivers/ath11k

Thanks to whomever fixed the drivers overview page.

- sed@ -

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

* Re: [BUG] Stacktrace in ath11k_pci
  2021-01-03  1:31       ` Luca Versari
@ 2021-01-10 20:57         ` Luca Versari
  0 siblings, 0 replies; 10+ messages in thread
From: Luca Versari @ 2021-01-10 20:57 UTC (permalink / raw)
  To: sedat.dilek; +Cc: linux-wireless, ath11k

FYI, the same problem is still happening with linux 5.10.6 and latest firmware.

On Sun, 3 Jan 2021 at 02:31, Luca Versari <veluca93@gmail.com> wrote:
>
> I can confirm I have the latest firmware installed (same sha256sum).
>
> On Sun, 3 Jan 2021 at 01:34, Sedat Dilek <sedat.dilek@gmail.com> wrote:
> >
> > On Sun, Jan 3, 2021 at 1:18 AM Luca Versari <veluca93@gmail.com> wrote:
> > >
> > > Thanks for the quick reply!
> > > Unfortunately, this didn't seem to work - I'm still getting the same
> > > stack trace:
> > >
> >
> > Latest ath11k firmware?
> >
> > - Sedat -
> >
> > [1] https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/ath11k

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

* Re: wireless wiki: ath11k missing in drivers page
  2021-01-05 13:40   ` Sedat Dilek
@ 2021-02-12  7:43     ` Kalle Valo
  2021-02-12  9:20       ` Sedat Dilek
  0 siblings, 1 reply; 10+ messages in thread
From: Kalle Valo @ 2021-02-12  7:43 UTC (permalink / raw)
  To: Sedat Dilek; +Cc: linux-wireless, ath11k

Sedat Dilek <sedat.dilek@gmail.com> writes:

> On Sun, Jan 3, 2021 at 1:50 AM Sedat Dilek <sedat.dilek@gmail.com> wrote:
>>
>> Hi,
>>
>> recently someone asked about issues with ath11k devices.
>>
>> So, I checked the wireless wiki pages.
>>
>> In the drivers overview [1] ath10k is listed and linked [2] but not ath11k.
>> Smart enough I found [3].
>>
>> Can you or someone else add the link to athk11 in [1]?
>>
>> Thanks.
>>
>> Regards,
>> - Sedat -
>>
>> [1] https://wireless.wiki.kernel.org/en/users/drivers
>> [2] https://wireless.wiki.kernel.org/en/users/drivers/ath10k
>> [3] https://wireless.wiki.kernel.org/en/users/drivers/ath11k
>
> Thanks to whomever fixed the drivers overview page.

Thanks from my side as well. I updated the entry now, for example ath11k
does not support IBSS.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

* Re: wireless wiki: ath11k missing in drivers page
  2021-02-12  7:43     ` Kalle Valo
@ 2021-02-12  9:20       ` Sedat Dilek
  0 siblings, 0 replies; 10+ messages in thread
From: Sedat Dilek @ 2021-02-12  9:20 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, ath11k

On Fri, Feb 12, 2021 at 8:43 AM Kalle Valo <kvalo@codeaurora.org> wrote:
>
> Sedat Dilek <sedat.dilek@gmail.com> writes:
>
> > On Sun, Jan 3, 2021 at 1:50 AM Sedat Dilek <sedat.dilek@gmail.com> wrote:
> >>
> >> Hi,
> >>
> >> recently someone asked about issues with ath11k devices.
> >>
> >> So, I checked the wireless wiki pages.
> >>
> >> In the drivers overview [1] ath10k is listed and linked [2] but not ath11k.
> >> Smart enough I found [3].
> >>
> >> Can you or someone else add the link to athk11 in [1]?
> >>
> >> Thanks.
> >>
> >> Regards,
> >> - Sedat -
> >>
> >> [1] https://wireless.wiki.kernel.org/en/users/drivers
> >> [2] https://wireless.wiki.kernel.org/en/users/drivers/ath10k
> >> [3] https://wireless.wiki.kernel.org/en/users/drivers/ath11k
> >
> > Thanks to whomever fixed the drivers overview page.
>
> Thanks from my side as well. I updated the entry now, for example ath11k
> does not support IBSS.
>

Cool, up2date docs :-).

- sed@ -

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

end of thread, other threads:[~2021-02-12  9:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-02 23:25 [BUG] Stacktrace in ath11k_pci Luca Versari
2021-01-02 23:48 ` Sedat Dilek
2021-01-03  0:18   ` Luca Versari
2021-01-03  0:34     ` Sedat Dilek
2021-01-03  1:31       ` Luca Versari
2021-01-10 20:57         ` Luca Versari
2021-01-03  0:50 ` wireless wiki: ath11k missing in drivers page Sedat Dilek
2021-01-05 13:40   ` Sedat Dilek
2021-02-12  7:43     ` Kalle Valo
2021-02-12  9:20       ` Sedat Dilek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).