You are not logged in.

#1 2024-10-22 01:53:01

msax
Member
Registered: 2024-10-22
Posts: 8

Intel AX211 issues found on kernel 6.11.4

Weird stuff is going down with AX211 lately on T14 gen3. MX Master 3S over bluetooth decided to take a little nap, and I had to give it a wake-up call with rfkill. So, it turns out autosuspend decided to throw a little tantrum and caused the problem. A speedy tweak with an udev rule did the trick.

/etc/udev/rules.d/50-usb_power_save.rules

ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="8087", ATTR{idProduct}=="0033", ATTR{power/autosuspend}="-1"

After I hit suspend, the wifi decides to play hide and seek with all the access points. It is impossible to get a connection at all. So, after waking up from its beauty sleep, I gave the iwlmvm and iwlwifi modules a little pep talk and reloaded them with systemd script.

/usr/local/lib/systemd/system/iwlwifi-reload.service

[Unit]
Description=Reload iwlwifi module
After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target

[Service]
ExecStartPre=/usr/bin/rmmod iwlmvm iwlwifi
ExecStart=/usr/bin/modprobe iwlmvm

[Install]
WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target

All that is required to keep this service active is to enable it.

What I have covered so far is just a band-aid solution after the latest update. Well, this might be useful, but if anyone has a brighter idea, feel free to chime in!

Offline

#2 2024-10-22 10:10:28

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 784
Website

Re: Intel AX211 issues found on kernel 6.11.4

Is this on 6.11.4-1 or 6.11.4-2?

Offline

#3 2024-10-22 11:05:25

msax
Member
Registered: 2024-10-22
Posts: 8

Re: Intel AX211 issues found on kernel 6.11.4

Bluetooth issue has been noticed on -1, wifi on -2. But a laptop is usually docked and mostly on the Ethernet connection. I noticed the wifi issue just because I've been at the customer's site and needed wifi connection, where a plain reboot solved the issue at the time.

Offline

#4 2024-10-22 11:31:05

seth
Member
Registered: 2012-09-03
Posts: 60,080

Re: Intel AX211 issues found on kernel 6.11.4

Sounds related to https://bbs.archlinux.org/viewtopic.php?id=300120 (also just band-aiding)

Offline

#5 2024-10-22 12:37:59

msax
Member
Registered: 2024-10-22
Posts: 8

Re: Intel AX211 issues found on kernel 6.11.4

Yes, it looks like the same issue. What I tested in the meantime is that module reload is needed only after the first suspend. Later on, it's not needed and wakes up just fine. Also, what I noticed is that the issue with module reload is iface number increment. Currently it's wlan2 instead of wlan0, so two suspends so far. Btw, testing repos are enabled and with Gnome/X11 on top.
Here is dmesg snip of a crashes after the first wakeup:

[    0.000000] Linux version 6.11.4-arch2-1 (linux@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Sun, 20 Oct 2024 18:20:12 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5fbb0a06-35fa-4258-b311-e6a89b466a26 rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
.
.
.
[   20.339077] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[   20.339079] iwlwifi 0000:00:14.3: Transport status: 0x00000042, valid: 6
[   20.339080] iwlwifi 0000:00:14.3: Loaded firmware version: 89.6b44fa0b.0 so-a0-gf-a0-89.ucode
[   20.339081] iwlwifi 0000:00:14.3: 0x00000087 | ADVANCED_SYSASSERT          
[   20.339083] iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status0
[   20.339083] iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
[   20.339084] iwlwifi 0000:00:14.3: 0x00000000 | branchlink2
[   20.339084] iwlwifi 0000:00:14.3: 0x00000000 | interruptlink1
[   20.339085] iwlwifi 0000:00:14.3: 0x00000000 | interruptlink2
[   20.339085] iwlwifi 0000:00:14.3: 0x00000000 | data1
[   20.339086] iwlwifi 0000:00:14.3: 0x00000000 | data2
[   20.339086] iwlwifi 0000:00:14.3: 0x00000000 | data3
[   20.339087] iwlwifi 0000:00:14.3: 0x00000000 | beacon time
[   20.339087] iwlwifi 0000:00:14.3: 0x00000000 | tsf low
[   20.339087] iwlwifi 0000:00:14.3: 0x00000000 | tsf hi
[   20.339088] iwlwifi 0000:00:14.3: 0x00000000 | time gp1
[   20.339088] iwlwifi 0000:00:14.3: 0x00000000 | time gp2
[   20.339089] iwlwifi 0000:00:14.3: 0x00000000 | uCode revision type
[   20.339089] iwlwifi 0000:00:14.3: 0x00000000 | uCode version major
[   20.339090] iwlwifi 0000:00:14.3: 0x00000000 | uCode version minor
[   20.339090] iwlwifi 0000:00:14.3: 0x00000000 | hw version
[   20.339091] iwlwifi 0000:00:14.3: 0x00000000 | board version
[   20.339091] iwlwifi 0000:00:14.3: 0x00000000 | hcmd
[   20.339092] iwlwifi 0000:00:14.3: 0x00000000 | isr0
[   20.339092] iwlwifi 0000:00:14.3: 0x00000000 | isr1
[   20.339093] iwlwifi 0000:00:14.3: 0x00000000 | isr2
[   20.339093] iwlwifi 0000:00:14.3: 0x00000000 | isr3
[   20.339094] iwlwifi 0000:00:14.3: 0x00000000 | isr4
[   20.339094] iwlwifi 0000:00:14.3: 0x00000000 | last cmd Id
[   20.339095] iwlwifi 0000:00:14.3: 0x00000000 | wait_event
[   20.339095] iwlwifi 0000:00:14.3: 0x00000000 | l2p_control
[   20.339095] iwlwifi 0000:00:14.3: 0x00000000 | l2p_duration
[   20.339096] iwlwifi 0000:00:14.3: 0x00000000 | l2p_mhvalid
[   20.339096] iwlwifi 0000:00:14.3: 0x00000000 | l2p_addr_match
[   20.339097] iwlwifi 0000:00:14.3: 0x00000000 | lmpm_pmg_sel
[   20.339097] iwlwifi 0000:00:14.3: 0x00000000 | timestamp
[   20.339098] iwlwifi 0000:00:14.3: 0x00000000 | flow_handler
[   20.339146] iwlwifi 0000:00:14.3: 0x00000000 | ADVANCED_SYSASSERT
[   20.339147] iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
[   20.339147] iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink2
[   20.339148] iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink1
[   20.339148] iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink2
[   20.339149] iwlwifi 0000:00:14.3: 0x00000000 | umac data1
[   20.339149] iwlwifi 0000:00:14.3: 0x00000000 | umac data2
[   20.339150] iwlwifi 0000:00:14.3: 0x00000000 | umac data3
[   20.339150] iwlwifi 0000:00:14.3: 0x00000000 | umac major
[   20.339150] iwlwifi 0000:00:14.3: 0x00000000 | umac minor
[   20.339151] iwlwifi 0000:00:14.3: 0x00000000 | frame pointer
[   20.339151] iwlwifi 0000:00:14.3: 0x00000000 | stack pointer
[   20.339152] iwlwifi 0000:00:14.3: 0x00000000 | last host cmd
[   20.339152] iwlwifi 0000:00:14.3: 0x00000000 | isr status reg
[   20.339242] iwlwifi 0000:00:14.3: IML/ROM dump:
[   20.339243] iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
[   20.339298] iwlwifi 0000:00:14.3: 0x00008270 | IML/ROM data1
[   20.339306] iwlwifi 0000:00:14.3: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0
[   20.339311] iwlwifi 0000:00:14.3: Fseq Registers:
[   20.339313] iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
[   20.339316] iwlwifi 0000:00:14.3: 0x003E0003 | FSEQ_TOP_INIT_VERSION
[   20.339318] iwlwifi 0000:00:14.3: 0x00190004 | FSEQ_CNVIO_INIT_VERSION
[   20.339321] iwlwifi 0000:00:14.3: 0x0000A652 | FSEQ_OTP_VERSION
[   20.339323] iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
[   20.339325] iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
[   20.339328] iwlwifi 0000:00:14.3: 0x00080400 | FSEQ_CNVI_ID
[   20.339330] iwlwifi 0000:00:14.3: 0x00400410 | FSEQ_CNVR_ID
[   20.339333] iwlwifi 0000:00:14.3: 0x00080400 | CNVI_AUX_MISC_CHIP
[   20.339340] iwlwifi 0000:00:14.3: 0x00400410 | CNVR_AUX_MISC_CHIP
[   20.339382] iwlwifi 0000:00:14.3: 0x00009061 | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[   20.339390] iwlwifi 0000:00:14.3: 0x00000061 | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[   20.339433] iwlwifi 0000:00:14.3: 0x00190004 | FSEQ_PREV_CNVIO_INIT_VERSION
[   20.339436] iwlwifi 0000:00:14.3: 0x003E0003 | FSEQ_WIFI_FSEQ_VERSION
[   20.339439] iwlwifi 0000:00:14.3: 0x003E0003 | FSEQ_BT_FSEQ_VERSION
[   20.339442] iwlwifi 0000:00:14.3: 0x000000C8 | FSEQ_CLASS_TP_VERSION
[   20.339451] iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x804a625a
[   20.339453] iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0x4ba8e8
[   20.339456] iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
[   21.040317] iwlwifi 0000:00:14.3: timeout waiting for FW reset ACK (inta_hw=0x80)
[   21.224578] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[   21.224627] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[   21.224635] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[   21.224643] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[   21.226386] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[   23.270154] iwlwifi 0000:00:14.3: Failed to start RT ucode: -110
[   23.270161] iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 13 fired (delay=0ms).
[   23.271381] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[   23.271382] iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 6
[   23.271383] iwlwifi 0000:00:14.3: Loaded firmware version: 89.6b44fa0b.0 so-a0-gf-a0-89.ucode
[   23.271384] iwlwifi 0000:00:14.3: 0x00000084 | NMI_INTERRUPT_UNKNOWN       
[   23.271385] iwlwifi 0000:00:14.3: 0x000002F0 | trm_hw_status0
[   23.271385] iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
[   23.271386] iwlwifi 0000:00:14.3: 0x004D9CBC | branchlink2
[   23.271386] iwlwifi 0000:00:14.3: 0x004CF826 | interruptlink1
[   23.271387] iwlwifi 0000:00:14.3: 0x004CF826 | interruptlink2
[   23.271387] iwlwifi 0000:00:14.3: 0x000155BE | data1
[   23.271388] iwlwifi 0000:00:14.3: 0x01000000 | data2
[   23.271388] iwlwifi 0000:00:14.3: 0x00000000 | data3
[   23.271389] iwlwifi 0000:00:14.3: 0x00000000 | beacon time
[   23.271389] iwlwifi 0000:00:14.3: 0x00206038 | tsf low
[   23.271390] iwlwifi 0000:00:14.3: 0x00000000 | tsf hi
[   23.271390] iwlwifi 0000:00:14.3: 0x00000000 | time gp1
[   23.271390] iwlwifi 0000:00:14.3: 0x0021A99E | time gp2
[   23.271391] iwlwifi 0000:00:14.3: 0x00000001 | uCode revision type
[   23.271391] iwlwifi 0000:00:14.3: 0x00000059 | uCode version major
[   23.271392] iwlwifi 0000:00:14.3: 0x6B44FA0B | uCode version minor
[   23.271392] iwlwifi 0000:00:14.3: 0x00000370 | hw version
[   23.271393] iwlwifi 0000:00:14.3: 0x58480002 | board version
[   23.271393] iwlwifi 0000:00:14.3: 0x8003FC12 | hcmd
[   23.271394] iwlwifi 0000:00:14.3: 0x00020000 | isr0
[   23.271394] iwlwifi 0000:00:14.3: 0x00000000 | isr1
[   23.271395] iwlwifi 0000:00:14.3: 0x48F00002 | isr2
[   23.271395] iwlwifi 0000:00:14.3: 0x00C0001C | isr3
[   23.271395] iwlwifi 0000:00:14.3: 0x00000000 | isr4
[   23.271396] iwlwifi 0000:00:14.3: 0x00000000 | last cmd Id
[   23.271396] iwlwifi 0000:00:14.3: 0x000155BE | wait_event
[   23.271397] iwlwifi 0000:00:14.3: 0x00000000 | l2p_control
[   23.271397] iwlwifi 0000:00:14.3: 0x00000000 | l2p_duration
[   23.271397] iwlwifi 0000:00:14.3: 0x00000000 | l2p_mhvalid
[   23.271398] iwlwifi 0000:00:14.3: 0x00000000 | l2p_addr_match
[   23.271398] iwlwifi 0000:00:14.3: 0x0000000B | lmpm_pmg_sel
[   23.271399] iwlwifi 0000:00:14.3: 0x00000000 | timestamp
[   23.271399] iwlwifi 0000:00:14.3: 0x00000024 | flow_handler
[   23.271456] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[   23.271456] iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 7
[   23.271457] iwlwifi 0000:00:14.3: 0x20000066 | NMI_INTERRUPT_HOST
[   23.271457] iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
[   23.271458] iwlwifi 0000:00:14.3: 0x8048829A | umac branchlink2
[   23.271458] iwlwifi 0000:00:14.3: 0x804AC43A | umac interruptlink1
[   23.271459] iwlwifi 0000:00:14.3: 0x804AC43A | umac interruptlink2
[   23.271459] iwlwifi 0000:00:14.3: 0x01000000 | umac data1
[   23.271459] iwlwifi 0000:00:14.3: 0x804AC43A | umac data2
[   23.271460] iwlwifi 0000:00:14.3: 0x00000000 | umac data3
[   23.271460] iwlwifi 0000:00:14.3: 0x00000059 | umac major
[   23.271461] iwlwifi 0000:00:14.3: 0x6B44FA0B | umac minor
[   23.271461] iwlwifi 0000:00:14.3: 0x0021A99C | frame pointer
[   23.271462] iwlwifi 0000:00:14.3: 0xC0886258 | stack pointer
[   23.271462] iwlwifi 0000:00:14.3: 0x00000000 | last host cmd
[   23.271462] iwlwifi 0000:00:14.3: 0x00000400 | isr status reg
[   23.271517] iwlwifi 0000:00:14.3: IML/ROM dump:
[   23.271517] iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
[   23.271525] iwlwifi 0000:00:14.3: 0x000082C2 | IML/ROM data1
[   23.271533] iwlwifi 0000:00:14.3: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0
[   23.271538] iwlwifi 0000:00:14.3: Fseq Registers:
[   23.271540] iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
[   23.271543] iwlwifi 0000:00:14.3: 0x803E0003 | FSEQ_TOP_INIT_VERSION
[   23.271545] iwlwifi 0000:00:14.3: 0x00190004 | FSEQ_CNVIO_INIT_VERSION
[   23.271547] iwlwifi 0000:00:14.3: 0x0000A652 | FSEQ_OTP_VERSION
[   23.271550] iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
[   23.271552] iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
[   23.271554] iwlwifi 0000:00:14.3: 0x00080400 | FSEQ_CNVI_ID
[   23.271557] iwlwifi 0000:00:14.3: 0x00400410 | FSEQ_CNVR_ID
[   23.271559] iwlwifi 0000:00:14.3: 0x00080400 | CNVI_AUX_MISC_CHIP
[   23.271566] iwlwifi 0000:00:14.3: 0x00400410 | CNVR_AUX_MISC_CHIP
[   23.271620] iwlwifi 0000:00:14.3: 0x00009061 | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[   23.271671] iwlwifi 0000:00:14.3: 0x00000061 | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[   23.271718] iwlwifi 0000:00:14.3: 0x00190004 | FSEQ_PREV_CNVIO_INIT_VERSION
[   23.271767] iwlwifi 0000:00:14.3: 0x003E0003 | FSEQ_WIFI_FSEQ_VERSION
[   23.271821] iwlwifi 0000:00:14.3: 0x003E0003 | FSEQ_BT_FSEQ_VERSION
[   23.271870] iwlwifi 0000:00:14.3: 0x000000C8 | FSEQ_CLASS_TP_VERSION
[   23.271925] iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x804abef8
[   23.271928] iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
[   23.271930] iwlwifi 0000:00:14.3: Starting mac, retry will be triggered anyway

.
.
.
[   23.724432] ------------[ cut here ]------------
[   23.724435] Hardware became unavailable upon resume. This could be a software issue prior to suspend or a hardware issue.
[   23.724489] WARNING: CPU: 2 PID: 1510 at net/mac80211/util.c:1828 ieee80211_reconfig+0xa0/0x15e0 [mac80211]
[   23.724541] Modules linked in: hid_logitech_hidpp usbhid uhid rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device nft_masq nft_ct nft_reject_ipv4 nf_reject_ipv4 nft_reject nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables libcrc32c bridge stp llc ccm algif_aead crypto_null des3_ede_x86_64 cbc des_generic libdes algif_skcipher cmac md4 algif_hash af_alg bnep vfat fat snd_ctl_led snd_soc_skl_hda_dsp snd_soc_hdac_hdmi snd_soc_intel_hda_dsp_common snd_sof_probes snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component snd_soc_dmic snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence joydev snd_sof_intel_hda_common mousedev intel_uncore_frequency snd_sof_intel_hda_mlink intel_uncore_frequency_common snd_sof_intel_hda intel_tcc_cooling snd_sof_pci x86_pkg_temp_thermal snd_sof_xtensa_dsp intel_powerclamp snd_sof coretemp snd_sof_utils snd_soc_hdac_hda snd_soc_acpi_intel_match kvm_intel soundwire_generic_allocation
[   23.724574]  snd_soc_acpi soundwire_bus kvm snd_soc_avs hid_multitouch hid_generic snd_soc_hda_codec crct10dif_pclmul snd_hda_ext_core crc32_pclmul polyval_clmulni snd_soc_core polyval_generic ghash_clmulni_intel btusb snd_compress sha512_ssse3 ac97_bus btrtl snd_pcm_dmaengine sha256_ssse3 btintel uvcvideo sha1_ssse3 snd_hda_intel aesni_intel btbcm videobuf2_vmalloc gf128mul uvc btmtk snd_intel_dspcfg processor_thermal_device_pci videobuf2_memops crypto_simd iTCO_wdt processor_thermal_device cryptd videobuf2_v4l2 snd_intel_sdw_acpi intel_pmc_bxt bluetooth rapl processor_thermal_wt_hint mei_hdcp mei_pxp videodev ee1004 iTCO_vendor_support intel_rapl_msr snd_hda_codec processor_thermal_rfim intel_cstate snd_hda_core processor_thermal_rapl videobuf2_common think_lmi intel_uncore mc psmouse pcspkr ucsi_acpi snd_hwdep spi_nor firmware_attributes_class intel_rapl_common typec_ucsi mei_me i2c_i801 snd_pcm mtd e1000e wmi_bmof intel_lpss_pci processor_thermal_wt_req typec i2c_smbus mei snd_timer intel_lpss thunderbolt
[   23.724594]  processor_thermal_power_floor i2c_mux roles processor_thermal_mbox idma64 igen6_edac intel_pmc_core int3403_thermal int340x_thermal_zone intel_vsec i2c_hid_acpi int3400_thermal pmt_telemetry i2c_hid acpi_tad acpi_thermal_rel intel_hid acpi_pad pinctrl_tigerlake pmt_class mac_hid pkcs8_key_parser i2c_dev sg dm_mod crypto_user loop nfnetlink zram ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 vivaldi_fmap nvme spi_intel_pci xhci_pci crc32c_intel nvme_core spi_intel xhci_pci_renesas i8042 nvme_auth serio thinkpad_acpi sparse_keymap platform_profile snd soundcore iwlmvm ptp pps_core mac80211 libarc4 iwlwifi cfg80211 rfkill xe drm_ttm_helper gpu_sched drm_suballoc_helper drm_gpuvm drm_exec i915 i2c_algo_bit drm_buddy video wmi ttm intel_gtt drm_display_helper cec
[   23.724614] CPU: 2 UID: 0 PID: 1510 Comm: kworker/u64:61 Not tainted 6.11.4-arch2-1 #1 1400000003000000474e55004a39f899be146273
[   23.724616] Hardware name: LENOVO 21AH0082SC/21AH0082SC, BIOS N3MET21W (1.20 ) 07/11/2024
[   23.724617] Workqueue: async async_run_entry_fn
[   23.724620] RIP: 0010:ieee80211_reconfig+0xa0/0x15e0 [mac80211]
[   23.724650] Code: 03 00 00 41 c6 87 ad 05 00 00 00 4c 89 ff e8 e7 7d fb ff 41 89 c4 85 c0 0f 84 16 03 00 00 48 c7 c7 90 b3 e3 c0 e8 a0 bf 97 fb <0f> 0b eb 31 84 c0 0f 85 aa 01 00 00 41 c6 87 ad 05 00 00 00 4c 89
[   23.724650] RSP: 0000:ffffac5487fd3cd0 EFLAGS: 00010282
[   23.724652] RAX: 0000000000000000 RBX: ffff939852040538 RCX: 0000000000000027
[   23.724652] RDX: ffff939f7f121a48 RSI: 0000000000000001 RDI: ffff939f7f121a40
[   23.724653] RBP: ffff9398520403c0 R08: 0000000000000000 R09: ffffac5487fd3a98
[   23.724653] R10: ffffffffbe6b3fe8 R11: 0000000000000003 R12: 00000000ffffff92
[   23.724654] R13: 0000000000000010 R14: 0000000000000000 R15: ffff939852040900
[   23.724655] FS:  0000000000000000(0000) GS:ffff939f7f100000(0000) knlGS:0000000000000000
[   23.724655] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   23.724656] CR2: 0000000000000000 CR3: 00000006abc22000 CR4: 0000000000f50ef0
[   23.724656] PKRU: 55555554
[   23.724657] Call Trace:
[   23.724659]  <TASK>
[   23.724659]  ? ieee80211_reconfig+0xa0/0x15e0 [mac80211 1400000003000000474e5500457f844cb249da21]
[   23.724687]  ? __warn.cold+0x8e/0xe8
[   23.724688]  ? ieee80211_reconfig+0xa0/0x15e0 [mac80211 1400000003000000474e5500457f844cb249da21]
[   23.724717]  ? report_bug+0xff/0x140
[   23.724718]  ? handle_bug+0x3c/0x80
[   23.724720]  ? exc_invalid_op+0x17/0x70
[   23.724720]  ? asm_exc_invalid_op+0x1a/0x20
[   23.724722]  ? ieee80211_reconfig+0xa0/0x15e0 [mac80211 1400000003000000474e5500457f844cb249da21]
[   23.724748]  ? select_task_rq_fair+0x7f8/0x1da0
[   23.724750]  ? __slab_free+0xdf/0x2f0
[   23.724752]  wiphy_resume+0x82/0x1b0 [cfg80211 1400000003000000474e55005a9a21bcd3de88e3]
[   23.724779]  ? __pfx_wiphy_resume+0x10/0x10 [cfg80211 1400000003000000474e55005a9a21bcd3de88e3]
[   23.724795]  dpm_run_callback+0x47/0x150
[   23.724797]  device_resume+0xb0/0x280
[   23.724798]  async_resume+0x1d/0x30
[   23.724800]  async_run_entry_fn+0x31/0x140
[   23.724801]  process_one_work+0x17b/0x330
[   23.724803]  worker_thread+0x2ce/0x3f0
[   23.724805]  ? __pfx_worker_thread+0x10/0x10
[   23.724806]  kthread+0xcf/0x100
[   23.724808]  ? __pfx_kthread+0x10/0x10
[   23.724809]  ret_from_fork+0x31/0x50
[   23.724811]  ? __pfx_kthread+0x10/0x10
[   23.724812]  ret_from_fork_asm+0x1a/0x30
[   23.724814]  </TASK>
[   23.724814] ---[ end trace 0000000000000000 ]---
[   23.725170] ------------[ cut here ]------------
.
.
.
[   23.725474] ieee80211 phy0: PM: dpm_run_callback(): wiphy_resume [cfg80211] returns -110
[   23.725493] ieee80211 phy0: PM: failed to resume async: error -110

Offline

#6 2024-10-22 12:43:12

seth
Member
Registered: 2012-09-03
Posts: 60,080

Re: Intel AX211 issues found on kernel 6.11.4

Also, what I noticed is that the issue with module reload is iface number increment.

Make sure to disconnect/stop wpa_supplicant/iwd before unloading the module

What I tested in the meantime is that module reload is needed only after the first suspend. Later on, it's not needed and wakes up just fine.

Sanity check: Is there a parallel windows intallation?

Offline

#7 2024-10-22 12:52:43

msax
Member
Registered: 2024-10-22
Posts: 8

Re: Intel AX211 issues found on kernel 6.11.4

seth wrote:

Also, what I noticed is that the issue with module reload is iface number increment.

Make sure to disconnect/stop wpa_supplicant/iwd before unloading the module

It was more of a heads-up in case someone decides to use my .service file, but thank you nonetheless.

seth wrote:

What I tested in the meantime is that module reload is needed only after the first suspend. Later on, it's not needed and wakes up just fine.

Sanity check: Is there a parallel windows intallation?

Not since... 2009? Who knows? Or was it 2010? big_smile

Offline

#8 2024-10-22 13:47:59

loqs
Member
Registered: 2014-03-06
Posts: 18,151

Re: Intel AX211 issues found on kernel 6.11.4

What was the last kernel without the issue?

Offline

#9 2024-10-22 14:32:33

msax
Member
Registered: 2024-10-22
Posts: 8

Re: Intel AX211 issues found on kernel 6.11.4

About the wifi situation, I took a little trip to the journal for this message:

iwlwifi 0000:00:14.3: Not associated and the session protection is over already...

Seems like everything started since this boot:

kernel: Linux version 6.11.0-arch1-1 (linux@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Sun, 15 Sep 2024 18:38:36 +0000

I also experienced a similar problem earlier, with kernel 6.8.9.arch1-1 up to 6.9.arch1-1.

I was able to correlate the journal data with the Pacman log.

[ALPM] upgraded linux (6.8.9.arch1-1 -> 6.8.9.arch1-2)
[ALPM] upgraded linux-firmware-whence (20240409.1addd7dc-2 -> 20240510.b9d2bf23-1)
[ALPM] upgraded linux-firmware (20240409.1addd7dc-2 -> 20240510.b9d2bf23-1)
[ALPM] upgraded linux (6.8.9.arch1-2 -> 6.9.arch1-1)

and

[ALPM] upgraded linux (6.10.10.arch1-1 -> 6.11.arch1-1)
[ALPM] upgraded linux-firmware-whence (20240909.552ed9b8-1 -> 20240928.c979a065-1)
[ALPM] upgraded linux-firmware (20240909.552ed9b8-1 -> 20240928.c979a065-1)
[ALPM] upgraded linux (6.11.arch1-1 -> 6.11.1.arch1-1)
[ALPM] upgraded linux (6.11.1.arch1-1 -> 6.11.2.arch1-1)
[ALPM] upgraded linux (6.11.2.arch1-1 -> 6.11.3.arch1-1)
[ALPM] upgraded linux-firmware-whence (20240928.c979a065-1 -> 20241017.22a6c7dc-1)
[ALPM] upgraded linux-firmware (20240928.c979a065-1 -> 20241017.22a6c7dc-1)
[ALPM] upgraded linux (6.11.3.arch1-1 -> 6.11.4.arch1-1)
[ALPM] upgraded linux (6.11.4.arch1-1 -> 6.11.4.arch2-1)

About the bluetooth...I am totally clueless, but I have a hunch it might also be on the first 6.11. I’d just keep rfkilling it until I couldn’t take it anymore.

Offline

#10 2024-10-22 16:11:14

loqs
Member
Registered: 2014-03-06
Posts: 18,151

Re: Intel AX211 issues found on kernel 6.11.4

If you downgrade just linux to 6.10.10.arch1-1 can you still reproduce the issue? If not does it reappear after you upgrade linux back to 6.11.arch1-1?

Offline

#11 2024-10-22 16:48:43

msax
Member
Registered: 2024-10-22
Posts: 8

Re: Intel AX211 issues found on kernel 6.11.4

WIFI
No issues on 6.10.10. The issue reappeared on 6.11.1 (dmesg time 37.284114)

BT
I can't test it right now. I am at the office, and my mouse is having a cozy day at home.


dmesg-6.10.10-arch1-1

[    0.000000] Linux version 6.10.10-arch1-1 (linux@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Thu, 12 Sep 2024 17:21:02 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5fbb0a06-35fa-4258-b311-e6a89b466a26 rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    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-0x000000008da3efff] usable
[    0.000000] BIOS-e820: [mem 0x000000008da3f000-0x0000000092b2efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000092b2f000-0x000000009372efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009372f000-0x00000000937fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000937ff000-0x00000000937fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000093800000-0x0000000097ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000098200000-0x00000000983fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000098c00000-0x00000000a07fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000085f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.7 by Lenovo
[    0.000000] efi: ACPI=0x937fe000 ACPI 2.0=0x937fe014 TPMFinalLog=0x9368e000 SMBIOS=0x8f8af000 SMBIOS 3.0=0x8f8a2000 MEMATTR=0x87e01018 ESRT=0x87e0e418 INITRD=0x5ca39b18 RNG=0x937fd018 TPMEventLog=0x5ca3c018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem79: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[    0.000000] SMBIOS 3.4.0 present.
[    0.000000] DMI: LENOVO 21AH0082SC/21AH0082SC, BIOS N3MET21W (1.20 ) 07/11/2024
[    0.000000] DMI: Memory slots populated: 2/8
[    0.000000] tsc: Detected 2500.000 MHz processor
[    0.000000] tsc: Detected 2496.000 MHz TSC
[    0.000007] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000011] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000020] last_pfn = 0x85f800 max_arch_pfn = 0x400000000
[    0.000025] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[    0.000027] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000688] last_pfn = 0x93800 max_arch_pfn = 0x400000000
[    0.011284] esrt: Reserving ESRT space from 0x0000000087e0e418 to 0x0000000087e0e6f8.
[    0.011292] e820: update [mem 0x87e0e000-0x87e0efff] usable ==> reserved
[    0.011312] Using GB pages for direct mapping
[    0.011313] Incomplete global flushes, disabling PCID
[    0.011613] Secure boot disabled
[    0.011614] RAMDISK: [mem 0x4f0a7000-0x55a40fff]
[    0.011766] ACPI: Early table checksum verification disabled
[    0.011770] ACPI: RSDP 0x00000000937FE014 000024 (v02 LENOVO)
[    0.011777] ACPI: XSDT 0x00000000937FC188 000134 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011786] ACPI: FACP 0x000000008F892000 000114 (v06 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011792] ACPI: DSDT 0x000000008F844000 0495F2 (v02 LENOVO ICL      00000002      01000013)
[    0.011796] ACPI: FACS 0x0000000093673000 000040
[    0.011799] ACPI: SSDT 0x000000008F94A000 00038C (v02 LENOVO Pmax_Dev 00000001 INTL 20200717)
[    0.011803] ACPI: SSDT 0x000000008F932000 005D2C (v02 LENOVO CpuSsdt  00003000 INTL 20200717)
[    0.011806] ACPI: SSDT 0x000000008F931000 00059B (v02 LENOVO CtdpB    00001000 INTL 20200717)
[    0.011810] ACPI: SSDT 0x000000008F8C2000 003203 (v02 LENOVO DptfTabl 00001000 INTL 20200717)
[    0.011813] ACPI: SSDT 0x000000008F894000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20200717)
[    0.011817] ACPI: TPM2 0x000000008F893000 00004C (v04 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011820] ACPI: HPET 0x000000008F891000 000038 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011823] ACPI: APIC 0x000000008F890000 0001DC (v05 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011827] ACPI: MCFG 0x000000008F88F000 00003C (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011830] ACPI: ECDT 0x000000008F88E000 000053 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011834] ACPI: SSDT 0x000000008F841000 00258E (v02 LENOVO AdlP_Rvp 00001000 INTL 20200717)
[    0.011837] ACPI: SSDT 0x000000008F840000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20200717)
[    0.011840] ACPI: SSDT 0x000000008F83C000 003F55 (v02 LENOVO ProjSsdt 00000010 INTL 20200717)
[    0.011844] ACPI: SSDT 0x000000008F838000 002B22 (v02 LENOVO SaSsdt   00003000 INTL 20200717)
[    0.011847] ACPI: SSDT 0x000000008F834000 0035CE (v02 LENOVO IgfxSsdt 00003000 INTL 20200717)
[    0.011851] ACPI: SSDT 0x000000008F826000 00D676 (v02 LENOVO TcssSsdt 00001000 INTL 20200717)
[    0.011854] ACPI: LPIT 0x000000008F825000 0000CC (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011857] ACPI: WSMT 0x000000008F824000 000028 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011861] ACPI: SSDT 0x000000008F821000 0026B4 (v02 LENOVO TbtTypeC 00000000 INTL 20200717)
[    0.011864] ACPI: DBGP 0x000000008F820000 000034 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011868] ACPI: DBG2 0x000000008F81F000 000054 (v00 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011871] ACPI: NHLT 0x000000008F81D000 001B64 (v00 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011874] ACPI: MSDM 0x000000008F81C000 000055 (v03 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011878] ACPI: SSDT 0x000000008F806000 000E54 (v02 LENOVO UsbCTabl 00001000 INTL 20200717)
[    0.011881] ACPI: BATB 0x000000008F805000 00004A (v02 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011884] ACPI: DMAR 0x000000008E002000 000088 (v02 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011888] ACPI: SSDT 0x000000008E000000 00129A (v02 LENOVO SocGpe   00003000 INTL 20200717)
[    0.011891] ACPI: SSDT 0x000000008DFFC000 0039DA (v02 LENOVO SocCmn   00003000 INTL 20200717)
[    0.011895] ACPI: SSDT 0x000000008DFFB000 000144 (v02 LENOVO ADebTabl 00001000 INTL 20200717)
[    0.011898] ACPI: BGRT 0x000000008F807000 000038 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011901] ACPI: PHAT 0x000000008DFD4000 0005B8 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011905] ACPI: UEFI 0x0000000093624000 000076 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011908] ACPI: FPDT 0x000000008DFD3000 000034 (v01 LENOVO TP-N3M   00001200 PTEC 00001200)
[    0.011911] ACPI: Reserving FACP table memory at [mem 0x8f892000-0x8f892113]
[    0.011913] ACPI: Reserving DSDT table memory at [mem 0x8f844000-0x8f88d5f1]
[    0.011914] ACPI: Reserving FACS table memory at [mem 0x93673000-0x9367303f]
[    0.011915] ACPI: Reserving SSDT table memory at [mem 0x8f94a000-0x8f94a38b]
[    0.011916] ACPI: Reserving SSDT table memory at [mem 0x8f932000-0x8f937d2b]
[    0.011917] ACPI: Reserving SSDT table memory at [mem 0x8f931000-0x8f93159a]
[    0.011918] ACPI: Reserving SSDT table memory at [mem 0x8f8c2000-0x8f8c5202]
[    0.011918] ACPI: Reserving SSDT table memory at [mem 0x8f894000-0x8f89460d]
[    0.011919] ACPI: Reserving TPM2 table memory at [mem 0x8f893000-0x8f89304b]
[    0.011920] ACPI: Reserving HPET table memory at [mem 0x8f891000-0x8f891037]
[    0.011921] ACPI: Reserving APIC table memory at [mem 0x8f890000-0x8f8901db]
[    0.011922] ACPI: Reserving MCFG table memory at [mem 0x8f88f000-0x8f88f03b]
[    0.011923] ACPI: Reserving ECDT table memory at [mem 0x8f88e000-0x8f88e052]
[    0.011924] ACPI: Reserving SSDT table memory at [mem 0x8f841000-0x8f84358d]
[    0.011925] ACPI: Reserving SSDT table memory at [mem 0x8f840000-0x8f840082]
[    0.011926] ACPI: Reserving SSDT table memory at [mem 0x8f83c000-0x8f83ff54]
[    0.011927] ACPI: Reserving SSDT table memory at [mem 0x8f838000-0x8f83ab21]
[    0.011928] ACPI: Reserving SSDT table memory at [mem 0x8f834000-0x8f8375cd]
[    0.011929] ACPI: Reserving SSDT table memory at [mem 0x8f826000-0x8f833675]
[    0.011929] ACPI: Reserving LPIT table memory at [mem 0x8f825000-0x8f8250cb]
[    0.011930] ACPI: Reserving WSMT table memory at [mem 0x8f824000-0x8f824027]
[    0.011931] ACPI: Reserving SSDT table memory at [mem 0x8f821000-0x8f8236b3]
[    0.011932] ACPI: Reserving DBGP table memory at [mem 0x8f820000-0x8f820033]
[    0.011933] ACPI: Reserving DBG2 table memory at [mem 0x8f81f000-0x8f81f053]
[    0.011934] ACPI: Reserving NHLT table memory at [mem 0x8f81d000-0x8f81eb63]
[    0.011935] ACPI: Reserving MSDM table memory at [mem 0x8f81c000-0x8f81c054]
[    0.011936] ACPI: Reserving SSDT table memory at [mem 0x8f806000-0x8f806e53]
[    0.011937] ACPI: Reserving BATB table memory at [mem 0x8f805000-0x8f805049]
[    0.011938] ACPI: Reserving DMAR table memory at [mem 0x8e002000-0x8e002087]
[    0.011939] ACPI: Reserving SSDT table memory at [mem 0x8e000000-0x8e001299]
[    0.011939] ACPI: Reserving SSDT table memory at [mem 0x8dffc000-0x8dfff9d9]
[    0.011940] ACPI: Reserving SSDT table memory at [mem 0x8dffb000-0x8dffb143]
[    0.011941] ACPI: Reserving BGRT table memory at [mem 0x8f807000-0x8f807037]
[    0.011942] ACPI: Reserving PHAT table memory at [mem 0x8dfd4000-0x8dfd45b7]
[    0.011943] ACPI: Reserving UEFI table memory at [mem 0x93624000-0x93624075]
[    0.011944] ACPI: Reserving FPDT table memory at [mem 0x8dfd3000-0x8dfd3033]
[    0.012342] No NUMA configuration found
[    0.012343] Faking a node at [mem 0x0000000000000000-0x000000085f7fffff]
[    0.012347] NODE_DATA(0) allocated [mem 0x85f7fb000-0x85f7fffff]
[    0.012401] Zone ranges:
[    0.012402]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.012405]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.012407]   Normal   [mem 0x0000000100000000-0x000000085f7fffff]
[    0.012409]   Device   empty
[    0.012410] Movable zone start for each node
[    0.012411] Early memory node ranges
[    0.012412]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.012414]   node   0: [mem 0x0000000000100000-0x000000008da3efff]
[    0.012415]   node   0: [mem 0x00000000937ff000-0x00000000937fffff]
[    0.012416]   node   0: [mem 0x0000000100000000-0x000000085f7fffff]
[    0.012420] Initmem setup node 0 [mem 0x0000000000001000-0x000000085f7fffff]
[    0.012426] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.012457] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.016829] On node 0, zone DMA32: 24000 pages in unavailable ranges
[    0.069449] On node 0, zone Normal: 18432 pages in unavailable ranges
[    0.069468] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.069517] Reserving Intel graphics memory at [mem 0x9c800000-0xa07fffff]
[    0.071122] ACPI: PM-Timer IO Port: 0x1808
[    0.071134] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.071136] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.071137] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.071138] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.071139] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.071140] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.071141] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.071141] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.071142] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.071143] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.071144] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.071145] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.071145] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.071146] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.071147] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.071148] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.071149] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.071150] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.071151] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.071151] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.071152] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.071153] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.071154] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.071155] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.071239] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.071242] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.071245] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.071249] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.071251] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.071261] e820: update [mem 0x87cbb000-0x87d4bfff] usable ==> reserved
[    0.071272] TSC deadline timer available
[    0.071276] CPU topo: Max. logical packages:   1
[    0.071277] CPU topo: Max. logical dies:       1
[    0.071278] CPU topo: Max. dies per package:   1
[    0.071281] CPU topo: Max. threads per core:   2
[    0.071282] CPU topo: Num. cores per package:    12
[    0.071284] CPU topo: Num. threads per package:  16
[    0.071284] CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
[    0.071299] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.071302] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.071303] PM: hibernation: Registered nosave memory: [mem 0x87cbb000-0x87d4bfff]
[    0.071305] PM: hibernation: Registered nosave memory: [mem 0x87e0e000-0x87e0efff]
[    0.071307] PM: hibernation: Registered nosave memory: [mem 0x8da3f000-0x92b2efff]
[    0.071307] PM: hibernation: Registered nosave memory: [mem 0x92b2f000-0x9372efff]
[    0.071308] PM: hibernation: Registered nosave memory: [mem 0x9372f000-0x937fefff]
[    0.071310] PM: hibernation: Registered nosave memory: [mem 0x93800000-0x97ffffff]
[    0.071311] PM: hibernation: Registered nosave memory: [mem 0x98000000-0x981fffff]
[    0.071311] PM: hibernation: Registered nosave memory: [mem 0x98200000-0x983fffff]
[    0.071312] PM: hibernation: Registered nosave memory: [mem 0x98400000-0x98bfffff]
[    0.071313] PM: hibernation: Registered nosave memory: [mem 0x98c00000-0xa07fffff]
[    0.071314] PM: hibernation: Registered nosave memory: [mem 0xa0800000-0xfed1ffff]
[    0.071314] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.071315] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
[    0.071317] [mem 0xa0800000-0xfed1ffff] available for PCI devices
[    0.071318] Booting paravirtualized kernel on bare hardware
[    0.071321] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.079415] setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.080330] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    0.080337] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[    0.080340] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
[    0.080347] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
[    0.080364] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5fbb0a06-35fa-4258-b311-e6a89b466a26 rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet
[    0.080427] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[    0.083137] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.084480] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.084690] Fallback order for Node 0: 0 
[    0.084694] Built 1 zonelists, mobility grouping on.  Total pages: 8311262
[    0.084696] Policy zone: Normal
[    0.084895] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.084906] software IO TLB: area num 16.
[    0.154348] Memory: 32324472K/33245048K available (18432K kernel code, 2177K rwdata, 13440K rodata, 3436K init, 3484K bss, 920316K reserved, 0K cma-reserved)
[    0.154683] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.154736] ftrace: allocating 50284 entries in 197 pages
[    0.162785] ftrace: allocated 197 pages with 4 groups
[    0.162871] Dynamic Preempt: full
[    0.162965] rcu: Preemptible hierarchical RCU implementation.
[    0.162966] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.162968] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.162970] 	Trampoline variant of Tasks RCU enabled.
[    0.162971] 	Rude variant of Tasks RCU enabled.
[    0.162971] 	Tracing variant of Tasks RCU enabled.
[    0.162972] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.162974] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.162989] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.162992] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.162994] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.168126] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.168521] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.169012] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.169058] Console: colour dummy device 80x25
[    0.169061] printk: legacy console [tty0] enabled
[    0.169118] ACPI: Core revision 20240322
[    0.169485] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.169486] APIC: Switch to symmetric I/O mode setup
[    0.169489] DMAR: Host address width 39
[    0.169490] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.169496] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.169499] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.169505] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.169508] DMAR: RMRR base: 0x0000009c000000 end: 0x000000a07fffff
[    0.169511] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.169513] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.169514] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.173590] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.173592] x2apic enabled
[    0.173683] APIC: Switched APIC routing to: cluster x2apic
[    0.184913] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[    0.184922] Calibrating delay loop (skipped), value calculated using timer frequency.. 4993.00 BogoMIPS (lpj=8320000)
[    0.184996] CPU0: Thermal monitoring enabled (TM1)
[    0.184999] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.185139] CET detected: Indirect Branch Tracking enabled
[    0.185141] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.185142] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.185146] process: using mwait in idle threads
[    0.185149] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.185151] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.185152] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.185153] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.185155] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.185157] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.185158] Register File Data Sampling: Mitigation: Clear Register File
[    0.185170] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.185172] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.185173] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.185174] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.185175] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.185176] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.185178] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.185179] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.185180] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.188252] Freeing SMP alternatives memory: 40K
[    0.188252] pid_max: default: 32768 minimum: 301
[    0.188252] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[    0.188252] landlock: Up and running.
[    0.188252] Yama: becoming mindful.
[    0.188252] LSM support for eBPF active
[    0.188252] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.188252] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.188252] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-1260P (family: 0x6, model: 0x9a, stepping: 0x3)
[    0.188252] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.188252] core: cpu_core PMU driver: 
[    0.188252] ... version:                5
[    0.188252] ... bit width:              48
[    0.188252] ... generic registers:      8
[    0.188252] ... value mask:             0000ffffffffffff
[    0.188252] ... max period:             00007fffffffffff
[    0.188252] ... fixed-purpose events:   4
[    0.188252] ... event mask:             0001000f000000ff
[    0.188252] signal: max sigframe size: 3632
[    0.188252] Estimated ratio of average max frequency by base frequency (times 1024): 1556
[    0.188252] rcu: Hierarchical SRCU implementation.
[    0.188252] rcu: 	Max phase no-delay instances is 1000.
[    0.188252] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.188252] smp: Bringing up secondary CPUs ...
[    0.188252] smpboot: x86: Booting SMP configuration:
[    0.188252] .... node  #0, CPUs:        #2  #4  #6  #8  #9 #10 #11 #12 #13 #14 #15
[    0.019352] core: cpu_atom PMU driver: PEBS-via-PT 
[    0.019352] ... version:                5
[    0.019352] ... bit width:              48
[    0.019352] ... generic registers:      6
[    0.019352] ... value mask:             0000ffffffffffff
[    0.019352] ... max period:             00007fffffffffff
[    0.019352] ... fixed-purpose events:   3
[    0.019352] ... event mask:             000000070000003f
[    0.191697]   #1  #3  #5  #7
[    0.198308] smp: Brought up 1 node, 16 CPUs
[    0.198308] smpboot: Total of 16 processors activated (79903.00 BogoMIPS)
[    0.202593] devtmpfs: initialized
[    0.202593] x86/mm: Memory block size: 128MB
[    0.205162] ACPI: PM: Registering ACPI NVS region [mem 0x92b2f000-0x9372efff] (12582912 bytes)
[    0.205162] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.205162] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.205194] pinctrl core: initialized pinctrl subsystem
[    0.205616] PM: RTC time: 16:27:02, date: 2024-10-22
[    0.206158] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.206592] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.206980] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.207362] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.207370] audit: initializing netlink subsys (disabled)
[    0.207374] audit: type=2000 audit(1729614422.019:1): state=initialized audit_enabled=0 res=1
[    0.207374] thermal_sys: Registered thermal governor 'fair_share'
[    0.207374] thermal_sys: Registered thermal governor 'bang_bang'
[    0.207374] thermal_sys: Registered thermal governor 'step_wise'
[    0.207374] thermal_sys: Registered thermal governor 'user_space'
[    0.207374] thermal_sys: Registered thermal governor 'power_allocator'
[    0.207423] cpuidle: using governor ladder
[    0.207423] cpuidle: using governor menu
[    0.207423] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.207423] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[    0.207423] PCI: Using configuration type 1 for base access
[    0.208301] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.208336] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.208336] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.208336] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.208336] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.208437] Demotion targets for Node 0: null
[    0.208437] ACPI: Added _OSI(Module Device)
[    0.208437] ACPI: Added _OSI(Processor Device)
[    0.208437] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.208437] ACPI: Added _OSI(Processor Aggregator Device)
[    0.354582] ACPI: 17 ACPI AML tables successfully acquired and loaded
[    0.356301] ACPI: EC: EC started
[    0.356302] ACPI: EC: interrupt blocked
[    0.357229] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.357230] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.359452] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.403570] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.403572] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.404247] ACPI: Dynamic OEM Table Load:
[    0.404256] ACPI: SSDT 0xFFFF8CD9415E8C00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.405478] ACPI: Dynamic OEM Table Load:
[    0.405485] ACPI: SSDT 0xFFFF8CD941F66000 0005E4 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.406687] ACPI: Dynamic OEM Table Load:
[    0.406693] ACPI: SSDT 0xFFFF8CD941ABF600 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.407802] ACPI: Dynamic OEM Table Load:
[    0.407807] ACPI: SSDT 0xFFFF8CD941F66800 0004BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.409381] ACPI: Dynamic OEM Table Load:
[    0.409389] ACPI: SSDT 0xFFFF8CD9415CC000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.411242] ACPI: Dynamic OEM Table Load:
[    0.411248] ACPI: SSDT 0xFFFF8CD9415CA000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.412927] ACPI: Dynamic OEM Table Load:
[    0.412934] ACPI: SSDT 0xFFFF8CD941F6A000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.414620] ACPI: Dynamic OEM Table Load:
[    0.414627] ACPI: SSDT 0xFFFF8CD9415E3000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.421702] ACPI: _OSC evaluated successfully for all CPUs
[    0.421703] ACPI: Interpreter enabled
[    0.421759] ACPI: PM: (supports S0 S3 S4 S5)
[    0.421760] ACPI: Using IOAPIC for interrupt routing
[    0.423147] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.423148] PCI: Ignoring E820 reservations for host bridge windows
[    0.423759] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.424812] ACPI: \_SB_.PC00.PEG0.PXP_: New power resource
[    0.428956] ACPI: \_SB_.PC00.LPCB.EC__.PUBS: New power resource
[    0.431432] ACPI: \_SB_.PC00.XHCI.RHUB.HS02.WWPR: New power resource
[    0.432105] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[    0.436101] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[    0.436294] ACPI: \_SB_.PC00.RP01.PXP_: New power resource
[    0.448596] ACPI: \_SB_.PC00.TBT0: New power resource
[    0.448930] ACPI: \_SB_.PC00.TBT1: New power resource
[    0.449257] ACPI: \_SB_.PC00.D3C_: New power resource
[    0.751626] ACPI: \PIN_: New power resource
[    0.751644] ACPI: \PINP: New power resource
[    0.752075] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.752081] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.753924] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.757625] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.762114] PCI host bridge to bus 0000:00
[    0.762116] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.762118] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.762120] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.762121] pci_bus 0000:00: root bus resource [mem 0xa0800000-0xbfffffff window]
[    0.762122] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.762124] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.762439] pci 0000:00:00.0: [8086:4621] type 00 class 0x060000 conventional PCI endpoint
[    0.762715] pci 0000:00:02.0: [8086:46a6] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.762723] pci 0000:00:02.0: BAR 0 [mem 0x603c000000-0x603cffffff 64bit]
[    0.762729] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x401fffffff 64bit pref]
[    0.762733] pci 0000:00:02.0: BAR 4 [io  0x2000-0x203f]
[    0.762748] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.762751] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.762777] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[    0.762778] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[    0.762782] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[    0.762784] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[    0.762929] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000 conventional PCI endpoint
[    0.762942] pci 0000:00:04.0: BAR 0 [mem 0x603d180000-0x603d19ffff 64bit]
[    0.763320] pci 0000:00:06.0: [8086:464d] type 01 class 0x060400 PCIe Root Port
[    0.763352] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.763370] pci 0000:00:06.0:   bridge window [mem 0xbc200000-0xbc2fffff]
[    0.763470] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.763511] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[    0.764217] pci 0000:00:07.0: [8086:466e] type 01 class 0x060400 PCIe Root Port
[    0.764235] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.764239] pci 0000:00:07.0:   bridge window [mem 0xb0000000-0xbc1fffff]
[    0.764246] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.764334] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.764360] pci 0000:00:07.0: PTM enabled (root), 4ns granularity
[    0.766624] pci 0000:00:07.2: [8086:462f] type 01 class 0x060400 PCIe Root Port
[    0.766642] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.766646] pci 0000:00:07.2:   bridge window [mem 0xa2000000-0xae1fffff]
[    0.766653] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.766742] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[    0.766768] pci 0000:00:07.2: PTM enabled (root), 4ns granularity
[    0.769084] pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
[    0.769092] pci 0000:00:0a.0: BAR 0 [mem 0x603d1c0000-0x603d1c7fff 64bit]
[    0.769109] pci 0000:00:0a.0: enabling Extended Tags
[    0.769220] pci 0000:00:0d.0: [8086:461e] type 00 class 0x0c0330 conventional PCI endpoint
[    0.769230] pci 0000:00:0d.0: BAR 0 [mem 0x603d1b0000-0x603d1bffff 64bit]
[    0.769272] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.771412] pci 0000:00:0d.2: [8086:463e] type 00 class 0x0c0340 conventional PCI endpoint
[    0.771423] pci 0000:00:0d.2: BAR 0 [mem 0x603d140000-0x603d17ffff 64bit]
[    0.771429] pci 0000:00:0d.2: BAR 2 [mem 0x603d1d9000-0x603d1d9fff 64bit]
[    0.771461] pci 0000:00:0d.2: supports D1 D2
[    0.771462] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.771587] pci 0000:00:0d.3: [8086:466d] type 00 class 0x0c0340 conventional PCI endpoint
[    0.771598] pci 0000:00:0d.3: BAR 0 [mem 0x603d100000-0x603d13ffff 64bit]
[    0.771604] pci 0000:00:0d.3: BAR 2 [mem 0x603d1d8000-0x603d1d8fff 64bit]
[    0.771636] pci 0000:00:0d.3: supports D1 D2
[    0.771637] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.771921] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
[    0.771946] pci 0000:00:14.0: BAR 0 [mem 0x603d1a0000-0x603d1affff 64bit]
[    0.772048] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.774237] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
[    0.774261] pci 0000:00:14.2: BAR 0 [mem 0x603d1d0000-0x603d1d3fff 64bit]
[    0.774274] pci 0000:00:14.2: BAR 2 [mem 0x603d1d7000-0x603d1d7fff 64bit]
[    0.774508] pci 0000:00:14.3: [8086:51f0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
[    0.774569] pci 0000:00:14.3: BAR 0 [mem 0x603d1cc000-0x603d1cffff 64bit]
[    0.774721] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.775610] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
[    0.776343] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.779745] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
[    0.779770] pci 0000:00:16.0: BAR 0 [mem 0x603d1d5000-0x603d1d5fff 64bit]
[    0.779864] pci 0000:00:16.0: PME# supported from D3hot
[    0.780378] pci 0000:00:1f.0: [8086:5182] type 00 class 0x060100 conventional PCI endpoint
[    0.780863] pci 0000:00:1f.3: [8086:51c8] type 00 class 0x040380 conventional PCI endpoint
[    0.780929] pci 0000:00:1f.3: BAR 0 [mem 0x603d1c8000-0x603d1cbfff 64bit]
[    0.781025] pci 0000:00:1f.3: BAR 4 [mem 0x603d000000-0x603d0fffff 64bit]
[    0.781202] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.781586] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
[    0.781633] pci 0000:00:1f.4: BAR 0 [mem 0x603d1d4000-0x603d1d40ff 64bit]
[    0.781658] pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
[    0.782032] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
[    0.782054] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[    0.782229] pci 0000:00:1f.6: [8086:1a1f] type 00 class 0x020000 conventional PCI endpoint
[    0.782283] pci 0000:00:1f.6: BAR 0 [mem 0xbc300000-0xbc31ffff]
[    0.782558] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.783864] pci 0000:02:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
[    0.783880] pci 0000:02:00.0: BAR 0 [mem 0xbc200000-0xbc203fff 64bit]
[    0.784859] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.784892] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.784935] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.792616] ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x79)
[    0.794592] ACPI: EC: interrupt unblocked
[    0.794594] ACPI: EC: event unblocked
[    0.794615] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.794616] ACPI: EC: GPE=0x6e
[    0.794617] ACPI: \_SB_.PC00.LPCB.EC__: Boot ECDT EC initialization complete
[    0.794618] ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
[    0.794930] iommu: Default domain type: Translated
[    0.794930] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.795040] SCSI subsystem initialized
[    0.795048] libata version 3.00 loaded.
[    0.795048] ACPI: bus type USB registered
[    0.795048] usbcore: registered new interface driver usbfs
[    0.795048] usbcore: registered new interface driver hub
[    0.795048] usbcore: registered new device driver usb
[    0.795048] EDAC MC: Ver: 3.0.0
[    0.796139] efivars: Registered efivars operations
[    0.796139] NetLabel: Initializing
[    0.796139] NetLabel:  domain hash size = 128
[    0.796139] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.796139] NetLabel:  unlabeled traffic allowed by default
[    0.796139] mctp: management component transport protocol core
[    0.796139] NET: Registered PF_MCTP protocol family
[    0.796139] PCI: Using ACPI for IRQ routing
[    0.872402] PCI: pci_cache_line_size set to 64 bytes
[    0.873500] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[    0.874406] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.874408] e820: reserve RAM buffer [mem 0x87cbb000-0x87ffffff]
[    0.874409] e820: reserve RAM buffer [mem 0x87e0e000-0x87ffffff]
[    0.874410] e820: reserve RAM buffer [mem 0x8da3f000-0x8fffffff]
[    0.874411] e820: reserve RAM buffer [mem 0x93800000-0x93ffffff]
[    0.874411] e820: reserve RAM buffer [mem 0x85f800000-0x85fffffff]
[    0.874433] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.874433] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.874433] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.874433] vgaarb: loaded
[    0.874947] clocksource: Switched to clocksource tsc-early
[    0.875066] VFS: Disk quotas dquot_6.6.0
[    0.875073] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.875131] pnp: PnP ACPI init
[    0.876895] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.876898] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.877009] system 00:01: [io  0x1854-0x1857] has been reserved
[    0.877067] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.877090] system 00:04: [io  0x1800-0x189f] could not be reserved
[    0.877092] system 00:04: [io  0x0800-0x087f] has been reserved
[    0.877093] system 00:04: [io  0x0880-0x08ff] has been reserved
[    0.877094] system 00:04: [io  0x0900-0x097f] has been reserved
[    0.877096] system 00:04: [io  0x0980-0x09ff] has been reserved
[    0.877097] system 00:04: [io  0x0a00-0x0a7f] has been reserved
[    0.877098] system 00:04: [io  0x0a80-0x0aff] has been reserved
[    0.877099] system 00:04: [io  0x0b00-0x0b7f] has been reserved
[    0.877100] system 00:04: [io  0x0b80-0x0bff] has been reserved
[    0.877101] system 00:04: [io  0x15e0-0x15ef] has been reserved
[    0.877102] system 00:04: [io  0x1600-0x167f] could not be reserved
[    0.877103] system 00:04: [io  0x1640-0x165f] could not be reserved
[    0.877105] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.877107] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.877108] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.877110] system 00:04: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.877111] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.877112] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.877804] pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.877824] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.877826] system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.877827] system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.877828] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.877830] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.877831] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.877832] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.880380] system 00:06: [io  0xff00-0xfffe] has been reserved
[    0.881743] pnp 00:08: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.881746] pnp 00:08: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.881747] pnp 00:08: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.881749] pnp 00:08: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.881750] pnp 00:08: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.881752] pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.881753] pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.881755] pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.881756] pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.881758] pnp 00:08: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.881759] pnp 00:08: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.881760] pnp 00:08: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.881761] pnp 00:08: disabling [mem 0x00100000-0xa07fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.881763] pnp 00:08: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.881765] pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.881766] pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.881767] pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.881769] pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.881770] pnp 00:08: disabling [mem 0x000e0000-0x000e3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.881771] pnp 00:08: disabling [mem 0x000e8000-0x000ebfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.881773] pnp 00:08: disabling [mem 0x000f0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.881774] pnp 00:08: disabling [mem 0x00100000-0xa07fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.881791] system 00:08: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.881792] system 00:08: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.881944] pnp: PnP ACPI: found 9 devices
[    0.887383] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.887431] NET: Registered PF_INET protocol family
[    0.887631] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.900668] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.900700] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.900865] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.901210] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.901312] TCP: Hash tables configured (established 262144 bind 65536)
[    0.901429] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.901510] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.901595] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.901683] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.901689] NET: Registered PF_XDP protocol family
[    0.901695] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 20-49] add_size 1000
[    0.901698] pci 0000:00:07.2: bridge window [io  0x1000-0x0fff] to [bus 50-79] add_size 1000
[    0.901705] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[    0.901710] pci 0000:00:02.0: VF BAR 0 [mem 0x4100000000-0x4106ffffff 64bit]: assigned
[    0.901713] pci 0000:00:07.0: bridge window [io  0x3000-0x3fff]: assigned
[    0.901714] pci 0000:00:07.2: bridge window [io  0x4000-0x4fff]: assigned
[    0.901716] pci 0000:00:15.0: BAR 0 [mem 0x4107000000-0x4107000fff 64bit]: assigned
[    0.902068] pci 0000:00:1f.5: BAR 0 [mem 0xa0800000-0xa0800fff]: assigned
[    0.902084] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.902100] pci 0000:00:06.0:   bridge window [mem 0xbc200000-0xbc2fffff]
[    0.902119] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.902121] pci 0000:00:07.0:   bridge window [io  0x3000-0x3fff]
[    0.902123] pci 0000:00:07.0:   bridge window [mem 0xb0000000-0xbc1fffff]
[    0.902126] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.902129] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.902131] pci 0000:00:07.2:   bridge window [io  0x4000-0x4fff]
[    0.902133] pci 0000:00:07.2:   bridge window [mem 0xa2000000-0xae1fffff]
[    0.902136] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.902140] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.902142] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.902143] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.902144] pci_bus 0000:00: resource 7 [mem 0xa0800000-0xbfffffff window]
[    0.902145] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.902147] pci_bus 0000:02: resource 1 [mem 0xbc200000-0xbc2fffff]
[    0.902148] pci_bus 0000:20: resource 0 [io  0x3000-0x3fff]
[    0.902149] pci_bus 0000:20: resource 1 [mem 0xb0000000-0xbc1fffff]
[    0.902150] pci_bus 0000:20: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.902151] pci_bus 0000:50: resource 0 [io  0x4000-0x4fff]
[    0.902152] pci_bus 0000:50: resource 1 [mem 0xa2000000-0xae1fffff]
[    0.902153] pci_bus 0000:50: resource 2 [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.903759] PCI: CLS 0 bytes, default 64
[    0.903842] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.903848] DMAR: No ATSR found
[    0.903849] DMAR: No SATC found
[    0.903850] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.903851] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.903851] DMAR: IOMMU feature nwfs inconsistent
[    0.903852] DMAR: IOMMU feature dit inconsistent
[    0.903853] DMAR: IOMMU feature sc_support inconsistent
[    0.903853] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.903854] DMAR: dmar0: Using Queued invalidation
[    0.903857] DMAR: dmar1: Using Queued invalidation
[    0.903909] Trying to unpack rootfs image as initramfs...
[    0.904139] pci 0000:00:02.0: Adding to iommu group 0
[    0.904166] pci 0000:00:00.0: Adding to iommu group 1
[    0.904173] pci 0000:00:04.0: Adding to iommu group 2
[    0.904195] pci 0000:00:06.0: Adding to iommu group 3
[    0.904203] pci 0000:00:07.0: Adding to iommu group 4
[    0.904211] pci 0000:00:07.2: Adding to iommu group 5
[    0.904217] pci 0000:00:0a.0: Adding to iommu group 6
[    0.904231] pci 0000:00:0d.0: Adding to iommu group 7
[    0.904237] pci 0000:00:0d.2: Adding to iommu group 7
[    0.904244] pci 0000:00:0d.3: Adding to iommu group 7
[    0.904256] pci 0000:00:14.0: Adding to iommu group 8
[    0.904263] pci 0000:00:14.2: Adding to iommu group 8
[    0.904270] pci 0000:00:14.3: Adding to iommu group 9
[    0.904279] pci 0000:00:15.0: Adding to iommu group 10
[    0.904288] pci 0000:00:16.0: Adding to iommu group 11
[    0.904306] pci 0000:00:1f.0: Adding to iommu group 12
[    0.904313] pci 0000:00:1f.3: Adding to iommu group 12
[    0.904320] pci 0000:00:1f.4: Adding to iommu group 12
[    0.904327] pci 0000:00:1f.5: Adding to iommu group 12
[    0.904334] pci 0000:00:1f.6: Adding to iommu group 12
[    0.904354] pci 0000:02:00.0: Adding to iommu group 13
[    0.904549] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.904549] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.904550] software IO TLB: mapped [mem 0x0000000083cbb000-0x0000000087cbb000] (64MB)
[    0.904584] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[    0.904636] clocksource: Switched to clocksource tsc
[    0.904655] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.911022] Initialise system trusted keyrings
[    0.911032] Key type blacklist registered
[    0.911097] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.911105] zbud: loaded
[    0.911185] fuse: init (API version 7.40)
[    0.911403] integrity: Platform Keyring initialized
[    0.911406] integrity: Machine keyring initialized
[    0.920059] Key type asymmetric registered
[    0.920060] Asymmetric key parser 'x509' registered
[    0.920078] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.920142] io scheduler mq-deadline registered
[    0.920144] io scheduler kyber registered
[    0.920156] io scheduler bfq registered
[    0.920684] pcieport 0000:00:06.0: PME: Signaling with IRQ 122
[    0.920898] pcieport 0000:00:07.0: PME: Signaling with IRQ 123
[    0.920913] pcieport 0000:00:07.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.921226] pcieport 0000:00:07.2: PME: Signaling with IRQ 124
[    0.921240] pcieport 0000:00:07.2: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.921370] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.922551] ACPI: AC: AC Adapter [AC] (off-line)
[    0.922593] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.922657] ACPI: button: Sleep Button [SLPB]
[    0.922691] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.922836] ACPI: button: Lid Switch [LID]
[    0.922863] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    0.922875] ACPI: button: Power Button [PWRB]
[    0.930495] thermal LNXTHERM:00: registered as thermal_zone0
[    0.930497] ACPI: thermal: Thermal Zone [THM0] (54 C)
[    0.930646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.932170] hpet_acpi_add: no address or irqs in _CRS
[    0.932196] Non-volatile memory driver v1.3
[    0.932196] Linux agpgart interface v0.103
[    0.933901] tpm_tis IFX1522:00: 2.0 TPM (device-id 0x1D, rev-id 54)
[    0.955885] Freeing initrd memory: 108136K
[    0.974299] ACPI: battery: Slot [BAT0] (battery present)
[    1.051999] ACPI: bus type drm_connector registered
[    1.058215] usbcore: registered new interface driver usbserial_generic
[    1.058217] usbserial: USB Serial support registered for generic
[    1.058384] rtc_cmos rtc_cmos: RTC can wake from S4
[    1.060298] rtc_cmos rtc_cmos: registered as rtc0
[    1.060677] rtc_cmos rtc_cmos: setting system clock to 2024-10-22T16:27:03 UTC (1729614423)
[    1.060704] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    1.061937] intel_pstate: Intel P-state driver initializing
[    1.063735] intel_pstate: HWP enabled
[    1.065105] ledtrig-cpu: registered to indicate activity on CPUs
[    1.065412] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    1.066287] fbcon: Deferring console take-over
[    1.066289] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    1.066364] hid: raw HID events driver (C) Jiri Kosina
[    1.066430] drop_monitor: Initializing network drop monitor service
[    1.066509] NET: Registered PF_INET6 protocol family
[    1.070877] Segment Routing with IPv6
[    1.070878] RPL Segment Routing with IPv6
[    1.070886] In-situ OAM (IOAM) with IPv6
[    1.070904] NET: Registered PF_PACKET protocol family
[    1.071967] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    1.072447] microcode: Current revision: 0x00000434
[    1.073626] IPI shorthand broadcast: enabled
[    1.074855] sched_clock: Marking stable (1057547763, 16019552)->(1110075452, -36508137)
[    1.075284] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    1.076120] registered taskstats version 1
[    1.080681] Loading compiled-in X.509 certificates
[    1.083490] Loaded X.509 cert 'Build time autogenerated kernel key: 0053407a583e4abf791c272ae6ca151222bca233'
[    1.084365] Demotion targets for Node 0: null
[    1.084599] Key type .fscrypt registered
[    1.084599] Key type fscrypt-provisioning registered
[    1.085941] PM:   Magic number: 12:302:490
[    1.088270] RAS: Correctable Errors collector initialized.
[    1.095117] clk: Disabling unused clocks
[    1.095118] PM: genpd: Disabling unused power domains
[    1.099214] Freeing unused decrypted memory: 2028K
[    1.099740] Freeing unused kernel image (initmem) memory: 3436K
[    1.099749] Write protecting the kernel read-only data: 32768k
[    1.100698] Freeing unused kernel image (rodata/data gap) memory: 896K
[    1.105607] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.105610] rodata_test: all tests were successful
[    1.105612] Run /init as init process
[    1.105613]   with arguments:
[    1.105614]     /init
[    1.105615]   with environment:
[    1.105615]     HOME=/
[    1.105616]     TERM=linux
[    1.105616]     BOOT_IMAGE=/vmlinuz-linux
[    1.410020] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    1.410873] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    1.450300] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.450405] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    1.451733] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=mem
[    1.455124] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
[    1.579507] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.29.2
[    1.579510] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[    1.593607] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[    1.594037] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[    1.594039] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[    1.594498] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[    1.595534] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    2.800700] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
[    2.804188] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.804668] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    2.816694] fbcon: i915drmfb (fb0) is primary device
[    2.816720] fbcon: Deferring console take-over
[    2.816723] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.010168] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.013027] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.013121] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    3.013145] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.013147] cfg80211: failed to load regulatory.db
[    3.024089] Intel(R) Wireless WiFi driver for Linux
[    3.024183] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    3.026929] iwlwifi 0000:00:14.3: Detected crf-id 0x400410, cnv-id 0x80400 wfpm id 0x80000020
[    3.026937] iwlwifi 0000:00:14.3: PCI dev 51f0/0090, rev=0x370, rfid=0x2010d000
[    3.033747] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
[    3.033959] iwlwifi 0000:00:14.3: loaded firmware version 89.6b44fa0b.0 so-a0-gf-a0-89.ucode op_mode iwlmvm
[    3.067176] pps_core: LinuxPPS API ver. 1 registered
[    3.067178] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.069503] PTP clock support registered
[    3.091944] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz, REV=0x370
[    3.100610] iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
[    3.265932] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[    3.265980] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[    3.266109] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[    3.266161] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[    3.267129] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[    3.267754] iwlwifi 0000:00:14.3: loaded PNVM version 16611aa6
[    3.284215] iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x2010d000
[    3.355252] iwlwifi 0000:00:14.3: base HW address: a0:29:42:5c:c6:a5
[    3.394356] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    3.394358] thinkpad_acpi: http://ibm-acpi.sf.net/
[    3.394358] thinkpad_acpi: ThinkPad BIOS N3MET21W (1.20 ), EC N3MHT16W
[    3.394359] thinkpad_acpi: Lenovo ThinkPad T14 Gen 3, model 21AH0082SC
[    3.395617] thinkpad_acpi: radio switch found; radios are enabled
[    3.395622] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    3.395623] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    3.396720] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    3.420633] thinkpad_acpi: battery 1 registered (start 95, stop 100, behaviours: 0x7)
[    3.420642] ACPI: battery: new extension: ThinkPad Battery Extension
[    3.437944] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input4
[    3.500781] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    3.501208] i8042: Warning: Keylock active
[    3.502567] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.502619] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.505584] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    3.505590] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    3.506642] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    3.506889] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    3.506893] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    3.506895] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[    3.506945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
[    3.506950] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.506952] usb usb1: Product: xHCI Host Controller
[    3.506960] usb usb1: Manufacturer: Linux 6.10.10-arch1-1 xhci-hcd
[    3.506962] usb usb1: SerialNumber: 0000:00:0d.0
[    3.507053] hub 1-0:1.0: USB hub found
[    3.507064] hub 1-0:1.0: 1 port detected
[    3.507563] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
[    3.507567] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.507568] usb usb2: Product: xHCI Host Controller
[    3.507570] usb usb2: Manufacturer: Linux 6.10.10-arch1-1 xhci-hcd
[    3.507571] usb usb2: SerialNumber: 0000:00:0d.0
[    3.507691] hub 2-0:1.0: USB hub found
[    3.507705] hub 2-0:1.0: 3 ports detected
[    3.510915] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    3.510976] nvme nvme0: pci function 0000:02:00.0
[    3.513526] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.513529] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    3.514665] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[    3.515008] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.515010] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    3.515011] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.515063] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
[    3.515065] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.515066] usb usb3: Product: xHCI Host Controller
[    3.515067] usb usb3: Manufacturer: Linux 6.10.10-arch1-1 xhci-hcd
[    3.515068] usb usb3: SerialNumber: 0000:00:14.0
[    3.515200] hub 3-0:1.0: USB hub found
[    3.515235] hub 3-0:1.0: 12 ports detected
[    3.516385] nvme nvme0: D3 entry latency set to 10 seconds
[    3.516568] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
[    3.516569] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.516570] usb usb4: Product: xHCI Host Controller
[    3.516571] usb usb4: Manufacturer: Linux 6.10.10-arch1-1 xhci-hcd
[    3.516571] usb usb4: SerialNumber: 0000:00:14.0
[    3.516620] hub 4-0:1.0: USB hub found
[    3.516648] hub 4-0:1.0: 4 ports detected
[    3.518967] nvme nvme0: 16/0/0 default/read/poll queues
[    3.521351]  nvme0n1: p1 p2
[    3.533978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    3.559083] fbcon: Taking over console
[    3.578707] Console: switching to colour frame buffer device 240x75
[    3.629755] EXT4-fs (nvme0n1p2): mounted filesystem 5fbb0a06-35fa-4258-b311-e6a89b466a26 r/w with ordered data mode. Quota mode: none.
[    3.676148] systemd[1]: systemd 256.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    3.676153] systemd[1]: Detected architecture x86-64.
[    3.676680] systemd[1]: Hostname set to <msc>.
[    3.772916] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    3.908580] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    3.917609] usb 3-3: New USB device found, idVendor=06cb, idProduct=00f9, bcdDevice= 0.00
[    3.917615] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    3.917617] usb 3-3: SerialNumber: 3e8e60d74110
[    3.977405] systemd-fstab-generator[390]: Mount point  is not a valid path, ignoring.
[    3.978684] systemd-ssh-generator[396]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket.
[    3.978687] systemd-ssh-generator[396]: → connect via 'ssh .host' locally
[    3.985805] zram: Added device: zram0
[    4.034872] systemd[1]: Queued start job for default target Graphical Interface.
[    4.042761] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[    4.060849] systemd[1]: Created slice Virtual Machine and Container Slice.
[    4.061412] systemd[1]: Created slice CUPS Slice.
[    4.061615] systemd[1]: Created slice Slice /system/dirmngr.
[    4.061800] systemd[1]: Created slice Slice /system/getty.
[    4.061987] systemd[1]: Created slice Slice /system/gns3-server.
[    4.062167] systemd[1]: Created slice Slice /system/gpg-agent.
[    4.062340] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    4.062506] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    4.062668] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    4.062850] systemd[1]: Created slice Slice /system/keyboxd.
[    4.063013] systemd[1]: Created slice Slice /system/modprobe.
[    4.063180] systemd[1]: Created slice Slice /system/systemd-fsck.
[    4.063325] systemd[1]: Created slice Slice /system/systemd-zram-setup.
[    4.063413] systemd[1]: Created slice User and Session Slice.
[    4.063443] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.063460] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.063540] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.063550] systemd[1]: Expecting device /dev/disk/by-uuid/23A7-C671...
[    4.063554] systemd[1]: Expecting device /dev/zram0...
[    4.063562] systemd[1]: Reached target Local Encrypted Volumes.
[    4.063570] systemd[1]: Reached target Login Prompts.
[    4.063578] systemd[1]: Reached target Local Integrity Protected Volumes.
[    4.063593] systemd[1]: Reached target Remote File Systems.
[    4.063599] systemd[1]: Reached target Slice Units.
[    4.063618] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.063664] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.064349] systemd[1]: Listening on Process Core Dump Socket.
[    4.064691] systemd[1]: Listening on Credential Encryption/Decryption.
[    4.064726] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.064752] systemd[1]: Listening on Journal Sockets.
[    4.064772] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.064780] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.064809] systemd[1]: Listening on udev Control Socket.
[    4.064827] systemd[1]: Listening on udev Kernel Socket.
[    4.064852] systemd[1]: Listening on User Database Manager Socket.
[    4.065410] systemd[1]: Mounting Huge Pages File System...
[    4.065769] systemd[1]: Mounting POSIX Message Queue File System...
[    4.066166] systemd[1]: Mounting Kernel Debug File System...
[    4.066718] systemd[1]: Mounting Kernel Trace File System...
[    4.067397] systemd[1]: Starting Create List of Static Device Nodes...
[    4.068048] systemd[1]: Starting Load Kernel Module configfs...
[    4.068553] systemd[1]: Starting Load Kernel Module dm_mod...
[    4.068975] systemd[1]: Starting Load Kernel Module drm...
[    4.070160] systemd[1]: Starting Load Kernel Module fuse...
[    4.070998] systemd[1]: Starting Load Kernel Module loop...
[    4.071085] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    4.071131] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[    4.073287] systemd[1]: Starting Journal Service...
[    4.074073] systemd[1]: Starting Load Kernel Modules...
[    4.074085] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.074640] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.074673] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.075194] systemd[1]: Starting Load udev Rules from Credentials...
[    4.076044] systemd[1]: Starting Coldplug All udev Devices...
[    4.078379] systemd[1]: Mounted Huge Pages File System.
[    4.078440] systemd[1]: Mounted POSIX Message Queue File System.
[    4.078488] systemd[1]: Mounted Kernel Debug File System.
[    4.078534] systemd[1]: Mounted Kernel Trace File System.
[    4.078723] systemd[1]: Finished Create List of Static Device Nodes.
[    4.078925] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.079047] systemd[1]: Finished Load Kernel Module configfs.
[    4.079210] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.079324] systemd[1]: Finished Load Kernel Module drm.
[    4.079511] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.079617] systemd[1]: Finished Load Kernel Module fuse.
[    4.080526] systemd[1]: Mounting FUSE Control File System...
[    4.081284] systemd[1]: Mounting Kernel Configuration File System...
[    4.082509] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    4.083366] device-mapper: uevent: version 1.0.3
[    4.083505] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    4.084279] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    4.084544] systemd[1]: Finished Load Kernel Module dm_mod.
[    4.085398] loop: module loaded
[    4.086051] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    4.086185] systemd[1]: Finished Load Kernel Module loop.
[    4.086733] systemd[1]: Mounted FUSE Control File System.
[    4.086857] systemd[1]: Finished Load udev Rules from Credentials.
[    4.086903] systemd[1]: Mounted Kernel Configuration File System.
[    4.086975] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    4.088841] systemd-journald[415]: Collecting audit messages is disabled.
[    4.093863] i2c_dev: i2c /dev entries driver
[    4.095768] systemd[1]: Starting User Database Manager...
[    4.096309] Asymmetric key parser 'pkcs8' registered
[    4.096717] systemd[1]: Finished Load Kernel Modules.
[    4.097275] systemd[1]: Starting Apply Kernel Variables...
[    4.103605] systemd[1]: Finished Apply Kernel Variables.
[    4.106952] systemd[1]: Started Journal Service.
[    4.120098] EXT4-fs (nvme0n1p2): re-mounted 5fbb0a06-35fa-4258-b311-e6a89b466a26 r/w. Quota mode: none.
[    4.126553] systemd-journald[415]: Received client request to flush runtime journal.
[    4.225726] usb 3-4: New USB device found, idVendor=5986, idProduct=2142, bcdDevice=67.14
[    4.225733] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.225735] usb 3-4: Product: Integrated RGB Camera
[    4.225737] usb 3-4: Manufacturer: SunplusIT Inc
[    4.225739] usb 3-4: SerialNumber: 01.00.00
[    4.261098] input: Intel HID events as /devices/platform/INTC1070:00/input/input7
[    4.267285] Consider using thermal netlink events interface
[    4.273471] zram0: detected capacity change from 0 to 8388608
[    4.277756] intel_pmc_core INT33A1:00:  initialized
[    4.283030] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
[    4.283037] caller igen6_probe+0x15e/0x7c0 [igen6_edac] mapping multiple BARs
[    4.284432] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[    4.284490] EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
[    4.284542] EDAC igen6 MC1: HANDLING IBECC MEMORY ERROR
[    4.284544] EDAC igen6 MC1: ADDR 0x7fffffffe0 
[    4.284545] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[    4.284546] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[    4.286380] EDAC igen6: v2.5.1
[    4.298804] e1000e: Intel(R) PRO/1000 Network Driver
[    4.298807] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    4.299887] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    4.305932] ACPI: bus type thunderbolt registered
[    4.306477] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    4.308508] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    4.308702] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    4.308752] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    4.313053] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    4.313387] i2c i2c-14: Successfully instantiated SPD at 0x51
[    4.320167] Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSDsc
[    4.366243] usb 3-8: new full-speed USB device number 4 using xhci_hcd
[    4.388092] spi-nor spi0.0: unrecognized JEDEC id bytes: f6 f0 30 09 03 00
[    4.392762] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    4.397193] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    4.417615] iTCO_vendor_support: vendor-support=0
[    4.419031] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[    4.419251] intel_rapl_msr: PL4 support detected.
[    4.419646] intel_rapl_common: Found RAPL domain package
[    4.419649] intel_rapl_common: Found RAPL domain core
[    4.419650] intel_rapl_common: Found RAPL domain uncore
[    4.419652] intel_rapl_common: Found RAPL domain psys
[    4.419661] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    4.419663] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.419664] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.419665] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    4.419665] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    4.419750] ee1004 14-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.424108] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[    4.425900] cryptd: max_cpu_qlen set to 1000
[    4.427892] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    4.427981] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.434573] AVX2 version of gcm_enc/dec engaged.
[    4.434649] AES CTR mode by8 optimization enabled
[    4.437317] proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002)
[    4.439426] intel_rapl_common: Found RAPL domain package
[    4.440778] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    4.516092] usb 3-8: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
[    4.516098] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.516100] usb 3-8: Product: EMV Smartcard Reader
[    4.516102] usb 3-8: Manufacturer: Generic
[    4.519102] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    4.560308] intel_tcc_cooling: Programmable TCC Offset detected
[    4.588113] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[    4.588147] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.595677] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 9c:2d:cd:f3:06:39
[    4.595680] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    4.595828] e1000e 0000:00:1f.6 eth0: MAC: 15, PHY: 12, PBA No: FFFFFF-0FF
[    4.597261] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    4.598012] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    4.646136] usb 3-10: new full-speed USB device number 5 using xhci_hcd
[    4.703922] input: ELAN0676:00 04F3:3195 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-ELAN0676:00/0018:04F3:3195.0001/input/input10
[    4.703989] input: ELAN0676:00 04F3:3195 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-ELAN0676:00/0018:04F3:3195.0001/input/input12
[    4.704036] hid-generic 0018:04F3:3195.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0676:00 04F3:3195] on i2c-ELAN0676:00
[    4.717044] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[    4.717046] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[    4.717049] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
[    4.721466] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware paths/files for ipc type 0:
[    4.721468] sof-audio-pci-intel-tgl 0000:00:1f.3:  Firmware file:     intel/sof/sof-adl.ri
[    4.721469] sof-audio-pci-intel-tgl 0000:00:1f.3:  Topology file:     intel/sof-tplg/sof-hda-generic-2ch.tplg
[    4.721809] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[    4.721810] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[    4.721812] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[    4.787749] input: ELAN0676:00 04F3:3195 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-ELAN0676:00/0018:04F3:3195.0001/input/input13
[    4.787757] usb 3-10: New USB device found, idVendor=8087, idProduct=0033, bcdDevice= 0.00
[    4.787780] input: ELAN0676:00 04F3:3195 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-ELAN0676:00/0018:04F3:3195.0001/input/input15
[    4.787780] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.787807] hid-multitouch 0018:04F3:3195.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0676:00 04F3:3195] on i2c-ELAN0676:00
[    4.796508] mousedev: PS/2 mouse device common for all mice
[    4.802547] psmouse serio1: trackpoint: Synaptics TrackPoint firmware: 0x02, buttons: 3/3
[    4.808189] mc: Linux media interface: v0.10
[    4.815417] input: TPPS/2 Synaptics TrackPoint as /devices/platform/i8042/serio1/input/input9
[    4.818289] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[    4.818292] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[    4.841806] Bluetooth: Core ver 2.22
[    4.841821] NET: Registered PF_BLUETOOTH protocol family
[    4.841822] Bluetooth: HCI device and connection manager initialized
[    4.841825] Bluetooth: HCI socket layer initialized
[    4.841827] Bluetooth: L2CAP socket layer initialized
[    4.841829] Bluetooth: SCO socket layer initialized
[    4.843675] videodev: Linux video capture interface: v2.00
[    4.850821] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[    4.850976] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[    4.864532] usb 3-4: Found UVC 1.50 device Integrated RGB Camera (5986:2142)
[    4.876282] usbcore: registered new interface driver btusb
[    4.878051] Bluetooth: hci0: Device revision is 0
[    4.878054] Bluetooth: hci0: Secure boot is enabled
[    4.878055] Bluetooth: hci0: OTP lock is enabled
[    4.878056] Bluetooth: hci0: API lock is enabled
[    4.878057] Bluetooth: hci0: Debug lock is disabled
[    4.878058] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    4.878059] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
[    4.879072] ACPI Warning: \_SB.PC00.XHCI.RHUB.HS10._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20240322/nsarguments-61)
[    4.882267] Bluetooth: hci0: DSM reset method type: 0x00
[    4.887668] Bluetooth: hci0: Found device firmware: intel/ibt-0040-0041.sfi
[    4.887676] Bluetooth: hci0: Boot Address: 0x100800
[    4.887678] Bluetooth: hci0: Firmware Version: 91-33.24
[    4.889810] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    4.889815] snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.889817] snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    4.889819] snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
[    4.889820] snd_hda_codec_realtek ehdaudio0D0:    inputs:
[    4.889821] snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
[    4.890304] typec port0: bound usb3-port5 (ops connector_ops)
[    4.890310] typec port0: bound usb2-port1 (ops connector_ops)
[    4.906494] usb 3-4: Found UVC 1.50 device Integrated RGB Camera (5986:2142)
[    4.919589] usbcore: registered new interface driver uvcvideo
[    4.936990] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[    4.962262] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16
[    4.962296] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17
[    4.962341] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18
[    4.962387] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19
[    4.962406] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20
[    5.517729] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.517732] Bluetooth: BNEP filters: protocol multicast
[    5.517735] Bluetooth: BNEP socket layer initialized
[    5.816375] iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
[    5.834734] typec port1: bound usb3-port6 (ops connector_ops)
[    5.834743] typec port1: bound usb2-port3 (ops connector_ops)
[    5.883319] NET: Registered PF_ALG protocol family
[    5.972533] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[    5.972591] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[    5.972599] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[    5.972608] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[    5.975450] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[    6.071234] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 1
[    6.218675] iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
[    6.374881] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[    6.374933] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[    6.374941] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[    6.374950] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[    6.376338] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[    6.517778] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    6.875596] wlan0: authenticate with 62:22:32:1e:60:f6 (local address=a0:29:42:5c:c6:a5)
[    6.876681] wlan0: send auth to 62:22:32:1e:60:f6 (try 1/3)
[    6.927262] wlan0: authenticated
[    6.929570] wlan0: associate with 62:22:32:1e:60:f6 (try 1/3)
[    6.934709] wlan0: RX AssocResp from 62:22:32:1e:60:f6 (capab=0x1111 status=0 aid=10)
[    6.936328] Bluetooth: hci0: Waiting for firmware download to complete
[    6.937178] Bluetooth: hci0: Firmware loaded in 2001470 usecs
[    6.937392] Bluetooth: hci0: Waiting for device to boot
[    6.944708] wlan0: associated
[    6.954185] Bluetooth: hci0: Device booted in 16552 usecs
[    6.954190] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[    6.956264] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0040-0041.ddc
[    6.958087] Bluetooth: hci0: Applying Intel DDC parameters completed
[    6.961144] Bluetooth: hci0: Firmware timestamp 2024.33 buildtype 1 build 81755
[    6.961161] Bluetooth: hci0: Firmware SHA1: 0xd028ffe4
[    6.965098] Bluetooth: hci0: Fseq status: Success (0x00)
[    6.965108] Bluetooth: hci0: Fseq executed: 00.00.02.41
[    6.965117] Bluetooth: hci0: Fseq BT Top: 00.00.02.41
[    7.025154] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by 62:22:32:1e:60:f6
[    7.034238] Bluetooth: MGMT ver 1.22
[    7.034337] Bluetooth: hci0: offload codecs enable 1 changed 1
[    7.034355] Bluetooth: ISO socket layer initialized
[    7.685415] rfkill: input handler disabled
[    8.142379] Bluetooth: RFCOMM TTY layer initialized
[    8.142387] Bluetooth: RFCOMM socket layer initialized
[    8.142389] Bluetooth: RFCOMM ver 1.11
[   11.255448] rfkill: input handler enabled
[   11.319928] i915 0000:00:02.0: [drm] Selective fetch area calculation failed in pipe A
[   12.665484] rfkill: input handler disabled
[   37.048804] wlan0: deauthenticating from 62:22:32:1e:60:f6 by local choice (Reason: 3=DEAUTH_LEAVING)
[   41.066363] PM: suspend entry (deep)
[   41.073158] Filesystems sync: 0.006 seconds
[   41.203078] Freezing user space processes
[   41.204008] Freezing user space processes completed (elapsed 0.000 seconds)
[   41.204012] OOM killer disabled.
[   41.204013] Freezing remaining freezable tasks
[   41.205167] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[   41.205208] printk: Suspending console(s) (use no_console_suspend to debug)
[   41.337408] e1000e: EEE TX LPI TIMER: 00000011
[   41.802249] ACPI: EC: interrupt blocked
[   41.827415] ACPI: PM: Preparing to enter system sleep state S3
[   41.850532] ACPI: EC: event blocked
[   41.850533] ACPI: EC: EC stopped
[   41.850534] ACPI: PM: Saving platform NVS memory
[   41.850761] Disabling non-boot CPUs ...
[   41.854053] smpboot: CPU 1 is now offline
[   41.856186] smpboot: CPU 2 is now offline
[   41.859289] smpboot: CPU 3 is now offline
[   41.861204] smpboot: CPU 4 is now offline
[   41.864086] smpboot: CPU 5 is now offline
[   41.865985] smpboot: CPU 6 is now offline
[   41.868669] smpboot: CPU 7 is now offline
[   41.870664] smpboot: CPU 8 is now offline
[   41.872597] smpboot: CPU 9 is now offline
[   41.874563] smpboot: CPU 10 is now offline
[   41.876446] smpboot: CPU 11 is now offline
[   41.878409] smpboot: CPU 12 is now offline
[   41.880260] smpboot: CPU 13 is now offline
[   41.882064] smpboot: CPU 14 is now offline
[   41.883816] smpboot: CPU 15 is now offline
[   41.893112] ACPI: PM: Low-level resume complete
[   41.893379] ACPI: EC: EC started
[   41.893380] ACPI: PM: Restoring platform NVS memory
[   41.895540] Enabling non-boot CPUs ...
[   41.895759] smpboot: Booting Node 0 Processor 1 APIC 0x1
[   41.897637] CPU1 is up
[   41.897803] smpboot: Booting Node 0 Processor 2 APIC 0x8
[   41.901522] CPU2 is up
[   41.901675] smpboot: Booting Node 0 Processor 3 APIC 0x9
[   41.904875] CPU3 is up
[   41.904984] smpboot: Booting Node 0 Processor 4 APIC 0x10
[   41.908336] CPU4 is up
[   41.908448] smpboot: Booting Node 0 Processor 5 APIC 0x11
[   41.911597] CPU5 is up
[   41.911756] smpboot: Booting Node 0 Processor 6 APIC 0x18
[   41.914921] CPU6 is up
[   41.915029] smpboot: Booting Node 0 Processor 7 APIC 0x19
[   41.918317] CPU7 is up
[   41.918429] smpboot: Booting Node 0 Processor 8 APIC 0x20
[   41.923148] core: cpu_atom PMU driver: PEBS-via-PT 
[   41.923155] ... version:                5
[   41.923156] ... bit width:              48
[   41.923158] ... generic registers:      6
[   41.923158] ... value mask:             0000ffffffffffff
[   41.923160] ... max period:             00007fffffffffff
[   41.923161] ... fixed-purpose events:   3
[   41.923161] ... event mask:             000000070000003f
[   41.923884] CPU8 is up
[   41.924052] smpboot: Booting Node 0 Processor 9 APIC 0x22
[   41.928107] CPU9 is up
[   41.928286] smpboot: Booting Node 0 Processor 10 APIC 0x24
[   41.934004] CPU10 is up
[   41.934165] smpboot: Booting Node 0 Processor 11 APIC 0x26
[   41.938266] CPU11 is up
[   41.938411] smpboot: Booting Node 0 Processor 12 APIC 0x28
[   41.943997] CPU12 is up
[   41.944139] smpboot: Booting Node 0 Processor 13 APIC 0x2a
[   41.948307] CPU13 is up
[   41.948430] smpboot: Booting Node 0 Processor 14 APIC 0x2c
[   41.954141] CPU14 is up
[   41.954307] smpboot: Booting Node 0 Processor 15 APIC 0x2e
[   41.958528] CPU15 is up
[   41.963915] ACPI: PM: Waking up from system sleep state S3
[   42.044107] ACPI: EC: interrupt unblocked
[   42.201762] ACPI: EC: event unblocked
[   42.207330] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0xA5A525A2.
[   42.207335] iwlwifi 0000:00:14.3: DEVICE_ENABLED bit is not set. Aborting dump.
[   42.208145] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.29.2
[   42.208149] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[   42.211808] iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
[   42.212284] xhci_hcd 0000:00:0d.0: xHC error in resume, USBSTS 0x401, Reinit
[   42.212286] usb usb1: root hub lost power or was reset
[   42.212287] usb usb2: root hub lost power or was reset
[   42.214426] nvme nvme0: D3 entry latency set to 10 seconds
[   42.216066] nvme nvme0: 16/0/0 default/read/poll queues
[   42.221804] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[   42.222994] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[   42.222995] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[   42.223481] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[   42.368046] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[   42.368097] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[   42.368104] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[   42.368113] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[   42.369814] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[   42.515121] usb 3-4: reset high-speed USB device number 3 using xhci_hcd
[   42.697555] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[   42.698532] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[   42.699275] OOM killer enabled.
[   42.699276] Restarting tasks ... 
[   42.699338] usb 3-3: USB disconnect, device number 2
[   42.699665] done.
[   42.699671] random: crng reseeded on system resumption
[   42.820995] usb 3-3: new full-speed USB device number 6 using xhci_hcd
[   42.825790] PM: suspend exit
[   42.912521] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Down
[   42.970066] usb 3-3: New USB device found, idVendor=06cb, idProduct=00f9, bcdDevice= 0.00
[   42.970070] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[   42.970072] usb 3-3: SerialNumber: 3e8e60d74110
[   42.971754] usb 3-8: USB disconnect, device number 4
[   43.094241] usb 3-8: new full-speed USB device number 7 using xhci_hcd
[   43.245692] usb 3-8: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
[   43.245703] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   43.245705] usb 3-8: Product: EMV Smartcard Reader
[   43.245706] usb 3-8: Manufacturer: Generic
[   43.515507] wlan0: authenticate with 62:22:32:1e:60:f6 (local address=a0:29:42:5c:c6:a5)
[   43.516967] wlan0: send auth to 62:22:32:1e:60:f6 (try 1/3)
[   43.567238] wlan0: authenticated
[   43.570366] wlan0: associate with 62:22:32:1e:60:f6 (try 1/3)
[   43.575662] wlan0: RX AssocResp from 62:22:32:1e:60:f6 (capab=0x1111 status=0 aid=10)
[   43.588515] wlan0: associated
[   43.688889] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by 62:22:32:1e:60:f6

dmesg-6.11.1-arch1-1

[    0.000000] Linux version 6.11.1-arch1-1 (linux@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Mon, 30 Sep 2024 23:49:50 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5fbb0a06-35fa-4258-b311-e6a89b466a26 rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    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-0x000000008da3efff] usable
[    0.000000] BIOS-e820: [mem 0x000000008da3f000-0x0000000092b2efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000092b2f000-0x000000009372efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009372f000-0x00000000937fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000937ff000-0x00000000937fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000093800000-0x0000000097ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000098200000-0x00000000983fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000098c00000-0x00000000a07fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000085f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.7 by Lenovo
[    0.000000] efi: ACPI=0x937fe000 ACPI 2.0=0x937fe014 TPMFinalLog=0x9368e000 SMBIOS=0x8f8af000 SMBIOS 3.0=0x8f8a2000 MEMATTR=0x87e01018 ESRT=0x87e0e418 INITRD=0x5ca39b18 RNG=0x937fd018 TPMEventLog=0x5ca3c018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem79: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[    0.000000] SMBIOS 3.4.0 present.
[    0.000000] DMI: LENOVO 21AH0082SC/21AH0082SC, BIOS N3MET21W (1.20 ) 07/11/2024
[    0.000000] DMI: Memory slots populated: 2/8
[    0.000000] tsc: Detected 2500.000 MHz processor
[    0.000000] tsc: Detected 2496.000 MHz TSC
[    0.000007] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000011] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000020] last_pfn = 0x85f800 max_arch_pfn = 0x400000000
[    0.000025] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[    0.000027] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000697] last_pfn = 0x93800 max_arch_pfn = 0x400000000
[    0.010581] esrt: Reserving ESRT space from 0x0000000087e0e418 to 0x0000000087e0e6f8.
[    0.010588] e820: update [mem 0x87e0e000-0x87e0efff] usable ==> reserved
[    0.010608] Using GB pages for direct mapping
[    0.010609] Incomplete global flushes, disabling PCID
[    0.011039] Secure boot disabled
[    0.011040] RAMDISK: [mem 0x4f08b000-0x55a40fff]
[    0.011186] ACPI: Early table checksum verification disabled
[    0.011190] ACPI: RSDP 0x00000000937FE014 000024 (v02 LENOVO)
[    0.011195] ACPI: XSDT 0x00000000937FC188 000134 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011202] ACPI: FACP 0x000000008F892000 000114 (v06 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011208] ACPI: DSDT 0x000000008F844000 0495F2 (v02 LENOVO ICL      00000002      01000013)
[    0.011212] ACPI: FACS 0x0000000093673000 000040
[    0.011215] ACPI: SSDT 0x000000008F94A000 00038C (v02 LENOVO Pmax_Dev 00000001 INTL 20200717)
[    0.011219] ACPI: SSDT 0x000000008F932000 005D2C (v02 LENOVO CpuSsdt  00003000 INTL 20200717)
[    0.011223] ACPI: SSDT 0x000000008F931000 00059B (v02 LENOVO CtdpB    00001000 INTL 20200717)
[    0.011226] ACPI: SSDT 0x000000008F8C2000 003203 (v02 LENOVO DptfTabl 00001000 INTL 20200717)
[    0.011229] ACPI: SSDT 0x000000008F894000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20200717)
[    0.011233] ACPI: TPM2 0x000000008F893000 00004C (v04 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011236] ACPI: HPET 0x000000008F891000 000038 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011239] ACPI: APIC 0x000000008F890000 0001DC (v05 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011243] ACPI: MCFG 0x000000008F88F000 00003C (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011246] ACPI: ECDT 0x000000008F88E000 000053 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011249] ACPI: SSDT 0x000000008F841000 00258E (v02 LENOVO AdlP_Rvp 00001000 INTL 20200717)
[    0.011252] ACPI: SSDT 0x000000008F840000 000083 (v02 LENOVO PID0Ssdt 00000010 INTL 20200717)
[    0.011256] ACPI: SSDT 0x000000008F83C000 003F55 (v02 LENOVO ProjSsdt 00000010 INTL 20200717)
[    0.011259] ACPI: SSDT 0x000000008F838000 002B22 (v02 LENOVO SaSsdt   00003000 INTL 20200717)
[    0.011262] ACPI: SSDT 0x000000008F834000 0035CE (v02 LENOVO IgfxSsdt 00003000 INTL 20200717)
[    0.011266] ACPI: SSDT 0x000000008F826000 00D676 (v02 LENOVO TcssSsdt 00001000 INTL 20200717)
[    0.011269] ACPI: LPIT 0x000000008F825000 0000CC (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011272] ACPI: WSMT 0x000000008F824000 000028 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011276] ACPI: SSDT 0x000000008F821000 0026B4 (v02 LENOVO TbtTypeC 00000000 INTL 20200717)
[    0.011279] ACPI: DBGP 0x000000008F820000 000034 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011282] ACPI: DBG2 0x000000008F81F000 000054 (v00 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011286] ACPI: NHLT 0x000000008F81D000 001B64 (v00 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011289] ACPI: MSDM 0x000000008F81C000 000055 (v03 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011292] ACPI: SSDT 0x000000008F806000 000E54 (v02 LENOVO UsbCTabl 00001000 INTL 20200717)
[    0.011295] ACPI: BATB 0x000000008F805000 00004A (v02 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011299] ACPI: DMAR 0x000000008E002000 000088 (v02 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011302] ACPI: SSDT 0x000000008E000000 00129A (v02 LENOVO SocGpe   00003000 INTL 20200717)
[    0.011305] ACPI: SSDT 0x000000008DFFC000 0039DA (v02 LENOVO SocCmn   00003000 INTL 20200717)
[    0.011309] ACPI: SSDT 0x000000008DFFB000 000144 (v02 LENOVO ADebTabl 00001000 INTL 20200717)
[    0.011312] ACPI: BGRT 0x000000008F807000 000038 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011315] ACPI: PHAT 0x000000008DFD4000 0005B8 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011319] ACPI: UEFI 0x0000000093624000 000076 (v01 LENOVO TP-N3M   00001200 PTEC 00000002)
[    0.011322] ACPI: FPDT 0x000000008DFD3000 000034 (v01 LENOVO TP-N3M   00001200 PTEC 00001200)
[    0.011325] ACPI: Reserving FACP table memory at [mem 0x8f892000-0x8f892113]
[    0.011327] ACPI: Reserving DSDT table memory at [mem 0x8f844000-0x8f88d5f1]
[    0.011328] ACPI: Reserving FACS table memory at [mem 0x93673000-0x9367303f]
[    0.011329] ACPI: Reserving SSDT table memory at [mem 0x8f94a000-0x8f94a38b]
[    0.011330] ACPI: Reserving SSDT table memory at [mem 0x8f932000-0x8f937d2b]
[    0.011331] ACPI: Reserving SSDT table memory at [mem 0x8f931000-0x8f93159a]
[    0.011332] ACPI: Reserving SSDT table memory at [mem 0x8f8c2000-0x8f8c5202]
[    0.011333] ACPI: Reserving SSDT table memory at [mem 0x8f894000-0x8f89460d]
[    0.011333] ACPI: Reserving TPM2 table memory at [mem 0x8f893000-0x8f89304b]
[    0.011334] ACPI: Reserving HPET table memory at [mem 0x8f891000-0x8f891037]
[    0.011335] ACPI: Reserving APIC table memory at [mem 0x8f890000-0x8f8901db]
[    0.011336] ACPI: Reserving MCFG table memory at [mem 0x8f88f000-0x8f88f03b]
[    0.011337] ACPI: Reserving ECDT table memory at [mem 0x8f88e000-0x8f88e052]
[    0.011338] ACPI: Reserving SSDT table memory at [mem 0x8f841000-0x8f84358d]
[    0.011339] ACPI: Reserving SSDT table memory at [mem 0x8f840000-0x8f840082]
[    0.011340] ACPI: Reserving SSDT table memory at [mem 0x8f83c000-0x8f83ff54]
[    0.011341] ACPI: Reserving SSDT table memory at [mem 0x8f838000-0x8f83ab21]
[    0.011342] ACPI: Reserving SSDT table memory at [mem 0x8f834000-0x8f8375cd]
[    0.011343] ACPI: Reserving SSDT table memory at [mem 0x8f826000-0x8f833675]
[    0.011344] ACPI: Reserving LPIT table memory at [mem 0x8f825000-0x8f8250cb]
[    0.011345] ACPI: Reserving WSMT table memory at [mem 0x8f824000-0x8f824027]
[    0.011346] ACPI: Reserving SSDT table memory at [mem 0x8f821000-0x8f8236b3]
[    0.011347] ACPI: Reserving DBGP table memory at [mem 0x8f820000-0x8f820033]
[    0.011348] ACPI: Reserving DBG2 table memory at [mem 0x8f81f000-0x8f81f053]
[    0.011349] ACPI: Reserving NHLT table memory at [mem 0x8f81d000-0x8f81eb63]
[    0.011350] ACPI: Reserving MSDM table memory at [mem 0x8f81c000-0x8f81c054]
[    0.011351] ACPI: Reserving SSDT table memory at [mem 0x8f806000-0x8f806e53]
[    0.011352] ACPI: Reserving BATB table memory at [mem 0x8f805000-0x8f805049]
[    0.011352] ACPI: Reserving DMAR table memory at [mem 0x8e002000-0x8e002087]
[    0.011353] ACPI: Reserving SSDT table memory at [mem 0x8e000000-0x8e001299]
[    0.011354] ACPI: Reserving SSDT table memory at [mem 0x8dffc000-0x8dfff9d9]
[    0.011355] ACPI: Reserving SSDT table memory at [mem 0x8dffb000-0x8dffb143]
[    0.011356] ACPI: Reserving BGRT table memory at [mem 0x8f807000-0x8f807037]
[    0.011357] ACPI: Reserving PHAT table memory at [mem 0x8dfd4000-0x8dfd45b7]
[    0.011358] ACPI: Reserving UEFI table memory at [mem 0x93624000-0x93624075]
[    0.011359] ACPI: Reserving FPDT table memory at [mem 0x8dfd3000-0x8dfd3033]
[    0.011773] No NUMA configuration found
[    0.011774] Faking a node at [mem 0x0000000000000000-0x000000085f7fffff]
[    0.011778] NODE_DATA(0) allocated [mem 0x85f7fb000-0x85f7fffff]
[    0.011837] Zone ranges:
[    0.011838]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011841]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011843]   Normal   [mem 0x0000000100000000-0x000000085f7fffff]
[    0.011845]   Device   empty
[    0.011846] Movable zone start for each node
[    0.011847] Early memory node ranges
[    0.011847]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.011849]   node   0: [mem 0x0000000000100000-0x000000008da3efff]
[    0.011851]   node   0: [mem 0x00000000937ff000-0x00000000937fffff]
[    0.011852]   node   0: [mem 0x0000000100000000-0x000000085f7fffff]
[    0.011855] Initmem setup node 0 [mem 0x0000000000001000-0x000000085f7fffff]
[    0.011861] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.011886] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.015382] On node 0, zone DMA32: 24000 pages in unavailable ranges
[    0.055578] On node 0, zone Normal: 18432 pages in unavailable ranges
[    0.055595] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.055645] Reserving Intel graphics memory at [mem 0x9c800000-0xa07fffff]
[    0.057268] ACPI: PM-Timer IO Port: 0x1808
[    0.057279] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.057281] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.057282] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.057283] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.057284] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.057285] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.057285] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.057286] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.057287] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.057288] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.057289] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.057290] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.057290] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.057291] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.057292] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.057293] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.057294] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.057295] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.057296] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.057296] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.057297] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.057298] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.057299] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.057300] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.057386] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.057390] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.057392] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.057397] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.057398] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.057406] e820: update [mem 0x87cbb000-0x87d4bfff] usable ==> reserved
[    0.057417] TSC deadline timer available
[    0.057421] CPU topo: Max. logical packages:   1
[    0.057422] CPU topo: Max. logical dies:       1
[    0.057423] CPU topo: Max. dies per package:   1
[    0.057426] CPU topo: Max. threads per core:   2
[    0.057427] CPU topo: Num. cores per package:    12
[    0.057428] CPU topo: Num. threads per package:  16
[    0.057429] CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
[    0.057444] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.057446] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.057448] PM: hibernation: Registered nosave memory: [mem 0x87cbb000-0x87d4bfff]
[    0.057450] PM: hibernation: Registered nosave memory: [mem 0x87e0e000-0x87e0efff]
[    0.057451] PM: hibernation: Registered nosave memory: [mem 0x8da3f000-0x92b2efff]
[    0.057452] PM: hibernation: Registered nosave memory: [mem 0x92b2f000-0x9372efff]
[    0.057453] PM: hibernation: Registered nosave memory: [mem 0x9372f000-0x937fefff]
[    0.057454] PM: hibernation: Registered nosave memory: [mem 0x93800000-0x97ffffff]
[    0.057455] PM: hibernation: Registered nosave memory: [mem 0x98000000-0x981fffff]
[    0.057456] PM: hibernation: Registered nosave memory: [mem 0x98200000-0x983fffff]
[    0.057457] PM: hibernation: Registered nosave memory: [mem 0x98400000-0x98bfffff]
[    0.057458] PM: hibernation: Registered nosave memory: [mem 0x98c00000-0xa07fffff]
[    0.057458] PM: hibernation: Registered nosave memory: [mem 0xa0800000-0xfed1ffff]
[    0.057459] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.057460] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
[    0.057462] [mem 0xa0800000-0xfed1ffff] available for PCI devices
[    0.057463] Booting paravirtualized kernel on bare hardware
[    0.057465] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.065619] setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.066531] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    0.066538] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[    0.066541] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
[    0.066548] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
[    0.066566] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5fbb0a06-35fa-4258-b311-e6a89b466a26 rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet
[    0.066629] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[    0.069295] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.070639] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.070850] Fallback order for Node 0: 0 
[    0.070854] Built 1 zonelists, mobility grouping on.  Total pages: 8311262
[    0.070856] Policy zone: Normal
[    0.071055] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.071065] software IO TLB: area num 16.
[    0.141065] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.141118] ftrace: allocating 50621 entries in 198 pages
[    0.149198] ftrace: allocated 198 pages with 4 groups
[    0.149284] Dynamic Preempt: full
[    0.149375] rcu: Preemptible hierarchical RCU implementation.
[    0.149376] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.149378] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.149380] 	Trampoline variant of Tasks RCU enabled.
[    0.149381] 	Rude variant of Tasks RCU enabled.
[    0.149381] 	Tracing variant of Tasks RCU enabled.
[    0.149383] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.149384] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.149399] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.149402] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.149405] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.154797] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.155197] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.155707] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.155755] Console: colour dummy device 80x25
[    0.155758] printk: legacy console [tty0] enabled
[    0.155817] ACPI: Core revision 20240322
[    0.156197] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.156198] APIC: Switch to symmetric I/O mode setup
[    0.156200] DMAR: Host address width 39
[    0.156201] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.156209] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.156212] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.156217] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.156220] DMAR: RMRR base: 0x0000009c000000 end: 0x000000a07fffff
[    0.156224] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.156225] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.156227] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.160413] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.160416] x2apic enabled
[    0.160512] APIC: Switched APIC routing to: cluster x2apic
[    0.172208] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[    0.172215] Calibrating delay loop (skipped), value calculated using timer frequency.. 4993.00 BogoMIPS (lpj=8320000)
[    0.172287] CPU0: Thermal monitoring enabled (TM1)
[    0.172289] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.172431] CET detected: Indirect Branch Tracking enabled
[    0.172433] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.172435] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.172438] process: using mwait in idle threads
[    0.172441] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.172444] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.172445] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.172446] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.172448] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.172450] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.172451] Register File Data Sampling: Mitigation: Clear Register File
[    0.172464] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.172465] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.172466] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.172467] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.172468] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.172470] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.172471] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.172472] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.172474] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.175546] Freeing SMP alternatives memory: 40K
[    0.175546] pid_max: default: 32768 minimum: 301
[    0.175546] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[    0.175546] landlock: Up and running.
[    0.175546] Yama: becoming mindful.
[    0.175546] LSM support for eBPF active
[    0.175546] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.175546] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.175546] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-1260P (family: 0x6, model: 0x9a, stepping: 0x3)
[    0.175546] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.175546] core: cpu_core PMU driver: 
[    0.175546] ... version:                5
[    0.175546] ... bit width:              48
[    0.175546] ... generic registers:      8
[    0.175546] ... value mask:             0000ffffffffffff
[    0.175546] ... max period:             00007fffffffffff
[    0.175546] ... fixed-purpose events:   4
[    0.175546] ... event mask:             0001000f000000ff
[    0.175546] signal: max sigframe size: 3632
[    0.175546] Estimated ratio of average max frequency by base frequency (times 1024): 1556
[    0.175546] rcu: Hierarchical SRCU implementation.
[    0.175546] rcu: 	Max phase no-delay instances is 1000.
[    0.175546] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.175546] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.175546] smp: Bringing up secondary CPUs ...
[    0.175546] smpboot: x86: Booting SMP configuration:
[    0.175546] .... node  #0, CPUs:        #2  #4  #6  #8  #9 #10 #11 #12 #13 #14 #15
[    0.019961] core: cpu_atom PMU driver: PEBS-via-PT 
[    0.019961] ... version:                5
[    0.019961] ... bit width:              48
[    0.019961] ... generic registers:      6
[    0.019961] ... value mask:             0000ffffffffffff
[    0.019961] ... max period:             00007fffffffffff
[    0.019961] ... fixed-purpose events:   3
[    0.019961] ... event mask:             000000070000003f
[    0.178992]   #1  #3  #5  #7
[    0.185606] smp: Brought up 1 node, 16 CPUs
[    0.185606] smpboot: Total of 16 processors activated (79903.00 BogoMIPS)
[    0.189056] Memory: 32420312K/33245048K available (18432K kernel code, 2187K rwdata, 13516K rodata, 3452K init, 3432K bss, 801088K reserved, 0K cma-reserved)
[    0.189949] devtmpfs: initialized
[    0.189949] x86/mm: Memory block size: 128MB
[    0.192389] ACPI: PM: Registering ACPI NVS region [mem 0x92b2f000-0x9372efff] (12582912 bytes)
[    0.192389] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.192404] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.192484] pinctrl core: initialized pinctrl subsystem
[    0.192915] PM: RTC time: 16:23:14, date: 2024-10-22
[    0.193427] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.193856] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.194244] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.194627] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.194636] audit: initializing netlink subsys (disabled)
[    0.194639] audit: type=2000 audit(1729614194.019:1): state=initialized audit_enabled=0 res=1
[    0.194639] thermal_sys: Registered thermal governor 'fair_share'
[    0.194639] thermal_sys: Registered thermal governor 'bang_bang'
[    0.194639] thermal_sys: Registered thermal governor 'step_wise'
[    0.194639] thermal_sys: Registered thermal governor 'user_space'
[    0.194639] thermal_sys: Registered thermal governor 'power_allocator'
[    0.194690] cpuidle: using governor ladder
[    0.194690] cpuidle: using governor menu
[    0.194690] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.194690] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[    0.194690] PCI: Using configuration type 1 for base access
[    0.195595] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.195706] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.195706] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.195706] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.195706] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.195706] ACPI: Added _OSI(Module Device)
[    0.195706] ACPI: Added _OSI(Processor Device)
[    0.195706] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.195706] ACPI: Added _OSI(Processor Aggregator Device)
[    0.343239] ACPI: 17 ACPI AML tables successfully acquired and loaded
[    0.344944] ACPI: EC: EC started
[    0.344945] ACPI: EC: interrupt blocked
[    0.345856] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.345858] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.350655] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.385546] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.385546] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.389121] ACPI: Dynamic OEM Table Load:
[    0.389131] ACPI: SSDT 0xFFFF903341500400 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.390313] ACPI: Dynamic OEM Table Load:
[    0.390319] ACPI: SSDT 0xFFFF903341F6A000 0005E4 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.391508] ACPI: Dynamic OEM Table Load:
[    0.391513] ACPI: SSDT 0xFFFF903341AC1C00 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.392640] ACPI: Dynamic OEM Table Load:
[    0.392645] ACPI: SSDT 0xFFFF903341F68800 0004BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.394186] ACPI: Dynamic OEM Table Load:
[    0.394194] ACPI: SSDT 0xFFFF9033414E6000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.396079] ACPI: Dynamic OEM Table Load:
[    0.396085] ACPI: SSDT 0xFFFF903341F70000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.397713] ACPI: Dynamic OEM Table Load:
[    0.397719] ACPI: SSDT 0xFFFF903341F74000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.399463] ACPI: Dynamic OEM Table Load:
[    0.399470] ACPI: SSDT 0xFFFF903341F7C000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.406612] ACPI: Interpreter enabled
[    0.406667] ACPI: PM: (supports S0 S3 S4 S5)
[    0.406668] ACPI: Using IOAPIC for interrupt routing
[    0.408009] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.408011] PCI: Ignoring E820 reservations for host bridge windows
[    0.408625] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.409717] ACPI: \_SB_.PC00.PEG0.PXP_: New power resource
[    0.413883] ACPI: \_SB_.PC00.LPCB.EC__.PUBS: New power resource
[    0.416384] ACPI: \_SB_.PC00.XHCI.RHUB.HS02.WWPR: New power resource
[    0.417015] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[    0.421059] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[    0.421255] ACPI: \_SB_.PC00.RP01.PXP_: New power resource
[    0.433606] ACPI: \_SB_.PC00.TBT0: New power resource
[    0.433945] ACPI: \_SB_.PC00.TBT1: New power resource
[    0.434277] ACPI: \_SB_.PC00.D3C_: New power resource
[    0.754981] ACPI: \PIN_: New power resource
[    0.754998] ACPI: \PINP: New power resource
[    0.755434] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.755440] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.757317] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.761071] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.765601] PCI host bridge to bus 0000:00
[    0.765604] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.765606] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.765607] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.765609] pci_bus 0000:00: root bus resource [mem 0xa0800000-0xbfffffff window]
[    0.765610] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.765611] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.766003] pci 0000:00:00.0: [8086:4621] type 00 class 0x060000 conventional PCI endpoint
[    0.766270] pci 0000:00:02.0: [8086:46a6] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.766278] pci 0000:00:02.0: BAR 0 [mem 0x603c000000-0x603cffffff 64bit]
[    0.766284] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x401fffffff 64bit pref]
[    0.766288] pci 0000:00:02.0: BAR 4 [io  0x2000-0x203f]
[    0.766303] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.766306] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.766332] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[    0.766333] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[    0.766338] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[    0.766339] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[    0.766482] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000 conventional PCI endpoint
[    0.766495] pci 0000:00:04.0: BAR 0 [mem 0x603d180000-0x603d19ffff 64bit]
[    0.766908] pci 0000:00:06.0: [8086:464d] type 01 class 0x060400 PCIe Root Port
[    0.766954] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.766987] pci 0000:00:06.0:   bridge window [mem 0xbc200000-0xbc2fffff]
[    0.767131] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.767186] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[    0.767907] pci 0000:00:07.0: [8086:466e] type 01 class 0x060400 PCIe Root Port
[    0.767924] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.767929] pci 0000:00:07.0:   bridge window [mem 0xb0000000-0xbc1fffff]
[    0.767935] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.768023] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.768049] pci 0000:00:07.0: PTM enabled (root), 4ns granularity
[    0.770356] pci 0000:00:07.2: [8086:462f] type 01 class 0x060400 PCIe Root Port
[    0.770374] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.770378] pci 0000:00:07.2:   bridge window [mem 0xa2000000-0xae1fffff]
[    0.770385] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.770474] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[    0.770501] pci 0000:00:07.2: PTM enabled (root), 4ns granularity
[    0.772848] pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
[    0.772855] pci 0000:00:0a.0: BAR 0 [mem 0x603d1c0000-0x603d1c7fff 64bit]
[    0.772873] pci 0000:00:0a.0: enabling Extended Tags
[    0.772985] pci 0000:00:0d.0: [8086:461e] type 00 class 0x0c0330 conventional PCI endpoint
[    0.772995] pci 0000:00:0d.0: BAR 0 [mem 0x603d1b0000-0x603d1bffff 64bit]
[    0.773036] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.775199] pci 0000:00:0d.2: [8086:463e] type 00 class 0x0c0340 conventional PCI endpoint
[    0.775209] pci 0000:00:0d.2: BAR 0 [mem 0x603d140000-0x603d17ffff 64bit]
[    0.775216] pci 0000:00:0d.2: BAR 2 [mem 0x603d1d9000-0x603d1d9fff 64bit]
[    0.775248] pci 0000:00:0d.2: supports D1 D2
[    0.775249] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.775375] pci 0000:00:0d.3: [8086:466d] type 00 class 0x0c0340 conventional PCI endpoint
[    0.775385] pci 0000:00:0d.3: BAR 0 [mem 0x603d100000-0x603d13ffff 64bit]
[    0.775392] pci 0000:00:0d.3: BAR 2 [mem 0x603d1d8000-0x603d1d8fff 64bit]
[    0.775423] pci 0000:00:0d.3: supports D1 D2
[    0.775424] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.775704] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330 conventional PCI endpoint
[    0.775729] pci 0000:00:14.0: BAR 0 [mem 0x603d1a0000-0x603d1affff 64bit]
[    0.775833] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.778047] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000 conventional PCI endpoint
[    0.778070] pci 0000:00:14.2: BAR 0 [mem 0x603d1d0000-0x603d1d3fff 64bit]
[    0.778088] pci 0000:00:14.2: BAR 2 [mem 0x603d1d7000-0x603d1d7fff 64bit]
[    0.778323] pci 0000:00:14.3: [8086:51f0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
[    0.778384] pci 0000:00:14.3: BAR 0 [mem 0x603d1cc000-0x603d1cffff 64bit]
[    0.778537] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.779354] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000 conventional PCI endpoint
[    0.780085] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.783434] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000 conventional PCI endpoint
[    0.783460] pci 0000:00:16.0: BAR 0 [mem 0x603d1d5000-0x603d1d5fff 64bit]
[    0.783554] pci 0000:00:16.0: PME# supported from D3hot
[    0.784074] pci 0000:00:1f.0: [8086:5182] type 00 class 0x060100 conventional PCI endpoint
[    0.784562] pci 0000:00:1f.3: [8086:51c8] type 00 class 0x040380 conventional PCI endpoint
[    0.784628] pci 0000:00:1f.3: BAR 0 [mem 0x603d1c8000-0x603d1cbfff 64bit]
[    0.784726] pci 0000:00:1f.3: BAR 4 [mem 0x603d000000-0x603d0fffff 64bit]
[    0.784894] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.785275] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500 conventional PCI endpoint
[    0.785304] pci 0000:00:1f.4: BAR 0 [mem 0x603d1d4000-0x603d1d40ff 64bit]
[    0.785330] pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
[    0.785715] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000 conventional PCI endpoint
[    0.785758] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[    0.785949] pci 0000:00:1f.6: [8086:1a1f] type 00 class 0x020000 conventional PCI endpoint
[    0.786004] pci 0000:00:1f.6: BAR 0 [mem 0xbc300000-0xbc31ffff]
[    0.786279] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.787610] pci 0000:02:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
[    0.787625] pci 0000:02:00.0: BAR 0 [mem 0xbc200000-0xbc203fff 64bit]
[    0.788617] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.788652] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.788685] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.796499] ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x79)
[    0.798509] ACPI: EC: interrupt unblocked
[    0.798510] ACPI: EC: event unblocked
[    0.798531] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.798532] ACPI: EC: GPE=0x6e
[    0.798533] ACPI: \_SB_.PC00.LPCB.EC__: Boot ECDT EC initialization complete
[    0.798535] ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
[    0.798919] iommu: Default domain type: Translated
[    0.798919] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.798987] SCSI subsystem initialized
[    0.798995] libata version 3.00 loaded.
[    0.798995] ACPI: bus type USB registered
[    0.798995] usbcore: registered new interface driver usbfs
[    0.798995] usbcore: registered new interface driver hub
[    0.798995] usbcore: registered new device driver usb
[    0.798995] EDAC MC: Ver: 3.0.0
[    0.802462] efivars: Registered efivars operations
[    0.802462] NetLabel: Initializing
[    0.802462] NetLabel:  domain hash size = 128
[    0.802462] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.802462] NetLabel:  unlabeled traffic allowed by default
[    0.802462] mctp: management component transport protocol core
[    0.802463] NET: Registered PF_MCTP protocol family
[    0.802467] PCI: Using ACPI for IRQ routing
[    0.878587] PCI: pci_cache_line_size set to 64 bytes
[    0.882375] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[    0.883283] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.883285] e820: reserve RAM buffer [mem 0x87cbb000-0x87ffffff]
[    0.883286] e820: reserve RAM buffer [mem 0x87e0e000-0x87ffffff]
[    0.883287] e820: reserve RAM buffer [mem 0x8da3f000-0x8fffffff]
[    0.883288] e820: reserve RAM buffer [mem 0x93800000-0x93ffffff]
[    0.883288] e820: reserve RAM buffer [mem 0x85f800000-0x85fffffff]
[    0.883310] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.883310] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.883310] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.883310] vgaarb: loaded
[    0.883310] clocksource: Switched to clocksource tsc-early
[    0.883310] VFS: Disk quotas dquot_6.6.0
[    0.883310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.883310] pnp: PnP ACPI init
[    0.884402] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.884405] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.884518] system 00:01: [io  0x1854-0x1857] has been reserved
[    0.884572] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.884594] system 00:04: [io  0x1800-0x189f] could not be reserved
[    0.884596] system 00:04: [io  0x0800-0x087f] has been reserved
[    0.884597] system 00:04: [io  0x0880-0x08ff] has been reserved
[    0.884598] system 00:04: [io  0x0900-0x097f] has been reserved
[    0.884600] system 00:04: [io  0x0980-0x09ff] has been reserved
[    0.884601] system 00:04: [io  0x0a00-0x0a7f] has been reserved
[    0.884602] system 00:04: [io  0x0a80-0x0aff] has been reserved
[    0.884603] system 00:04: [io  0x0b00-0x0b7f] has been reserved
[    0.884604] system 00:04: [io  0x0b80-0x0bff] has been reserved
[    0.884605] system 00:04: [io  0x15e0-0x15ef] has been reserved
[    0.884606] system 00:04: [io  0x1600-0x167f] could not be reserved
[    0.884607] system 00:04: [io  0x1640-0x165f] could not be reserved
[    0.884609] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.884610] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.884612] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.884613] system 00:04: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.884615] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.884616] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.885311] pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.885331] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.885333] system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.885334] system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.885336] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.885337] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.885338] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.885339] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.887902] system 00:06: [io  0xff00-0xfffe] has been reserved
[    0.889274] pnp 00:08: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.889277] pnp 00:08: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.889278] pnp 00:08: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.889280] pnp 00:08: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.889281] pnp 00:08: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.889283] pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.889284] pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.889286] pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.889287] pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.889288] pnp 00:08: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.889290] pnp 00:08: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.889291] pnp 00:08: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.889292] pnp 00:08: disabling [mem 0x00100000-0xa07fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.889294] pnp 00:08: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.889295] pnp 00:08: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.889297] pnp 00:08: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.889298] pnp 00:08: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.889300] pnp 00:08: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.889301] pnp 00:08: disabling [mem 0x000e0000-0x000e3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.889302] pnp 00:08: disabling [mem 0x000e8000-0x000ebfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.889304] pnp 00:08: disabling [mem 0x000f0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.889305] pnp 00:08: disabling [mem 0x00100000-0xa07fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.889322] system 00:08: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.889324] system 00:08: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.889479] pnp: PnP ACPI: found 9 devices
[    0.894898] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.894945] NET: Registered PF_INET protocol family
[    0.895147] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.908554] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.908586] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.908783] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.909154] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.909272] TCP: Hash tables configured (established 262144 bind 65536)
[    0.909403] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.909484] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.909558] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.909631] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.909638] NET: Registered PF_XDP protocol family
[    0.909644] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 20-49] add_size 1000
[    0.909648] pci 0000:00:07.2: bridge window [io  0x1000-0x0fff] to [bus 50-79] add_size 1000
[    0.909656] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[    0.909660] pci 0000:00:02.0: VF BAR 0 [mem 0x4100000000-0x4106ffffff 64bit]: assigned
[    0.909663] pci 0000:00:07.0: bridge window [io  0x3000-0x3fff]: assigned
[    0.909665] pci 0000:00:07.2: bridge window [io  0x4000-0x4fff]: assigned
[    0.909666] pci 0000:00:15.0: BAR 0 [mem 0x4107000000-0x4107000fff 64bit]: assigned
[    0.910035] pci 0000:00:1f.5: BAR 0 [mem 0xa0800000-0xa0800fff]: assigned
[    0.910052] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.910078] pci 0000:00:06.0:   bridge window [mem 0xbc200000-0xbc2fffff]
[    0.910111] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.910112] pci 0000:00:07.0:   bridge window [io  0x3000-0x3fff]
[    0.910115] pci 0000:00:07.0:   bridge window [mem 0xb0000000-0xbc1fffff]
[    0.910117] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.910121] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.910122] pci 0000:00:07.2:   bridge window [io  0x4000-0x4fff]
[    0.910125] pci 0000:00:07.2:   bridge window [mem 0xa2000000-0xae1fffff]
[    0.910127] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.910131] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.910133] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.910134] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.910135] pci_bus 0000:00: resource 7 [mem 0xa0800000-0xbfffffff window]
[    0.910136] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.910137] pci_bus 0000:02: resource 1 [mem 0xbc200000-0xbc2fffff]
[    0.910138] pci_bus 0000:20: resource 0 [io  0x3000-0x3fff]
[    0.910139] pci_bus 0000:20: resource 1 [mem 0xb0000000-0xbc1fffff]
[    0.910140] pci_bus 0000:20: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.910142] pci_bus 0000:50: resource 0 [io  0x4000-0x4fff]
[    0.910143] pci_bus 0000:50: resource 1 [mem 0xa2000000-0xae1fffff]
[    0.910143] pci_bus 0000:50: resource 2 [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.911739] PCI: CLS 0 bytes, default 64
[    0.911825] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.911831] DMAR: No ATSR found
[    0.911831] DMAR: No SATC found
[    0.911832] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.911833] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.911834] DMAR: IOMMU feature nwfs inconsistent
[    0.911835] DMAR: IOMMU feature dit inconsistent
[    0.911835] DMAR: IOMMU feature sc_support inconsistent
[    0.911836] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.911837] DMAR: dmar0: Using Queued invalidation
[    0.911840] DMAR: dmar1: Using Queued invalidation
[    0.911889] Trying to unpack rootfs image as initramfs...
[    0.912121] pci 0000:00:02.0: Adding to iommu group 0
[    0.912147] pci 0000:00:00.0: Adding to iommu group 1
[    0.912155] pci 0000:00:04.0: Adding to iommu group 2
[    0.912186] pci 0000:00:06.0: Adding to iommu group 3
[    0.912194] pci 0000:00:07.0: Adding to iommu group 4
[    0.912201] pci 0000:00:07.2: Adding to iommu group 5
[    0.912208] pci 0000:00:0a.0: Adding to iommu group 6
[    0.912223] pci 0000:00:0d.0: Adding to iommu group 7
[    0.912229] pci 0000:00:0d.2: Adding to iommu group 7
[    0.912235] pci 0000:00:0d.3: Adding to iommu group 7
[    0.912246] pci 0000:00:14.0: Adding to iommu group 8
[    0.912252] pci 0000:00:14.2: Adding to iommu group 8
[    0.912260] pci 0000:00:14.3: Adding to iommu group 9
[    0.912268] pci 0000:00:15.0: Adding to iommu group 10
[    0.912277] pci 0000:00:16.0: Adding to iommu group 11
[    0.912294] pci 0000:00:1f.0: Adding to iommu group 12
[    0.912302] pci 0000:00:1f.3: Adding to iommu group 12
[    0.912309] pci 0000:00:1f.4: Adding to iommu group 12
[    0.912315] pci 0000:00:1f.5: Adding to iommu group 12
[    0.912322] pci 0000:00:1f.6: Adding to iommu group 12
[    0.912353] pci 0000:02:00.0: Adding to iommu group 13
[    0.912554] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.912555] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.912556] software IO TLB: mapped [mem 0x0000000083cbb000-0x0000000087cbb000] (64MB)
[    0.912591] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[    0.912639] clocksource: Switched to clocksource tsc
[    0.912658] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.921391] Initialise system trusted keyrings
[    0.921397] Key type blacklist registered
[    0.921428] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.921433] zbud: loaded
[    0.921496] fuse: init (API version 7.40)
[    0.921543] integrity: Platform Keyring initialized
[    0.921545] integrity: Machine keyring initialized
[    0.927039] Key type asymmetric registered
[    0.927040] Asymmetric key parser 'x509' registered
[    0.927054] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.927102] io scheduler mq-deadline registered
[    0.927103] io scheduler kyber registered
[    0.927109] io scheduler bfq registered
[    0.927646] pcieport 0000:00:06.0: PME: Signaling with IRQ 122
[    0.927845] pcieport 0000:00:07.0: PME: Signaling with IRQ 123
[    0.927856] pcieport 0000:00:07.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.928094] pcieport 0000:00:07.2: PME: Signaling with IRQ 124
[    0.928105] pcieport 0000:00:07.2: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.928217] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.929457] ACPI: AC: AC Adapter [AC] (off-line)
[    0.929486] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.929507] ACPI: button: Sleep Button [SLPB]
[    0.929520] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.929531] ACPI: button: Lid Switch [LID]
[    0.929541] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    0.929547] ACPI: button: Power Button [PWRB]
[    0.937986] thermal LNXTHERM:00: registered as thermal_zone0
[    0.937988] ACPI: thermal: Thermal Zone [THM0] (50 C)
[    0.938149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.939371] hpet_acpi_add: no address or irqs in _CRS
[    0.939411] Non-volatile memory driver v1.3
[    0.939411] Linux agpgart interface v0.103
[    0.941256] tpm_tis IFX1522:00: 2.0 TPM (device-id 0x1D, rev-id 54)
[    0.972569] Freeing initrd memory: 108248K
[    0.995748] ACPI: battery: Slot [BAT0] (battery present)
[    1.063317] ACPI: bus type drm_connector registered
[    1.066659] usbcore: registered new interface driver usbserial_generic
[    1.066662] usbserial: USB Serial support registered for generic
[    1.066816] rtc_cmos rtc_cmos: RTC can wake from S4
[    1.068761] rtc_cmos rtc_cmos: registered as rtc0
[    1.069150] rtc_cmos rtc_cmos: setting system clock to 2024-10-22T16:23:15 UTC (1729614195)
[    1.069184] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    1.071607] intel_pstate: Intel P-state driver initializing
[    1.074004] intel_pstate: HWP enabled
[    1.075559] ledtrig-cpu: registered to indicate activity on CPUs
[    1.075789] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    1.076929] fbcon: Deferring console take-over
[    1.076931] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    1.077009] hid: raw HID events driver (C) Jiri Kosina
[    1.077041] drop_monitor: Initializing network drop monitor service
[    1.077108] NET: Registered PF_INET6 protocol family
[    1.081704] Segment Routing with IPv6
[    1.081705] RPL Segment Routing with IPv6
[    1.081713] In-situ OAM (IOAM) with IPv6
[    1.081731] NET: Registered PF_PACKET protocol family
[    1.082966] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    1.083530] microcode: Current revision: 0x00000434
[    1.084086] IPI shorthand broadcast: enabled
[    1.084996] sched_clock: Marking stable (1067445611, 16628637)->(1123986933, -39912685)
[    1.085452] registered taskstats version 1
[    1.090328] Loading compiled-in X.509 certificates
[    1.091712] Loaded X.509 cert 'Build time autogenerated kernel key: 9fcd2188ce780adf470d55ee0fd158d9d3ad3604'
[    1.092529] Demotion targets for Node 0: null
[    1.092639] Key type .fscrypt registered
[    1.092639] Key type fscrypt-provisioning registered
[    1.094017] PM:   Magic number: 12:199:389
[    1.094021] PM:   hash matches drivers/base/power/main.c:1210
[    1.094037] thermal cooling_device4: hash matches
[    1.094065] acpi ACPI0007:39: hash matches
[    1.094071] acpi ACPI0007:0c: hash matches
[    1.096171] RAS: Correctable Errors collector initialized.
[    1.102010] clk: Disabling unused clocks
[    1.102011] PM: genpd: Disabling unused power domains
[    1.105501] Freeing unused decrypted memory: 2028K
[    1.106103] Freeing unused kernel image (initmem) memory: 3452K
[    1.106114] Write protecting the kernel read-only data: 32768k
[    1.106964] Freeing unused kernel image (rodata/data gap) memory: 820K
[    1.111474] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.111478] rodata_test: all tests were successful
[    1.111480] Run /init as init process
[    1.111481]   with arguments:
[    1.111481]     /init
[    1.111482]   with environment:
[    1.111482]     HOME=/
[    1.111483]     TERM=linux
[    1.111483]     BOOT_IMAGE=/vmlinuz-linux
[    1.427536] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    1.427690] i915 0000:00:02.0: [drm] Found ALDERLAKE_P (device ID 46a6) display version 13.00
[    1.428444] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    1.498704] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.498981] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    1.500531] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=mem
[    1.506263] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
[    1.626741] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.29.2
[    1.626744] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[    1.640984] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[    1.641792] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[    1.641794] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[    1.642301] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[    1.643401] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    2.853993] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
[    2.857433] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.857908] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    2.870543] fbcon: i915drmfb (fb0) is primary device
[    2.870546] fbcon: Deferring console take-over
[    2.870548] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.075891] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.078750] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.078840] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    3.078869] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.078871] cfg80211: failed to load regulatory.db
[    3.089843] Intel(R) Wireless WiFi driver for Linux
[    3.089937] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    3.092965] iwlwifi 0000:00:14.3: Detected crf-id 0x400410, cnv-id 0x80400 wfpm id 0x80000020
[    3.093013] iwlwifi 0000:00:14.3: PCI dev 51f0/0090, rev=0x370, rfid=0x2010d000
[    3.093015] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz
[    3.100022] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
[    3.100273] iwlwifi 0000:00:14.3: loaded firmware version 89.6b44fa0b.0 so-a0-gf-a0-89.ucode op_mode iwlmvm
[    3.134766] pps_core: LinuxPPS API ver. 1 registered
[    3.134768] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.137221] PTP clock support registered
[    3.330674] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[    3.330721] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[    3.330774] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[    3.330831] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[    3.332150] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[    3.332543] iwlwifi 0000:00:14.3: loaded PNVM version 16611aa6
[    3.348517] iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x2010d000
[    3.419299] iwlwifi 0000:00:14.3: base HW address: a0:29:42:5c:c6:a5
[    3.484645] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    3.484648] thinkpad_acpi: http://ibm-acpi.sf.net/
[    3.484648] thinkpad_acpi: ThinkPad BIOS N3MET21W (1.20 ), EC N3MHT16W
[    3.484649] thinkpad_acpi: Lenovo ThinkPad T14 Gen 3, model 21AH0082SC
[    3.486011] thinkpad_acpi: radio switch found; radios are enabled
[    3.486016] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    3.486017] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    3.487119] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    3.510694] thinkpad_acpi: battery 1 registered (start 95, stop 100, behaviours: 0x7)
[    3.510706] ACPI: battery: new extension: ThinkPad Battery Extension
[    3.529285] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input4
[    3.595245] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    3.595526] i8042: Warning: Keylock active
[    3.597082] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.597089] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.603368] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    3.603373] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    3.604422] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    3.604633] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    3.604634] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    3.604636] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[    3.604727] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    3.604733] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.604735] usb usb1: Product: xHCI Host Controller
[    3.604737] usb usb1: Manufacturer: Linux 6.11.1-arch1-1 xhci-hcd
[    3.604738] usb usb1: SerialNumber: 0000:00:0d.0
[    3.604838] hub 1-0:1.0: USB hub found
[    3.604845] hub 1-0:1.0: 1 port detected
[    3.605186] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    3.605188] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.605189] usb usb2: Product: xHCI Host Controller
[    3.605190] usb usb2: Manufacturer: Linux 6.11.1-arch1-1 xhci-hcd
[    3.605191] usb usb2: SerialNumber: 0000:00:0d.0
[    3.605241] hub 2-0:1.0: USB hub found
[    3.605248] hub 2-0:1.0: 3 ports detected
[    3.610365] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.610371] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    3.611522] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[    3.611925] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.611928] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    3.611930] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.611997] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[    3.612001] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.612003] usb usb3: Product: xHCI Host Controller
[    3.612004] usb usb3: Manufacturer: Linux 6.11.1-arch1-1 xhci-hcd
[    3.612005] usb usb3: SerialNumber: 0000:00:14.0
[    3.612102] hub 3-0:1.0: USB hub found
[    3.612140] hub 3-0:1.0: 12 ports detected
[    3.614020] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[    3.614023] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.614025] usb usb4: Product: xHCI Host Controller
[    3.614026] usb usb4: Manufacturer: Linux 6.11.1-arch1-1 xhci-hcd
[    3.614027] usb usb4: SerialNumber: 0000:00:14.0
[    3.614112] hub 4-0:1.0: USB hub found
[    3.614145] hub 4-0:1.0: 4 ports detected
[    3.618280] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    3.618344] nvme nvme0: pci function 0000:02:00.0
[    3.621116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    3.623797] nvme nvme0: D3 entry latency set to 10 seconds
[    3.626458] nvme nvme0: 16/0/0 default/read/poll queues
[    3.628744]  nvme0n1: p1 p2
[    3.671856] fbcon: Taking over console
[    3.691656] Console: switching to colour frame buffer device 240x75
[    3.750286] EXT4-fs (nvme0n1p2): mounted filesystem 5fbb0a06-35fa-4258-b311-e6a89b466a26 r/w with ordered data mode. Quota mode: none.
[    3.805964] systemd[1]: systemd 256.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    3.805969] systemd[1]: Detected architecture x86-64.
[    3.806499] systemd[1]: Hostname set to <msc>.
[    3.869973] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    4.017360] usb 3-3: New USB device found, idVendor=06cb, idProduct=00f9, bcdDevice= 0.00
[    4.017372] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    4.017375] usb 3-3: SerialNumber: 3e8e60d74110
[    4.072363] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    4.143455] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[    4.151099] systemd-fstab-generator[380]: Mount point  is not a valid path, ignoring.
[    4.152148] systemd-ssh-generator[386]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket.
[    4.152150] systemd-ssh-generator[386]: → connect via 'ssh .host' locally
[    4.161861] zram: Added device: zram0
[    4.209730] systemd[1]: Queued start job for default target Graphical Interface.
[    4.255793] systemd[1]: Created slice Virtual Machine and Container Slice.
[    4.257113] systemd[1]: Created slice CUPS Slice.
[    4.257548] systemd[1]: Created slice Slice /system/dirmngr.
[    4.257964] systemd[1]: Created slice Slice /system/getty.
[    4.258356] systemd[1]: Created slice Slice /system/gns3-server.
[    4.258714] systemd[1]: Created slice Slice /system/gpg-agent.
[    4.259063] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    4.259385] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    4.259688] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    4.260009] systemd[1]: Created slice Slice /system/keyboxd.
[    4.260300] systemd[1]: Created slice Slice /system/modprobe.
[    4.260583] systemd[1]: Created slice Slice /system/systemd-fsck.
[    4.260840] systemd[1]: Created slice Slice /system/systemd-zram-setup.
[    4.260995] systemd[1]: Created slice User and Session Slice.
[    4.261041] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.261069] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.261205] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.261222] systemd[1]: Expecting device /dev/disk/by-uuid/23A7-C671...
[    4.261228] systemd[1]: Expecting device /dev/zram0...
[    4.261239] systemd[1]: Reached target Local Encrypted Volumes.
[    4.261251] systemd[1]: Reached target Login Prompts.
[    4.261265] systemd[1]: Reached target Local Integrity Protected Volumes.
[    4.261289] systemd[1]: Reached target Remote File Systems.
[    4.261300] systemd[1]: Reached target Slice Units.
[    4.261332] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.261410] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.262464] systemd[1]: Listening on Process Core Dump Socket.
[    4.262972] systemd[1]: Listening on Credential Encryption/Decryption.
[    4.263026] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.263067] systemd[1]: Listening on Journal Sockets.
[    4.263095] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.263105] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.263145] systemd[1]: Listening on udev Control Socket.
[    4.263173] systemd[1]: Listening on udev Kernel Socket.
[    4.263210] systemd[1]: Listening on User Database Manager Socket.
[    4.264172] systemd[1]: Mounting Huge Pages File System...
[    4.264826] systemd[1]: Mounting POSIX Message Queue File System...
[    4.265397] systemd[1]: Mounting Kernel Debug File System...
[    4.265761] systemd[1]: Mounting Kernel Trace File System...
[    4.266204] systemd[1]: Starting Create List of Static Device Nodes...
[    4.266701] systemd[1]: Starting Load Kernel Module configfs...
[    4.267589] systemd[1]: Starting Load Kernel Module dm_mod...
[    4.268471] systemd[1]: Starting Load Kernel Module drm...
[    4.269586] systemd[1]: Starting Load Kernel Module fuse...
[    4.270491] systemd[1]: Starting Load Kernel Module loop...
[    4.270533] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    4.270556] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[    4.271935] systemd[1]: Starting Journal Service...
[    4.272793] systemd[1]: Starting Load Kernel Modules...
[    4.272804] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.273251] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.273399] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.273804] systemd[1]: Starting Load udev Rules from Credentials...
[    4.274440] systemd[1]: Starting Coldplug All udev Devices...
[    4.275296] systemd[1]: Mounted Huge Pages File System.
[    4.275341] systemd[1]: Mounted POSIX Message Queue File System.
[    4.275684] systemd[1]: Mounted Kernel Debug File System.
[    4.275715] systemd[1]: Mounted Kernel Trace File System.
[    4.275827] systemd[1]: Finished Create List of Static Device Nodes.
[    4.275948] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.276022] systemd[1]: Finished Load Kernel Module configfs.
[    4.276122] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.276189] systemd[1]: Finished Load Kernel Module drm.
[    4.276451] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.276521] systemd[1]: Finished Load Kernel Module fuse.
[    4.276995] systemd[1]: Mounting FUSE Control File System...
[    4.277638] systemd[1]: Mounting Kernel Configuration File System...
[    4.278364] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    4.279199] device-mapper: uevent: version 1.0.3
[    4.279269] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    4.279584] loop: module loaded
[    4.279634] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    4.279724] systemd[1]: Finished Load Kernel Module dm_mod.
[    4.279865] systemd[1]: Finished Load udev Rules from Credentials.
[    4.279976] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    4.280051] systemd[1]: Finished Load Kernel Module loop.
[    4.280131] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    4.281585] systemd[1]: Mounted FUSE Control File System.
[    4.282425] systemd[1]: Mounted Kernel Configuration File System.
[    4.282870] systemd-journald[405]: Collecting audit messages is disabled.
[    4.287632] i2c_dev: i2c /dev entries driver
[    4.290100] Asymmetric key parser 'pkcs8' registered
[    4.290964] systemd[1]: Starting User Database Manager...
[    4.291098] systemd[1]: Finished Load Kernel Modules.
[    4.291587] systemd[1]: Starting Apply Kernel Variables...
[    4.298052] systemd[1]: Finished Apply Kernel Variables.
[    4.300848] systemd[1]: Started Journal Service.
[    4.306877] EXT4-fs (nvme0n1p2): re-mounted 5fbb0a06-35fa-4258-b311-e6a89b466a26 r/w. Quota mode: none.
[    4.313020] systemd-journald[405]: Received client request to flush runtime journal.
[    4.322520] usb 3-4: New USB device found, idVendor=5986, idProduct=2142, bcdDevice=67.14
[    4.322544] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.322551] usb 3-4: Product: Integrated RGB Camera
[    4.322552] usb 3-4: Manufacturer: SunplusIT Inc
[    4.322553] usb 3-4: SerialNumber: 01.00.00
[    4.463479] usb 3-8: new full-speed USB device number 4 using xhci_hcd
[    4.546980] input: Intel HID events as /devices/platform/INTC1070:00/input/input7
[    4.554500] Consider using thermal netlink events interface
[    4.564318] zram0: detected capacity change from 0 to 8388608
[    4.569423] intel_pmc_core INT33A1:00:  initialized
[    4.570558] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
[    4.570565] caller igen6_probe+0x15e/0x7c0 [igen6_edac] mapping multiple BARs
[    4.571283] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[    4.571403] EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
[    4.571425] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[    4.571427] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[    4.571435] EDAC igen6 MC1: HANDLING IBECC MEMORY ERROR
[    4.571436] EDAC igen6 MC1: ADDR 0x7fffffffe0 
[    4.571469] EDAC igen6: v2.5.1
[    4.585117] ACPI: bus type thunderbolt registered
[    4.588504] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    4.591792] e1000e: Intel(R) PRO/1000 Network Driver
[    4.591795] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    4.592263] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    4.592476] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    4.593728] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    4.593765] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    4.600334] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    4.605278] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    4.606217] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    4.617141] usb 3-8: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
[    4.617144] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.617145] usb 3-8: Product: EMV Smartcard Reader
[    4.617146] usb 3-8: Manufacturer: Generic
[    4.622263] Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSDsc
[    4.632720] i2c i2c-14: Successfully instantiated SPD at 0x51
[    4.679617] spi-nor spi0.0: unrecognized JEDEC id bytes: f6 f0 30 09 03 00
[    4.701752] iTCO_vendor_support: vendor-support=0
[    4.703595] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[    4.704820] intel_rapl_msr: PL4 support detected.
[    4.704854] intel_rapl_common: Found RAPL domain package
[    4.704856] intel_rapl_common: Found RAPL domain core
[    4.704857] intel_rapl_common: Found RAPL domain uncore
[    4.704859] intel_rapl_common: Found RAPL domain psys
[    4.706276] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[    4.706645] ee1004 14-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.746719] usb 3-10: new full-speed USB device number 5 using xhci_hcd
[    4.760943] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    4.761063] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.763542] input: ELAN0676:00 04F3:3195 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-ELAN0676:00/0018:04F3:3195.0001/input/input10
[    4.763576] input: ELAN0676:00 04F3:3195 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-ELAN0676:00/0018:04F3:3195.0001/input/input12
[    4.763605] hid-generic 0018:04F3:3195.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0676:00 04F3:3195] on i2c-ELAN0676:00
[    4.773424] proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002)
[    4.773429] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    4.773431] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.773432] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.773432] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    4.773433] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    4.774361] intel_rapl_common: Found RAPL domain package
[    4.776216] cryptd: max_cpu_qlen set to 1000
[    4.782976] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    4.790162] AES CTR mode by8 optimization enabled
[    4.865428] input: ELAN0676:00 04F3:3195 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-ELAN0676:00/0018:04F3:3195.0001/input/input13
[    4.865469] input: ELAN0676:00 04F3:3195 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-ELAN0676:00/0018:04F3:3195.0001/input/input15
[    4.865498] hid-multitouch 0018:04F3:3195.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0676:00 04F3:3195] on i2c-ELAN0676:00
[    4.886734] mousedev: PS/2 mouse device common for all mice
[    4.895537] usb 3-10: New USB device found, idVendor=8087, idProduct=0033, bcdDevice= 0.00
[    4.895540] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.905441] psmouse serio1: trackpoint: Synaptics TrackPoint firmware: 0x02, buttons: 3/3
[    4.910110] mc: Linux media interface: v0.10
[    4.919315] input: TPPS/2 Synaptics TrackPoint as /devices/platform/i8042/serio1/input/input9
[    4.931231] videodev: Linux video capture interface: v2.00
[    4.934420] intel_tcc_cooling: Programmable TCC Offset detected
[    4.953214] usb 3-4: Found UVC 1.50 device Integrated RGB Camera (5986:2142)
[    4.955817] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[    4.955854] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.963364] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    5.006423] usb 3-4: Found UVC 1.50 device Integrated RGB Camera (5986:2142)
[    5.009127] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[    5.009129] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[    5.009131] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
[    5.011309] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware paths/files for ipc type 0:
[    5.011311] sof-audio-pci-intel-tgl 0000:00:1f.3:  Firmware file:     intel/sof/sof-adl.ri
[    5.011311] sof-audio-pci-intel-tgl 0000:00:1f.3:  Topology file:     intel/sof-tplg/sof-hda-generic-2ch.tplg
[    5.011596] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[    5.011597] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
[    5.011598] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[    5.020617] usbcore: registered new interface driver uvcvideo
[    5.050649] typec port0: bound usb3-port5 (ops connector_ops)
[    5.050657] typec port0: bound usb2-port1 (ops connector_ops)
[    5.059809] Bluetooth: Core ver 2.22
[    5.059822] NET: Registered PF_BLUETOOTH protocol family
[    5.059824] Bluetooth: HCI device and connection manager initialized
[    5.059827] Bluetooth: HCI socket layer initialized
[    5.059829] Bluetooth: L2CAP socket layer initialized
[    5.059830] Bluetooth: SCO socket layer initialized
[    5.075303] usbcore: registered new interface driver btusb
[    5.076596] Bluetooth: hci0: Device revision is 0
[    5.076599] Bluetooth: hci0: Secure boot is enabled
[    5.076600] Bluetooth: hci0: OTP lock is enabled
[    5.076600] Bluetooth: hci0: API lock is enabled
[    5.076601] Bluetooth: hci0: Debug lock is disabled
[    5.076601] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    5.076602] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
[    5.076613] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    5.077604] ACPI Warning: \_SB.PC00.XHCI.RHUB.HS10._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20240322/nsarguments-61)
[    5.080434] Bluetooth: hci0: DSM reset method type: 0x00
[    5.085502] Bluetooth: hci0: Found device firmware: intel/ibt-0040-0041.sfi
[    5.085523] Bluetooth: hci0: Boot Address: 0x100800
[    5.085524] Bluetooth: hci0: Firmware Version: 91-33.24
[    5.108013] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[    5.108016] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
[    5.126401] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:1
[    5.126557] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[    5.154200] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 9c:2d:cd:f3:06:39
[    5.154205] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    5.154340] e1000e 0000:00:1f.6 eth0: MAC: 15, PHY: 12, PBA No: FFFFFF-0FF
[    5.155666] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    5.236126] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    5.236129] snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.236130] snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    5.236131] snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
[    5.236131] snd_hda_codec_realtek ehdaudio0D0:    inputs:
[    5.236132] snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
[    5.292097] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[    5.313754] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16
[    5.313855] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17
[    5.313882] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18
[    5.313907] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19
[    5.313933] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20
[    5.745943] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.745945] Bluetooth: BNEP filters: protocol multicast
[    5.745948] Bluetooth: BNEP socket layer initialized
[    5.951471] typec port1: bound usb3-port6 (ops connector_ops)
[    5.951482] typec port1: bound usb2-port3 (ops connector_ops)
[    6.107159] NET: Registered PF_ALG protocol family
[    6.212489] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[    6.212539] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[    6.212548] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[    6.212556] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[    6.212561] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[    6.311228] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 1
[    6.631615] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[    6.631676] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[    6.631685] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[    6.631694] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[    6.633153] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[    6.758194] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    7.082962] Bluetooth: hci0: Waiting for firmware download to complete
[    7.083649] Bluetooth: hci0: Firmware loaded in 1951313 usecs
[    7.083782] Bluetooth: hci0: Waiting for device to boot
[    7.099591] Bluetooth: hci0: Device booted in 15550 usecs
[    7.099630] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[    7.101907] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0040-0041.ddc
[    7.103681] Bluetooth: hci0: Applying Intel DDC parameters completed
[    7.106924] Bluetooth: hci0: Firmware timestamp 2024.33 buildtype 1 build 81755
[    7.106927] Bluetooth: hci0: Firmware SHA1: 0xd028ffe4
[    7.110842] Bluetooth: hci0: Fseq status: Success (0x00)
[    7.110846] Bluetooth: hci0: Fseq executed: 00.00.02.41
[    7.110847] Bluetooth: hci0: Fseq BT Top: 00.00.02.41
[    7.146022] wlan0: authenticate with 62:22:32:1e:60:f6 (local address=a0:29:42:5c:c6:a5)
[    7.147099] wlan0: send auth to 62:22:32:1e:60:f6 (try 1/3)
[    7.179781] Bluetooth: MGMT ver 1.23
[    7.179833] Bluetooth: hci0: offload codecs enable 1 changed 1
[    7.179852] Bluetooth: ISO socket layer initialized
[    7.197521] wlan0: authenticated
[    7.200143] wlan0: associate with 62:22:32:1e:60:f6 (try 1/3)
[    7.205227] wlan0: RX AssocResp from 62:22:32:1e:60:f6 (capab=0x1111 status=0 aid=12)
[    7.215479] wlan0: associated
[    7.300874] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by 62:22:32:1e:60:f6
[    7.891622] rfkill: input handler disabled
[    8.360592] Bluetooth: RFCOMM TTY layer initialized
[    8.360600] Bluetooth: RFCOMM socket layer initialized
[    8.360603] Bluetooth: RFCOMM ver 1.11
[   12.144549] rfkill: input handler enabled
[   12.217199] i915 0000:00:02.0: [drm] Selective fetch area calculation failed in pipe A
[   13.401481] rfkill: input handler disabled
[   30.609343] wlan0: deauthenticating from 62:22:32:1e:60:f6 by local choice (Reason: 3=DEAUTH_LEAVING)
[   35.519008] PM: suspend entry (deep)
[   35.527877] Filesystems sync: 0.008 seconds
[   35.653737] Freezing user space processes
[   35.655080] Freezing user space processes completed (elapsed 0.001 seconds)
[   35.655082] OOM killer disabled.
[   35.655082] Freezing remaining freezable tasks
[   35.656320] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[   35.656369] printk: Suspending console(s) (use no_console_suspend to debug)
[   36.043807] e1000e: EEE TX LPI TIMER: 00000011
[   36.886685] ACPI: EC: interrupt blocked
[   36.913896] ACPI: PM: Preparing to enter system sleep state S3
[   36.936885] ACPI: EC: event blocked
[   36.936886] ACPI: EC: EC stopped
[   36.936886] ACPI: PM: Saving platform NVS memory
[   36.937046] Disabling non-boot CPUs ...
[   36.939160] smpboot: CPU 15 is now offline
[   36.941369] smpboot: CPU 14 is now offline
[   36.943798] smpboot: CPU 13 is now offline
[   36.946092] smpboot: CPU 12 is now offline
[   36.948363] smpboot: CPU 11 is now offline
[   36.950520] smpboot: CPU 10 is now offline
[   36.952632] smpboot: CPU 9 is now offline
[   36.954636] smpboot: CPU 8 is now offline
[   36.956496] smpboot: CPU 7 is now offline
[   36.959331] smpboot: CPU 6 is now offline
[   36.960844] smpboot: CPU 5 is now offline
[   36.963265] smpboot: CPU 4 is now offline
[   36.965807] smpboot: CPU 3 is now offline
[   36.967388] smpboot: CPU 2 is now offline
[   36.969807] smpboot: CPU 1 is now offline
[   36.979288] ACPI: PM: Low-level resume complete
[   36.979426] ACPI: EC: EC started
[   36.979426] ACPI: PM: Restoring platform NVS memory
[   36.981217] Enabling non-boot CPUs ...
[   36.981461] smpboot: Booting Node 0 Processor 1 APIC 0x1
[   36.983448] CPU1 is up
[   36.983648] smpboot: Booting Node 0 Processor 2 APIC 0x8
[   36.987410] CPU2 is up
[   36.987608] smpboot: Booting Node 0 Processor 3 APIC 0x9
[   36.991339] CPU3 is up
[   36.991486] smpboot: Booting Node 0 Processor 4 APIC 0x10
[   36.994743] CPU4 is up
[   36.994903] smpboot: Booting Node 0 Processor 5 APIC 0x11
[   36.997988] CPU5 is up
[   36.998181] smpboot: Booting Node 0 Processor 6 APIC 0x18
[   37.001427] CPU6 is up
[   37.001553] smpboot: Booting Node 0 Processor 7 APIC 0x19
[   37.004617] CPU7 is up
[   37.004730] smpboot: Booting Node 0 Processor 8 APIC 0x20
[   37.009496] core: cpu_atom PMU driver: PEBS-via-PT 
[   37.009503] ... version:                5
[   37.009505] ... bit width:              48
[   37.009506] ... generic registers:      6
[   37.009507] ... value mask:             0000ffffffffffff
[   37.009508] ... max period:             00007fffffffffff
[   37.009509] ... fixed-purpose events:   3
[   37.009510] ... event mask:             000000070000003f
[   37.010232] CPU8 is up
[   37.010400] smpboot: Booting Node 0 Processor 9 APIC 0x22
[   37.014370] CPU9 is up
[   37.014514] smpboot: Booting Node 0 Processor 10 APIC 0x24
[   37.020334] CPU10 is up
[   37.020443] smpboot: Booting Node 0 Processor 11 APIC 0x26
[   37.024479] CPU11 is up
[   37.024606] smpboot: Booting Node 0 Processor 12 APIC 0x28
[   37.030434] CPU12 is up
[   37.030558] smpboot: Booting Node 0 Processor 13 APIC 0x2a
[   37.034623] CPU13 is up
[   37.034748] smpboot: Booting Node 0 Processor 14 APIC 0x2c
[   37.040343] CPU14 is up
[   37.040483] smpboot: Booting Node 0 Processor 15 APIC 0x2e
[   37.044684] CPU15 is up
[   37.050035] ACPI: PM: Waking up from system sleep state S3
[   37.129909] ACPI: EC: interrupt unblocked
[   37.282588] ACPI: EC: event unblocked
[   37.284114] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[   37.284118] iwlwifi 0000:00:14.3: Transport status: 0x00000042, valid: 6
[   37.284119] iwlwifi 0000:00:14.3: Loaded firmware version: 89.6b44fa0b.0 so-a0-gf-a0-89.ucode
[   37.284120] iwlwifi 0000:00:14.3: 0x00000087 | ADVANCED_SYSASSERT          
[   37.284121] iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status0
[   37.284122] iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
[   37.284122] iwlwifi 0000:00:14.3: 0x00000000 | branchlink2
[   37.284123] iwlwifi 0000:00:14.3: 0x00000000 | interruptlink1
[   37.284124] iwlwifi 0000:00:14.3: 0x00000000 | interruptlink2
[   37.284124] iwlwifi 0000:00:14.3: 0x00000000 | data1
[   37.284125] iwlwifi 0000:00:14.3: 0x00000000 | data2
[   37.284126] iwlwifi 0000:00:14.3: 0x00000000 | data3
[   37.284126] iwlwifi 0000:00:14.3: 0x00000000 | beacon time
[   37.284127] iwlwifi 0000:00:14.3: 0x00000000 | tsf low
[   37.284127] iwlwifi 0000:00:14.3: 0x00000000 | tsf hi
[   37.284128] iwlwifi 0000:00:14.3: 0x00000000 | time gp1
[   37.284129] iwlwifi 0000:00:14.3: 0x00000000 | time gp2
[   37.284129] iwlwifi 0000:00:14.3: 0x00000000 | uCode revision type
[   37.284130] iwlwifi 0000:00:14.3: 0x00000000 | uCode version major
[   37.284130] iwlwifi 0000:00:14.3: 0x00000000 | uCode version minor
[   37.284131] iwlwifi 0000:00:14.3: 0x00000000 | hw version
[   37.284131] iwlwifi 0000:00:14.3: 0x00000000 | board version
[   37.284132] iwlwifi 0000:00:14.3: 0x00000000 | hcmd
[   37.284132] iwlwifi 0000:00:14.3: 0x00000000 | isr0
[   37.284133] iwlwifi 0000:00:14.3: 0x00000000 | isr1
[   37.284133] iwlwifi 0000:00:14.3: 0x00000000 | isr2
[   37.284134] iwlwifi 0000:00:14.3: 0x00000000 | isr3
[   37.284135] iwlwifi 0000:00:14.3: 0x00000000 | isr4
[   37.284135] iwlwifi 0000:00:14.3: 0x00000000 | last cmd Id
[   37.284136] iwlwifi 0000:00:14.3: 0x00000000 | wait_event
[   37.284136] iwlwifi 0000:00:14.3: 0x00000000 | l2p_control
[   37.284137] iwlwifi 0000:00:14.3: 0x00000000 | l2p_duration
[   37.284137] iwlwifi 0000:00:14.3: 0x00000000 | l2p_mhvalid
[   37.284138] iwlwifi 0000:00:14.3: 0x00000000 | l2p_addr_match
[   37.284138] iwlwifi 0000:00:14.3: 0x00000000 | lmpm_pmg_sel
[   37.284139] iwlwifi 0000:00:14.3: 0x00000000 | timestamp
[   37.284139] iwlwifi 0000:00:14.3: 0x00000000 | flow_handler
[   37.284741] iwlwifi 0000:00:14.3: 0x00000000 | ADVANCED_SYSASSERT
[   37.284744] iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
[   37.284745] iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink2
[   37.284746] iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink1
[   37.284746] iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink2
[   37.284747] iwlwifi 0000:00:14.3: 0x00000000 | umac data1
[   37.284748] iwlwifi 0000:00:14.3: 0x00000000 | umac data2
[   37.284748] iwlwifi 0000:00:14.3: 0x00000000 | umac data3
[   37.284749] iwlwifi 0000:00:14.3: 0x00000000 | umac major
[   37.284749] iwlwifi 0000:00:14.3: 0x00000000 | umac minor
[   37.284750] iwlwifi 0000:00:14.3: 0x00000000 | frame pointer
[   37.284751] iwlwifi 0000:00:14.3: 0x00000000 | stack pointer
[   37.284751] iwlwifi 0000:00:14.3: 0x00000000 | last host cmd
[   37.284752] iwlwifi 0000:00:14.3: 0x00000000 | isr status reg
[   37.284999] iwlwifi 0000:00:14.3: IML/ROM dump:
[   37.285000] iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
[   37.285056] iwlwifi 0000:00:14.3: 0x0000826B | IML/ROM data1
[   37.285110] iwlwifi 0000:00:14.3: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0
[   37.285115] iwlwifi 0000:00:14.3: Fseq Registers:
[   37.285117] iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
[   37.285171] iwlwifi 0000:00:14.3: 0x003E0003 | FSEQ_TOP_INIT_VERSION
[   37.285173] iwlwifi 0000:00:14.3: 0x00190004 | FSEQ_CNVIO_INIT_VERSION
[   37.285175] iwlwifi 0000:00:14.3: 0x0000A652 | FSEQ_OTP_VERSION
[   37.285177] iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
[   37.285231] iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
[   37.285282] iwlwifi 0000:00:14.3: 0x00080400 | FSEQ_CNVI_ID
[   37.285284] iwlwifi 0000:00:14.3: 0x00400410 | FSEQ_CNVR_ID
[   37.285286] iwlwifi 0000:00:14.3: 0x00080400 | CNVI_AUX_MISC_CHIP
[   37.285291] iwlwifi 0000:00:14.3: 0x00400410 | CNVR_AUX_MISC_CHIP
[   37.285343] iwlwifi 0000:00:14.3: 0x00009061 | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[   37.287833] iwlwifi 0000:00:14.3: 0x00000061 | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[   37.287871] iwlwifi 0000:00:14.3: 0x00190004 | FSEQ_PREV_CNVIO_INIT_VERSION
[   37.287921] iwlwifi 0000:00:14.3: 0x003E0003 | FSEQ_WIFI_FSEQ_VERSION
[   37.287978] iwlwifi 0000:00:14.3: 0x003E0003 | FSEQ_BT_FSEQ_VERSION
[   37.287986] iwlwifi 0000:00:14.3: 0x000000C8 | FSEQ_CLASS_TP_VERSION
[   37.288081] iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x804ac43a
[   37.288083] iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0x4cf826
[   37.288094] iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
[   37.289317] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.29.2
[   37.289320] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[   37.292989] nvme nvme0: D3 entry latency set to 10 seconds
[   37.294931] nvme nvme0: 16/0/0 default/read/poll queues
[   37.303342] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[   37.303813] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[   37.303814] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[   37.304261] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[   37.305978] xhci_hcd 0000:00:0d.0: xHC error in resume, USBSTS 0x401, Reinit
[   37.305982] usb usb1: root hub lost power or was reset
[   37.305983] usb usb2: root hub lost power or was reset
[   37.594497] usb 3-4: reset high-speed USB device number 3 using xhci_hcd
[   38.024422] iwlwifi 0000:00:14.3: timeout waiting for FW reset ACK (inta_hw=0x80)
[   38.208670] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[   38.208711] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[   38.208719] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[   38.208728] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[   38.210089] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[   40.337676] iwlwifi 0000:00:14.3: Failed to start RT ucode: -110
[   40.337694] iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 13 fired (delay=0ms).
[   40.338968] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[   40.338968] iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 6
[   40.338969] iwlwifi 0000:00:14.3: Loaded firmware version: 89.6b44fa0b.0 so-a0-gf-a0-89.ucode
[   40.338970] iwlwifi 0000:00:14.3: 0x00000084 | NMI_INTERRUPT_UNKNOWN       
[   40.338971] iwlwifi 0000:00:14.3: 0x000002F0 | trm_hw_status0
[   40.338971] iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
[   40.338972] iwlwifi 0000:00:14.3: 0x004D9CBC | branchlink2
[   40.338973] iwlwifi 0000:00:14.3: 0x004CF826 | interruptlink1
[   40.338973] iwlwifi 0000:00:14.3: 0x004CF826 | interruptlink2
[   40.338973] iwlwifi 0000:00:14.3: 0x000155BE | data1
[   40.338974] iwlwifi 0000:00:14.3: 0x01000000 | data2
[   40.338974] iwlwifi 0000:00:14.3: 0x00000000 | data3
[   40.338975] iwlwifi 0000:00:14.3: 0x00000000 | beacon time
[   40.338975] iwlwifi 0000:00:14.3: 0x0021A924 | tsf low
[   40.338976] iwlwifi 0000:00:14.3: 0x00000000 | tsf hi
[   40.338976] iwlwifi 0000:00:14.3: 0x00000000 | time gp1
[   40.338977] iwlwifi 0000:00:14.3: 0x0022F4E3 | time gp2
[   40.338977] iwlwifi 0000:00:14.3: 0x00000001 | uCode revision type
[   40.338978] iwlwifi 0000:00:14.3: 0x00000059 | uCode version major
[   40.338978] iwlwifi 0000:00:14.3: 0x6B44FA0B | uCode version minor
[   40.338979] iwlwifi 0000:00:14.3: 0x00000370 | hw version
[   40.338979] iwlwifi 0000:00:14.3: 0x58480002 | board version
[   40.338979] iwlwifi 0000:00:14.3: 0x8003FC12 | hcmd
[   40.338980] iwlwifi 0000:00:14.3: 0x00020000 | isr0
[   40.338980] iwlwifi 0000:00:14.3: 0x00000000 | isr1
[   40.338981] iwlwifi 0000:00:14.3: 0x48F00002 | isr2
[   40.338981] iwlwifi 0000:00:14.3: 0x00C0000C | isr3
[   40.338982] iwlwifi 0000:00:14.3: 0x00000000 | isr4
[   40.338982] iwlwifi 0000:00:14.3: 0x00000000 | last cmd Id
[   40.338982] iwlwifi 0000:00:14.3: 0x000155BE | wait_event
[   40.338983] iwlwifi 0000:00:14.3: 0x00000000 | l2p_control
[   40.338983] iwlwifi 0000:00:14.3: 0x00000000 | l2p_duration
[   40.338984] iwlwifi 0000:00:14.3: 0x00000000 | l2p_mhvalid
[   40.338984] iwlwifi 0000:00:14.3: 0x00000000 | l2p_addr_match
[   40.338985] iwlwifi 0000:00:14.3: 0x0000000B | lmpm_pmg_sel
[   40.338985] iwlwifi 0000:00:14.3: 0x00000000 | timestamp
[   40.338985] iwlwifi 0000:00:14.3: 0x00000024 | flow_handler
[   40.339059] iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
[   40.339059] iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 7
[   40.339060] iwlwifi 0000:00:14.3: 0x20000066 | NMI_INTERRUPT_HOST
[   40.339060] iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
[   40.339061] iwlwifi 0000:00:14.3: 0x8048829A | umac branchlink2
[   40.339061] iwlwifi 0000:00:14.3: 0x804AC43A | umac interruptlink1
[   40.339062] iwlwifi 0000:00:14.3: 0x804AC43A | umac interruptlink2
[   40.339062] iwlwifi 0000:00:14.3: 0x01000000 | umac data1
[   40.339062] iwlwifi 0000:00:14.3: 0x804AC43A | umac data2
[   40.339063] iwlwifi 0000:00:14.3: 0x00000000 | umac data3
[   40.339063] iwlwifi 0000:00:14.3: 0x00000059 | umac major
[   40.339064] iwlwifi 0000:00:14.3: 0x6B44FA0B | umac minor
[   40.339064] iwlwifi 0000:00:14.3: 0x0022F4E1 | frame pointer
[   40.339065] iwlwifi 0000:00:14.3: 0xC0886258 | stack pointer
[   40.339065] iwlwifi 0000:00:14.3: 0x00000000 | last host cmd
[   40.339065] iwlwifi 0000:00:14.3: 0x00000400 | isr status reg
[   40.339123] iwlwifi 0000:00:14.3: IML/ROM dump:
[   40.339123] iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
[   40.339132] iwlwifi 0000:00:14.3: 0x000083EE | IML/ROM data1
[   40.339140] iwlwifi 0000:00:14.3: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0
[   40.339145] iwlwifi 0000:00:14.3: Fseq Registers:
[   40.339147] iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
[   40.339150] iwlwifi 0000:00:14.3: 0x803E0003 | FSEQ_TOP_INIT_VERSION
[   40.339152] iwlwifi 0000:00:14.3: 0x00190004 | FSEQ_CNVIO_INIT_VERSION
[   40.339154] iwlwifi 0000:00:14.3: 0x0000A652 | FSEQ_OTP_VERSION
[   40.339156] iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
[   40.339159] iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
[   40.339161] iwlwifi 0000:00:14.3: 0x00080400 | FSEQ_CNVI_ID
[   40.339163] iwlwifi 0000:00:14.3: 0x00400410 | FSEQ_CNVR_ID
[   40.339166] iwlwifi 0000:00:14.3: 0x00080400 | CNVI_AUX_MISC_CHIP
[   40.339173] iwlwifi 0000:00:14.3: 0x00400410 | CNVR_AUX_MISC_CHIP
[   40.339226] iwlwifi 0000:00:14.3: 0x00009061 | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[   40.339276] iwlwifi 0000:00:14.3: 0x00000061 | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[   40.339323] iwlwifi 0000:00:14.3: 0x00190004 | FSEQ_PREV_CNVIO_INIT_VERSION
[   40.339376] iwlwifi 0000:00:14.3: 0x003E0003 | FSEQ_WIFI_FSEQ_VERSION
[   40.339428] iwlwifi 0000:00:14.3: 0x003E0003 | FSEQ_BT_FSEQ_VERSION
[   40.339477] iwlwifi 0000:00:14.3: 0x000000C8 | FSEQ_CLASS_TP_VERSION
[   40.339532] iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x804abef8
[   40.339534] iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
[   40.339537] iwlwifi 0000:00:14.3: Starting mac, retry will be triggered anyway
[   40.792611] ------------[ cut here ]------------
[   40.792613] Hardware became unavailable upon resume. This could be a software issue prior to suspend or a hardware issue.
[   40.792651] WARNING: CPU: 7 PID: 2303 at net/mac80211/util.c:1826 ieee80211_reconfig+0xa0/0x15e0 [mac80211]
[   40.792696] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq rfcomm snd_seq_device nft_masq nft_ct nft_reject_ipv4 nf_reject_ipv4 nft_reject nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables libcrc32c bridge stp llc ccm algif_aead crypto_null des3_ede_x86_64 cbc des_generic libdes algif_skcipher cmac md4 algif_hash af_alg bnep vfat fat snd_ctl_led snd_soc_skl_hda_dsp snd_soc_hdac_hdmi snd_soc_intel_hda_dsp_common snd_sof_probes btusb btrtl btintel btbcm btmtk bluetooth snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component snd_soc_dmic snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl uvcvideo snd_sof_intel_hda_generic videobuf2_vmalloc soundwire_intel intel_uncore_frequency uvc intel_uncore_frequency_common videobuf2_memops soundwire_cadence intel_tcc_cooling videobuf2_v4l2 snd_sof_intel_hda_common videodev snd_sof_intel_hda_mlink x86_pkg_temp_thermal snd_sof_intel_hda intel_powerclamp videobuf2_common snd_sof_pci mc coretemp snd_sof_xtensa_dsp snd_sof kvm_intel
[   40.792716]  joydev snd_sof_utils mousedev snd_soc_hdac_hda snd_soc_acpi_intel_match soundwire_generic_allocation kvm snd_soc_acpi soundwire_bus snd_soc_avs crct10dif_pclmul crc32_pclmul snd_soc_hda_codec polyval_clmulni snd_hda_ext_core polyval_generic ghash_clmulni_intel snd_soc_core sha512_ssse3 sha256_ssse3 sha1_ssse3 snd_compress ac97_bus aesni_intel snd_pcm_dmaengine gf128mul snd_hda_intel crypto_simd cryptd snd_intel_dspcfg processor_thermal_device_pci rapl snd_intel_sdw_acpi processor_thermal_device hid_multitouch snd_hda_codec processor_thermal_wt_hint hid_generic iTCO_wdt snd_hda_core processor_thermal_rfim intel_pmc_bxt intel_cstate processor_thermal_rapl mei_hdcp intel_rapl_msr ee1004 mei_pxp iTCO_vendor_support spi_nor think_lmi snd_hwdep intel_rapl_common intel_uncore psmouse pcspkr firmware_attributes_class wmi_bmof ucsi_acpi mtd i2c_i801 intel_lpss_pci processor_thermal_wt_req snd_pcm e1000e typec_ucsi mei_me i2c_smbus intel_lpss thunderbolt processor_thermal_power_floor typec mei i2c_mux snd_timer
[   40.792735]  idma64 processor_thermal_mbox roles igen6_edac intel_pmc_core i2c_hid_acpi int3403_thermal i2c_hid int340x_thermal_zone intel_vsec pmt_telemetry int3400_thermal pinctrl_tigerlake pmt_class acpi_thermal_rel acpi_pad acpi_tad intel_hid mac_hid pkcs8_key_parser i2c_dev sg crypto_user loop dm_mod nfnetlink zram ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd nvme libps2 vivaldi_fmap nvme_core spi_intel_pci crc32c_intel xhci_pci spi_intel xhci_pci_renesas nvme_auth i8042 serio thinkpad_acpi sparse_keymap platform_profile snd soundcore iwlmvm ptp pps_core mac80211 libarc4 iwlwifi cfg80211 rfkill xe drm_ttm_helper gpu_sched drm_suballoc_helper drm_gpuvm drm_exec i915 i2c_algo_bit drm_buddy video wmi ttm intel_gtt drm_display_helper cec
[   40.792755] CPU: 7 UID: 0 PID: 2303 Comm: kworker/u64:49 Not tainted 6.11.1-arch1-1 #1 5d189185854f2d35e5fd15c112844f59d15980c4
[   40.792757] Hardware name: LENOVO 21AH0082SC/21AH0082SC, BIOS N3MET21W (1.20 ) 07/11/2024
[   40.792758] Workqueue: async async_run_entry_fn
[   40.792762] RIP: 0010:ieee80211_reconfig+0xa0/0x15e0 [mac80211]
[   40.792791] Code: 03 00 00 41 c6 87 ad 05 00 00 00 4c 89 ff e8 a7 7e fb ff 41 89 c4 85 c0 0f 84 16 03 00 00 48 c7 c7 90 d3 1b c1 e8 30 a1 5f d5 <0f> 0b eb 31 84 c0 0f 85 aa 01 00 00 41 c6 87 ad 05 00 00 00 4c 89
[   40.792791] RSP: 0000:ffffab8907ccfcd0 EFLAGS: 00010282
[   40.792793] RAX: 0000000000000000 RBX: ffff903350400538 RCX: 0000000000000027
[   40.792793] RDX: ffff903a7f3a1a48 RSI: 0000000000000001 RDI: ffff903a7f3a1a40
[   40.792794] RBP: ffff9033504003c0 R08: 0000000000000000 R09: ffffab8907ccfa98
[   40.792794] R10: ffffffff986b3fe8 R11: 0000000000000003 R12: 00000000ffffff92
[   40.792795] R13: 0000000000000010 R14: 0000000000000000 R15: ffff903350400900
[   40.792796] FS:  0000000000000000(0000) GS:ffff903a7f380000(0000) knlGS:0000000000000000
[   40.792796] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   40.792797] CR2: 0000000000000000 CR3: 00000005b1222000 CR4: 0000000000f50ef0
[   40.792798] PKRU: 55555554
[   40.792798] Call Trace:
[   40.792800]  <TASK>
[   40.792800]  ? ieee80211_reconfig+0xa0/0x15e0 [mac80211 ba1a69ee025e4375d40abf8d3a67db59ec6dff34]
[   40.792828]  ? __warn.cold+0x8e/0xe8
[   40.792830]  ? ieee80211_reconfig+0xa0/0x15e0 [mac80211 ba1a69ee025e4375d40abf8d3a67db59ec6dff34]
[   40.792859]  ? report_bug+0xff/0x140
[   40.792861]  ? handle_bug+0x3c/0x80
[   40.792862]  ? exc_invalid_op+0x17/0x70
[   40.792863]  ? asm_exc_invalid_op+0x1a/0x20
[   40.792865]  ? ieee80211_reconfig+0xa0/0x15e0 [mac80211 ba1a69ee025e4375d40abf8d3a67db59ec6dff34]
[   40.792890]  ? select_task_rq_fair+0x7f8/0x1da0
[   40.792893]  ? __slab_free+0xdf/0x2f0
[   40.792895]  wiphy_resume+0x82/0x1b0 [cfg80211 e8901d63ed2f01029c4200262e24340d0cffd284]
[   40.792923]  ? __pfx_wiphy_resume+0x10/0x10 [cfg80211 e8901d63ed2f01029c4200262e24340d0cffd284]
[   40.792938]  dpm_run_callback+0x47/0x150
[   40.792941]  device_resume+0xb0/0x280
[   40.792943]  async_resume+0x1d/0x30
[   40.792944]  async_run_entry_fn+0x31/0x140
[   40.792946]  process_one_work+0x17b/0x330
[   40.792948]  worker_thread+0x2ce/0x3f0
[   40.792949]  ? __pfx_worker_thread+0x10/0x10
[   40.792951]  kthread+0xcf/0x100
[   40.792952]  ? __pfx_kthread+0x10/0x10
[   40.792954]  ret_from_fork+0x31/0x50
[   40.792955]  ? __pfx_kthread+0x10/0x10
[   40.792956]  ret_from_fork_asm+0x1a/0x30
[   40.792958]  </TASK>
[   40.792959] ---[ end trace 0000000000000000 ]---
[   40.793231] ------------[ cut here ]------------
[   40.793232] WARNING: CPU: 7 PID: 2303 at net/mac80211/driver-ops.c:41 drv_stop+0xfd/0x110 [mac80211]
[   40.793254] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq rfcomm snd_seq_device nft_masq nft_ct nft_reject_ipv4 nf_reject_ipv4 nft_reject nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables libcrc32c bridge stp llc ccm algif_aead crypto_null des3_ede_x86_64 cbc des_generic libdes algif_skcipher cmac md4 algif_hash af_alg bnep vfat fat snd_ctl_led snd_soc_skl_hda_dsp snd_soc_hdac_hdmi snd_soc_intel_hda_dsp_common snd_sof_probes btusb btrtl btintel btbcm btmtk bluetooth snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component snd_soc_dmic snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl uvcvideo snd_sof_intel_hda_generic videobuf2_vmalloc soundwire_intel intel_uncore_frequency uvc intel_uncore_frequency_common videobuf2_memops soundwire_cadence intel_tcc_cooling videobuf2_v4l2 snd_sof_intel_hda_common videodev snd_sof_intel_hda_mlink x86_pkg_temp_thermal snd_sof_intel_hda intel_powerclamp videobuf2_common snd_sof_pci mc coretemp snd_sof_xtensa_dsp snd_sof kvm_intel
[   40.793268]  joydev snd_sof_utils mousedev snd_soc_hdac_hda snd_soc_acpi_intel_match soundwire_generic_allocation kvm snd_soc_acpi soundwire_bus snd_soc_avs crct10dif_pclmul crc32_pclmul snd_soc_hda_codec polyval_clmulni snd_hda_ext_core polyval_generic ghash_clmulni_intel snd_soc_core sha512_ssse3 sha256_ssse3 sha1_ssse3 snd_compress ac97_bus aesni_intel snd_pcm_dmaengine gf128mul snd_hda_intel crypto_simd cryptd snd_intel_dspcfg processor_thermal_device_pci rapl snd_intel_sdw_acpi processor_thermal_device hid_multitouch snd_hda_codec processor_thermal_wt_hint hid_generic iTCO_wdt snd_hda_core processor_thermal_rfim intel_pmc_bxt intel_cstate processor_thermal_rapl mei_hdcp intel_rapl_msr ee1004 mei_pxp iTCO_vendor_support spi_nor think_lmi snd_hwdep intel_rapl_common intel_uncore psmouse pcspkr firmware_attributes_class wmi_bmof ucsi_acpi mtd i2c_i801 intel_lpss_pci processor_thermal_wt_req snd_pcm e1000e typec_ucsi mei_me i2c_smbus intel_lpss thunderbolt processor_thermal_power_floor typec mei i2c_mux snd_timer
[   40.793285]  idma64 processor_thermal_mbox roles igen6_edac intel_pmc_core i2c_hid_acpi int3403_thermal i2c_hid int340x_thermal_zone intel_vsec pmt_telemetry int3400_thermal pinctrl_tigerlake pmt_class acpi_thermal_rel acpi_pad acpi_tad intel_hid mac_hid pkcs8_key_parser i2c_dev sg crypto_user loop dm_mod nfnetlink zram ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd nvme libps2 vivaldi_fmap nvme_core spi_intel_pci crc32c_intel xhci_pci spi_intel xhci_pci_renesas nvme_auth i8042 serio thinkpad_acpi sparse_keymap platform_profile snd soundcore iwlmvm ptp pps_core mac80211 libarc4 iwlwifi cfg80211 rfkill xe drm_ttm_helper gpu_sched drm_suballoc_helper drm_gpuvm drm_exec i915 i2c_algo_bit drm_buddy video wmi ttm intel_gtt drm_display_helper cec
[   40.793299] CPU: 7 UID: 0 PID: 2303 Comm: kworker/u64:49 Tainted: G        W          6.11.1-arch1-1 #1 5d189185854f2d35e5fd15c112844f59d15980c4
[   40.793301] Tainted: [W]=WARN
[   40.793302] Hardware name: LENOVO 21AH0082SC/21AH0082SC, BIOS N3MET21W (1.20 ) 07/11/2024
[   40.793302] Workqueue: async async_run_entry_fn
[   40.793304] RIP: 0010:drv_stop+0xfd/0x110 [mac80211]
[   40.793322] Code: 48 85 c0 74 0e 48 8b 78 08 89 ea 48 89 de e8 3a 3f 05 00 65 ff 0d 3b 8d fb 3e 0f 85 38 ff ff ff e8 18 db 58 d5 e9 2e ff ff ff <0f> 0b 5b 5d c3 cc cc cc cc 66 2e 0f 1f 84 00 00 00 00 00 90 90 90
[   40.793323] RSP: 0000:ffffab8907ccfcd0 EFLAGS: 00010246
[   40.793324] RAX: 0000000000000000 RBX: ffff903350400900 RCX: 0000000000000000
[   40.793325] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff903350400900
[   40.793325] RBP: 0000000000000000 R08: ffffffff986ce598 R09: ffff9033415d37e8
[   40.793326] R10: 0000000000000007 R11: 0000000000000001 R12: ffff9033504011f8
[   40.793326] R13: ffff903350400e10 R14: 0000000000000000 R15: ffff9033415d3350
[   40.793327] FS:  0000000000000000(0000) GS:ffff903a7f380000(0000) knlGS:0000000000000000
[   40.793328] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   40.793328] CR2: 0000000000000000 CR3: 00000005b1222000 CR4: 0000000000f50ef0
[   40.793329] PKRU: 55555554
[   40.793329] Call Trace:
[   40.793330]  <TASK>
[   40.793330]  ? drv_stop+0xfd/0x110 [mac80211 ba1a69ee025e4375d40abf8d3a67db59ec6dff34]
[   40.793348]  ? __warn.cold+0x8e/0xe8
[   40.793349]  ? drv_stop+0xfd/0x110 [mac80211 ba1a69ee025e4375d40abf8d3a67db59ec6dff34]
[   40.793366]  ? report_bug+0xff/0x140
[   40.793368]  ? handle_bug+0x3c/0x80
[   40.793369]  ? exc_invalid_op+0x17/0x70
[   40.793370]  ? asm_exc_invalid_op+0x1a/0x20
[   40.793371]  ? drv_stop+0xfd/0x110 [mac80211 ba1a69ee025e4375d40abf8d3a67db59ec6dff34]
[   40.793388]  ieee80211_do_stop+0x5a8/0x880 [mac80211 ba1a69ee025e4375d40abf8d3a67db59ec6dff34]
[   40.793413]  cfg80211_stop_p2p_device+0x53/0x150 [cfg80211 e8901d63ed2f01029c4200262e24340d0cffd284]
[   40.793430]  cfg80211_shutdown_all_interfaces+0xae/0xf0 [cfg80211 e8901d63ed2f01029c4200262e24340d0cffd284]
[   40.793445]  wiphy_resume+0xc1/0x1b0 [cfg80211 e8901d63ed2f01029c4200262e24340d0cffd284]
[   40.793460]  ? __pfx_wiphy_resume+0x10/0x10 [cfg80211 e8901d63ed2f01029c4200262e24340d0cffd284]
[   40.793476]  dpm_run_callback+0x47/0x150
[   40.793478]  device_resume+0xb0/0x280
[   40.793479]  async_resume+0x1d/0x30
[   40.793481]  async_run_entry_fn+0x31/0x140
[   40.793482]  process_one_work+0x17b/0x330
[   40.793484]  worker_thread+0x2ce/0x3f0
[   40.793485]  ? __pfx_worker_thread+0x10/0x10
[   40.793486]  kthread+0xcf/0x100
[   40.793488]  ? __pfx_kthread+0x10/0x10
[   40.793489]  ret_from_fork+0x31/0x50
[   40.793490]  ? __pfx_kthread+0x10/0x10
[   40.793492]  ret_from_fork_asm+0x1a/0x30
[   40.793493]  </TASK>
[   40.793494] ---[ end trace 0000000000000000 ]---
[   40.793497] ieee80211 phy0: PM: dpm_run_callback(): wiphy_resume [cfg80211] returns -110
[   40.793514] ieee80211 phy0: PM: failed to resume async: error -110
[   40.809093] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[   40.809750] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[   40.810493] OOM killer enabled.
[   40.810494] Restarting tasks ... 
[   40.810679] usb 3-3: USB disconnect, device number 2
[   40.811098] done.
[   40.811104] random: crng reseeded on system resumption
[   40.934385] usb 3-3: new full-speed USB device number 6 using xhci_hcd
[   41.034309] PM: suspend exit
[   41.076387] usb 3-3: New USB device found, idVendor=06cb, idProduct=00f9, bcdDevice= 0.00
[   41.076393] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[   41.076394] usb 3-3: SerialNumber: 3e8e60d74110
[   41.078312] usb 3-8: USB disconnect, device number 4
[   41.123345] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Down
[   41.200967] usb 3-8: new full-speed USB device number 7 using xhci_hcd
[   41.410387] ------------[ cut here ]------------
[   41.410390] Timeout waiting for hardware access (CSR_GP_CNTRL 0x0c040008)
[   41.410440] WARNING: CPU: 7 PID: 639 at drivers/net/wireless/intel/iwlwifi/pcie/trans.c:2245 __iwl_trans_pcie_grab_nic_access+0x139/0x140 [iwlwifi]
[   41.410458] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq rfcomm snd_seq_device nft_masq nft_ct nft_reject_ipv4 nf_reject_ipv4 nft_reject nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables libcrc32c bridge stp llc ccm algif_aead crypto_null des3_ede_x86_64 cbc des_generic libdes algif_skcipher cmac md4 algif_hash af_alg bnep vfat fat snd_ctl_led snd_soc_skl_hda_dsp snd_soc_hdac_hdmi snd_soc_intel_hda_dsp_common snd_sof_probes btusb btrtl btintel btbcm btmtk bluetooth snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component snd_soc_dmic snd_sof_pci_intel_tgl snd_sof_pci_intel_cnl uvcvideo snd_sof_intel_hda_generic videobuf2_vmalloc soundwire_intel intel_uncore_frequency uvc intel_uncore_frequency_common videobuf2_memops soundwire_cadence intel_tcc_cooling videobuf2_v4l2 snd_sof_intel_hda_common videodev snd_sof_intel_hda_mlink x86_pkg_temp_thermal snd_sof_intel_hda intel_powerclamp videobuf2_common snd_sof_pci mc coretemp snd_sof_xtensa_dsp snd_sof kvm_intel
[   41.410481]  joydev snd_sof_utils mousedev snd_soc_hdac_hda snd_soc_acpi_intel_match soundwire_generic_allocation kvm snd_soc_acpi soundwire_bus snd_soc_avs crct10dif_pclmul crc32_pclmul snd_soc_hda_codec polyval_clmulni snd_hda_ext_core polyval_generic ghash_clmulni_intel snd_soc_core sha512_ssse3 sha256_ssse3 sha1_ssse3 snd_compress ac97_bus aesni_intel snd_pcm_dmaengine gf128mul snd_hda_intel crypto_simd cryptd snd_intel_dspcfg processor_thermal_device_pci rapl snd_intel_sdw_acpi processor_thermal_device hid_multitouch snd_hda_codec processor_thermal_wt_hint hid_generic iTCO_wdt snd_hda_core processor_thermal_rfim intel_pmc_bxt intel_cstate processor_thermal_rapl mei_hdcp intel_rapl_msr ee1004 mei_pxp iTCO_vendor_support spi_nor think_lmi snd_hwdep intel_rapl_common intel_uncore psmouse pcspkr firmware_attributes_class wmi_bmof ucsi_acpi mtd i2c_i801 intel_lpss_pci processor_thermal_wt_req snd_pcm e1000e typec_ucsi mei_me i2c_smbus intel_lpss thunderbolt processor_thermal_power_floor typec mei i2c_mux snd_timer
[   41.410505]  idma64 processor_thermal_mbox roles igen6_edac intel_pmc_core i2c_hid_acpi int3403_thermal i2c_hid int340x_thermal_zone intel_vsec pmt_telemetry int3400_thermal pinctrl_tigerlake pmt_class acpi_thermal_rel acpi_pad acpi_tad intel_hid mac_hid pkcs8_key_parser i2c_dev sg crypto_user loop dm_mod nfnetlink zram ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd nvme libps2 vivaldi_fmap nvme_core spi_intel_pci crc32c_intel xhci_pci spi_intel xhci_pci_renesas nvme_auth i8042 serio thinkpad_acpi sparse_keymap platform_profile snd soundcore iwlmvm ptp pps_core mac80211 libarc4 iwlwifi cfg80211 rfkill xe drm_ttm_helper gpu_sched drm_suballoc_helper drm_gpuvm drm_exec i915 i2c_algo_bit drm_buddy video wmi ttm intel_gtt drm_display_helper cec
[   41.410528] CPU: 7 UID: 0 PID: 639 Comm: NetworkManager Tainted: G        W          6.11.1-arch1-1 #1 5d189185854f2d35e5fd15c112844f59d15980c4
[   41.410531] Tainted: [W]=WARN
[   41.410532] Hardware name: LENOVO 21AH0082SC/21AH0082SC, BIOS N3MET21W (1.20 ) 07/11/2024
[   41.410533] RIP: 0010:__iwl_trans_pcie_grab_nic_access+0x139/0x140 [iwlwifi]
[   41.410543] Code: e8 fc d0 65 d6 31 c0 eb 88 31 f6 48 89 df e8 de fd ff ff eb e8 89 c6 48 c7 c7 a8 bd 05 c1 c6 05 b0 3b 02 00 01 e8 47 25 8a d5 <0f> 0b eb a7 0f 1f 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90
[   41.410544] RSP: 0018:ffffab890214f2a0 EFLAGS: 00010282
[   41.410545] RAX: 0000000000000000 RBX: ffff903349234028 RCX: 0000000000000027
[   41.410546] RDX: ffff903a7f3a1a48 RSI: 0000000000000001 RDI: ffff903a7f3a1a40
[   41.410547] RBP: 000000000c040008 R08: 0000000000000000 R09: ffffab890214f120
[   41.410548] R10: ffffffff986b3fe8 R11: 0000000000000003 R12: ffff903349235c14
[   41.410548] R13: 0000000000000001 R14: 0000000000000011 R15: 0000000000000001
[   41.410549] FS:  00007aaa0eb10240(0000) GS:ffff903a7f380000(0000) knlGS:0000000000000000
[   41.410550] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   41.410550] CR2: 00007ec86b87206c CR3: 0000000116352000 CR4: 0000000000f50ef0
[   41.410551] PKRU: 55555554
[   41.410552] Call Trace:
[   41.410554]  <TASK>
[   41.410555]  ? __iwl_trans_pcie_grab_nic_access+0x139/0x140 [iwlwifi ab85e5d2b9f19c81c70824f9a6bdc2da74d41d99]
[   41.410564]  ? __warn.cold+0x8e/0xe8
[   41.410566]  ? __iwl_trans_pcie_grab_nic_access+0x139/0x140 [iwlwifi ab85e5d2b9f19c81c70824f9a6bdc2da74d41d99]
[   41.410576]  ? report_bug+0xff/0x140
[   41.410578]  ? handle_bug+0x3c/0x80
[   41.410580]  ? exc_invalid_op+0x17/0x70
[   41.410581]  ? asm_exc_invalid_op+0x1a/0x20
[   41.410582]  ? __iwl_trans_pcie_grab_nic_access+0x139/0x140 [iwlwifi ab85e5d2b9f19c81c70824f9a6bdc2da74d41d99]
[   41.410591]  iwl_trans_pcie_grab_nic_access+0x1a/0x40 [iwlwifi ab85e5d2b9f19c81c70824f9a6bdc2da74d41d99]
[   41.410600]  iwl_trans_pcie_read_mem+0x49/0x130 [iwlwifi ab85e5d2b9f19c81c70824f9a6bdc2da74d41d99]
[   41.410611]  iwl_mvm_check_rt_status+0xa1/0x130 [iwlmvm 3653481b256ec99c46ec7ae48aa7f609e521e644]
[   41.410626]  iwl_mvm_fast_resume+0x98/0x13d [iwlmvm 3653481b256ec99c46ec7ae48aa7f609e521e644]
[   41.410633]  __iwl_mvm_mac_start+0xd8/0x2a0 [iwlmvm 3653481b256ec99c46ec7ae48aa7f609e521e644]
[   41.410644]  iwl_mvm_mac_start+0x3d/0xb0 [iwlmvm 3653481b256ec99c46ec7ae48aa7f609e521e644]
[   41.410655]  drv_start+0x3f/0x100 [mac80211 ba1a69ee025e4375d40abf8d3a67db59ec6dff34]
[   41.410712]  ieee80211_do_open+0x2e2/0x7d0 [mac80211 ba1a69ee025e4375d40abf8d3a67db59ec6dff34]
[   41.410736]  ieee80211_open+0x8a/0x90 [mac80211 ba1a69ee025e4375d40abf8d3a67db59ec6dff34]
[   41.410759]  __dev_open+0xf8/0x1b0
[   41.410762]  __dev_change_flags+0x1e4/0x230
[   41.410763]  dev_change_flags+0x26/0x70
[   41.410764]  do_setlink+0x36c/0x1210
[   41.410766]  ? kmalloc_reserve+0x64/0x100
[   41.410767]  ? security_sock_rcv_skb+0x35/0x50
[   41.410769]  ? __nla_validate_parse+0x5f/0xca0
[   41.410771]  ? skb_queue_tail+0x1f/0x50
[   41.410772]  ? sock_def_readable+0x14/0xc0
[   41.410773]  ? __netlink_sendskb+0x65/0x90
[   41.410775]  __rtnl_newlink+0x564/0xa50
[   41.410777]  rtnl_newlink+0x47/0x70
[   41.410778]  rtnetlink_rcv_msg+0x142/0x3f0
[   41.410779]  ? setattr_prepare+0x7d/0x290
[   41.410781]  ? __pfx_rtnetlink_rcv_msg+0x10/0x10
[   41.410782]  netlink_rcv_skb+0x50/0x100
[   41.410784]  netlink_unicast+0x242/0x390
[   41.410786]  netlink_sendmsg+0x21b/0x470
[   41.410787]  ____sys_sendmsg+0x39d/0x3d0
[   41.410789]  ___sys_sendmsg+0x9a/0xe0
[   41.410792]  __sys_sendmsg+0xcc/0x100
[   41.410794]  do_syscall_64+0x82/0x190
[   41.410796]  ? do_sys_openat2+0x9c/0xe0
[   41.410799]  ? syscall_exit_to_user_mode+0x10/0x200
[   41.410800]  ? __memcg_slab_free_hook+0xf7/0x140
[   41.410802]  ? __x64_sys_close+0x3c/0x80
[   41.410803]  ? kmem_cache_free+0x3d5/0x400
[   41.410805]  ? syscall_exit_to_user_mode+0x10/0x200
[   41.410805]  ? do_syscall_64+0x8e/0x190
[   41.410807]  ? syscall_exit_to_user_mode+0x10/0x200
[   41.410808]  ? do_syscall_64+0x8e/0x190
[   41.410809]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[   41.410810] RIP: 0033:0x7aaa0f86d82b
[   41.410841] Code: 48 89 e5 48 83 ec 20 89 55 ec 48 89 75 f0 89 7d f8 e8 a9 4a f7 ff 8b 55 ec 48 8b 75 f0 41 89 c0 8b 7d f8 b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 2d 44 89 c7 48 89 45 f8 e8 01 4b f7 ff 48 8b
[   41.410842] RSP: 002b:00007ffefd3bf7a0 EFLAGS: 00000293 ORIG_RAX: 000000000000002e
[   41.410843] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007aaa0f86d82b
[   41.410843] RDX: 0000000000000000 RSI: 00007ffefd3bf7e0 RDI: 000000000000000d
[   41.410844] RBP: 00007ffefd3bf7c0 R08: 0000000000000000 R09: 0000000000000000
[   41.410844] R10: 0000000000000000 R11: 0000000000000293 R12: 000060b87076a260
[   41.410845] R13: 0000000000000096 R14: 00007ffefd3bf97c R15: 0000000000000000
[   41.410846]  </TASK>
[   41.410846] ---[ end trace 0000000000000000 ]---
[   41.410849] iwlwifi 0000:00:14.3: iwlwifi transaction failed, dumping registers
[   41.410850] iwlwifi 0000:00:14.3: iwlwifi device config registers:
[   41.411017] iwlwifi 0000:00:14.3: 00000000: 51f08086 00100406 02800001 00800000 3d1cc004 00000060 00000000 00000000
[   41.411018] iwlwifi 0000:00:14.3: 00000020: 00000000 00000000 00000000 00908086 00000000 000000c8 00000000 000001ff
[   41.411019] iwlwifi 0000:00:14.3: 00000040: 00928010 10000ec0 00100c10 00000000 00000000 00000000 00000000 00000000
[   41.411020] iwlwifi 0000:00:14.3: 00000060: 00000000 00080812 00000405 00000000 00000000 00000000 00000000 00000000
[   41.411021] iwlwifi 0000:00:14.3: 00000080: 800f0011 00002000 00003000 00000000 00000000 00000000 00000000 00000000
[   41.411021] iwlwifi 0000:00:14.3: 000000a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   41.411022] iwlwifi 0000:00:14.3: 000000c0: 00000000 00000000 c823d001 0d000008 00804005 00000000 00000000 00000000
[   41.411023] iwlwifi 0000:00:14.3: 000000e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   41.411023] iwlwifi 0000:00:14.3: 00000100: 16410018 00000000 00000000 00462031 00000000 00002000 00000000 00000000
[   41.411024] iwlwifi 0000:00:14.3: 00000120: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   41.411025] iwlwifi 0000:00:14.3: 00000140: 14c00000 ff000000 000000ff 00000000 00000000 0001001e 00481e1f 00000000
[   41.411025] iwlwifi 0000:00:14.3: iwlwifi device memory mapped registers:
[   41.411126] iwlwifi 0000:00:14.3: 00000000: 58480000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   41.411126] iwlwifi 0000:00:14.3: 00000020: 00000011 0c040008 00000370 d55555d5 d55555d5 d55555d5 80008040 041f0042
[   41.502986] iwlwifi 0000:00:14.3: Device was reset during suspend
[   41.502987] iwlwifi 0000:00:14.3: Couldn't get the d3 notif -2
[   41.505103] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0xA5A525A2.
[   41.516063] usb 3-8: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
[   41.516067] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   41.516068] usb 3-8: Product: EMV Smartcard Reader
[   41.516069] usb 3-8: Manufacturer: Generic
[   41.668488] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[   41.668548] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[   41.668556] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
[   41.668565] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[   41.669813] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[   42.252017] wlan0: authenticate with 62:22:32:1e:60:f6 (local address=a0:29:42:5c:c6:a5)
[   42.253651] wlan0: send auth to 62:22:32:1e:60:f6 (try 1/3)
[   43.152791] iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
[   43.152933] wlan0: Connection to AP 62:22:32:1e:60:f6 lost
[   43.508960] wlan0: send auth to 62:22:32:1e:60:f6 (try 2/3)
[   44.407842] iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
[   44.407977] wlan0: Connection to AP 62:22:32:1e:60:f6 lost
[   44.499501] wlan0: send auth to 62:22:32:1e:60:f6 (try 3/3)
[   45.398328] iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
[   45.398476] wlan0: Connection to AP 62:22:32:1e:60:f6 lost
[   45.510890] wlan0: authentication with 62:22:32:1e:60:f6 timed out
[   50.782741] wlan0: authenticate with 60:22:32:5e:60:f5 (local address=a0:29:42:5c:c6:a5)
[   50.783834] wlan0: send auth to 60:22:32:5e:60:f5 (try 1/3)
[   51.511909] wlan0: send auth to 60:22:32:5e:60:f5 (try 2/3)
[   52.410849] iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
[   52.410992] wlan0: Connection to AP 60:22:32:5e:60:f5 lost
[   52.498903] wlan0: send auth to 60:22:32:5e:60:f5 (try 3/3)
[   53.397826] iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
[   53.397970] wlan0: Connection to AP 60:22:32:5e:60:f5 lost
[   53.510872] wlan0: authentication with 60:22:32:5e:60:f5 timed out
[   53.551947] wlan0: authenticate with 62:22:32:1e:55:da (local address=a0:29:42:5c:c6:a5)
[   53.553164] wlan0: send auth to 62:22:32:1e:55:da (try 1/3)
[   54.418689] wlan0: send auth to 62:22:32:1e:55:da (try 2/3)
[   55.317493] iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
[   55.317542] wlan0: Connection to AP 62:22:32:1e:55:da lost
[   55.512198] wlan0: send auth to 62:22:32:1e:55:da (try 3/3)
[   56.410870] iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
[   56.410976] wlan0: Connection to AP 62:22:32:1e:55:da lost
[   56.513011] wlan0: authentication with 62:22:32:1e:55:da timed out
[   60.367734] wlan0: authenticate with 60:22:32:5e:55:d9 (local address=a0:29:42:5c:c6:a5)
[   60.369229] wlan0: send auth to 60:22:32:5e:55:d9 (try 1/3)
[   61.268103] iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
[   61.268239] wlan0: Connection to AP 60:22:32:5e:55:d9 lost
[   61.458841] wlan0: send auth to 60:22:32:5e:55:d9 (try 2/3)
[   62.357479] iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
[   62.357616] wlan0: Connection to AP 60:22:32:5e:55:d9 lost
[   62.471587] wlan0: send auth to 60:22:32:5e:55:d9 (try 3/3)
[   63.370179] iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
[   63.370359] wlan0: Connection to AP 60:22:32:5e:55:d9 lost
[   63.510649] wlan0: authentication with 60:22:32:5e:55:d9 timed out

Offline

#12 2024-10-23 07:35:06

msax
Member
Registered: 2024-10-22
Posts: 8

Re: Intel AX211 issues found on kernel 6.11.4

Interestingly enough, I cannot reproduce Bluetooth dropout anymore on 6.11.4 even with the udev rule removed. roll

Offline

#13 2024-10-24 15:10:33

msax
Member
Registered: 2024-10-22
Posts: 8

Re: Intel AX211 issues found on kernel 6.11.4

The wifi issue remains the same on 6.11.5-arch1-1.

Offline

Board footer

Powered by FluxBB