Hello So I received a new notebook recently, this is a Lenovo P14s that has a Mediatek 7961 network controller inside. ----- 03:00.0 Network controller: MEDIATEK Corp. Device 7961 Subsystem: Lenovo Device e0bc Physical Slot: 0 Flags: bus master, fast devsel, latency 0, IRQ 91, IOMMU group 13 Memory at 870200000 (64-bit, prefetchable) [size=1M] Memory at 870300000 (64-bit, prefetchable) [size=16K] Memory at 870304000 (64-bit, prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: mt7921e Kernel modules: mt7921e ------ I have the issue that on 5.16-rc6 kernel (also on other rcs) it is always freezing after I issue a "reboot" command. "poweroff" followed by a normal power-on works always. Since it freezes and showing multiple Call Traces I included 4 logs in the attachment, it certainly points always to mt76_dma functions. One of the traces included down below. I would appreciate any help on how to proceed in debugging this, I figure I ask first on here maybe someone already has some good hints on where this is leading. Philippe ----- [ 11.195349] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi crc32_pclmul firmware_attributes_class wmi_bmof ghash_clmulni_intel snd_hda_codec libarc4 aesni_intel snd_hda_core crypto_simd snd_hwdep cryptd vfat fat [ 11.195370] rapl cfg80211 pcspkr thinkpad_acpi snd_pcm sdhci_pci tpm_crb cqhci ucsi_acpi sp5100_tco ledtrig_audio r8169 snd_timer gpu_sched sdhci k10temp platform_profile typec_ucsi snd_pci_acp5x i2c_piix4 snd drm_ttm_helper typec snd_rn_pci_acp3x i8042 xhci_pci mmc_core ccp ttm snd_pci_acp3x xhci_pci_renesas rfkill realtek roles soundcore wmi serio tpm_tis tpm_tis_core i2c_scmi video tpm mac_hid acpi_cpufreq pinctrl_amd rng_core nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 11.195388] CPU: 9 PID: 391 Comm: systemd-udevd Tainted: G B D W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 11.195390] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 11.195391] Call Trace: [ 11.195392] <TASK> [ 11.195393] dump_stack_lvl+0x48/0x66 [ 11.195395] bad_page.cold+0x63/0x94 [ 11.195397] free_pcppages_bulk+0x1f2/0x380 [ 11.195400] free_unref_page+0xbd/0x140 [ 11.195402] mt76_dma_rx_cleanup+0x94/0x120 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 11.195406] mt7921_wpdma_reset+0xbc/0x1c0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 11.195410] mt7921_register_device+0x32b/0x5e0 [mt7921_common de62e6211a822ebe8196f9a6a704d937124a5fd7] [ 11.195413] mt7921_pci_probe+0x1f1/0x230 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 11.195416] ? __pm_runtime_resume+0x58/0x80 [ 11.195418] local_pci_probe+0x45/0x90 [ 11.195419] ? pci_match_device+0xdf/0x140 [ 11.195421] pci_device_probe+0xcf/0x1c0 [ 11.195422] really_probe+0x203/0x400 [ 11.195424] __driver_probe_device+0x112/0x190 [ 11.195426] driver_probe_device+0x1e/0x90 [ 11.195427] __driver_attach+0xc8/0x1e0 [ 11.195428] ? __device_attach_driver+0xf0/0xf0 [ 11.195430] ? __device_attach_driver+0xf0/0xf0 [ 11.195431] bus_for_each_dev+0x8d/0xe0 [ 11.195432] bus_add_driver+0x154/0x200 [ 11.195434] driver_register+0x8f/0xf0 [ 11.195435] ? 0xffffffffc05d1000 [ 11.195436] do_one_initcall+0x57/0x220 [ 11.195438] do_init_module+0x5c/0x270 [ 11.195440] load_module+0x25d7/0x27a0 [ 11.195443] ? __do_sys_init_module+0x12e/0x1b0 [ 11.195444] __do_sys_init_module+0x12e/0x1b0 [ 11.195446] do_syscall_64+0x5c/0x90 [ 11.195448] ? exc_page_fault+0x72/0x180 [ 11.195451] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 11.195453] RIP: 0033:0x7f765370732e [ 11.195454] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 0[ 12.234716] mt7921e 0000:03:00.0: Timeout for driver own
[ 0.000000] Linux version 5.16.0-rc6-MANJARO (pschenker@philippe-pc) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed Dec 22 00:11:00 CET 2021 [ 0.000000] Command line: initrd=\amd-ucode.img initrd=\initramfs-mainline-5.16.0-rc6-MANJARO.img root=UUID=1d6364ba-405b-47d9-b725-5d8a27081181 UUID=d2f21106-f79d-4670-be55-3593647579d8 crashkernel=256M debug console=ttyUSB0,115200n8 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 3376 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009c00000-0x0000000009da0fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000009da1000-0x0000000009efffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000009f0f000-0x00000000c4d7dfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000c4d7e000-0x00000000caf7dfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000caf7e000-0x00000000cbf7dfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000cbf7e000-0x00000000cbffdfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000cbffe000-0x00000000cdffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000072e2fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000072e300000-0x000000082fffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0x99d45018-0x99d52857] usable ==> usable [ 0.000000] e820: update [mem 0x99d45018-0x99d52857] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009bfffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009c00000-0x0000000009da0fff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000009da1000-0x0000000009efffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000009f0f000-0x0000000099d45017] usable [ 0.000000] reserve setup_data: [mem 0x0000000099d45018-0x0000000099d52857] usable [ 0.000000] reserve setup_data: [mem 0x0000000099d52858-0x00000000c4d7dfff] usable [ 0.000000] reserve setup_data: [mem 0x00000000c4d7e000-0x00000000caf7dfff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000caf7e000-0x00000000cbf7dfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000cbf7e000-0x00000000cbffdfff] ACPI data [ 0.000000] reserve setup_data: [mem 0x00000000cbffe000-0x00000000cdffffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000ce000000-0x00000000cfffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved [ 0.0[ 2.148342] fbcon: Taking over console [ 2.148440] Console: switching to colour frame buffer device 240x67 [ 2.149040] clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large: [ 2.149043] clocksource: 'hpet' wd_nsec: 510585283 wd_now: 1bb2333 wd_last: 14b95f7 mask: ffffffff [ 2.149046] clocksource: 'tsc' cs_nsec: 506666576 cs_now: 6b62005fc cs_last: 67c690d1f mask: ffffffffffffffff [ 2.149047] clocksource: 'tsc' is current clocksource. [ 2.149051] tsc: Marking TSC unstable due to clocksource watchdog [ 2.149059] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'. [ 2.149060] sched_clock: Marking unstable (2148723907, 333584)<-(2156334181, -7275251) [ 2.152392] clocksource: Checking clocksource tsc synchronization from CPU 5 to CPUs 0,4,6-7,15. [ 2.152435] clocksource: Switched to clocksource hpet [ 2.194840] sdhci-pci 0000:04:00.0: SDHCI controller found [17a0:9750] (rev 1) [ 2.219055] usb 5-3: new full-speed USB device number 3 using xhci_hcd [ 2.222170] sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002) [ 2.262101] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 2.280345] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx). [ 2.293151] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 2.312578] mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA [ 2.357018] snd_hda_intel 0000:07:00.1: enabling device (0000 -> 0002) [ 2.357419] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client [ 2.357583] snd_hda_intel 0000:07:00.6: enabling device (0000 -> 0002) [ 2.374221] usb 5-3: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00 [ 2.374230] usb 5-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 2.374234] usb 5-3: SerialNumber: b5fc037d8711 [ 2.432388] usb 3-1.3: new full-speed USB device number 3 using xhci_hcd [ 2.489421] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card0/input9 [ 2.489479] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card0/input10 [ 2.489523] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card0/input11 [ 2.489577] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card0/input12 [ 2.505719] usb 5-4: new high-speed USB device number 4 using xhci_hcd [ 2.541426] r8169 0000:02:00.0 enp2s0f0: renamed from eth0 [ 2.542275] usb 3-1.3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.11 [ 2.542283] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.542287] usb 3-1.3: Product: USB Receiver [ 2.542290] usb 3-1.3: Manufacturer: Logitech [ 2.588297] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 2.588307] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 2.588311] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 2.588314] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 [ 2.588317] snd_hda_codec_realtek hdaudioC1D0: inputs: [ 2.588319] snd_hda_codec_realtek hdaudioC1D0: Mic=0x19 [ 2.594109] r8169 0000:05:00.0 enp5s0: renamed from eth1 [ 2.649412] usb 5-4: New USB device found, idVendor=0489, idProduct=e0cd, bcdDevice= 1.00 [ 2.649421] usb 5-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7 [ 2.649424] usb 5-4: Product: Wireless_Device [ 2.649427] usb 5-4: Manufacturer: MediaTek Inc. [ 2.649429] usb 5-4: SerialNumber: 000000000 [ 2.725721] usb 3-1.5: new high-speed USB device number 4 using xhci_hcd [ 2.737127] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card1/input14 [ 2.737189] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card1/input15 [ 2.804541] SVM: TSC scaling supported [ 2.804549] kvm: Nested Virtualization enabled [ 2.804552] SVM: kvm: Nested Paging enabled [ 2.804567] SVM: Virtual VMLOAD VMSAVE supported [ 2.804569] SVM: Virtual GIF supported [ 2.804570] SVM: LBR virtualization supported [ 2.817378] usb 3-1.5: New USB device found, idVendor=0451, idProduct=82ff, bcdDevice= 2.00 [ 2.817388] usb 3-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.856449] MCE: In-kernel MCE decoding enabled. [ 2.936592] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 2.951179] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.024188] intel_rapl_common: Found RAPL domain package [ 3.024197] intel_rapl_common: Found RAPL domain core [ 3.055629] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.070365] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.084145] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.100718] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.115069] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.130052] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.140109] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.150135] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.160077] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.170043] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.181329] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.197331] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.298473] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.314514] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.330362] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.344511] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.360856] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.372026] mc: Linux media interface: v0.10 [ 3.374474] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-1/3-1.3/3-1.3:1.0/0003:046D:C52B.0001/input/input16 [ 3.397707] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.414835] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.429307] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:07:00.3-1.3/input0 [ 3.431477] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.433553] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-1/3-1.3/3-1.3:1.1/0003:046D:C52B.0002/input/input17 [ 3.433667] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-1/3-1.3/3-1.3:1.1/0003:046D:C52B.0002/input/input18 [ 3.456376] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694] [ 3.482415] Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC) [ 3.492540] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-1/3-1.3/3-1.3:1.1/0003:046D:C52B.0002/input/input19 [ 3.492713] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:07:00.3-1.3/input1 [ 3.494233] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..] [ 3.494244] psmouse serio1: synaptics: Your touchpad (PNP: LEN2073 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@xxxxxxxxxxxxxxx. [ 3.496496] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:07:00.3-1.3/input2 [ 3.497158] hid-generic 0003:0451:82FF.0004: hiddev98,hidraw3: USB HID v1.11 Device [HID 0451:82ff] on usb-0000:07:00.3-1.5/input0 [ 3.497180] usbcore: registered new interface driver usbhid [ 3.497182] usbhid: USB HID core driver [ 3.554857] videodev: Linux video capture interface: v2.00 [ 3.561982] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf01ea3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 3418235 [ 3.561996] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 [ 3.602530] r8169 0000:02:00.0 enp2s0f0: Link is Down [ 3.604081] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13 [ 3.687943] mt7921e 0000:03:00.0: enabling device (0000 -> 0002) [ 3.693591] Bluetooth: Core ver 2.22 [ 3.696185] mt7921e 0000:03:00.0: ASIC revision: 79610010 [ 3.709473] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.715797] NET: Registered PF_BLUETOOTH protocol family [ 3.715805] Bluetooth: HCI device and connection manager initialized [ 3.715811] Bluetooth: HCI socket layer initialized [ 3.715814] Bluetooth: L2CAP socket layer initialized [ 3.715820] Bluetooth: SCO socket layer initialized [ 3.747743] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.805927] pcieport 0000:00:02.3: pciehp: Slot(0): Link Down [ 3.805956] pcieport 0000:00:02.3: pciehp: Slot(0): Card not present [ 3.810950] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.815225] NET: Registered PF_QIPCRTR protocol family [ 3.834663] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.850335] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.859961] 8021q: 802.1Q VLAN Support v1.8 [ 3.860537] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.883715] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.887802] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.900230] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 3.909923] usbcore: registered new interface driver btusb [ 3.910614] usb 1-2: Found UVC 1.00 device Integrated Camera (5986:910c) [ 3.922398] Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC) [ 3.931376] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:02.7/0000:06:00.0/usb1/1-2/1-2:1.0/input/input21 [ 3.942605] mousedev: PS/2 mouse device common for all mice [ 3.944483] usb 1-2: Found UVC 1.00 device Integrated Camera (5986:910c) [ 3.955892] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:02.7/0000:06:00.0/usb1/1-2/1-2:1.2/input/input23 [ 4.015852] usbcore: registered new interface driver uvcvideo [ 4.040204] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 4.057060] Bluetooth: hci0: Device setup in 143671 usecs [ 4.093399] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 4.093407] Bluetooth: BNEP filters: protocol multicast [ 4.093411] Bluetooth: BNEP socket layer initialized [ 4.115813] r8169 0000:05:00.0 enp5s0: Link is Down [ 4.151726] NET: Registered PF_ALG protocol family [ 4.163959] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:07:00.3-1.3/input2 [ 4.278677] input: Logitech Wireless Device PID:4082 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-1/3-1.3/3-1.3:1.2/0003:046D:C52B.0003/0003:046D:4082.0005/input/input24 [ 4.281434] input: Logitech Wireless Device PID:4082 Mouse as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-1/3-1.3/3-1.3:1.2/0003:046D:C52B.0003/0003:046D:4082.0005/input/input25 [ 4.281524] hid-generic 0003:046D:4082.0005: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4082] on usb-0000:07:00.3-1.3/input2:1 [ 4.281682] input: Logitech Wireless Device PID:408a Keyboard as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-1/3-1.3/3-1.3:1.2/0003:046D:C52B.0003/0003:046D:408A.0006/input/input29 [ 4.281772] input: Logitech Wireless Device PID:408a Mouse as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-1/3-1.3/3-1.3:1.2/0003:046D:C52B.0003/0003:046D:408A.0006/input/input30 [ 4.281845] hid-generic 0003:046D:408A.0006: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:408a] on usb-0000:07:00.3-1.3/input2:2 [ 4.448856] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x12, buttons: 3/3 [ 4.678666] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input22 [ 4.819296] mt7921e 0000:03:00.0: Timeout for driver own [ 4.819689] ------------[ cut here ]------------ [ 4.819695] WARNING: CPU: 2 PID: 803 at drivers/iommu/dma-iommu.c:848 iommu_dma_unmap_page+0x79/0xa0 [ 4.819702] Modules linked in: hid_logitech_hidpp(+) cmac algif_hash algif_skcipher af_alg bnep joydev btusb uvcvideo 8021q btrtl qrtr btbcm btintel garp mrp videobuf2_vmalloc stp videobuf2_memops bluetooth llc mousedev mt7921e(+) videobuf2_v4l2 videobuf2_common hid_logitech_dj mt7921_common videodev mt76_connac_lib mt76 usbhid mc ecdh_generic mac80211 intel_rapl_msr intel_rapl_common snd_acp3x_pdm_dma snd_acp3x_rn snd_soc_dmic snd_soc_core edac_mce_amd kvm_amd snd_compress snd_ctl_led snd_hda_codec_realtek ac97_bus kvm psmouse snd_pcm_dmaengine snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel libarc4 nfsd cfg80211 snd_intel_dspcfg sdhci_pci snd_intel_sdw_acpi snd_hda_codec serio_raw atkbd think_lmi cqhci snd_hda_core firmware_attributes_class irqbypass tpm_crb wmi_bmof libps2 crct10dif_pclmul vfat crc32_pclmul ghash_clmulni_intel snd_hwdep aesni_intel snd_pcm thinkpad_acpi auth_rpcgss ucsi_acpi sdhci gpu_sched fat sp5100_tco tpm_tis crypto_simd cryptd typec_ucsi ledtrig_audio [ 4.819745] snd_pci_acp5x tpm_tis_core drm_ttm_helper platform_profile r8169 mmc_core typec snd_timer rapl snd_rn_pci_acp3x ttm pcspkr wireguard xhci_pci nfs_acl ccp lockd snd k10temp i2c_piix4 rfkill snd_pci_acp3x xhci_pci_renesas realtek tpm roles wmi i8042 video soundcore serio i2c_scmi curve25519_x86_64 acpi_cpufreq pinctrl_amd libchacha20poly1305 rng_core mac_hid chacha_x86_64 poly1305_x86_64 libblake2s grace blake2s_x86_64 libcurve25519_generic libchacha sunrpc libblake2s_generic ip6_udp_tunnel udp_tunnel ipmi_devintf fuse ipmi_msghandler sg crypto_user ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 4.819778] CPU: 2 PID: 803 Comm: napi/phy0-324 Not tainted 5.16.0-rc6-MANJARO #1 0ca111ca1f18100031aba73e096c00b06446810e [ 4.819781] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 4.819783] RIP: 0010:iommu_dma_unmap_page+0x79/0xa0 [ 4.819785] Code: 2b 4c 3b 20 72 26 4c 3b 60 08 73 20 49 89 d8 44 89 f1 5b 4c 89 ea 4c 89 e6 48 89 ef 5d 41 5c 41 5d 41 5e 41 5f e9 07 9f 9f ff <0f> 0b 5b 5d 41 5c 41 5d 41 5e 41 5f 31 c0 89 c2 89 c1 89 c6 89 c7 [ 4.819786] RSP: 0018:ffffb0bec8a47dd0 EFLAGS: 00010246 [ 4.819788] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 [ 4.819789] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 [ 4.819790] RBP: ffff8c6a016e80d0 R08: 0000000000000000 R09: 0000000000000000 [ 4.819791] R10: 0000000000000000 R11: 0000000000000000 R12: ffff8c6a35d424a8 [ 4.819792] R13: 00000000000006c0 R14: 0000000000000002 R15: 00000000ff9e3000 [ 4.819793] FS: 0000000000000000(0000) GS:ffff8c7011e80000(0000) knlGS:0000000000000000 [ 4.819794] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 4.819795] CR2: 00007f7204d8b85e CR3: 00000006ea410000 CR4: 0000000000750ee0 [ 4.819796] PKRU: 55555554 [ 4.819797] Call Trace: [ 4.819799] <TASK> [ 4.819802] mt76_dma_rx_poll+0x26f/0x4b0 [mt76 3ebdd0e9d0953baff8ad062342f8183daf88dad9] [ 4.819810] mt7921_poll_rx+0x4a/0xf0 [mt7921e c1ee788c671d161e7e63e3a7afb97e028433cb64] [ 4.819816] __napi_poll+0x2c/0x170 [ 4.819820] ? __napi_poll+0x170/0x170 [ 4.819822] napi_threaded_poll+0x14d/0x160 [ 4.819824] kthread+0x15c/0x180 [ 4.819828] ? set_kthread_struct+0x50/0x50 [ 4.819830] ret_from_fork+0x22/0x30 [ 4.819834] </TASK> [ 4.819835] ---[ end trace e456aa663474c2fe ]--- [ 4.822653] systemd-journald[340]: Compressed data object 993 -> 556 using ZSTD [ 4.822694] systemd-journald[340]: Compressed data object 642 -> 391 using ZSTD [ 4.944573] input: Logitech MX Master 3 as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-1/3-1.3/3-1.3:1.2/0003:046D:C52B.0003/0003:046D:4082.0005/input/input34 [ 4.944716] logitech-hidpp-device 0003:046D:4082.0005: input,hidraw1: USB HID v1.11 Keyboard [Logitech MX Master 3] on usb-0000:07:00.3-1.3/input2:1 [ 5.490629] input: Logitech MX Keys as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-1/3-1.3/3-1.3:1.2/0003:046D:C52B.0003/0003:046D:408A.0006/input/input35 [ 5.490814] logitech-hidpp-device 0003:046D:408A.0006: input,hidraw2: USB HID v1.11 Keyboard [Logitech MX Keys] on usb-0000:07:00.3-1.3/input2:2 [ 5.875780] mt7921e 0000:03:00.0: Timeout for driver own [ 6.370961] [drm] amdgpu kernel modesetting enabled. [ 6.383893] amdgpu: Virtual CRAT table created for CPU [ 6.383905] amdgpu: Topology: Add CPU node [ 6.383961] checking generic (860000000 1fa4000) vs hw (860000000 10000000) [ 6.383963] fb0: switching to amdgpu from EFI VGA [ 6.384076] Console: switching to colour dummy device 80x25 [ 6.384115] amdgpu 0000:07:00.0: vgaarb: deactivate vga console [ 6.384171] amdgpu 0000:07:00.0: enabling device (0006 -> 0007) [ 6.384238] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x17AA:0x509B 0xD1). [ 6.384242] amdgpu 0000:07:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled [ 6.384890] [drm] register mmio base: 0xFD300000 [ 6.384893] [drm] register mmio size: 524288 [ 6.385999] [drm] add ip block number 0 <soc15_common> [ 6.386002] [drm] add ip block number 1 <gmc_v9_0> [ 6.386003] [drm] add ip block number 2 <vega10_ih> [ 6.386004] [drm] add ip block number 3 <psp> [ 6.386005] [drm] add ip block number 4 <smu> [ 6.386006] [drm] add ip block number 5 <dm> [ 6.386007] [drm] add ip block number 6 <gfx_v9_0> [ 6.386008] [drm] add ip block number 7 <sdma_v4_0> [ 6.386009] [drm] add ip block number 8 <vcn_v2_0> [ 6.386010] [drm] add ip block number 9 <jpeg_v2_0> [ 6.386023] amdgpu 0000:07:00.0: amdgpu: Fetched VBIOS from VFCT [ 6.386025] amdgpu: ATOM BIOS: 113-CEZANNE-018 [ 6.392571] [drm] VCN decode is enabled in VM mode [ 6.392574] [drm] VCN encode is enabled in VM mode [ 6.392575] [drm] JPEG decode is enabled in VM mode [ 6.392578] amdgpu 0000:07:00.0: amdgpu: PCIE atomic ops is not supported [ 6.392604] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit [ 6.392610] amdgpu 0000:07:00.0: amdgpu: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used) [ 6.392613] amdgpu 0000:07:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF [ 6.392615] amdgpu 0000:07:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF [ 6.392621] [drm] Detected VRAM RAM=4096M, BAR=4096M [ 6.392622] [drm] RAM width 128bits DDR4 [ 6.392713] [drm] amdgpu: 4096M of VRAM memory ready [ 6.392715] [drm] amdgpu: 4096M of GTT memory ready. [ 6.392719] [drm] GART: num cpu pages 262144, num gpu pages 262144 [ 6.392836] [drm] PCIE GART of 1024M enabled. [ 6.392839] [drm] PTB located at 0x000000F400900000 [ 6.393571] amdgpu 0000:07:00.0: amdgpu: PSP runtime database doesn't exist [ 6.393798] [drm] Loading DMUB firmware via PSP: version=0x01010019 [ 6.396597] [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20 [ 6.396604] amdgpu 0000:07:00.0: amdgpu: Will use PSP to load VCN firmware [ 6.952387] mt7921e 0000:03:00.0: Timeout for driver own [ 7.125659] [drm] reserve 0x400000 from 0xf4ff800000 for PSP TMR [ 7.210311] amdgpu 0000:07:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 7.219354] amdgpu 0000:07:00.0: amdgpu: RAP: optional rap ta ucode is not available [ 7.219359] amdgpu 0000:07:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 7.219928] amdgpu 0000:07:00.0: amdgpu: SMU is initialized successfully! [ 7.220168] [drm] Display Core initialized with v3.2.160! [ 7.220796] [drm] DMUB hardware initialized: version=0x01010019 [ 7.239704] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 7.395422] [drm] DP Alt mode state on HPD: 1 [ 7.560017] [drm] kiq ring mec 2 pipe 1 q 0 [ 7.562608] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 7.562626] [drm] JPEG decode initialized successfully. [ 7.564019] kfd kfd: amdgpu: Allocated 3969056 bytes on gart [ 7.589149] r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control off [ 7.589164] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready [ 7.589261] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0.2: link becomes ready [ 7.613822] memmap_init_zone_device initialised 1048576 pages in 7ms [ 7.613837] amdgpu: HMM registered 4096MB device memory [ 7.613871] amdgpu: SRAT table not found [ 7.613872] amdgpu: Virtual CRAT table created for GPU [ 7.614603] amdgpu: Topology: Add dGPU node [0x1638:0x1002] [ 7.614613] kfd kfd: amdgpu: added device 1002:1638 [ 7.614957] amdgpu 0000:07:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 28 [ 7.620701] [drm] fb mappable at 0x730CD2000 [ 7.620704] [drm] vram apper at 0x730000000 [ 7.620705] [drm] size 33177600 [ 7.620706] [drm] fb depth is 24 [ 7.620707] [drm] pitch is 15360 [ 7.620770] fbcon: amdgpudrmfb (fb0) is primary device [ 7.708311] Console: switching to colour frame buffer device 240x67 [ 7.731225] amdgpu 0000:07:00.0: [drm] fb0: amdgpudrmfb frame buffer device [ 7.785831] amdgpu 0000:07:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0 [ 7.785838] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 7.785840] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 7.785841] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 7.785843] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 7.785844] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 7.785845] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 7.785846] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 7.785847] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 7.785848] amdgpu 0000:07:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 7.785850] amdgpu 0000:07:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1 [ 7.785851] amdgpu 0000:07:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1 [ 7.785852] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1 [ 7.785853] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1 [ 7.785854] amdgpu 0000:07:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1 [ 7.788784] [drm] Initialized amdgpu 3.44.0 20150101 for 0000:07:00.0 on minor 0 [ 7.843257] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 7.849533] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 7.850583] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 7.851222] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [FAILED] Failed to start Load/Save …ness of backlight:acpi_video0. [ 7.866361] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 7.866419] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 7.872958] kauditd_printk_skb: 43 callbacks suppressed [ 7.872961] audit: type=1100 audit(1640165277.911:54): pid=1119 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=philippe-pc addr=? terminal=/dev/tty1 res=success' [ 7.873198] audit: type=1101 audit(1640165277.911:55): pid=1119 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=philippe-pc addr=? terminal=/dev/tty1 res=success' [ 8.012416] mt7921e 0000:03:00.0: Timeout for driver own [ 8.029401] audit: type=1130 audit(1640165278.068:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 8.030038] audit: type=1130 audit(1640165278.068:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autorandr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 8.030045] audit: type=1131 audit(1640165278.068:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autorandr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 8.030616] audit: type=1130 audit(1640165278.068:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 8.031737] audit: type=1130 audit(1640165278.068:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 8.032308] audit: type=1103 audit(1640165278.068:61): pid=1119 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=philippe-pc addr=? terminal=/dev/tty1 res=success' [ 8.032799] audit: type=1006 audit(1640165278.071:62): pid=1119 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=1 res=1 [ 8.032804] audit: type=1300 audit(1640165278.071:62): arch=c000003e syscall=1 success=yes exit=3 a0=8 a1=7fffa23156f0 a2=3 a3=78 items=0 ppid=805 pid=1119 auid=120 uid=0 gid=120 euid=0 suid=0 fsuid=0 egid=120 sgid=120 fsgid=120 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" key=(null) [ 8.055110] BUG: Bad page state in process modprobe pfn:1663f8 [ 8.055114] page:0000000036494e5b refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x1663f8 [ 8.055118] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 8.055121] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 8.055122] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 8.055123] page dumped because: nonzero _refcount [ 8.055124] Modules linked in: nf_nat_h323 nf_conntrack_h323 nf_nat_pptp nf_conntrack_pptp nf_nat_tftp nf_conntrack_tftp nf_nat_sip nf_conntrack_sip nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c amdgpu hid_logitech_hidpp cmac algif_hash algif_skcipher af_alg bnep joydev btusb uvcvideo 8021q btrtl qrtr btbcm btintel garp mrp videobuf2_vmalloc stp videobuf2_memops bluetooth llc mousedev mt7921e(+) videobuf2_v4l2 videobuf2_common hid_logitech_dj mt7921_common videodev mt76_connac_lib mt76 usbhid mc ecdh_generic mac80211 intel_rapl_msr intel_rapl_common snd_acp3x_pdm_dma snd_acp3x_rn snd_soc_dmic snd_soc_core edac_mce_amd kvm_amd snd_compress snd_ctl_led snd_hda_codec_realtek ac97_bus kvm psmouse snd_pcm_dmaengine snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel libarc4 nfsd cfg80211 snd_intel_dspcfg sdhci_pci snd_intel_sdw_acpi snd_hda_codec serio_raw atkbd think_lmi cqhci snd_hda_core [ 8.055155] firmware_attributes_class irqbypass tpm_crb wmi_bmof libps2 crct10dif_pclmul vfat crc32_pclmul ghash_clmulni_intel snd_hwdep aesni_intel snd_pcm thinkpad_acpi auth_rpcgss ucsi_acpi sdhci gpu_sched fat sp5100_tco tpm_tis crypto_simd cryptd typec_ucsi ledtrig_audio snd_pci_acp5x tpm_tis_core drm_ttm_helper platform_profile r8169 mmc_core typec snd_timer rapl snd_rn_pci_acp3x ttm pcspkr wireguard xhci_pci nfs_acl ccp lockd snd k10temp i2c_piix4 rfkill snd_pci_acp3x xhci_pci_renesas realtek tpm roles wmi i8042 video soundcore serio i2c_scmi curve25519_x86_64 acpi_cpufreq pinctrl_amd libchacha20poly1305 rng_core mac_hid chacha_x86_64 poly1305_x86_64 libblake2s grace blake2s_x86_64 libcurve25519_generic libchacha sunrpc libblake2s_generic ip6_udp_tunnel udp_tunnel ipmi_devintf fuse ipmi_msghandler sg crypto_user ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 8.055189] CPU: 9 PID: 1127 Comm: modprobe Tainted: G W 5.16.0-rc6-MANJARO #1 0ca111ca1f18100031aba73e096c00b06446810e [ 8.055192] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 8.055194] Call Trace: [ 8.055196] <TASK> [ 8.055198] dump_stack_lvl+0x48/0x66 [ 8.055204] bad_page.cold+0x63/0x94 [ 8.055207] free_pcppages_bulk+0x1f2/0x380 [ 8.055212] free_unref_page_list+0x194/0x2e0 [ 8.055215] release_pages+0x145/0x4d0 [ 8.055219] tlb_finish_mmu+0x7a/0x1b0 [ 8.055221] exit_mmap+0xc4/0x220 [ 8.055225] mmput+0x5c/0x140 [ 8.05[ 8.073174] systemd-journald[340]: Compressed data object 979 -> 493 using ZSTD [ 8.073222] systemd-journald[340]: Compressed data object 906 -> 524 using ZSTD [ 8.077970] systemd-journald[340]: Successfully sent stream file descriptor to servic[ 8.083477] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 8.093063] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 8.230246] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 8.234913] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 8.248807] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 8.248848] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 8.251416] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 8.306924] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 8.325726] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 8.325771] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.055714] mt7921e 0000:03:00.0: Timeout for driver own [ 9.056241] BUG: Bad page state in process systemd-udevd pfn:149460 [ 9.056248] page:0000000037e3b769 refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x149460 [ 9.056253] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 9.056257] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 9.056260] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 9.056262] page dumped because: nonzero _refcount [ 9.056263] Modules linked in: ipt_REJECT nf_reject_ipv4 xt_state xt_conntrack xt_tcpudp iptable_filter xt_comment xt_MASQUERADE nf_nat_h323 nf_conntrack_h323 nf_nat_pptp nf_conntrack_pptp nf_nat_tftp nf_conntrack_tftp nf_nat_sip nf_conntrack_sip nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c amdgpu hid_logitech_hidpp cmac algif_hash algif_skcipher af_alg bnep joydev btusb uvcvideo 8021q btrtl qrtr btbcm btintel garp mrp videobuf2_vmalloc stp videobuf2_memops bluetooth llc mousedev mt7921e(+) videobuf2_v4l2 videobuf2_common hid_logitech_dj mt7921_common videodev mt76_connac_lib mt76 usbhid mc ecdh_generic mac80211 intel_rapl_msr intel_rapl_common snd_acp3x_pdm_dma snd_acp3x_rn snd_soc_dmic snd_soc_core edac_mce_amd kvm_amd snd_compress snd_ctl_led snd_hda_codec_realtek ac97_bus kvm psmouse snd_pcm_dmaengine snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel libarc4 nfsd cfg80211 snd_intel_dspcfg [ 9.056327] sdhci_pci snd_intel_sdw_acpi snd_hda_codec serio_raw atkbd think_lmi cqhci snd_hda_core firmware_attributes_class irqbypass tpm_crb wmi_bmof libps2 crct10dif_pclmul vfat crc32_pclmul ghash_clmulni_intel snd_hwdep aesni_intel snd_pcm thinkpad_acpi auth_rpcgss ucsi_acpi sdhci gpu_sched fat sp5100_tco tpm_tis crypto_simd cryptd typec_ucsi ledtrig_audio snd_pci_acp5x tpm_tis_core drm_ttm_helper platform_profile r8169 mmc_core typec snd_timer rapl snd_rn_pci_acp3x ttm pcspkr wireguard xhci_pci nfs_acl ccp lockd snd k10temp i2c_piix4 rfkill snd_pci_acp3x xhci_pci_renesas realtek tpm roles wmi i8042 video soundcore serio i2c_scmi curve25519_x86_64 acpi_cpufreq pinctrl_amd libchacha20poly1305 rng_core mac_hid chacha_x86_64 poly1305_x86_64 libblake2s grace blake2s_x86_64 libcurve25519_generic libchacha sunrpc libblake2s_generic ip6_udp_tunnel udp_tunnel ipmi_devintf fuse ipmi_msghandler sg crypto_user ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 9.056401] CPU: 13 PID: 391 Comm: systemd-udevd Tainted: G B W 5.16.0-rc6-MANJARO #1 0ca111ca1f18100031aba73e096c00b06446810e [ 9.056405] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 9.056408] Call Trace: [ 9.056411] <TASK> [ 9.056414] dump_stack_lvl+0x48/0x66 [ 9.056423] bad_page.cold+0x63/0x94 [ 9.056428] free_pcppages_bulk+0x1f2/0x380 [ 9.056436] free_unref_page+0xbd/0x140 [ 9.056441] mt76_dma_rx_cleanup+0xe3/0x120 [mt76 3ebdd0e9d0953baff8ad062342f8183daf88dad9] [ 9.056455] mt7921_wpdma_reset+0xbc/0x1c0 [mt7921e c1ee788c671d161e7e63e3a7afb97e028433cb64] [ 9.056464] mt7921_register_device+0x32b/0x5e0 [mt7921_common 15a14c4d5c917439d97b2b097eed0b79db35647c] [ 9.056474] mt7921_pci_probe+0x1f1/0x230 [mt7921e c1ee788c671d161e7e63e3a7afb97e028433cb64] [ 9.056479] ? __pm_runtime_resume+0x58/0x80 [ 9.056486] local_pci_probe+0x45/0x90 [ 9.056491] ? pci_match_device+0xdf/0x140 [ 9.056494] pci_device_probe+0xcf/0x1c0 [ 9.056497] really_probe+0x203/0x400 [ 9.056502] __driver_probe_device+0x112/0x190 [ 9.056505] driver_probe_device+0x1e/0x90 [ 9.056508] __driver_attach+0xc8/0x1e0 [ 9.056511] ? __device_attach_driver+0xf0/0xf0 [ 9.056513] ? __device_attach_driver+0xf0/0xf0 [ 9.056516] bus_for_each_dev+0x8d/0xe0 [ 9.056522] bus_add_driver+0x154/0x200 [ 9.056525] driver_register+0x8f/0xf0 [ 9.056528] ? 0xffffffffc0f9c000 [ 9.056530] do_one_initcall+0x57/0x220 [ 9.056537] do_init_module+0x5c/0x270 [ 9.056542] load_module+0x25d7/0x27a0 [ 9.056549] ? __do_sys_init_module+0x12[ 9.085988] systemd-journald[340]: Compressed data object 989 -> 512 using ZSTD [ 9.086038] systemd-journald[340]: Compressed data object 994 -> 561 using ZSTD [ 9.523966] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.614042] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.615314] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.616588] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.617968] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.618248] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.625147] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.629161] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.684968] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.685131] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.686465] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.686579] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.687741] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.687848] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.689198] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.689319] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.690431] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.690547] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.691809] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.691930] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.693394] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.693575] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.694835] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.695019] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.699442] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.699641] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.702508] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.702585] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.704382] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.704474] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.705804] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.705875] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.707448] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.707525] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.709146] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.709222] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.710607] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.710683] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.722725] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.722789] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 9.730123] rfkill: input handler disabled [ 9.912924] Bluetooth: RFCOMM TTY layer initialized [ 9.912934] Bluetooth: RFCOMM socket layer initialized [ 9.912937] Bluetooth: RFCOMM ver 1.11 [ 9.964042] systemd-journald[340]: Successfully sent stream file descriptor to service manager. [ 10.119042] mt7921e 0000:03:00.0: Timeout for driver own [ 11.183703] mt7921e 0000:03:00.0: Timeout for driver own
[ 0.000000] Linux version 5.16.0-1-MANJARO (builduser@fv-az47-82) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Mon Dec 20 15:49:00 UTC 2021 [ 0.000000] Command line: initrd=\amd-ucode.img initrd=\initramfs-5.16-x86_64.img root=UUID=1d6364ba-405b-47d9-b725-5d8a27081181 UUID=d2f21106-f79d-4670-be55-3593647579d8 crashkernel=256M debug console=ttyUSB0,115200n8 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 3376 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009c00000-0x0000000009da0fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000009da1000-0x0000000009efffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000009f0f000-0x00000000c4d7dfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000c4d7e000-0x00000000caf7dfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000caf7e000-0x00000000cbf7dfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000cbf7e000-0x00000000cbffdfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000cbffe000-0x00000000cdffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000072e2fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000072e300000-0x000000082fffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0x99d45018-0x99d52857] usable ==> usable [ 0.000000] e820: update [mem 0x99d45018-0x99d52857] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009bfffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009c00000-0x0000000009da0fff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000009da1000-0x0000000009efffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000009f0f000-0x0000000099d45017] usable [ 0.000000] reserve setup_data: [mem 0x0000000099d45018-0x0000000099d52857] usable [ 0.000000] reserve setup_data: [mem 0x0000000099d52858-0x00000000c4d7dfff] usable [ 0.000000] reserve setup_data: [mem 0x00000000c4d7e000-0x00000000caf7dfff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000caf7e000-0x00000000cbf7dfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000cbf7e000-0x00000000cbffdfff] ACPI data [ 0.000000] reserve setup_data: [mem 0x00000000cbffe000-0x00000000cdffffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000ce000000-0x00000000cfffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved [ 0.000000] reserve s[ 2.128254] [drm] amdgpu kernel modesetting enabled. [ 2.144704] clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large: [ 2.144709] clocksource: 'hpet' wd_nsec: 513909589 wd_now: 1bc7b20 wd_last: 14c33f6 mask: ffffffff [ 2.144712] clocksource: 'tsc' cs_nsec: 509999477 cs_now: 645420e20 cs_last: 60b2adfd8 mask: ffffffffffffffff [ 2.144715] clocksource: 'tsc' is current[ 2.157683] r8169 0000:02:00.0 enp2s0f0: renamed from eth0 [ 2.180168] BPF:[111585] TYPEDEF ..percpu [ 2.180175] BPF:type_id=61 [ 2.180177] BPF: [ 2.180178] BPF:Invalid name [ 2.180180] BPF: [ 2.180180] [ 2.180183] failed to validate module [vboxdrv] BTF: -22 [ 2.191494] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card0/input7 [ 2.191561] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card0/input8 [ 2.191606] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card0/input9 [ 2.191646] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound[ 2.213436] MCE: In-kernel MCE decoding enabled. [ 2.244720] usb 5-3: new full-speed USB device number 3 using xhci_hcd [ 2.262007] r8169 0000:05:00.0 enp5s0: renamed from eth1 [ 2.270503] amdgpu: Virtual CRAT table created for CPU [ 2.270514] amdgpu: Topology: Add CPU node [ 2.270581] checking generic (860000000 1fa4000) vs hw (860000000 10000000) [ 2.270584] fb0: switching to amdgpu from EFI VGA [ 2.270668] amdgpu 0000:07:00.0: vgaarb: deactivate vga console [ 2.270708] amdgpu 0000:07:00.0: enabling device (0006 -> 0007) [ 2.271033] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card1/input14 [ 2.271040] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x17AA:0x509B 0[ 2.283247] fbcon: Taking over console [ 2.294088] [drm] register mmio base: 0xFD300000 [ 2.294092] [drm] register mmio size: 524288 [ 2.295222] [drm] add ip block number 0 <soc15_common> [ 2.295225] [drm] add ip block number 1 <gmc_v9_0[ 2.386159] BPF:[111581] FUNC data..percpu [ 2.386164] BPF:type_id=111582 [ 2.386165] BPF: [ 2.386166] BPF:Invalid name [ 2.386167] BPF: [ 2.386167] [ 2.386168] failed to validate module [acpi_call] BTF: -22 [ 2.396862] usb 5-3: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00 [ 2.396867] usb 5-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 2.396869] usb 5-3: SerialNumber: b5fc037d8711 [ 2.524743] usb 5-4: new high-speed USB device number 4 using xhci_hcd [ 2.532070] mt7921e 0000:03:00.0: enabling device (0000 -> 0002) [ 2.540724] mt7921e 0000:03:00.0: ASIC revision: 79610010 [ 2.546156] BPF:[111585] TYPEDEF ..percpu [ 2.546159] BPF:type_id=61 [ 2.546160] BPF: [ 2.546161] BPF:Invalid name [ 2.546162] BPF: [ 2.546162] [ 2.546164] failed to validate module [vboxdrv] BTF: -22 [ 2.549277] intel_rapl_common: Found RAPL domain package [ 2.549280] intel_rapl_common: Found RAPL domain core [ 2.646900] pcieport 0000:00:02.3: pciehp: Slot(0): Link Down [ 2.646904] pcieport 0000:00:02.3: pciehp: Slot(0): Card not present [ 2.671681] usb 5-4: New USB device found, idVendor=0489, idProduct=e0cd, bcdDevice= 1.00 [ 2.671685] usb 5-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7 [ 2.671687] usb 5-4: Product: Wireless_Device [ 2.671689] usb 5-4: Manufacturer: MediaTek Inc. [ 2.671690] usb 5-4: SerialNumber: 000000000 [ 2.867929] BPF:[111585] TYPEDEF ..percpu [ 2.867943] BPF:type_id=61 [ 2.867945] BPF: [ 2.867946] BPF:Invalid name [ 2.867947] BPF: [ 2.867947] [ 2.867949] failed to validate module [vboxdrv] BTF: -22 [ 2.881739] mc: Linux media interface: v0.10 [ 3.039534] videodev: Linux video capture interface: v2.00 [ 3.039641] BPF:[111585] TYPEDEF ..percpu [ 3.039652] BPF:type_id=61 [ 3.039653] BPF: [ 3.039654] BPF:Invalid name [ 3.039655] BPF: [ 3.039655] [ 3.039658] failed to validate module [vboxdrv] BTF: -22 [ 3.042566] Bluetooth: Core ver 2.22 [ 3.042586] NET: Registered PF_BLUETOOTH protocol family [ 3.042588] Bluetooth: HCI device and connection manager initialized [ 3.042593] Bluetooth: HCI socket layer initialized [ 3.042595] Bluetooth: L2CAP socket layer initialized [ 3.042599] Bluetooth: SCO socket layer initialized [ 3.067884] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694] [ 3.104226] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..] [ 3.104237] psmouse serio1: synaptics: Your touchpad (PNP: LEN2073 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@xxxxxxxxxxxxxxx. [ 3.107797] [drm] reserve 0x400000 from 0xf4ff800000 for PSP TMR [ 3.176337] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf01ea3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 3418235 [ 3.176361] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 [ 3.196468] amdgpu 0000:07:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 3.205917] amdgpu 0000:07:00.0: amdgpu: RAP: optional rap ta ucode is not available [ 3.205921] amdgpu 0000:07:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 3.206572] amdgpu 0000:07:00.0: amdgpu: SMU is initialized successfully! [ 3.207480] [drm] Display Core initialized with v3.2.160! [ 3.208126] [drm] DMUB hardware initialized: version=0x01010019 [ 3.218799] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13 [ 3.226716] BPF:[111581] FUNC data..percpu [ 3.226720] BPF:type_id=111582 [ 3.226722] BPF: [ 3.226723] BPF:Invalid name [ 3.226724] BPF: [ 3.226724] [ 3.226726] failed to validate module [acpi_call] BTF: -22 [ 3.226922] mousedev: PS/2 mouse device common for all mice [ 3.227791] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 3.242476] usbcore: registered new interface driver btusb [ 3.246687] usb 1-2: Found UVC 1.00 device Integrated Camera (5986:910c) [ 3.268185] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:02.7/0000:06:00.0/usb1/1-2/1-2:1.0/input/input17 [ 3.270193] usb 1-2: Found UVC 1.00 device Integrated Camera (5986:910c) [ 3.281624] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:02.7/0000:06:00.0/usb1/1-2/1-2:1.2/input/input18 [ 3.281701] usbcore: registered new interface driver uvcvideo [ 3.382805] [drm] kiq ring mec 2 pipe 1 q 0 [ 3.385922] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 3.385939] [drm] JPEG decode initialized successfully. [ 3.387287] kfd kfd: amdgpu: Allocated 3969056 bytes on gart [ 3.390680] Bluetooth: hci0: Device setup in 144686 usecs [ 3.402527] BPF:[111585] TYPEDEF ..percpu [ 3.402533] BPF:type_id=61 [ 3.402534] BPF: [ 3.402535] BPF:Invalid name [ 3.402536] BPF: [ 3.402536] [ 3.402538] failed to validate module [vboxdrv] BTF: -22 [ 3.432738] memmap_init_zone_device initialised 1048576 pages in 7ms [ 3.432753] amdgpu: HMM registered 4096MB device memory [ 3.432783] amdgpu: SRAT table not found [ 3.432784] amdgpu: Virtual CRAT table created for GPU [ 3.432867] amdgpu: Topology: Add dGPU node [0x1638:0x1002] [ 3.432870] kfd kfd: amdgpu: added device 1002:1638 [ 3.433072] amdgpu 0000:07:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 28 [ 3.436498] [drm] fb mappable at 0x730CD2000 [ 3.436501] [drm] vram apper at 0x730000000 [ 3.436502] [drm] size 33177600 [ 3.436503] [drm] fb depth is 24 [ 3.436504] [drm] pitch is 15360 [ 3.436585] fbcon: amdgpudrmfb (fb0) is primary device [ 3.495031] Console: switching to colour frame buffer device 240x67 [ 3.517422] amdgpu 0000:07:00.0: [drm] fb0: amdgpudrmfb frame buffer device [ 3.544999] amdgpu 0000:07:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0 [ 3.545006] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 3.545008] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 3.545010] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 3.545011] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 3.545012] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 3.545012] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 3.545013] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 3.545014] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 3.545015] amdgpu 0000:07:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 3.545017] amdgpu 0000:07:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1 [ 3.545018] amdgpu 0000:07:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1 [ 3.545020] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1 [ 3.545021] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1 [ 3.545023] amdgpu 0000:07:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1 [ 3.547888] [drm] Initialized amdgpu 3.44.0 20150101 for 0000:07:00.0 on minor 0 [ 3.594267] BPF:[111585] TYPEDEF ..percpu [ 3.594272] BPF:type_id=61 [ 3.594273] BPF: [ 3.594274] BPF:Invalid name [ 3.594275] BPF: [ 3.594275] [ 3.594276] failed to validate module [vboxdrv] BTF: -22 [ 3.668063] mt7921e 0000:03:00.0: Timeout for driver own [ 3.668083] ------------[ cut here ]------------ [ 3.668086] WARNING: CPU: 8 PID: 582 at drivers/iommu/dma-iommu.c:848 iommu_dma_unmap_page+0x79/0xa0 [ 3.668092] Modules linked in: fjes(-) amd64_edac(-) uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi crc32_pclmul firmware_attributes_class wmi_bmof ghash_clmulni_intel snd_hda_codec libarc4 aesni_intel snd_hda_core crypto_simd snd_hwdep cryptd vfat fat rapl cfg80211 pcspkr thinkpad_acpi snd_pcm sdhci_pci tpm_crb cqhci ucsi_acpi sp5100_tco ledtrig_audio r8169 snd_timer gpu_sched sdhci k10temp platform_profile typec_ucsi snd_pci_acp5x i2c_piix4 snd drm_ttm_helper typec [ 3.668124] snd_rn_pci_acp3x i8042 xhci_pci mmc_core ccp ttm snd_pci_acp3x xhci_pci_renesas rfkill realtek roles soundcore wmi serio tpm_tis tpm_tis_core i2c_scmi video tpm mac_hid acpi_cpufreq pinctrl_amd rng_core nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 3.668143] CPU: 8 PID: 582 Comm: napi/phy0-323 Tainted: G OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 3.668145] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 3.668147] RIP: 0010:iommu_dma_unmap_page+0x79/0xa0 [ 3.668149] Code: 2b 4c 3b 20 72 26 4c 3b 60 08 73 20 49 89 d8 44 89 f1 5b 4c 89 ea 4c 89 e6 48 89 ef 5d 41 5c 41 5d 41 5e 41 5f e9 87 68 9f ff <0f> 0b 5b 5d 41 5c 41 5d 41 5e 41 5f 31 c0 89 c2 89 c1 89 c6 89 c7 [ 3.668151] RSP: 0018:ffffb10b4270bdd0 EFLAGS: 00010246 [ 3.668153] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 [ 3.668154] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 [ 3.668155] RBP: ffff96a7816e90d0 R08: 0000000000000000 R09: 0000000000000000 [ 3.668156] R10: 0000000000000000 R11: 0000000000000000 R12: ffff96a783032440 [ 3.668156] R13: 00000000000006c0 R14: 0000000000000002 R15: 00000000fffe1800 [ 3.668158] FS: 0000000000000000(0000) GS:ffff96ad92000000(0000) knlGS:0000000000000000 [ 3.668159] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 3.668160] CR2: 000055fd043f9d38 CR3: 00000005f3c10000 CR4: 0000000000750ee0 [ 3.668161] PKRU: 55555554 [ 3.668162] Call Trace: [ 3.668163] <TASK> [ 3.668166] mt76_dma_rx_poll+0x26f/0x4b0 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 3.668173] mt7921_poll_rx+0x4a/0xf0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 3.668177] __napi_poll+0x2c/0x170 [ 3.668181] ? __napi_poll+0x170/0x170 [ 3.668183] napi_threaded_poll+0x14d/0x160 [ 3.668185] kthread+0x15c/0x180 [ 3.668189] ? set_kthread_struct+0x50/0x50 [ 3.668191] ret_from_fork+0x22/0x30 [ 3.668195] </TASK> [ 3.668195] ---[ end trace 0b539629a35ffe03 ]--- [ 3.671573] systemd-journald[335]: Compressed data object 983 -> 559 using ZSTD [ 3.730593] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x12, buttons: 3/3 [ 3.792622] BPF:[111585] TYPEDEF ..percpu [ 3.792625] BPF:type_id=61 [ 3.792626] BPF: [ 3.792627] BPF:Invalid name [ 3.792628] BPF: [ 3.792628] [ 3.792630] failed to validate module [vboxdrv] BTF: -22 [ 3.955086] BPF:[111581] FUNC data..percpu [ 3.955088] BPF:type_id=111582 [ 3.955090] BPF: [ 3.955091] BPF:Invalid name [ 3.955092] BPF: [ 3.955092] [ 3.955093] failed to validate module [acpi_call] BTF: -22 [ 3.955129] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16 [ 4.107574] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 4.122500] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 4.145759] BPF:[111585] TYPEDEF ..percpu [ 4.145766] BPF:type_id=61 [ 4.145767] BPF: [ 4.145768] BPF:Invalid name [ 4.145769] BPF: [ 4.145769] [ 4.145770] failed to validate module [vboxdrv] BTF: -22 [ 4.305459] BPF:[111585] TYPEDEF ..percpu [ 4.305467] BPF:type_id=61 [ 4.305468] BPF: [ 4.305469] BPF:Invalid name [ 4.305470] BPF: [ 4.305470] [ 4.305472] failed to validate module [vboxdrv] BTF: -22 [ 4.424819] BPF:[111585] TYPEDEF ..percpu [ 4.424826] BPF:type_id=61 [ 4.424827] BPF: [ 4.424828] BPF:Invalid name [ 4.424829] BPF: [ 4.424829] [ 4.424830] failed to validate module [vboxdrv] BTF: -22 [ 4.633287] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 4.633293] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@xxxxxxxxx>. All Rights Reserved. [ 4.648281] BPF:[111585] TYPEDEF ..percpu [ 4.648286] BPF:type_id=61 [ 4.648287] BPF: [ 4.648288] BPF:Invalid name [ 4.648289] BPF: [ 4.648289] [ 4.648290] failed to validate module [vboxdrv] BTF: -22 [ 4.741379] mt7921e 0000:03:00.0: Timeout for driver own [ 4.759532] BPF:[111585] TYPEDEF ..percpu [ 4.759538] BPF:type_id=61 [ 4.759539] BPF: [ 4.759540] BPF:Invalid name [ 4.759541] BPF: [ 4.759541] [ 4.759542] failed to validate module [vboxdrv] BTF: -22 [ 4.869196] BPF:[111585] TYPEDEF ..percpu [ 4.869202] BPF:type_id=61 [ 4.869203] BPF: [ 4.869204] BPF:Invalid name [ 4.869205] BPF: [ 4.869205] [ 4.869206] failed to validate module [vboxdrv] BTF: -22 [ 5.018493] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.091557] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.102513] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.112553] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.122499] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.132729] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.146769] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.164072] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.182903] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.202802] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.212836] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.222564] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.232634] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.242515] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.253540] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.286833] kauditd_printk_skb: 20 callbacks suppressed [ 5.286834] audit: type=1130 audit(1640125864.362:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpd@enp5s0.2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 5.315837] audit: type=1130 audit(1640125864.392:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.315845] audit: type=1131 audit(1640125864.392:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.316549] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.369583] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.388851] audit: type=1130 audit(1640125864.466:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.408841] audit: type=1130 audit(1640125864.486:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gpsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.428933] audit: type=1130 audit(1640125864.506:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.436455] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 5.436458] Bluetooth: BNEP filters: protocol multicast [ 5.436461] Bluetooth: BNEP socket layer initialized [ 5.443281] NET: Registered PF_ALG protocol family [ 5.468985] audit: type=1130 audit(1640125864.546:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gpsdctl@ttyUSB0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.488912] audit: type=1130 audit(1640125864.566:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.508944] audit: type=1130 audit(1640125864.586:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.528891] audit: type=1130 audit(1640125864.606:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.608977] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.619543] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.629804] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.642884] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.649719] NET: Registered PF_QIPCRTR protocol family [ 5.660047] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.677976] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.680775] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.699779] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.735218] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.737602] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.756672] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.774314] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.779264] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.788061] Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC) [ 5.789358] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.795553] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.795604] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.810233] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.816905] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.818049] mt7921e 0000:03:00.0: Timeout for driver own [ 5.818445] BUG: Bad page state in process systemd-udevd pfn:1220c8 [ 5.818448] page:00000000d15304e5 refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x1220c8 [ 5.818451] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 5.818454] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 5.818456] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 5.818457] page dumped because: nonzero _refcount [ 5.818457] Modules linked in: qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi crc32_pclmul firmware_attributes_class wmi_bmof ghash_clmulni_intel snd_hda_codec libarc4 aesni_intel snd_hda_core crypto_simd snd_hwdep cryptd vfat fat rapl cfg80211 pcspkr [ 5.818495] thinkpad_acpi snd_pcm sdhci_pci tpm_crb cqhci ucsi_acpi sp5100_tco ledtrig_audio r8169 snd_timer gpu_sched sdhci k10temp platform_profile typec_ucsi snd_pci_acp5x i2c_piix4 snd drm_ttm_helper typec snd_rn_pci_acp3x i8042 xhci_pci mmc_core ccp ttm snd_pci_acp3x xhci_pci_renesas rfkill realtek roles soundcore wmi serio tpm_tis tpm_tis_core i2c_scmi video tpm mac_hid acpi_cpufreq pinctrl_amd rng_core nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 5.818528] CPU: 6 PID: 391 Comm: systemd-udevd Tainted: G W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 5.818531] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 5.818533] Call Trace: [ 5.818536] <TASK> [ 5.818539] dump_stack_lvl+0x48/0x66 [ 5.818546] bad_page.cold+0x63/0x94 [ 5.818549] free_pcppages_bulk+0x1f2/0x380 [ 5.818554] free_unref_page+0xbd/0x140 [ 5.818558] mt76_dma_rx_cleanup+0x94/0x120 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 5.818564] mt7921_wpdma_reset+0xbc/0x1c0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 5.818570] mt7921_register_device+0x32b/0x5e0 [mt7921_common de62e6211a822ebe8196f9a6a704d937124a5fd7] [ 5.818575] mt7921_pci_probe+0x1f1/0x230 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 5.818579] ? __pm_runtime_resume+0x58/0x80 [ 5.818582] local_pci_probe+0x45/0x90 [ 5.818586] ? pci_match_device+0xdf/0x140 [ 5.818587] pci_device_probe+0xcf/0x1c0 [ 5.818589] really_probe+0x203/0x400 [ 5.818592] __driver_probe_device+0x112/0x190 [ 5.818594] driver_probe_device+0x1e/0x90 [ 5.818595] __driver_attach+0xc8/0x1e0 [ 5.818597] ? __device_attach_driver+0xf0/0xf0 [ 5.818599] ? __device_attach_driver+0xf0/0xf0 [ 5.818600] bus_for_each_dev+0x8d/0xe0 [ 5.818602] bus_add_driver+0x154/0x200 [ 5.818604] driver_register+0x8f/0xf0 [ 5.818607] ? 0xffffffffc05d1000 [ 5.818608] do_one_initcall+0x57/0x220 [ 5.818613] do_init_module+0x5c/0x270 [ 5.818617] load_module+0x25d7/0x27a0 [ 5.818621] ? __do_sys_init_module+0x12e/0x1b0 [ 5.818623] __do_sys_init_module+0x12e/0x1b0 [ 5.818625] do_syscall_64+0x5c/0x90 [ 5.818630] ? exc_page_fault+0x72/0x180 [ 5.818632] entry_SYSCALL_64[ 5.844326] systemd-journald[335]: Compressed data object 992 -> 531 using ZSTD [ 5.844374] systemd-journald[335]: Compressed data object 582 -> 372 using ZSTD [ 5.908139] r8169 0000:02:00.0 enp2s0f0: Link is Down [ 5.913549] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.918874] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.927754] 8021q: 802.1Q VLAN Support v1.8 [ 5.952044] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.952120] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.955159] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 5.961411] Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC) [ 5.983055] ------------[ cut here ]------------ [ 5.983060] WARNING: CPU: 12 PID: 944 at mm/slub.c:3546 kfree+0x1eb/0x400 [ 5.983067] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi crc32_pclmul firmware_attributes_class wmi_bmof ghash_clmulni_intel snd_hda_codec libarc4 aesni_intel snd_hda_core crypto_simd snd_hwdep cryptd vfat fat [ 5.983109] rapl cfg80211 pcspkr thinkpad_acpi snd_pcm sdhci_pci tpm_crb cqhci ucsi_acpi sp5100_tco ledtrig_audio r8169 snd_timer gpu_sched sdhci k10temp platform_profile typec_ucsi snd_pci_acp5x i2c_piix4 snd drm_ttm_helper typec snd_rn_pci_acp3x i8042 xhci_pci mmc_core[ 6.012186] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 6.030672] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 6.030722] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 6.161487] r8169 0000:05:00.0 enp5s0: Link is Down [ 6.479639] systemd-journald[335]: Successfully sent stream file descriptor to service manager. [ 6.558064] ------------[ cut here ]------------ [ 6.558075] WARNING: CPU: 7 PID: 984 at mm/slub.c:3546 kmem_cache_free_bulk+0x71b/0x7a0 [ 6.558085] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi crc32_pclmul firmware_attributes_class wmi_bmof ghash_clmulni_intel snd_hda_codec libarc4 aesni_intel snd_hda_core crypto_simd snd_hwdep cryptd vfat fat [ 6.558142] rapl cfg80211 pcspkr thinkpad_acpi snd_pcm sdhci_pci tpm_crb cqhci ucsi_acpi sp5100_tco ledtrig_audio r8169 snd_timer gpu_sched sdhci k10temp platform_profile typec_ucsi snd_pci_acp5x i2c_piix4 snd drm_ttm_helper typec snd_rn_pci_acp3x i8042 xhci_pci mmc_core ccp ttm snd_pci_acp3x xhci_pci_renesas rfkill realtek roles soundcore wmi serio tpm_tis tpm_tis_core i2c_scmi video tpm mac_hid acpi_cpufreq pinctrl_amd rng_core nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 6.558190] CPU: 7 PID: 984 Comm: kworker/7:4 Tainted: G B W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 6.558194] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 6.558197] Workqueue: events kfree_rcu_work [ 6.558202] RIP: 0010:kmem_cache_free_bulk+0x71b/0x7a0 [ 6.558206] Code: f6 4c 89 e7 e8 16 ba fc ff 49 c7 07 00 00 00 00 e9 4a fb ff ff 0f 0b 0f 0b 0f 0b e9 6f fb ff ff bd 00 f0 ff ff 45 31 f6 eb b3 <0f> 0b 80 3d 77 af cc 01 00 75 bc e9 6f 28 8b 00 4c 8b 40 18 e9 c6 [ 6.558209] RSP: 0018:ffffb10b43207da0 EFLAGS: 00010246 [ 6.558211] RAX: 0000000000000000 RBX: 0000000000000002 RCX: ffffffffffffffff [ 6.558213] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 [ 6.558215] RBP: 00000000fffff000 R08: ffff96a79eabe400 R09: 0000000000000000 [ 6.558217] R10: 0000000000000000 R11: 0000000000000000 R12: ffffefd0c47aaf80 [ 6.558218] R13: ffff96a798ee2010 R14: 0000000000000000 R15: ffff96a798ee2020 [ 6.558220] FS: 0000000000000000(0000) GS:ffff96ad91fc0000(0000) knlGS:0000000000000000 [ 6.558222] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 6.558224] CR2: 000055f1e6079038 CR3: 00000005f3c10000 CR4: 0000000000750ee0 [ 6.558226] PKRU: 55555554 [ 6.558227] Call Trace: [ 6.558230] <TASK> [ 6.558234] ? psi_task_switch+0xc2/0x200 [ 6.558238] kfree_rcu_work+0x235/0x2a0 [ 6.558241] process_one_work+0x1e8/0x3c0 [ 6.558245] worker_thread+0x50/0x3c0 [ 6.558248] ? rescuer_thread+0x390/0x390 [ 6.558250] kthread+0x15c/0x180 [ 6.558253] ? set_kthread_struct+0x50/0x50 [ 6.558256] ret_from_fork+0x22/0x30 [ 6.558262] </TASK> [ 6.558264] ---[ end trace 0b539629a35ffe05 ]--- [ 6.894738] mt7921e 0000:03:00.0: Timeout for driver own [ 6.919605] BUG: kernel NULL pointer dereference, address: 0000000000000008 [ 6.919615] #PF: supervisor read access in kernel mode [ 6.919618] #PF: error_code(0x0000) - not-present page [ 6.919621] PGD 0 P4D 0 [ 6.919624] Oops: 0000 [#1] PREEMPT SMP NOPTI [ 6.919627] CPU: 12 PID: 1074 Comm: Xwayland Tainted: G B W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 6.919631] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 6.919633] RIP: 0010:__rb_insert_augmented+0x28/0x1f0 [ 6.919640] Code: 00 00 4c 8b 07 48 89 f8 4d 85 c0 0f 84 c0 01 00 00 41 55 49 89 f5 41 54 49 89 d4 55 53 49 8b 28 40 f6 c5 01 0f 85 ed 00 00 00 <48> 8b 55 08 4c 39 c2 74 68 48 85 d2 74 09 f6 02 01 0f 84 a6 00 00 [ 6.919643] RSP: 0018:ffffb10b43287a98 EFLAGS: 00010246 [ 6.919646] RAX: ffff96a7b4f960b8 RBX: 0000000000000001 RCX: 000000000010772d [ 6.919648] RDX: ffff96a79d7df8b8 RSI: ffff96a78dc868f0 RDI: ffff96a7bd8a60b8 [ 6.919651] RBP: 0000000000000000 R08: ffff96a79eab9cb8 R09: ffff96a78dc86830 [ 6.919653] R10: ffff96a78dc868f0 R11: 000000000010772d R12: ffffffffa436b6a0 [ 6.919654] R13: ffff96a78dc868f0 R14: ffff96a7bd8a6078 R15: ffff96a78dc86868 [ 6.919656] FS: 00007f39f4387e40(0000) GS:ffff96ad92100000(0000) knlGS:0000000000000000 [ 6.919659] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 6.919661] CR2: 0000000000000008 CR3: 000000010d02e000 CR4: 0000000000750ee0 [ 6.919663] PKRU: 55555554 [ 6.919665] Call Trace: [ 6.919667] <TASK> [ 6.919671] drm_mm_insert_node_in_range+0x320/0x500 [ 6.919676] drm_vma_offset_add+0x63/0x70 [ 6.919682] ttm_bo_init_reserved+0x174/0x270 [ttm cad46cb6e51d2db3413663fe838cc4fd8e6f08d8] [ 6.919690] amdgpu_bo_create+0x199/0x520 [amdgpu a8cbe3b9fcb1faaaebf55059806cfed801f9f3e1] [ 6.919852] ? amdgpu_bo_vm_destroy+0x80/0x80 [amdgpu a8cbe3b9fcb1faaaebf55059806cfed801f9f3e1] [ 6.919995] amdgpu_bo_create_user+0x3c/0x70 [amdgpu a8cbe3b9fcb1faaaebf55059806cfed801f9f3e1] [ 6.920138] amdgpu_gem_create_ioctl+0x137/0x3c0 [amdgpu a8cbe3b9fcb1faaaebf55059806cfed801f9f3e1] [ 6.920283] ? amdgpu_bo_vm_destroy+0x80/0x80 [amdgpu a8cbe3b9fcb1faaaebf55059806cfed801f9f3e1] [ 6.920400] ? amdgpu_gem_force_release+0x160/0x160 [amdgpu a8cbe3b9fcb1faaaebf55059806cfed801f9f3e1] [ 6.920515] drm_ioctl_kernel+0xc0/0x150 [ 6.920519] drm_ioctl+0x23e/0x3e0 [ 6.920521] ? amdgpu_gem_force_release+0x160/0x160 [amdgpu a8cbe3b9fcb1faaaebf55059806cfed801f9f3e1] [ 6.920636] amdgpu_drm_ioctl+0x49/0x80 [amdgpu a8cbe3b9fcb1faaaebf55059806cfed801f9f3e1] [ 6.920749] __x64_sys_ioctl+0x8e/0xd0 [ 6.920752] do_syscall_64+0x5c/0x90 [ 6.920756] ? do_syscall_64+0x69/0x90 [ 6.920758] ? do_user_addr_fault+0x1d7/0x6a0 [ 6.920761] ? exc_page_fault+0x72/0x180 [ 6.920763] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 6.920766] RIP: 0033:0x7f39f4d1659b [ 6.920768] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48 [ 6.920770] RSP: 002b:00007fffa8d496a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [ 6.920771] RAX: ffffffffffffffda RBX: 00007fffa8d496f0 RCX: 00007f39f4d1659b [ 6.920772] RDX: 00007fffa8d496f0 RSI: 00000000c0206440 RDI: 000000000000000d [ 6.920773] RBP: 00000000c0206440 R08: 0000000000000004 R09: 00007f39f4de1a60 [ 6.920774] R10: 0000000000000000 R11: 0000000000000246 R12: 0000556e3cfe90f0 [ 6.920775] R13: 000000000000000d R14: 0000000000000004 R15: 0000000000001000 [ 6.920777] </TASK> [ 6.920778] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi crc32_pclmul firmware_attributes_class wmi_bmof ghash_clmulni_intel snd_hda_codec libarc4 aesni_intel snd_hda_core[ 7.143195] BUG: kernel NULL pointer dereference, address: 0000000000000000 [ 7.143200] #PF: supervisor read access in kernel mode [ 7.143202] #PF: error_code(0x0000) - not-present page [ 7.143204] PGD 0 P4D 0 [ 7.143206] Oops: 0000 [#2] PREEMPT SMP NOPTI [ 7.143208] CPU: 15 PID: 820 Comm: gdbus Tainted: G B D W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 7.143211] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 7.143213] RIP: 0010:audit_reset_context.part.0.constprop.0+0x83/0x2e0 [ 7.143219] Code: c7 47 38 00 00 00 00 48 c7 47 40 00 00 00 00 48 c7 47 48 00 00 00 00 48 c7 47 50 00 00 00 00 48 89 47 58 c7 47 60 00 00 00 00 <4c> 8b 65 00 4c 39 ed 74 76 49 bf 00 01 00 00 00 00 ad de 48 89 ef [ 7.143220] RSP: 0018:ffffb10b42a07e90 EFLAGS: 00010246 [ 7.143222] RAX: 0000000000000000 RBX: ffff96a79eabbc00 RCX: 0000000000000000 [ 7.143223] RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff96a79eabbc00 [ 7.143225] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000 [ 7.143225] R10: 0000000000000000 R11: 0000000000000000 R12: ffffb10b42a07f58 [ 7.143226] R13: ffff96a79eabbea0 R14: 0000000000000000 R15: 0000000000000000 [ 7.143227] FS: 00007f443b3f2640(0000) GS:ffff96ad921c0000(0000) knlGS:0000000000000000 [ 7.143229] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 7.143230] CR2: 0000000000000000 CR3: 000000012adaa000 CR4: 0000000000750ee0 [ 7.143231] PKRU: 55555554 [ 7.143232] Call Trace: [ 7.143233] <TASK> [ 7.143235] syscall_exit_work+0x122/0x160 [ 7.143238] syscall_exit_to_user_mode+0x40/0x50 [ 7.143242] do_syscall_64+0x69/0x90 [ 7.143244] ? syscall_exit_to_user_mode+0x23/0x50 [ 7.143246] ? do_syscall_64+0x69/0x90 [ 7.143247] ? do_syscall_64+0x69/0x90 [ 7.143249] ? do_syscall_64+0x69/0x90 [ 7.143250] ? do_syscall_64+0x69/0x90 [ 7.143252] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 7.143254] RIP: 0033:0x7f443cab4b2f [ 7.143256] Code: 54 24 1c 48 89 74 24 10 48 89 7c 24 08 e8 19 14 f9 ff 8b 54 24 1c 48 8b 74 24 10 41 89 c0 48 8b 7c 24 08 b8 07 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 89 44 24 08 e8 6d 14 f9 ff 8b 44 [ 7.143257] RSP: 002b:00007f443b3f1d00 EFLAGS: 00000293 ORIG_RAX: 0000000000000007 [ 7.143259] RAX: 0000000000000001 RBX: 00007f443ce2d080 RCX: 00007f443cab4b2f [ 7.143260] RDX: 00000000ffffffff RSI: 0000000000000003 RDI: 000055d71f0a8040 [ 7.143261] RBP: 000055d71f0a804[ 7.971395] mt7921e 0000:03:00.0: Timeout for driver own [ 7.971609] BUG: Bad page state in process systemd-udevd pfn:11eab9 [ 7.971615] page:000000008cfcfc83 refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x11eab9 [ 7.971619] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 7.971623] raw: 02ffff0000000000 0000000000000000 ffffffff00000301 0000000000000000 [ 7.971625] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 7.971626] page dumped because: nonzero _refcount [ 7.971627] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi crc32_pclmul firmware_attributes_class wmi_bmof ghash_clmulni_intel snd_hda_codec libarc4 aesni_intel snd_hda_core crypto_simd snd_hwdep cryptd vfat fat [ 7.971662] rapl cfg80211 pcspkr thinkpad_acpi snd_pcm sdhci_pci tpm_crb cqhci ucsi_acpi sp5100_tco ledtrig_audio r8169 snd_timer gpu_sched sdhci k10temp platform_profile typec_ucsi snd_pci_acp5x i2c_piix4 snd drm_ttm_helper typec snd_rn_pci_acp3x i8042 xhci_pci mmc_core ccp ttm snd_pci_acp3x xhci_pci_renesas rfkill realtek roles soundcore wmi serio tpm_tis tpm_tis_core i2c_scmi video tpm mac_hid acpi_cpufreq pinctrl_amd rng_core nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 7.971701] CPU: 9 PID: 391 Comm: systemd-udevd Tainted: G B D W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 7.971705] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 7.971707] Call Trace: [ 7.971709] <TASK> [ 7.971711] dump_stack_lvl+0x48/0x66 [ 7.971720] bad_page.cold+0x63/0x94 [ 7.971725] free_pcp_prepare+0x221/0x270 [ 7.971730] free_unref_page+0x1d/0x140 [ 7.971735] mt76_dma_rx_cleanup+0x94/0x120 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 7.971745] mt7921_wpdma_reset+0xbc/0x1c0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 7.971754] mt7921_register_device+0x32b/0x5e0 [mt7921_common de62e6211a822ebe8196f9a6a704d937124a5fd7] [ 7.971762] mt7921_pci_probe+0x1f1/0x230 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 7.971767] ? __pm_runtime_resume+0x58/0x80 [ 7.971774] local_pci_probe+0x45/0x90 [ 7.971778] ? pci_match_device+0xdf/0x140 [ 7.971781] pci_device_probe+0xcf/0x1c0 [ 7.971784] really_probe+0x203/0x400 [ 7.971787] __driver_probe_device+0x112/0x190 [ 7.971790] driver_probe_device+0x1e/0x90 [ 7.971793] __driver_attach+0xc8/0x1e0 [ 7.971796] ? __device_attach_driver+0xf0/0xf0 [ 7.971798] ? __device_attach_driver+0xf0/0xf0 [ 7.971800] bus_for_each_dev+0x8d/0xe0 [ 7.971803] bus_add_driver+0x154/0x200 [ 7.971806] driver_register+0x8f/0xf0 [ 7.971809] ? 0xffffffffc05d1000 [ 7.971811] do_one_initcall+0x57/0x220 [ 7.971815] do_init_module+0x5c/0x270 [ 7.971819] load_module+0x25d7/0x27a0 [ 7.971825] ? __do_sys_init_module+0x12e/0x1b0 [ 7.971828] __do_sys_init_module+0x12e/0x1b0 [ 7.971832] do_syscall_64+0x5c/0x90 [ 7.971835] ? exc_page_fault+0x72/0x180 [ 7.971839] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 7.971842] RIP: 0033:0x7f765370732e [ 7.971844] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 [ 9.041862] mt7921e 0000:03:00.0: Timeout for driver own [ 9.041928] BUG: Bad page state in process systemd-udevd pfn:13e4a8 [ 9.041932] page:000000008c4fe565 refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x13e4a8 [ 9.041935] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 9.041938] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 9.041939] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 9.041940] page dumped because: nonzero _refcount [ 9.041941] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi crc32_pclmul firmware_attributes_class wmi_bmof ghash_clmulni_intel snd_hda_codec libarc4 aesni_intel snd_hda_core crypto_simd snd_hwdep cryptd vfat fat [ 9.041967] rapl cfg80211 pcspkr thinkpad_acpi snd_pcm sdhci_pci tpm_crb cqhci ucsi_acpi sp5100_tco ledtrig_audio r8169 snd_timer gpu_sched sdhci k10temp platform_profile typec_ucsi snd_pci_acp5x i2c_piix4 snd drm_ttm_helper typec snd_rn_pci_acp3x i8042 xhci_pci mmc_core ccp ttm snd_pci_acp3x xhci_pci_renesas rfkill realtek roles soundcore wmi serio tpm_tis tpm_tis_core i2c_scmi video tpm mac_hid acpi_cpufreq pinctrl_amd rng_core nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 9.041989] CPU: 9 PID: 391 Comm: systemd-udevd Tainted: G B D W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 9.041991] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 9.041992] Call Trace: [ 9.041994] <TASK> [ 9.041995] dump_stack_lvl+0x48/0x66 [ 9.041998] bad_page.cold+0x63/0x94 [ 9.042001] free_pcppages_bulk+0x1f2/0x380 [ 9.042004] free_unref_page+0xbd/0x140 [ 9.042006] mt76_dma_rx_cleanup+0x94/0x120 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 9.042012] mt7921_wpdma_reset+0xbc/0x1c0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 9.042016] mt7921_register_device+0x32b/0x5e0 [mt7921_common de62e6211a822ebe8196f9a6a704d937124a5fd7] [ 9.042021] mt7921_pci_probe+0x1f1/0x230 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 9.042024] ? __pm_runtime_resume+0x58/0x80 [ 9.042027] local_pci_probe+0x45/0x90 [ 9.042029] ? pci_match_device+0xdf/0x140 [ 9.042030] pci_device_probe+0xcf/0x1c0 [ 9.042032] really_probe+0x203/0x400 [ 9.042034] __driver_probe_device+0x112/0x190 [ 9.042036] driver_probe_device+0x1e/0x90 [ 9.042038] __driver_attach+0xc8/0x1e0 [ 9.042039] ? __device_attach_driver+0xf0/0xf0 [ 9.042041] ? __device_attach_driver+0xf0/0xf0 [ 9.042043] bus_for_each_dev+0x8d/0xe0 [ 9.042044] bus_add_driver+0x154/0x200 [ 9.042046] driver_register+0x8f/0xf0 [ 9.042048] ? 0xffffffffc05d1000 [ 9.042049] do_one_initcall+0x57/0x220 [ 9.042052] do_init_module+0x5c/0x270 [ 9.042054] load_module+0x25d7/0x27a0 [ 9.042058] ? __do_sys_init_module+0x12e/0x1b0 [ 9.042060] __do_sys_init_module+0x12e/0x1b0 [ 9.042062] do_syscall_64+0x5c/0x90 [ 9.042064] ? exc_page_fault+0x72/0x180 [ 9.042066] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 9.042068] RIP: 0033:0x7f765370732e [ 9.042070] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48 [ 9.042072] RSP: 002b:00007fffd6e4b9a8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af [ 9.042074] RAX: ffffffffffffffda RBX: 000055fd045341c0 RCX: 00007f765370732e [ 9.042075] [ 10.118120] mt7921e 0000:03:00.0: Timeout for driver own [ 10.118435] BUG: Bad page state in process napi/phy0-323 pfn:140db0 [ 10.118441] page:000000000c010d8f refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x140db0 [ 10.118444] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 10.118446] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 10.118447] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 10.118448] page dumped because: nonzero _refcount [ 10.118449] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi crc32_pclmul firmware_attributes_class wmi_bmof ghash_clmulni_intel snd_hda_codec libarc4 aesni_intel snd_hda_core crypto_simd snd_hwdep cryptd vfat fat [ 10.118470] rapl cfg80211 pcspkr thinkpad_acpi snd_pcm sdhci_pci tpm_crb cqhci ucsi_acpi sp5100_tco ledtrig_audio r8169 snd_timer gpu_sched sdhci k10temp platform_profile typec_ucsi snd_pci_acp5x i2c_piix4 snd drm_ttm_helper typec snd_rn_pci_acp3x i8042 xhci_pci mmc_core ccp ttm snd_pci_acp3x xhci_pci_renesas rfkill realtek roles soundcore wmi serio tpm_tis tpm_tis_core i2c_scmi video tpm mac_hid acpi_cpufreq pinctrl_amd rng_core nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 10.118488] CPU: 4 PID: 582 Comm: napi/phy0-323 Tainted: G B D W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 10.118491] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 10.118492] Call Trace: [ 10.118493] <TASK> [ 10.118494] dump_stack_lvl+0x48/0x66 [ 10.118497] bad_page.cold+0x63/0x94 [ 10.118498] rmqueue_bulk+0x751/0x9e0 [ 10.118501] get_page_from_freelist+0x1025/0x14f0 [ 10.118504] ? __iommu_map+0x172/0x2c0 [ 10.118507] __alloc_pages+0xee/0x240 [ 10.118509] page_frag_alloc_align+0x96/0x1b0 [ 10.118512] mt76_dma_rx_fill.isra.0+0x135/0x200 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 10.118517] mt76_dma_rx_poll+0x366/0x4b0 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 10.118521] mt7921_poll_rx+0x4a/0xf0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 10.118524] __napi_poll+0x2c/0x170 [ 10.118527] ? __napi_poll+0x170/0x170 [ 10.118529] napi_threaded_poll+0x14d/0x160 [ 10.118531] kthread+0x15c/0x180 [ 10.118534] ? set_kthread_struct+0x50/0x50 [ 10.118535] ret_from_fork+0x22/0x30 [ 10.118538] </TASK> [ 10.118556] BUG: Bad page state in process systemd-udevd pfn:108de8 [ 10.118562] page:00000000247827e6 refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x108de8 [ 10.118565] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 10.118568] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 10.118569] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 10.118570] page dumped because: nonzero _refcount [ 10.118571] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common b[ 11.195051] mt7921e 0000:03:00.0: Timeout for driver own [ 11.195337] BUG: Bad page state in process systemd-udevd pfn:11fa50 [ 11.195342] page:00000000d443d459 refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x11fa50 [ 11.195345] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 11.195347] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 11.195348] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 11.195349] page dumped because: nonzero _refcount [ 11.195349] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi crc32_pclmul firmware_attributes_class wmi_bmof ghash_clmulni_intel snd_hda_codec libarc4 aesni_intel snd_hda_core crypto_simd snd_hwdep cryptd vfat fat [ 11.195370] rapl cfg80211 pcspkr thinkpad_acpi snd_pcm sdhci_pci tpm_crb cqhci ucsi_acpi sp5100_tco ledtrig_audio r8169 snd_timer gpu_sched sdhci k10temp platform_profile typec_ucsi snd_pci_acp5x i2c_piix4 snd drm_ttm_helper typec snd_rn_pci_acp3x i8042 xhci_pci mmc_core ccp ttm snd_pci_acp3x xhci_pci_renesas rfkill realtek roles soundcore wmi serio tpm_tis tpm_tis_core i2c_scmi video tpm mac_hid acpi_cpufreq pinctrl_amd rng_core nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 11.195388] CPU: 9 PID: 391 Comm: systemd-udevd Tainted: G B D W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 11.195390] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 11.195391] Call Trace: [ 11.195392] <TASK> [ 11.195393] dump_stack_lvl+0x48/0x66 [ 11.195395] bad_page.cold+0x63/0x94 [ 11.195397] free_pcppages_bulk+0x1f2/0x380 [ 11.195400] free_unref_page+0xbd/0x140 [ 11.195402] mt76_dma_rx_cleanup+0x94/0x120 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 11.195406] mt7921_wpdma_reset+0xbc/0x1c0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 11.195410] mt7921_register_device+0x32b/0x5e0 [mt7921_common de62e6211a822ebe8196f9a6a704d937124a5fd7] [ 11.195413] mt7921_pci_probe+0x1f1/0x230 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 11.195416] ? __pm_runtime_resume+0x58/0x80 [ 11.195418] local_pci_probe+0x45/0x90 [ 11.195419] ? pci_match_device+0xdf/0x140 [ 11.195421] pci_device_probe+0xcf/0x1c0 [ 11.195422] really_probe+0x203/0x400 [ 11.195424] __driver_probe_device+0x112/0x190 [ 11.195426] driver_probe_device+0x1e/0x90 [ 11.195427] __driver_attach+0xc8/0x1e0 [ 11.195428] ? __device_attach_driver+0xf0/0xf0 [ 11.195430] ? __device_attach_driver+0xf0/0xf0 [ 11.195431] bus_for_each_dev+0x8d/0xe0 [ 11.195432] bus_add_driver+0x154/0x200 [ 11.195434] driver_register+0x8f/0xf0 [ 11.195435] ? 0xffffffffc05d1000 [ 11.195436] do_one_initcall+0x57/0x220 [ 11.195438] do_init_module+0x5c/0x270 [ 11.195440] load_module+0x25d7/0x27a0 [ 11.195443] ? __do_sys_init_module+0x12e/0x1b0 [ 11.195444] __do_sys_init_module+0x12e/0x1b0 [ 11.195446] do_syscall_64+0x5c/0x90 [ 11.195448] ? exc_page_fault+0x72/0x180 [ 11.195451] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 11.195453] RIP: 0033:0x7f765370732e [ 11.195454] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 0[ 12.234716] mt7921e 0000:03:00.0: Timeout for driver own [ 12.234743] ------------[ cut here ]------------ [ 12.234745] WARNING: CPU: 10 PID: 582 at drivers/iommu/dma-iommu.c:848 iommu_dma_unmap_page+0x79/0xa0 [ 12.234751] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi crc32_pclmul firmware_attributes_class wmi_bmof ghash_clmulni_intel snd_hda_codec libarc4 aesni_intel snd_hda_core crypto_simd snd_hwdep cryptd vfat fat [ 12.234777] rapl cfg80211 pcspkr thinkpad_acpi snd_pcm sdhci_pci tpm_crb cqhci ucsi_acpi sp5100_tco ledtrig_audio r8169 snd_timer gpu_sched sdhci k10temp platform_profile typec_ucsi snd_pci_acp5x i2c_piix4 snd drm_ttm_helper typec snd_rn_pci_acp3x i8042 xhci_pci mmc_core ccp ttm snd_pci_acp3x xhci_pci_renesas rfkill realtek roles soundcore wmi serio tpm_tis tpm_tis_core i2c_scmi video tpm mac_hid acpi_cpufreq pinctrl_amd rng_core nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 12.234799] CPU: 10 PID: 582 Comm: napi/phy0-323 Tainted: G B D W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 12.234802] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 12.234803] RIP: 0010:iommu_dma_unmap_page+0x79/0xa0 [ 12.234805] Code: 2b 4c 3b 20 72 26 4c 3b 60 08 73 20 49 89 d8 44 89 f1 5b 4c 89 ea 4c 89 e6 48 89 ef 5d 41 5c 41 5d 41 5e 41 5f e9 87 68 9f ff <0f> 0b 5b 5d 41 5c 41 5d 41 5e 41 5f 31 c0 89 c2 89 c1 89 c6 89 c7 [ 12.234807] RSP: 0018:ffffb10b4270bdd0 EFLAGS: 00010246 [ 12.234808] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 [ 12.234810] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 [ 12.234810] RBP: ffff96a7816e90d0 R08: 0000000000000000 R09: 0000000000000000 [ 12.234811] R10: 0000000000000000 R11: 0000000000000000 R12: ffff96a783032440 [ 12.234812] R13: 00000000000006c0 R14: 0000000000000002 R15: 00000000ffeb3000 [ 12.234814] FS: 0000000000000000(0000) GS:ffff96ad92080000(0000) knlGS:0000000000000000 [ 12.234815] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 12.234817] CR2: 000055bd9c5fb168 CR3: 00000005f3c10000 CR4: 0000000000750ee0 [ 12.234818] PKRU: 55555554 [ 12.234819] Call Trace: [ 12.234820] <TASK> [ 12.234822] mt76_dma_rx_poll+0x26f/0x4b0 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 12.234829] mt7921_poll_rx+0x4a/0xf0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 12.234833] __napi_poll+0x2c/0x170 [ 12.234837] ? __napi_poll+0x170/0x170 [ 12.234839] napi_threaded_poll+0x14d/0x160 [ 12.234842] kthread+0x15c/0x180 [ 12.234845] ? set_kthread_struct+0x50/0x50 [ 12.234847] ret_from_fork+0x22/0x30 [ 12.234850] </TASK> [ 12.234851] ---[ end trace 0b539629a35ffe0a ]--- [ 12.235026] ------------[ cut here ]------------ [ 12.235028] WARNING: CPU: 6 PID: 583 at drivers/iommu/dma-iommu.c:848 iommu_dma_unmap_page+0x79/0xa0 [ 12.235033] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led serio_raw kvm_amd snd_hda_codec_realtek snd_compress atkbd libps2 snd_hda_codec_generic snd_hda_codec_hdmi ac97_bus snd_pcm_dmaengine kvm amdgpu mac80211 snd_hda_intel irqbypass snd_intel_dspcfg crct10dif_pclmul snd_intel_sdw_acpi think_lmi cr[ 13.311391] mt7921e 0000:03:00.0: Timeout for driver own [ 13.311559] BUG: Bad page state in process systemd-udevd pfn:127ac8 [ 13.311564] page:000000006ac538fa refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x127ac8 [ 13.311567] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 13.311570] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 13.311572] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 13.311572] page dumped because: nonzero _refcount [ 13.311573] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel uvcvideo btusb btrtl videobuf2_vmalloc joydev videobuf2_memops btbcm mousedev videobuf2_v4l2 btintel videobuf2_common bluetooth videodev mc ecdh_generic intel_rapl_msr mt7921e(+) mt7921_common mt76_connac_lib intel_rapl_common mt76 snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_soc_core edac_mce_amd psmouse snd_ctl_led
[ 0.000000] Linux version 5.16.0-1-MANJARO (builduser@fv-az47-82) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Mon Dec 20 15:49:00 UTC 2021 [ 0.000000] Command line: initrd=\amd-ucode.img initrd=\initramfs-5.16-x86_64.img root=UUID=1d6364ba-405b-47d9-b725-5d8a27081181 UUID=d2f21106-f79d-4670-be55-3593647579d8 crashkernel=256M debug console=ttyUSB0,115200n8 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 3376 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009c00000-0x0000000009da0fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000009da1000-0x0000000009efffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000009f0f000-0x00000000c4d7dfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000c4d7e000-0x00000000caf7dfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000caf7e000-0x00000000cbf7dfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000cbf7e000-0x00000000cbffdfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000cbffe000-0x00000000cdffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000072e2fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000072e300000-0x000000082fffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0x99d46018-0x99d53857] usable ==> usable [ 0.000000] e820: update [mem 0x99d46018-0x99d53857] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009bfffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009c00000-0x0000000009da0fff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000009da1000-0x0000000009efffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000009f0f000-0x0000000099d46017] usable [ 0.000000] reserve setup_data: [mem 0x0000000099d46018-0x0000000099d53857] usable [ 0.000000] reserve setup_data: [mem 0x0000000099d53858-0x00000000c4d7dfff] usable [ 0.000000] reserve setup_data: [mem 0x00000000c4d7e000-0x00000000caf7dfff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000caf7e000-0x00000000cbf7dfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000cbf7e000-0x00000000cbffdfff] ACPI data [ 0.000000] reserve setup_data: [mem 0x00000000cbffe000-0x00000000cdffffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000ce000000-0x00000000cfffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved [ 0.000000] reserve s[ 2.095196] fbcon: Taking over console [ 2.095393] Console: switching to colour frame buffer device 240x67 [ 2.135021] snd_hda_intel 0000:07:00.1: enabling device (0000 -> 0002) [ 2.135921] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client [ 2.136529] snd_hda_intel 0000:07:00.6: enabling device (0000 -> 0002) [ 2.138791] BPF:[111585] TYPEDEF ..percpu [ 2.138794] BPF:type_id=61 [ 2.138796] BPF: [ 2.138797] BPF:Invalid name [ 2.138797] BPF: [ 2.138797] [ 2.138800] failed to validate module [vboxdrv] BTF: -22 [ 2.141491] r8169 0000:02:00.0 enp2s0f0: renamed from eth0 [ 2.161503] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card1/input10 [ 2.161549] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card1/input11 [ 2.161590] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card1/input12 [ 2.161636] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card1/input13 [ 2.176368] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 2.176376] snd_hda_codec_realtek hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 2.176380] snd_hda_codec_realtek hdaudioC2D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 2.176382] snd_hda_codec_realtek hdaudioC2D0: mono: mono_out=0x0 [ 2.176384] snd_hda_codec_rea[ 2.200590] usb 5-3: new full-speed USB device number 3 using xhci_hcd [ 2.211945] r8169 0000:05:00.0 enp5s0: renamed from eth1 [ 2.291082] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card2/input14 [ 2.291129] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card2/input15 [ 2.292600] BPF:[111581] FUNC data..percpu [ 2.292603] BPF:type_id=111582 [ 2.292604] BPF: [ 2.292605] BPF:Invalid name [ 2.292606] BPF: [ 2.292606] [ 2.292608] failed to validate module [acpi_call] BTF: -22 [ 2.292653] MCE: In-kernel MCE decoding enabled. [ 2.311794] mt7921e 0000:03:00.0: enabling device (0000 -> 0002) [ 2.312358] mt7921e 0000:03:00.0: ASIC revision: 79610010 [ 2.353775] usb 5-3: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00 [ 2.353779] usb 5-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 2.353782] usb 5-3: SerialNumber: b5fc037d8711 [ 2.390837] mt7921e 0000:03:00.0: HW/SW Version: 0x8a108a10, Build Time: 20211014150838a [ 2.390837] [ 2.461675] BPF:[111585] TYPEDEF ..percpu [ 2.461678] BPF:type_id=61 [ 2.461679] BPF: [ 2.461680] BPF:Invalid name [ 2.461681] BPF: [ 2.461681] [ 2.461684] failed to validate module [vboxdrv] BTF: -22 [ 2.484279] usb 5-4: new high-speed USB device number 4 using xhci_hcd [ 2.627582] usb 5-4: New USB device found, idVendor=0489, idProduct=e0cd, bcdDevice= 1.00 [ 2.627587] usb 5-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7 [ 2.627589] usb 5-4: Product: Wireless_Device [ 2.627590] usb 5-4: Manufacturer: MediaTek Inc. [ 2.627591] usb 5-4: SerialNumber: 000000000 [ 2.648888] mt7921e 0000:03:00.0: WM Firmware Version: ____010000, Build Time: 20211014150922 [ 2.675194] mt7921e 0000:03:00.0: Firmware init done [ 2.715137] BPF:[111585] TYPEDEF ..percpu [ 2.715141] BPF:type_id=61 [ 2.715142] BPF: [ 2.715143] BPF:Invalid name [ 2.715144] BPF: [ 2.715144] [ 2.715146] failed to validate module [vboxdrv] BTF: -22 [ 2.865427] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694] [ 2.896224] mc: Linux media interface: v0.10 [ 2.896293] intel_rapl_common: Found RAPL domain package [ 2.896299] intel_rapl_common: Found RAPL domain core [ 2.896301] BPF:[111585] TYPEDEF ..percpu [ 2.896304] BPF:type_id=61 [ 2.896305] BPF: [ 2.896306] BPF:Invalid name [ 2.896307] BPF: [ 2.896307] [ 2.896309] failed to validate module [vboxdrv] BTF: -22 [ 2.913118] videodev: Linux video capture interface: v2.00 [ 2.914930] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..] [ 2.914939] psmouse serio1: synaptics: Your touchpad (PNP: LEN2073 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@xxxxxxxxxxxxxxx. [ 2.950418] [drm] reserve 0x400000 from 0xf4ff800000 for PSP TMR [ 2.988093] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf01ea3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 3418235 [ 2.988104] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 [ 3.040109] amdgpu 0000:07:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 3.040592] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9 [ 3.049749] amdgpu 0000:07:00.0: amdgpu: RAP: optional rap ta ucode is not available [ 3.049761] amdgpu 0000:07:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 3.052609] amdgpu 0000:07:00.0: amdgpu: SMU is initialized successfully! [ 3.052829] [drm] Display Core initialized with v3.2.160! [ 3.053467] [drm] DMUB hardware initialized: version=0x01010019 [ 3.072147] BPF:[111581] FUNC data..percpu [ 3.072153] BPF:type_id=111582 [ 3.072155] BPF: [ 3.072157] BPF:Invalid name [ 3.072158] BPF: [ 3.072158] [ 3.072160] failed to validate module [acpi_call] BTF: -22 [ 3.072275] mousedev: PS/2 mouse device common for all mice [ 3.076963] Bluetooth: Core ver 2.22 [ 3.076980] NET: Registered PF_BLUETOOTH protocol family [ 3.076981] Bluetooth: HCI device and connection manager initialized [ 3.076985] Bluetooth: HCI socket layer initialized [ 3.076987] Bluetooth: L2CAP socket layer initialized [ 3.076990] Bluetooth: SCO socket layer initialized [ 3.080480] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 3.087124] usb 1-2: Found UVC 1.00 device Integrated Camera (5986:910c) [ 3.097422] usbcore: registered new interface driver btusb [ 3.108687] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:02.7/0000:06:00.0/usb1/1-2/1-2:1.0/input/input17 [ 3.110719] usb 1-2: Found UVC 1.00 device Integrated Camera (5986:910c) [ 3.122090] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:02.7/0000:06:00.0/usb1/1-2/1-2:1.2/input/input18 [ 3.122160] usbcore: registered new interface driver uvcvideo [ 3.221724] BPF:[111585] TYPEDEF ..percpu [ 3.221731] BPF:type_id=61 [ 3.221732] BPF: [ 3.221733] BPF:Invalid name [ 3.221734] BPF: [ 3.221734] [ 3.221735] failed to validate module [vboxdrv] BTF: -22 [ 3.239135] [drm] kiq ring mec 2 pipe 1 q 0 [ 3.242118] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 3.242146] [drm] JPEG decode initialized successfully. [ 3.243305] kfd kfd: amdgpu: Allocated 3969056 bytes on gart [ 3.288823] memmap_init_zone_device initialised 1048576 pages in 7ms [ 3.288838] amdgpu: HMM registered 4096MB device memory [ 3.288865] amdgpu: SRAT table not found [ 3.288866] amdgpu: Virtual CRAT table created for GPU [ 3.288968] amdgpu: Topology: Add dGPU node [0x1638:0x1002] [ 3.288975] kfd kfd: amdgpu: added device 1002:1638 [ 3.289040] amdgpu 0000:07:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 28 [ 3.293212] [drm] fb mappable at 0x730CD2000 [ 3.293222] [drm] vram apper at 0x730000000 [ 3.293224] [drm] size 33177600 [ 3.293226] [drm] fb depth is 24 [ 3.293228] [drm] pitch is 15360 [ 3.293417] fbcon: amdgpudrmfb (fb0) is primary device [ 3.347958] Console: switching to colour frame buffer device 240x67 [ 3.371047] amdgpu 0000:07:00.0: [drm] fb0: amdgpudrmfb frame buffer device [ 3.382605] BPF:[111585] TYPEDEF ..percpu [ 3.382611] BPF:type_id=61 [ 3.382613] BPF: [ 3.382614] BPF:Invalid name [ 3.382614] BPF: [ 3.382614] [ 3.382616] failed to validate module [vboxdrv] BTF: -22 [ 3.397329] amdgpu 0000:07:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0 [ 3.397360] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 3.397365] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 3.397368] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 3.397371] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 3.397373] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 3.397375] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 3.397378] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 3.397380] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 3.397383] amdgpu 0000:07:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 3.397388] amdgpu 0000:07:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1 [ 3.397391] amdgpu 0000:07:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1 [ 3.397395] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1 [ 3.397397] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1 [ 3.397402] amdgpu 0000:07:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1 [ 3.400285] [drm] Initialized amdgpu 3.44.0 20150101 for 0000:07:00.0 on minor 0 [ 3.550171] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x12, buttons: 3/3 [ 3.562319] mt7921e 0000:03:00.0 wlp3s0: renamed from wlan0 [ 3.574812] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 3.576939] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 3.579932] BPF:[111585] TYPEDEF ..percpu [ 3.579935] BPF:type_id=61 [ 3.579937] BPF: [ 3.579937] BPF:Invalid name [ 3.579938] BPF: [ 3.579938] [ 3.579939] failed to validate module [vboxdrv] BTF: -22 [ 3.711230] BPF:[111581] FUNC data..percpu [ 3.711248] BPF:type_id=111582 [ 3.711251] BPF: [ 3.711253] BPF:Invalid name [ 3.711255] BPF: [ 3.711255] [ 3.711258] failed to validate module [acpi_call] BTF: -22 [ 3.781694] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16 [ 3.835236] BPF:[111585] TYPEDEF ..percpu [ 3.835245] BPF:type_id=61 [ 3.835246] BPF: [ 3.835247] BPF:Invalid name [ 3.835248] BPF: [ 3.835248] [ 3.835250] failed to validate module [vboxdrv] BTF: -22 [ 4.013591] BPF:[111585] TYPEDEF ..percpu [ 4.013606] BPF:type_id=61 [ 4.013609] BPF: [ 4.013611] BPF:Invalid name [ 4.013613] BPF: [ 4.013613] [ 4.013617] failed to validate module [vboxdrv] BTF: -22 [ 4.133742] BPF:[111585] TYPEDEF ..percpu [ 4.133757] BPF:type_id=61 [ 4.133760] BPF: [ 4.133761] BPF:Invalid name [ 4.133763] BPF: [ 4.133763] [ 4.133767] failed to validate module [vboxdrv] BTF: -22 [ 4.317723] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 4.317734] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@xxxxxxxxx>. All Rights Reserved. [ 4.331084] BPF:[111585] TYPEDEF ..percpu [ 4.331090] BPF:type_id=61 [ 4.331091] BPF: [ 4.331091] BPF:Invalid name [ 4.331092] BPF: [ 4.331092] [ 4.331094] failed to validate module [vboxdrv] BTF: -22 [ 4.544605] BPF:[111585] TYPEDEF ..percpu [ 4.544617] BPF:type_id=61 [ 4.544618] BPF: [ 4.544619] BPF:Invalid name [ 4.544620] BPF: [ 4.544620] [ 4.544621] failed to validate module [vboxdrv] BTF: -22 [ 4.626668] BPF:[111585] TYPEDEF ..percpu [ 4.626678] BPF:type_id=61 [ 4.626679] BPF: [ 4.626680] BPF:Invalid name [ 4.626680] BPF: [ 4.626680] [ 4.626684] failed to validate module [vboxdrv] BTF: -22 [ 4.712619] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.792266] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.810923] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.821456] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.831519] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.842134] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.856115] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.874603] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.889086] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.905521] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.918331] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.934556] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.950116] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.967179] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 4.982470] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.024836] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.041052] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.081147] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 5.081155] Bluetooth: BNEP filters: protocol multicast [ 5.081158] Bluetooth: BNEP socket layer initialized [ 5.139152] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.155541] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.171585] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.178281] NET: Registered PF_QIPCRTR protocol family [ 5.188685] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.199222] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.214108] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.225769] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.241825] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.270228] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.285632] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.299211] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.310686] Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC) [ 5.331883] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.332567] kauditd_printk_skb: 40 callbacks suppressed [ 5.332569] audit: type=1130 audit(1640124699.405:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.332892] audit: type=1130 audit(1640124699.405:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-quit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.333871] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.335345] audit: type=1130 audit(1640124699.408:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.335451] audit: type=1130 audit(1640124699.408:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.338830] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.348994] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.350352] audit: type=1130 audit(1640124699.422:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.352555] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.352598] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.359106] audit: type=1100 audit(1640124699.432:56): pid=821 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=philippe-pc addr=? terminal=/dev/tty1 res=success' [ 5.359192] audit: type=1130 audit(1640124699.432:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.359257] audit: type=1101 audit(1640124699.432:58): pid=821 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if,pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=philippe-pc addr=? terminal=/dev/tty1 res=success' [ 5.360393] audit: type=1103 audit(1640124699.432:59): pid=821 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="gdm" exe="/usr/lib/gdm-session-worker" hostname=philippe-pc addr=? terminal=/dev/tty1 res=success' [ 5.360831] audit: type=1006 audit(1640124699.435:60): pid=821 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=1 res=1 [ 5.366370] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.373877] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.434030] r8169 0000:02:00.0 enp2s0f0: Link is Down [ 5.452666] 8021q: 802.1Q VLAN Support v1.8 [ 5.460345] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.480599] Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC) [ 5.485028] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.486895] BPF:[111581] FUNC data..percpu [ 5.486898] BPF:type_id=111582 [ 5.486899] BPF: [ 5.486900] BPF:Invalid name [ 5.486901] BPF: [ 5.486901] [ 5.486902] failed to validate module [acpi_call] BTF: -22 [ 5.496983] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.497043] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.499542] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.553943] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.583553] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.583585] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 5.627372] r8169 0000:05:00.0 enp5s0: Link is Down [ 6.463395] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.859490] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.868452] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.870751] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.871423] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.884151] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.888258] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.890443] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.900455] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.900876] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.943684] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.943785] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.946663] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.946711] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.947689] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.947740] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.948632] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.948666] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.949763] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.949806] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.950838] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.950890] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.951753] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.951802] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.953158] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.953204] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.955428] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.955490] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.956847] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.956908] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.957728] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.957765] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.959036] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.959097] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.960508] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.960586] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.961750] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.961805] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.963322] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.963381] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.964715] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.964767] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 6.970792] rfkill: input handler disabled [ 7.089113] Bluetooth: hci0: Device setup in 3898106 usecs [ 7.164588] NET: Registered PF_ALG protocol family [ 7.186926] Bluetooth: RFCOMM TTY layer initialized [ 7.186932] Bluetooth: RFCOMM socket layer initialized [ 7.186934] Bluetooth: RFCOMM ver 1.11 [ 7.188885] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 11.254490] wlp3s0: authenticate with e0:55:3d:f2:f3:b7 [ 11.433483] wlp3s0: send auth to e0:55:3d:f2:f3:b7 (try 1/3) [ 11.441342] wlp3s0: authenticated [ 11.443928] wlp3s0: associate with e0:55:3d:f2:f3:b7 (try 1/3) [ 11.452744] wlp3s0: RX AssocResp from e0:55:3d:f2:f3:b7 (capab=0x11 status=0 aid=3) [ 11.477648] wlp3s0: associated [ 11.606453] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready [ 11.650750] kauditd_printk_skb: 32 callbacks suppressed [ 11.650753] audit: type=1130 audit(1640124705.725:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.686537] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 11.687832] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 11.689688] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 11.697701] audit: type=1130 audit(1640124705.772:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpcbind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.702720] audit: type=1130 audit(1640124705.775:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.707250] audit: type=1130 audit(1640124705.778:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-mountd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.708106] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 11.709682] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 11.801965] RPC: Registered rdma transport module. [ 11.801979] RPC: Registered rdma backchannel transport module. [ 11.922020] NFSD: Using nfsdcld client tracking operations. [ 11.922041] NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000098) [ 11.928187] audit: type=1130 audit(1640124706.002:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-server comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.963374] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 11.966140] audit: type=1130 audit(1640124706.038:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 16.008304] audit: type=1131 audit(1640124710.082:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 18.739619] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 18.743567] audit: type=1130 audit(1640124712.815:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.166337] rfkill: input handler enabled [ 26.210200] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 26.210867] audit: type=1130 audit(1640124720.285:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpd@enp2s0f0.2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.210879] audit: type=1131 audit(1640124720.285:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpd@enp2s0f0.2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.210983] audit: type=1130 audit(1640124720.285:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpd@enp5s0.2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.210988] audit: type=1131 audit(1640124720.285:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpd@enp5s0.2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.212702] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 26.213178] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 26.214381] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 26.215356] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 26.216007] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 26.216135] audit: type=1131 audit(1640124720.288:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.216305] audit: type=1131 audit(1640124720.288:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-quit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.218008] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 26.221751] audit: type=1131 audit(1640124720.295:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.222196] audit: type=1131 audit(1640124720.295:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.222606] audit: type=1131 audit(1640124720.295:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gpsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.223038] audit: type=1131 audit(1640124720.295:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.236209] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 26.239062] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 26.243238] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ OK ] Removed slice Slice /system/gpsdctl. [ 26.315244] nfsd: last server has exited, flushing export cache [ OK ] Stopped Authorization Manager. [ OK ] Stopped User Login Management. [ OK ] Stopped User Manager for UID 120. [ OK ] Stopped Daemon for power management. [ OK ] Finished Generate shutdown-ramfs. [ 27.018830] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ OK ] Started Show Plymouth Reboot Screen. [ OK ] Stopped Apache Web Server. [ OK ] Stopped NFS server and services. Stopping GSSAPI Proxy Daemon... Stopping NFSv4 ID-name mapping service... Stopping NFS Mount Daemon... Stopping NFSv4 Client Tracking Daemon... Stopping NFS status monitor for NFSv2/3 locking.... [ 27.027562] systemd-journald[337]: Successfully sent stream file descriptor to service manager. Stopping User Runtime Directory /run/user/120... [ OK ] Stopped NFS status monitor for NFSv2/3 locking.. [ OK ] Stopped target Host and Network Name Lookups. [ OK ] Unmounted /run/user/120. [ OK ] Stopped User Runtime Directory /run/user/120. [ OK ] Removed slice User Slice of UID 120. [ 27.034339] systemd-journald[337]: Successfully sent stream file descriptor to service manager. Stopping Permit User Sessions... [ OK ] Stopped NFSv4 ID-name mapping service. [ OK ] Stopped Permit User Sessions. [ OK ] Stopped target User and Group Name Lookups. [ OK ] Stopped target Remote File Systems. [ OK ] Stopped GSSAPI Proxy Daemon. [ OK ] Stopped NFS Mount Daemon. [ OK ] Stopped NFSv4 Client Tracking Daemon. [ OK ] Stopped target Network is Online. [ OK ] Stopped target Network. [ OK ] Stopped target rpc_pipefs.target. Unmounting RPC Pipe File System... [ 27.057566] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ OK ] Stopped Network Manager Wait Online. Stopping Network Manager... [ 27.059122] wlp3s0: deauthenticating from e0:55:3d:f2:f3:b7 by local choice (Reason: 3=DEAUTH_LEAVING) Stopping WPA supplicant... [ OK ] Unmounted RPC Pipe File System. [ OK ] Stopped WPA supplicant. [ *** ] A stop job is running for Network Manager (8s / 1min 30s) [ 34.884260] r8169 0000:02:00.0 enp2s0f0: Link is Down [ OK ] Stopped Network Manager. [ 35.205869] kauditd_printk_skb: 48 callbacks suppressed [ 35.205874] audit: type=1131 audit(1640124729.278:153): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Stopping D-Bus System Message Bus... [ OK ] Stopped D-Bus System Message Bus. [ 35.222547] audit: type=1131 audit(1640124729.295:154): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Stopped target Basic System. [ OK ] Stopped Forward Password R…s to Plymouth Directory Watch. [ OK ] Stopped target Path Units. [ OK ] Stopped CUPS Scheduler. [ OK ] Stopped target Slice Units. [ OK ] Removed slice User and Session Slice. [ OK ] Stopped target Socket Units. [ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Closed CUPS Scheduler. [ OK ] Closed D-Bus System Message Bus Socket. [ OK ] Closed GPS (Global Positioning System) Daemon Sockets. [ OK ] Stopped target System Initialization. [ OK ] Stopped target Local Encrypted Volumes. [ OK ] Stopped Forward Password R…uests to Wall Directory Watch. [ OK ] Stopped target Local Verity Protected Volumes. Stopping Load/Save Screen …ess of backlight:amdgpu_bl0... [ 35.279566] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 35.280401] systemd-journald[337]: Successfully sent stream file descriptor to service manager. Stopping Set Up Additional Binary Formats... [ OK ] Stopped Apply Kernel Variables. [ 35.280948] audit: type=1131 audit(1640124729.355:155): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Stopping Network Time Synchronization... [ 35.282556] systemd-journald[337]: Successfully sent stream file descriptor to service manager. Stopping Record System Boot/Shutdown in UTMP... [ OK ] Stopped Load/Save Screen B…tness of backlight:amdgpu_bl0. [ 35.283929] audit: type=1131 audit(1640124729.358:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 35.284337] audit: type=1128 audit(1640124729.358:157): pid=1772 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' [ OK ] Stopped Set Up Additional Binary Formats. [ 35.284919] audit: type=1131 audit(1640124729.358:158): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Removed slice Slice /system/systemd-backlight. [ OK ] Unset automount Arbitrary …s File System Automount Point. [ OK ] Stopped Record System Boot/Shutdown in UTMP. [ 35.392821] audit: type=1131 audit(1640124729.465:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Stopped Network Time Synchronization. [ 37.757493] audit: type=1131 audit(1640124731.832:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Stopped Create Volatile Files and Directories. [ 37.758222] audit: type=1131 audit(1640124731.832:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Stopped target Local File Systems. Unmounting /boot... [ 37.776536] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ 37.777405] audit: type=1334 audit(1640124731.852:162): prog-id=0 op=UNLOAD Unmounting Temporary Directory /tmp... [ 37.778024] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ OK ] Unmounted /boot. [ OK ] Stopped File System Check on /dev/disk/by-uuid/611B-C3B0. [ OK ] Removed slice Slice /system/systemd-fsck. [ OK ] Stopped target Preparation for Local File Systems. Stopping Monitoring of LVM…meventd or progress polling... [ 37.828349] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ OK ] Stopped Remount Root and Kernel File Systems. [ OK ] Stopped File System Check on Root Device. [ OK ] Stopped Create Static Device Nodes in /dev. [ OK ] Unmounted Temporary Directory /tmp. [ OK ] Stopped target Swaps. Deactivating swap /dev/dis…81N_ADA6N43261050646T-part3... [ 37.862286] systemd-journald[337]: Successfully sent stream file descriptor to service manager. [ OK ] Deactivated swap /dev/disk…b-8497-7045-9f3a-27ce0c8aacea. [ OK ] Deactivated swap /dev/disk…X081N_ADA6N43261050646T-part3. [ OK ] Deactivated swap /dev/disk…5a5863d2ee4ac0000000001-part3. [ OK ] Deactivated swap /dev/disk…pci-0000:01:00.0-nvme-1-part3. [ OK ] Deactivated swap /dev/nvme0n1p3. [ OK ] Stopped Monitoring of LVM2… dmeventd or progress polling. [ OK ] Deactivated swap /dev/disk…6-f79d-4670-be55-3593647579d8. [ OK ] Reached target System Shutdown. [ OK ] Reached target Unmount All Filesystems. [ OK ] Reached target Late Shutdown Services. [ OK ] Finished System Reboot. [ OK ] Reached target System Reboot. [ 37.974697] watchdog: watchdog0: watchdog did not stop! [ 37.981444] systemd-shutdown[1]: Successfully forked off '(sd-sync)' as PID 1783. [ 37.981452] systemd-shutdown[1]: Syncing filesystems and block devices. [ 37.996673] systemd-shutdown[1]: binfmt_misc is not mounted, not detaching entries. [ 37.996683] systemd-shutdown[1]: Sending SIGTERM to remaining processes... [ 38.002222] systemd-journald[337]: Received SIGTERM from PID 1 (systemd-shutdow). [ 38.002234] systemd-journald[337]: systemd-journald stopped as PID 337 for the system. [ 38.078769] systemd-shutdown[1]: Sending SIGKILL to remaining processes... [ 38.083532] systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog [ 38.085287] systemd-shutdown[1]: Unmounting file systems. [ 38.085901] systemd-shutdown[1]: Successfully forked off '(sd-remount)' as PID 1784. [ 38.086149] [1784]: Remounting '/' read-only in with options 'discard'. [ 38.094104] EXT4-fs (nvme0n1p2): re-mounted. Opts: discard. Quota mode: none. [ 38.105872] systemd-shutdown[1]: All filesystems unmounted. [ 38.105876] systemd-shutdown[1]: Deactivating swaps. [ 38.105906] systemd-shutdown[1]: All swaps deactivated. [ 38.105907] systemd-shutdown[1]: Detaching loop devices. [ 38.105918] systemd-shutdown[1]: sd-device-enumerator: Scan all dirs [ 38.105933] systemd-shutdown[1]: sd-device-enumerator: Scanning /sys/bus [ 38.105960] systemd-shutdown[1]: sd-device-enumerator: Scanning /sys/class [ 38.106011] systemd-shutdown[1]: All loop devices detached. [ 38.106013] systemd-shutdown[1]: Stopping MD devices. [ 38.106015] systemd-shutdown[1]: sd-device-enumerator: Scan all dirs [ 38.106019] systemd-shutdown[1]: sd-device-enumerator: Scanning /sys/bus [ 38.106027] systemd-shutdown[1]: sd-device-enumerator: Scanning /sys/class [ 38.106042] systemd-shutdown[1]: All MD devices stopped. [ 38.106043] systemd-shutdown[1]: Detaching DM devices. [ 38.106046] systemd-shutdown[1]: sd-device-enumerator: Scan all dirs [ 38.106050] systemd-shutdown[1]: sd-device-enumerator: Scanning /sys/bus [ 38.106058] systemd-shutdown[1]: sd-device-enumerator: Scanning /sys/class [ 38.106071] systemd-shutdown[1]: All DM devices detached. [ 38.106073] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached. [ 38.106194] systemd-shutdown[1]: Successfully forked off '(sd-executor)' as PID 1785. [ 38.107653] [1785]: Successfully forked off '(direxec)' as PID 1786. [ 38.107800] [1785]: Successfully forked off '(direxec)' as PID 1787. [ 38.135139] [1785]: /usr/lib/systemd/system-shutdown/fwupd.shutdown succeeded. [ 38.135160] [1785]: /usr/lib/systemd/system-shutdown/mdadm.shutdown succeeded. [ 38.135338] systemd-shutdown[1]: (sd-executor) succeeded. [ 38.136392] systemd-shutdown[1]: KDSETMODE ioctl for switching to text mode failed on TTY, ignoring: Inappropriate ioctl for device [ 38.137064] systemd-shutdown[1]: Successfully changed into root pivot. [ 38.137072] systemd-shutdown[1]: Returning to initrd... [ 38.137964] watchdog: watchdog0: watchdog did not stop! [ 38.140489] shutdown[1]: No filesystem is currently mounted on /sys/fs/cgroup. [ 38.141647] shutdown[1]: Successfully forked off '(sd-sync)' as PID 1794. [ 38.141650] shutdown[1]: Syncing filesystems and block devices. [ 38.141880] shutdown[1]: binfmt_misc is not mounted, not detaching entries. [ 38.141889] shutdown[1]: Sending SIGTERM to remaining processes... [ 38.143984] shutdown[1]: Sending SIGKILL to remaining processes... [ 38.145249] shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog [ 38.145254] shutdown[1]: Unmounting file systems. [ 38.145494] shutdown[1]: Successfully forked off '(sd-remount)' as PID 1795. [ 38.145580] sd-remou[1795]: Remounting '/oldroot/proc/fs/nfsd' read-only in with options '(null)'. [ 38.145790] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1796. [ 38.145886] sd-umoun[1796]: Unmounting '/oldroot/proc/fs/nfsd'. [ 38.146149] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1797. [ 38.146246] sd-umoun[1797]: Unmounting '/oldroot/sys/fs/fuse/connections'. [ 38.146489] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1798. [ 38.146584] sd-umoun[1798]: Unmounting '/oldroot/sys/kernel/config'. [ 38.146798] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1799. [ 38.146892] sd-umoun[1799]: Unmounting '/oldroot/sys/kernel/tracing'. [ 38.147105] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1800. [ 38.147199] sd-umoun[1800]: Unmounting '/oldroot/sys/kernel/debug'. [ 38.147472] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1801. [ 38.147546] sd-umoun[1801]: Unmounting '/oldroot/dev/mqueue'. [ 38.147773] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1802. [ 38.147860] sd-umoun[1802]: Unmounting '/oldroot/dev/hugepages'. [ 38.148122] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1803. [ 38.148201] sd-umoun[1803]: Unmounting '/oldroot/sys/fs/bpf'. [ 38.148451] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1804. [ 38.148537] sd-umoun[1804]: Unmounting '/oldroot/sys/fs/pstore'. [ 38.148748] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1805. [ 38.148841] sd-umoun[1805]: Unmounting '/oldroot/sys/fs/cgroup'. [ 38.149181] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1806. [ 38.149259] sd-umoun[1806]: Unmounting '/oldroot/dev/shm'. [ 38.149496] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1807. [ 38.149580] sd-umoun[1807]: Unmounting '/oldroot/sys/kernel/security'. [ 38.149780] shutdown[1]: Successfully forked off '(sd-umount)' as PID 1808. [ 38.149865] sd-umoun[1808]: Unmounting '/old[ 38.181345] shutdown[1]: All filesystems unmounted. [ 38.181351] shutdown[1]: Deactivating swaps. [ 38.181363] shutdown[1]: All swaps deactivated. [ 38.181365] shutdown[1]: Detaching loop devices. [ 38.181380] shutdown[1]: sd-device-enumerator: Scan all dirs [ 38.181399] shutdown[1]: sd-device-enumerator: Scanning /sys/bus [ 38.181428] shutdown[1]: sd-device-enumerator: Scanning /sys/class [ 38.181486] shutdown[1]: All loop devices detached. [ 38.181488] shutdown[1]: Stopping MD d[ 0.000000] Linux version 5.16.0-1-MANJARO (builduser@fv-az47-82) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Mon Dec 20 15:49:00 UTC 2021 [ 0.000000] Command line: initrd=\amd-ucode.img initrd=\initramfs-5.16-x86_64.img root=UUID=1d6364ba-405b-47d9-b725-5d8a27081181 UUID=d2f21106-f79d-4670-be55-3593647579d8 crashkernel=256M debug console=ttyUSB0,115200n8 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 3376 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009c00000-0x0000000009da0fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000009da1000-0x0000000009efffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000009f0f000-0x00000000c4d7dfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000c4d7e000-0x00000000caf7dfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000caf7e000-0x00000000cbf7dfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000cbf7e000-0x00000000cbffdfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000cbffe000-0x00000000cdffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000072e2fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000072e300000-0x000000082fffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0x99d46018-0x99d53857] usable ==> usable [ 0.000000] e820: update [mem 0x99d46018-0x99d53857] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009bfffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009c00000-0x0000000009da0fff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000009da1000-0x0000000009efffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000009f0f000-0x0000000099d46017] usable [ 0.000000] reserve setup_data: [mem 0x0000000099d46018-0x0000000099d53857] usable [ 0.000000] reserve setup_data: [mem 0x0000000099d53858-0x00000000c4d7dfff] usable [ 0.000000] reserve setup_data: [mem 0x00000000c4d7e000-0x00000000caf7dfff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000caf7e000-0x00000000cbf7dfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000cbf7e000-0x00000000cbffdfff] ACPI data [ 0.000000] reserve setup_data: [mem 0x00000000cbffe000-0x00000000cdffffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000ce000000-0x00000000cfffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved [ 0.000000] reserve s[ 2.219452] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 2.219461] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 2.219465] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 2.219468] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 [ 2.219471] snd_hda_codec_realtek hdaudioC1D0: inputs: [ 2.219473] snd_hda_codec_realtek hdaudioC1D0: Mic=0x19 [ 2.257380] BPF:[111585] TYPEDEF ..percpu [ 2.257386] BPF:type_id=61 [ 2.257388] BPF: [ 2.257389] BPF:Invalid name [ 2.257390] BPF: [ 2.257390] [ 2.257392] failed to validate module [vboxdrv] BTF: -22 [ 2.275602] r8169 0000:05:00.0 enp5s0: renamed from eth1 [ 2.288586] fbcon: Taking over console [ 2.288769] Console: switching to colour frame buffer device 240x67 [ 2.314768] usb 5-3: new full-speed USB device number 3 using xhci_hcd [ 2.319577] amdgpu: Virtual CRAT table created for CPU [ 2.319587] amdgpu: Topology: Add CPU node [ 2.319636] checking generic (860000000 1fa4000) vs hw (860000000 10000000) [ 2.319638] fb0: switching to amdgpu from EFI VGA [ 2.319687] Console: switching to colour dummy device 80x25 [ 2.319719] amdgpu 0000:07:00.0: vgaarb: deactivate vga console [ 2.319750] amdgpu 0000:07:00.0: enabling device (0006 -> 0007) [ 2.320239] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x17AA:0x509B 0xD1). [ 2.320242] amdgpu 0000:07:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled [ 2.321443] [drm] register mmio base: 0xFD300000 [ 2.321444] [drm] register mmio size: 524288 [ 2.322690] [drm] add ip block number 0 <soc15_common> [ 2.322692] [drm] add[ 2.324285] [drm] Loading DMUB firmware via PSP: version=0x01010019 [ 2.327409] [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20 [ 2.327415] amdgpu 0000:07:00.0: amdgpu: Will use PSP to load VCN firmware [ 2.338668] inpu[ 2.376148] mt7921e 0000:03:00.0: enabling device (0000 -> 0002) [ 2.387465] mt7921e 0000:03:00.0: ASIC revision: 79610010 [ 2.392603] BPF:[111585] TYPEDEF ..percpu [ 2.392607] BPF:type_id=61 [ 2.392609] BPF: [ 2.392610] BPF:Invalid name [ 2.392612] BPF: [ 2.392612] [ 2.392615] failed to validate module [vboxdrv] BTF: -22 [ 2.392888] SVM: TSC scaling supported [ 2.392892] kvm: Nested Virtualization enabled [ 2.392894] SVM: kvm: Nested Paging enabled [ 2.392900] SVM: Virtual VMLOAD VMSAVE supported [ 2.392901] SVM: Virtual GIF supported [ 2.392902] SVM: LBR virtualization supported [ 2.498530] pcieport 0000:00:02.3: pciehp: Slot(0): Link Down [ 2.498535] pcieport 0000:00:02.3: pciehp: Slot(0): Card not present [ 2.502537] MCE: In-kernel MCE decoding enabled. [ 2.509980] usb 5-3: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00 [ 2.509997] usb 5-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 2.509997] usb 5-3: SerialNumber: b5fc037d8711 [ 2.641421] usb 5-4: new high-speed USB device number 4 using xhci_hcd [ 2.705121] BPF:[111581] FUNC data..percpu [ 2.705124] BPF:type_id=111582 [ 2.705125] BPF: [ 2.705126] BPF:Invalid name [ 2.705127] BPF: [ 2.705127] [ 2.705129] failed to validate module [acpi_call] BTF: -22 [ 2.785052] usb 5-4: New USB device found, idVendor=0489, idProduct=e0cd, bcdDevice= 1.00 [ 2.785057] usb 5-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7 [ 2.785059] usb 5-4: Product: Wireless_Device [ 2.785061] usb 5-4: Manufacturer: MediaTek Inc. [ 2.785062] usb 5-4: SerialNumber: 000000000 [ 2.879482] BPF:[111585] TYPEDEF ..percpu [ 2.879490] BPF:type_id=61 [ 2.879491] BPF: [ 2.879492] BPF:Invalid name [ 2.879493] BPF: [ 2.879493] [ 2.879494] failed to validate module [vboxdrv] BTF: -22 [ 2.936035] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694] [ 2.970352] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..] [ 2.970369] psmouse serio1: synaptics: Your touchpad (PNP: LEN2073 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@xxxxxxxxxxxxxxx. [ 3.036304] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf01ea3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 3418235 [ 3.036318] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 [ 3.078590] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9 [ 3.092436] mc: Linux media interface: v0.10 [ 3.092491] intel_rapl_common: Found RAPL domain package [ 3.092494] intel_rapl_common: Found RAPL domain core [ 3.092633] mousedev: PS/2 mouse device common for all mice [ 3.096573] BPF:[111585] TYPEDEF ..percpu [ 3.096577] BPF:type_id=61 [ 3.096578] BPF: [ 3.096579] BPF:Invalid name [ 3.096580] BPF: [ 3.096580] [ 3.096583] failed to validate module [vboxdrv] BTF: -22 [ 3.141523] videodev: Linux video capture interface: v2.00 [ 3.161888] [drm] reserve 0x400000 from 0xf4ff800000 for PSP TMR [ 3.250217] amdgpu 0000:07:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 3.259677] amdgpu 0000:07:00.0: amdgpu: RAP: optional rap ta ucode is not available [ 3.259682] amdgpu 0000:07:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 3.260198] amdgpu 0000:07:00.0: amdgpu: SMU is initialized successfully! [ 3.261085] [drm] Display Core initialized with v3.2.160! [ 3.261731] [drm] DMUB hardware initialized: version=0x01010019 [ 3.273259] BPF:[111585] TYPEDEF ..percpu [ 3.273262] BPF:type_id=61 [ 3.273264] BPF: [ 3.273265] BPF:Invalid name [ 3.273266] BPF: [ 3.273266] [ 3.273269] failed to validate module [vboxdrv] BTF: -22 [ 3.274777] Bluetooth: Core ver 2.22 [ 3.274795] NET: Registered PF_BLUETOOTH protocol family [ 3.274796] Bluetooth: HCI device and connection manager initialized [ 3.274800] Bluetooth: HCI socket layer initialized [ 3.274802] Bluetooth: L2CAP socket layer initialized [ 3.274805] Bluetooth: SCO socket layer initialized [ 3.280585] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 3.466611] [drm] kiq ring mec 2 pipe 1 q 0 [ 3.468207] BPF:[111581] FUNC data..percpu [ 3.468213] BPF:type_id=111582 [ 3.468214] BPF: [ 3.468216] BPF:Invalid name [ 3.468217] BPF: [ 3.468217] [ 3.468218] failed to validate module [acpi_call] BTF: -22 [ 3.469836] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 3.469878] [drm] JPEG decode initialized successfully. [ 3.471680] kfd kfd: amdgpu: Allocated 3969056 bytes on gart [ 3.472435] usb 1-2: Found UVC 1.00 device Integrated Camera (5986:910c) [ 3.493180] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:02.7/0000:06:00.0/usb1/1-2/1-2:1.0/input/input17 [ 3.495077] usb 1-2: Found UVC 1.00 device Integrated Camera (5986:910c) [ 3.506004] memmap_init_zone_device initialised 1048576 pages in 7ms [ 3.506013] amdgpu: HMM registered 4096MB device memory [ 3.506041] amdgpu: SRAT table not found [ 3.506042] amdgpu: Virtual CRAT table created for GPU [ 3.506509] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:02.7/0000:06:00.0/usb1/1-2/1-2:1.2/input/input18 [ 3.506572] usbcore: registered new interface driver uvcvideo [ 3.507428] amdgpu: Topology: Add dGPU node [0x1638:0x1002] [ 3.507431] kfd kfd: amdgpu: added device 1002:1638 [ 3.507757] amdgpu 0000:07:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 28 [ 3.511121] [drm] fb mappable at 0x730CD2000 [ 3.511123] [drm] vram apper at 0x730000000 [ 3.511124] [drm] size 33177600 [ 3.511125] [drm] fb depth is 24 [ 3.511125] [drm] pitch is 15360 [ 3.511164] fbcon: amdgpudrmfb (fb0) is primary device [ 3.518092] mt7921e 0000:03:00.0: Timeout for driver own [ 3.518146] ------------[ cut here ]------------ [ 3.518147] WARNING: CPU: 0 PID: 551 at drivers/iommu/dma-iommu.c:848 iommu_dma_unmap_page+0x79/0xa0 [ 3.518151] Modules linked in: amd64_edac(+) btrtl(+) uvcvideo acpi_call(OE-) pcc_cpufreq(-) btbcm videobuf2_vmalloc btintel videobuf2_memops videobuf2_v4l2 videobuf2_common bluetooth videodev joydev mousedev mc ecdh_generic intel_rapl_msr intel_rapl_common edac_mce_amd mt7921e(+) kvm_amd mt7921_common snd_soc_dmic snd_acp3x_rn snd_acp3x_pdm_dma snd_ctl_led kvm mt76_connac_lib snd_hda_codec_realtek snd_soc_core irqbypass mt76 snd_hda_codec_generic snd_hda_codec_hdmi psmouse crct10dif_pclmul serio_raw snd_compress snd_hda_intel ac97_bus think_lmi crc32_pclmul atkbd amdgpu(+) mac80211 snd_pcm_dmaengine ghash_clmulni_intel firmware_attributes_class wmi_bmof libps2 snd_intel_dspcfg libarc4 snd_intel_sdw_acpi aesni_intel snd_hda_codec crypto_simd snd_hda_core cryptd snd_hwdep rapl cfg80211 thinkpad_acpi snd_pcm sdhci_pci ucsi_acpi tpm_crb snd_pci_acp5x cqhci ledtrig_audio snd_timer r8169 platform_profile typec_ucsi pcspkr gpu_sched sdhci snd_rn_pci_acp3x vfat snd typec drm_ttm_helper [ 3.518173] sp5100_tco xhci_pci fat k10temp ccp i2c_piix4 ttm snd_pci_acp3x mmc_core xhci_pci_renesas rfkill realtek roles wmi tpm_tis soundcore i8042 tpm_tis_core serio tpm video i2c_scmi acpi_cpufreq rng_core pinctrl_amd mac_hid nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 3.518185] CPU: 0 PID: 551 Comm: napi/phy0-323 Tainted: G OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 3.518187] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 3.518188] RIP: 0010:iommu_dma_unmap_page+0x79/0xa0 [ 3.518189] Code: 2b 4c 3b 20 72 26 4c 3b 60 08 73 20 49 89 d8 44 89 f1 5b 4c 89 ea 4c 89 e6 48 89 ef 5d 41 5c 41 5d 41 5e 41 5f e9 87 68 9f ff <0f> 0b 5b 5d 41 5c 41 5d 41 5e 41 5f 31 c0 89 c2 89 c1 89 c6 89 c7 [ 3.518190] RSP: 0018:ffff9e8342347dd0 EFLAGS: 00010246 [ 3.518191] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 [ 3.518192] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 [ 3.518192] RBP: ffff899c4172b0d0 R08: 0000000000000000 R09: 0000000000000000 [ 3.518193] R10: 0000000000000000 R11: 0000000000000000 R12: ffff899c5824a440 [ 3.518193] R13: 00000000000006c0 R14: 0000000000000002 R15: 00000000fff17800 [ 3.518194] FS: 0000000000000000(0000) GS:ffff89a251e00000(0000) knlGS:0000000000000000 [ 3.518195] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 3.518195] CR2: 00005583e8d01af8 CR3: 0000000104676000 CR4: 0000000000750ef0 [ 3.518196] PKRU: 55555554 [ 3.518196] Call Trace: [ 3.518198] <TASK> [ 3.518200] mt76_dma_rx_poll+0x26f/0x4b0 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 3.518205] mt7921_poll_rx+0x4a/0xf0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 3.518209] __napi_poll+0x2c/0x170 [ 3.518212] ? __napi_poll+0x170/0x170 [ 3.518214] napi_threaded_poll+0x14d/0x160 [ 3.518215] kthread+0x15c/0x180 [ 3.518218] ? set_kthread_struct+0x50/0x50 [ 3.518219] ret_from_fork+0x22/0x30 [ 3.518222] </TASK> [ 3.518222] ---[ end trace 36df375102c49349 ]--- [ 3.518469] ------------[ cut here ]------------ [ 3.518470] WARNING: CPU: 11 PID: 392 at drivers/iommu/dma-iommu.c:848 iommu_dma_unmap_page+0x79/0xa0 [ 3.518472] Modules linked in: amd64_edac(+) btrtl(+) uvcvideo acpi_call(OE-) pcc_cpufreq(-) btbcm videobuf2_vmalloc btintel videobuf2_memops videobuf2_v4l2 videobuf2_common bluetooth videodev joydev mousedev mc ecdh_generic intel_rapl_msr intel_rapl_common edac_mce_amd mt7921e(+) kvm_amd mt7921_common snd_soc_dmic snd_acp3x_rn snd_acp3x_pdm_dma snd_ctl_led kvm mt76_connac_lib snd_hda_codec_realtek snd_soc_core irqbypass mt76 snd_hda_codec_generic snd_hda_codec_hdmi psmouse crct[ 3.614894] amdgpu 0000:07:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0 [ 3.614900] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 3.614902] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 3.614904] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 3.614905] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 3.614906] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 o[ 3.637616] BPF:[111585] TYPEDEF ..percpu [ 3.637622] BPF:type_id=61 [ 3.637624] BPF: [ 3.637625] BPF:Invalid name [ 3.637627] BPF: [ 3.637627] [ 3.637629] failed to validate module [vboxdrv] BTF: -22 [ 3.639908] usbcore: [ 3.787316] Bluetooth: hci0: Device setup in 143887 usecs [ 3.812099] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16 [ 3.832652] BPF:[111585] TYPEDEF ..percpu [ 3.832655] BPF:type_id=61 [ 3.832656] BPF: [ 3.832657] BPF:Invalid name [ 3.832658] BPF: [ 3.832658] [ 3.832659] failed to validate module [vboxdrv] BTF: -22 [ 4.052590] BPF:[111585] TYPEDEF ..percpu [ 4.052598] BPF:type_id=61 [ 4.052599] BPF: [ 4.052600] BPF:Invalid name [ 4.052601] BPF: [ 4.052601] [ 4.052604] failed to validate module [vboxdrv] BTF: -22 [ 4.134971] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 4.145630] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 4.230158] BPF:[111581] FUNC data..percpu [ 4.230167] BPF:type_id=111582 [ 4.230169] BPF: [ 4.230170] BPF:Invalid name [ 4.230172] BPF: [ 4.230172] [ 4.230173] failed to validate module [acpi_call] BTF: -22 [ 4.371908] BPF:[111585] TYPEDEF ..percpu [ 4.371915] BPF:type_id=61 [ 4.371916] BPF: [ 4.371917] BPF:Invalid name [ 4.371917] BPF: [ 4.371917] [ 4.371919] failed to validate module [vboxdrv] BTF: -22 [ 4.488310] BPF:[111585] TYPEDEF ..percpu [ 4.488317] BPF:type_id=61 [ 4.488317] BPF: [ 4.488317] BPF:Invalid name [ 4.488318] BPF: [ 4.488318] [ 4.488319] failed to validate module [vboxdrv] BTF: -22 [ 4.581413] mt7921e 0000:03:00.0: Timeout for driver own [ 4.581662] ------------[ cut here ]------------ [ 4.581667] WARNING: CPU: 2 PID: 552 at drivers/iommu/dma-iommu.c:848 iommu_dma_unmap_page+0x79/0xa0 [ 4.581672] Modules linked in: btusb btrtl uvcvideo btbcm videobuf2_vmalloc btintel videobuf2_memops videobuf2_v4l2 videobuf2_common bluetooth videodev joydev mousedev mc ecdh_generic intel_rapl_msr intel_rapl_common edac_mce_amd mt7921e(+) kvm_amd mt7921_common snd_soc_dmic snd_acp3x_rn snd_acp3x_pdm_dma snd_ctl_led kvm mt76_connac_lib snd_hda_codec_realtek snd_soc_core irqbypass mt76 snd_hda_codec_generic snd_hda_codec_hdmi psmouse crct10dif_pclmul serio_raw snd_compress snd_hda_intel ac97_bus think_lmi crc32_pclmul atkbd amdgpu mac80211 snd_pcm_dmaengine ghash_clmulni_intel firmware_attributes_class wmi_bmof libps2 snd_intel_dspcfg libarc4 snd_intel_sdw_acpi aesni_intel snd_hda_codec crypto_simd snd_hda_core cryptd snd_hwdep rapl cfg80211 thinkpad_acpi snd_pcm sdhci_pci ucsi_acpi tpm_crb snd_pci_acp5x cqhci ledtrig_audio snd_timer r8169 platform_profile typec_ucsi pcspkr gpu_sched sdhci snd_rn_pci_acp3x vfat snd typec drm_ttm_helper sp5100_tco xhci_pci fat k10temp ccp i2c_piix4 ttm [ 4.581698] snd_pci_acp3x mmc_core xhci_pci_renesas rfkill realtek roles wmi tpm_tis soundcore i8042 tpm_tis_core serio tpm video i2c_scmi acpi_cpufreq rng_core pinctrl_amd mac_hid nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 4.581712] CPU: 2 PID: 552 Comm: napi/phy0-324 Tainted: G W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 4.581715] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 4.581716] RIP: 0010:iommu_dma_unmap_page+0x79/0xa0 [ 4.581718] Code: 2b 4c 3b 20 72 26 4c 3b 60 08 73 20 49 89 d8 44 89 f1 5b 4c 89 ea 4c 89 e6 48 89 ef 5d 41 5c 41 5d 41 5e 41 5f e9 87 68 9f ff <0f> 0b 5b 5d 41 5c 41 5d 41 5e 41 5f 31 c0 89 c2 89 c1 89 c6 89 c7 [ 4.581720] RSP: 0018:ffff9e834234fdd0 EFLAGS: 00010246 [ 4.581722] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 [ 4.581724] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 [ 4.581725] RBP: ffff899c4172b0d0 R08: 0000000000000000 R09: 0000000000000000 [ 4.581726] R10: 0000000000000000 R11: 0000000000000000 R12: ffff899c5824a4a8 [ 4.581727] R13: 00000000000006c0 R14: 0000000000000002 R15: 00000000ffe68800 [ 4.581728] FS: 0000000000000000(0000) GS:ffff89a251e80000(0000) knlGS:0000000000000000 [ 4.581730] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 4.581731] CR2: 00007f535c0abf38 CR3: 00000002c8c10000 CR4: 0000000000750ee0 [ 4.581732] PKRU: 55555554 [ 4.581734] Call Trace: [ 4.581735] <TASK> [ 4.581737] mt76_dma_rx_poll+0x26f/0x4b0 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 4.581744] mt7921_poll_rx+0x4a/0xf0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 4.581748] __napi_poll+0x2c/0x170 [ 4.581752] ? __napi_poll+0x170/0x170 [ 4.581754] napi_threaded_poll+0x14d/0x160 [ 4.581756] kthread+0x15c/0x180 [ 4.581759] ? set_kthread_struct+0x50/0x50 [ 4.581761] ret_from_fork+0x22/0x30 [ 4.581765] </TASK> [ 4.581766] ---[ end trace 36df375102c4934b ]--- [ 4.581873] BUG: Bad page state in process napi/phy0-324 pfn:11ec10 [ 4.581875] page:0000000023875ff7 refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x11ec10 [ 4.581878] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 4.581881] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 4.581883] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 4.581883] page dumped because: nonzero _refcount [ 4.581884] Modules linked in: btusb btrtl uvcvideo btbcm videobuf2_vmalloc btintel videobuf2_memops videobuf2_v4l2 videobuf2_common bluetooth videodev joydev mousedev mc ecdh_generic intel_rapl_msr intel_rapl_common edac_mce_amd mt7921e(+) kvm_amd mt7921_common snd_soc_dmic snd_acp3x_rn snd_acp3x_pdm_dma snd_ctl_led kvm mt76_connac_lib snd_hda_codec_realtek snd_soc_core irqbypass mt76 snd_hda_codec_generic snd_hda_codec_hdmi psmouse crct10dif_pclmul serio_raw snd_compress snd_hda_intel ac97_bus think_lmi crc32_pclmul atkbd amdgpu mac80211 snd_pcm_dmaengine ghas[ 4.602498] BPF:[111585] TYPEDEF ..percpu [ 4.602500] BPF:type_id=61 [ 4.602501] BPF: [ 4.602502] BPF:Invalid name [ 4.602502] BPF: [ 4.602502] [ 4.602504] failed to validate module [vboxdrv] BTF: -22 [ 4.736421] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 4.736424] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@xxxxxxxxx>. All Rights Reserved. [ 4.751042] BPF:[111585] TYPEDEF ..percpu [ 4.751044] BPF:type_id=61 [ 4.751045] BPF: [ 4.751046] BPF:Invalid name [ 4.751047] BPF: [ 4.751047] [ 4.751048] failed to validate module [vboxdrv] BTF: -22 [ 4.852433] BPF:[111585] TYPEDEF ..percpu [ 4.852436] BPF:type_id=61 [ 4.852437] BPF: [ 4.852437] BPF:Invalid name [ 4.852438] BPF: [ 4.852438] [ 4.852439] failed to validate module [vboxdrv] BTF: -22 [ 4.985310] BPF:[111585] TYPEDEF ..percpu [ 4.985313] BPF:type_id=61 [ 4.985314] BPF: [ 4.985315] BPF:Invalid name [ 4.985315] BPF: [ 4.985315] [ 4.985316] failed to validate module [vboxdrv] BTF: -22 [ 5.115410] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.190796] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.205731] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.215773] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.229729] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.242718] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.252858] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.266874] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.282858] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.295951] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.310082] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.322669] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.332798] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.342807] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.352802] kauditd_printk_skb: 13 callbacks suppressed [ 5.352804] audit: type=1334 audit(1640124750.376:24): prog-id=10 op=LOAD [ 5.352924] audit: type=1334 audit(1640124750.376:25): prog-id=11 op=LOAD [ 5.353007] audit: type=1334 audit(1640124750.376:26): prog-id=12 op=LOAD [ 5.353483] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.391995] audit: type=1130 audit(1640124750.416:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.411991] audit: type=1130 audit(1640124750.436:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autorandr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.412001] audit: type=1131 audit(1640124750.436:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autorandr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.457980] audit: type=1130 audit(1640124750.479:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpd@enp2s0f0.2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 5.481986] audit: type=1130 audit(1640124750.506:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpd@enp5s0.2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 5.501986] audit: type=1130 audit(1640124750.526:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.501994] audit: type=1131 audit(1640124750.526:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.502751] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.555875] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.598856] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 5.598863] Bluetooth: BNEP filters: protocol multicast [ 5.598866] Bluetooth: BNEP socket layer initialized [ 5.605495] NET: Registered PF_ALG protocol family [ 5.642001] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.655794] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.661417] mt7921e 0000:03:00.0: Timeout for driver own [ 5.676004] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.687641] NET: Registered PF_QIPCRTR protocol family [ 5.695976] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.709883] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.724108] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.743035] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.763149] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.799520] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.801954] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.823054] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.831429] Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC) [ 5.845887] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.863127] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.873912] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.880410] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.880468] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.894534] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.900989] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.924837] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.951510] r8169 0000:02:00.0 enp2s0f0: Link is Down [ 5.976538] 8021q: 802.1Q VLAN Support v1.8 [ 5.991592] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 5.996826] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 6.004820] Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC) [ 6.015262] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 6.015338] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 6.018497] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 6.079241] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 6.098264] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 6.098315] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 6.198165] r8169 0000:05:00.0 enp5s0: Link is Down [ 6.734751] mt7921e 0000:03:00.0: Timeout for driver own [ 6.735140] BUG: Bad page state in process systemd-udevd pfn:125098 [ 6.735145] page:00000000099449bf refcount:0 mapcount:-512 mapping:0000000000000000 index:0x0 pfn:0x125098 [ 6.735148] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 6.735151] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 6.735153] raw: 0000000000000000 0000000000000000 00000000fffffdff 0000000000000000 [ 6.735153] page dumped because: nonzero mapcount [ 6.735154] Modules linked in: 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel btusb btrtl uvcvideo btbcm videobuf2_vmalloc btintel videobuf2_memops videobuf2_v4l2 videobuf2_common bluetooth videodev joydev mousedev mc ecdh_generic intel_rapl_msr intel_rapl_common edac_mce_amd mt7921e(+) kvm_amd mt7921_common snd_soc_dmic snd_acp3x_rn snd_acp3x_pdm_dma snd_ctl_led kvm mt76_connac_lib snd_hda_codec_realtek snd_soc_core irqbypass mt76 snd_hda_codec_generic snd_hda_codec_hdmi psmouse crct10dif_pclmul serio_raw snd_compress snd_hda_intel ac97_bus think_lmi crc32_pclmul atkbd amdgpu mac80211 snd_pcm_dmaengine ghash_clmulni_intel firmware_attributes_class wmi_bmof libps2 snd_intel_dspcfg libarc4 snd_intel_sdw_acpi aesni_intel snd_hda_codec crypto_simd snd_hda_core cryptd snd_hwdep rapl [ 6.735193] cfg80211 thinkpad_acpi snd_pcm sdhci_pci ucsi_acpi tpm_crb snd_pci_acp5x cqhci ledtrig_audio snd_timer r8169 platform_profile typec_ucsi pcspkr gpu_sched sdhci snd_rn_pci_acp3x vfat snd typec drm_ttm_helper sp5100_tco xhci_pci fat k10temp ccp i2c_piix4 ttm snd_pci_acp3x mmc_core xhci_pci_renesas rfkill realtek roles wmi tpm_tis soundcore i8042 tpm_tis_core serio tpm video i2c_scmi acpi_cpufreq rng_core pinctrl_amd mac_hid nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 6.735225] CPU: 2 PID: 392 Comm: systemd-udevd Tainted: G B W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 6.735228] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 6.735230] Call Trace: [ 6.735231] <TASK> [ 6.735233] dump_stack_lvl+0x48/0x66 [ 6.735239] bad_page.cold+0x63/0x94 [ 6.735242] free_pcppages_bulk+0x1f2/0x380 [ 6.735246] free_unref_page+0xbd/0x140 [ 6.735250] mt76_dma_rx_cleanup+0x94/0x120 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 6.735257] mt7921_wpdma_reset+0xbc/0x1c0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 6.735262] mt7921_register_device+0x32b/0x5e0 [mt7921_common de62e6211a822ebe8196f9a6a704d937124a5fd7] [ 6.735268] mt7921_pci_probe+0x1f1/0x230 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 6.735270] ? __pm_runtime_resume+0x58/0x80 [ 6.735274] local_pci_probe+0x45/0x90 [ 6.735277] ? pci_match_device+0xdf/0x140 [ 6.735279] pci_device_probe+0xcf/0x1c0 [ 6.735280] really_probe+0x203/0x400 [ 6.735283] __driver_probe_device+0x112/0x190 [ 6.735285] driver_probe_device+0x1e/0x90 [ 6.735286] __driver_attach+0xc8/0x1e0 [ 6.735289] ? __device_attach_driver+0xf0/0xf0 [ 6.735290] ? __device_attach_driver+0xf0/0xf0 [ 6.735291] bus_for_each_dev+0x8d/0xe0 [ 6.735293] bus_add_driver+0x154/0x200 [ 6.735294] driver_register+0x8f/0xf0 [ 6.735297] ? 0xffffffffc0538000 [ 6.735298] do_one_initcall+0x57/0x220 [ 6.735302] do_init_module+0x5c/0x270 [ 6.735305] load_module+0x25d7/0x27a0 [ 6.735308] ? __do_sys_init_module+0x12e/0x1b0 [ 6.735309] __do_sys_init_module+0x12e/0x1b0 [ 6.735312] do_syscall_64+0x5c/0x90 [ 6.735315] ? handle_mm_fault+0xb2/0x290 [ 6.735317] ? do_user_addr_fault+0x1d7/0x6a0 [ 6.735320] ? exc_page_fault+0x72/0x180 [ 6.735322] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 6.735324] RIP: 0033:0x7feec45e132e [ 6.735327] Code: 48 8b 0d 45 0b 0c 00 f7 d8 [ 6.781432] systemd-journald[334]: Compressed data object 990 -> 532 using ZSTD [ 6.781487] systemd-journald[334]: Compressed data object 607 -> 390 using ZSTD [ 7.403105] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.443773] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.446438] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.457408] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.459315] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.460228] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.470206] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.480868] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.526772] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.528360] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.528487] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.529787] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.529901] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.531136] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.531253] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.532428] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.532572] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.533809] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.533865] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.535023] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.535116] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.536677] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.536858] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.538364] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.538460] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.540118] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.540194] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.541431] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.541568] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.543874] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.543956] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.546518] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.546598] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.548206] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.548283] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.549765] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.549854] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.551350] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.551512] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.553757] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.553957] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.582833] rfkill: input handler disabled [ 7.667320] Bluetooth: hci0: Device setup in 140578 usecs [ 7.772615] Bluetooth: RFCOMM TTY layer initialized [ 7.772623] Bluetooth: RFCOMM socket layer initialized [ 7.772626] Bluetooth: RFCOMM ver 1.11 [ 7.803627] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 7.811426] mt7921e 0000:03:00.0: Timeout for driver own [ 7.811450] ------------[ cut here ]------------ [ 7.811453] WARNING: CPU: 7 PID: 551 at drivers/iommu/dma-iommu.c:848 iommu_dma_unmap_page+0x79/0xa0 [ 7.811459] Modules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel btusb btrtl uvcvideo btbcm videobuf2_vmalloc btintel videobuf2_memops videobuf2_v4l2 videobuf2_common bluetooth videodev joydev mousedev mc ecdh_generic intel_rapl_msr intel_rapl_common edac_mce_amd mt7921e(+) kvm_amd mt7921_common snd_soc_dmic snd_acp3x_rn snd_acp3x_pdm_dma snd_ctl_led kvm mt76_connac_lib snd_hda_codec_realtek snd_soc_core irqbypass mt76 snd_hda_codec_generic snd_hda_codec_hdmi psmouse crct10dif_pclmul serio_raw snd_compress snd_hda_intel ac97_bus think_lmi crc32_pclmul atkbd amdgpu mac80211 snd_pcm_dmaengine ghash_clmulni_intel firmware_attributes_class wmi_bmof libps2 snd_intel_dspcfg libarc4 snd_intel_sdw_acpi aesni_intel [ 7.811516] snd_hda_codec crypto_simd snd_hda_core cryptd snd_hwdep rapl cfg80211 thinkpad_acpi snd_pcm sdhci_pci ucsi_acpi tpm_crb snd_pci_acp5x cqhci ledtrig_audio snd_timer r8169 platform_profile typec_ucsi pcspkr gpu_sched sdhci snd_rn_pci_acp3x vfat snd typec drm_ttm_helper sp5100_tco xhci_pci fat k10temp ccp i2c_piix4 ttm snd_pci_acp3x mmc_core xhci_pci_renesas rfkill realtek roles wmi tpm_tis soundcore i8042 tpm_tis_core serio tpm video i2c_scmi acpi_cpufreq rng_core pinctrl_amd mac_hid nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 7.811559] CPU: 7 PID: 551 Comm: napi/phy0-323 Tainted: G B W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 7.811562] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 7.811563] RIP: 0010:iommu_dma_unmap_page+0x79/0xa0 [ 7.811566] Code: 2b 4c 3b 20 72 26 4c 3b 60 08 73 20 49 89 d8 44 89 f1 5b 4c 89 ea 4c 89 e6 48 89 ef 5d 41 5c 41 5d 41 5e 41 5f e9 87 68 9f ff <0f> 0b 5b 5d 41 5c 41 5d 41 5e 41 5f 31 c0 89 c2 89 c1 89 c6 89 c7 [ 7.811567] RSP: 0018:ffff9e8342347dd0 EFLAGS: 00010246 [ 7.811569] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 [ 7.811570] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 [ 7.811571] RBP: ffff899c4172b0d0 R08: 0000000000000000 R09: 0000000000000000 [ 7.811572] R10: 0000000000000000 R11: 0000000000000000 R12: ffff899c5824a440 [ 7.811573] R13: 00000000000006c0 R14: 0000000000000002 R15: 00000000ff4dc000 [ 7.811574] FS: 0000000000000000(0000) GS:ffff89a251fc0000(0000) knlGS:0000000000000000 [ 7.811576] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 7.811577] CR2: 00007f3853208a6c CR3: 00000002c8c10000 CR4: 0000000000750ee0 [ 7.811578] PKRU: 55555554 [ 7.811579] Call Trace: [ 7.811581] <TASK> [ 7.811584] mt76_dma_rx_poll+0x26f/0x4b0 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 7.811592] mt7921_poll_rx+0x4a/0xf0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 7.811597] __napi_poll+0x2c/0x170 [ 7.811601] ? __napi_poll+0x170/0x170 [ 7.811603] napi_threaded_poll+0x14d/0x160 [ 7.811606] kthread+0x15c/0x180 [ 7.811609] ? set_kthread_struct+0x50/0x50 [ 7.811611] ret_from_fork+0x22/0x30 [ 7.811615] </TASK> [ 7.811616] ---[ end trace 36df375102c4934c ]--- [ 7.815027] systemd-journald[334]: Compressed data object 985 -> 536 using ZSTD [ 7.815067] systemd-journald[334]: Compressed data object 668 -> 413 using ZSTD [ 8.888087] mt7921e 0000:03:00.0: Timeout for driver own [ 9.964749] mt7921e 0000:03:00.0: Timeout for driver own [ 11.044752] mt7921e 0000:03:00.0: Timeout for driver own [ 11.045021] ------------[ cut here ]------------ [ 11.045027] WARNING: CPU: 12 PID: 552 at drivers/iommu/dma-iommu.c:848 iommu_dma_unmap_page+0x79/0xa0 [ 11.045033] Modules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel btusb btrtl uvcvideo btbcm videobuf2_vmalloc btintel videobuf2_memops videobuf2_v4l2 videobuf2_common bluetooth videodev joydev mousedev mc ecdh_generic intel_rapl_msr intel_rapl_common edac_mce_amd mt7921e(+) kvm_amd mt7921_common snd_soc_dmic snd_acp3x_rn snd_acp3x_pdm_dma snd_ctl_led kvm mt76_connac_lib snd_hda_codec_realtek snd_soc_core irqbypass mt76 snd_hda_codec_generic snd_hda_codec_hdmi psmouse crct10dif_pclmul serio_raw snd_compress snd_hda_intel ac97_bus think_lmi crc32_pclmul atkbd amdgpu mac80211 snd_pcm_dmaengine ghash_clmulni_intel firmware_attributes_class wmi_bmof libps2 snd_intel_dspcfg libarc4 snd_intel_sdw_acpi aesni_intel [ 11.045067] snd_hda_codec crypto_simd snd_hda_core cryptd snd_hwdep rapl cfg80211 thinkpad_acpi snd_pcm sdhci_pci ucsi_acpi tpm_crb snd_pci_acp5x cqhci ledtrig_audio snd_timer r8169 platform_profile typec_ucsi pcspkr gpu_sched sdhci snd_rn_pci_acp3x vfat snd typec drm_ttm_helper sp5100_tco xhci_pci fat k10temp ccp i2c_piix4 ttm snd_pci_acp3x mmc_core xhci_pci_renesas rfkill realtek roles wmi tpm_tis soundcore i8042 tpm_tis_core serio tpm video i2c_scmi acpi_cpufreq rng_core pinctrl_amd mac_hid nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 11.045100] CPU: 12 PID: 552 Comm: napi/phy0-324 Tainted: G B W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 11.045103] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 11.045104] RIP: 0010:iommu_dma_unmap_page+0x79/0xa0 [ 11.045106] Code: 2b 4c 3b 20 72 26 4c 3b 60 08 73 20 49 89 d8 44 89 f1 5b 4c 89 ea 4c 89 e6 48 89 ef 5d 41 5c 41 5d 41 5e 41 5f e9 87 68 9f ff <0f> 0b 5b 5d 41 5c 41 5d 41 5e 41 5f 31 c0 89 c2 89 c1 89 c6 89 c7 [ 11.045108] RSP: 0018:ffff9e834234fdd0 EFLAGS: 00010246 [ 11.045110] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 [ 11.045111] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 [ 11.045112] RBP: ffff899c4172b0d0 R08: 0000000000000000 R09: 0000000000000000 [ 11.045113] R10: 0000000000000000 R11: 0000000000000000 R12: ffff899c5824a4a8 [ 11.045114] R13: 00000000000006c0 R14: 0000000000000002 R15: 00000000ffaf0000 [ 11.045115] FS: 0000000000000000(0000) GS:ffff89a252100000(0000) knlGS:0000000000000000 [ 11.045116] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 11.045117] CR2: 00007f0ca80116c8 CR3: 00000002c8c10000 CR4: 0000000000750ee0 [ 11.045118] PKRU: 55555554 [ 11.045119] Call Trace: [ 11.045120] <TASK> [ 11.045122] mt76_dma_rx_poll+0x26f/0x4b0 [mt76 38914422533eea8f7de7062b22740222ae6696aa] [ 11.045129] mt7921_poll_rx+0x4a/0xf0 [mt7921e c9c5ddc0c86616f123c90aadf837c5b1ca6179c1] [ 11.045133] __napi_poll+0x2c/0x170 [ 11.045138] ? __napi_poll+0x170/0x170 [ 11.045139] napi_threaded_poll+0x14d/0x160 [ 11.045141] kthread+0x15c/0x180 [ 11.045145] ? set_kthread_struct+0x50/0x50 [ 11.045147] ret_from_fork+0x22/0x30 [ 11.045151] </TASK> [ 11.045152] ---[ end trace 36df375102c4934d ]--- [ 11.547723] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 11.547791] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 11.548186] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 11.548253] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 12.121415] mt7921e 0000:03:00.0: Timeout for driver own [ 12.202224] kauditd_printk_skb: 57 callbacks suppressed [ 12.202226] audit: type=1130 audit(1640124757.226:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 12.246654] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 12.247332] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 12.257149] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 12.266150] audit: type=1130 audit(1640124757.289:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpcbind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 12.272503] audit: type=1130 audit(1640124757.296:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 12.280069] audit: type=1130 audit(1640124757.302:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-mountd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 12.281275] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 12.282762] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 12.300436] BUG: Bad page state in process modprobe pfn:130a50 [ 12.300440] page:00000000995ee664 refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x130a50 [ 12.300443] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 12.300446] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 12.300448] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 12.300448] page dumped because: nonzero _refcount [ 12.300449] Modules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel btusb btrtl uvcvideo btbcm videobuf2_vmalloc btintel videobuf2_memops videobuf2_v4l2 videobuf2_common bluetooth videodev joydev mousedev mc ecdh_generic intel_rapl_msr intel_rapl_common edac_mce_amd mt7921e(+) kvm_amd mt7921_common snd_soc_dmic snd_acp3x_rn snd_acp3x_pdm_dma snd_ctl_led kvm mt76_connac_lib snd_hda_codec_realtek snd_soc_core irqbypass mt76 snd_hda_codec_generic snd_hda_codec_hdmi psmouse crct10dif_pclmul serio_raw snd_compress snd_hda_intel ac97_bus think_lmi crc32_pclmul atkbd amdgpu mac80211 snd_pcm_dmaengine ghash_clmulni_intel firmware_attributes_class wmi_bmof libps2 snd_intel_dspcfg libarc4 snd_intel_sdw_acpi aesni_intel [ 12.300487] snd_hda_codec crypto_simd snd_hda_core cryptd snd_hwdep rapl cfg80211 thinkpad_acpi snd_pcm sdhci_pci ucsi_acpi tpm_crb snd_pci_acp5x cqhci ledtrig_audio snd_timer r8169 platform_profile typec_ucsi pcspkr gpu_sched sdhci snd_rn_pci_acp3x vfat snd typec drm_ttm_helper sp5100_tco xhci_pci fat k10temp ccp i2c_piix4 ttm snd_pci_acp3x mmc_core xhci_pci_renesas rfkill realtek roles wmi tpm_tis soundcore i8042 tpm_tis_core serio tpm video i2c_scmi acpi_cpufreq rng_core pinctrl_amd mac_hid nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 12.300520] CPU: 8 PID: 1445 Comm: modprobe Tainted: G B W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 12.300523] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 12.300524] Call Trace: [ 12.300526] <TASK> [ 12.300529] dump_stack_lvl+0x48/0x66 [ 12.300534] bad_page.cold+0x63/0x94 [ 12.300537] free_pcppages_bulk+0x1f2/0x380 [ 12.300541] free_unref_page_list+0x194/0x2e0 [ 12.300544] release_pages+0x145/0x4d0 [ 12.300548] tlb_finish_mmu+0x7a/0x1b0 [ 12.300550] unmap_region+0xe8/0x130 [ 12.300553] __do_munmap+0x200/0x4f0 [ 12.300555] __vm_munmap+0x7b/0x140 [ 12.300557] __x64_sys_munmap+0x28/0x40 [ 12.300560] do_syscall_64+0x5c/0x90 [ 12.300563] ? syscall_exit_to_user_mode+0x23/0x50 [ 12.300565] ? do_syscall_64+0x69/0x90 [ 12.300566] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 12.300569] RIP: 0033:0x7fcbd0ea73cb [ 12.300571] Code: 8b 15 a9 6a 0c 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb 89 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 75 6a 0c 00 f7 d8 64 89 01 48 [ 12.300573] RSP: 002b:00007ffce6dd5f58 EFLAGS: 00000202 ORIG_RAX: 000000000000000b [ 12.300575] RAX: ffffffffffffffda RBX: ffffffffffffff88 RCX: 00007fcbd0ea73cb [ 12.300577] RDX: 0000000000000000 RSI: 0000000000201000 RDI: 00007fcbd0888000 [ 12.300577] RBP: 0000000000000002 R08: 00007fcbd0888000 R09: 00000000001300b0 [ 12.300578] R10: 00007fcbd06c4010 R11: 0000000000000202 R12: 0000000000000000 [ 12.300579] R13: 0000000000000000 R14: 00007ffce6dd60e0 R15: 0000000000000006 [ 12.300581] </TASK> [ 12.380009] RPC: Registered rdma transport module. [ 12.380012] RPC: Registered rdma backchannel transport module. [ 12.495989] NFSD: Using nfsdcld client tracking operations. [ 12.495991] NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000098) [ 12.500418] audit: type=1130 audit(1640124757.522:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-server comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 12.563201] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 12.565057] audit: type=1130 audit(1640124757.589:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 13.198097] mt7921e 0000:03:00.0: Timeout for driver own [ 13.255860] mt7921e 0000:03:00.0: hardware init failed [ 13.255924] mt7921e: probe of 0000:03:00.0 failed with error -5 [ 13.256207] pci 0000:03:00.0: Removing from iommu group 13 [ 13.256267] BUG: Bad page state in process tlp pfn:152058 [ 13.256270] page:00000000207de6e7 refcount:-1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x152058 [ 13.256274] flags: 0x2ffff0000000000(node=0|zone=2|lastcpupid=0xffff) [ 13.256278] raw: 02ffff0000000000 dead000000000100 dead000000000122 0000000000000000 [ 13.256280] raw: 0000000000000000 0000000000000000 ffffffffffffffff 0000000000000000 [ 13.256281] page dumped because: nonzero _refcount [ 13.256282] Modules linked in: rpcrdma rdma_cm iw_cm ib_cm ib_core rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device 8021q garp mrp stp llc qrtr cmac algif_hash algif_skcipher af_alg bnep wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libblake2s blake2s_x86_64 libcurve25519_generic libchacha libblake2s_generic ip6_udp_tunnel udp_tunnel btusb btrtl uvcvideo btbcm videobuf2_vmalloc btintel videobuf2_memops videobuf2_v4l2 videobuf2_common bluetooth videodev joydev mousedev mc ecdh_generic intel_rapl_msr intel_rapl_common edac_mce_amd mt7921e kvm_amd mt7921_common snd_soc_dmic snd_acp3x_rn snd_acp3x_pdm_dma snd_ctl_led kvm mt76_connac_lib snd_hda_codec_realtek snd_soc_core irqbypass mt76 snd_hda_codec_generic snd_hda_codec_hdmi psmouse crct10dif_pclmul serio_raw snd_compress snd_hda_intel ac97_bus think_lmi crc32_pclmul atkbd amdgpu mac80211 snd_pcm_dmaengine ghash_clmulni_intel firmware_attributes_class wmi_bmof libps2 snd_intel_dspcfg libarc4 [ 13.256331] snd_intel_sdw_acpi aesni_intel snd_hda_codec crypto_simd snd_hda_core cryptd snd_hwdep rapl cfg80211 thinkpad_acpi snd_pcm sdhci_pci ucsi_acpi tpm_crb snd_pci_acp5x cqhci ledtrig_audio snd_timer r8169 platform_profile typec_ucsi pcspkr gpu_sched sdhci snd_rn_pci_acp3x vfat snd typec drm_ttm_helper sp5100_tco xhci_pci fat k10temp ccp i2c_piix4 ttm snd_pci_acp3x mmc_core xhci_pci_renesas rfkill realtek roles wmi tpm_tis soundcore i8042 tpm_tis_core serio tpm video i2c_scmi acpi_cpufreq rng_core pinctrl_amd mac_hid nfsd auth_rpcgss nfs_acl lockd grace sunrpc ipmi_devintf ipmi_msghandler sg crypto_user fuse ip_tables x_tables ext4 crc32c_generic crc32c_intel crc16 mbcache jbd2 ftdi_sio [ 13.256377] CPU: 4 PID: 840 Comm: tlp Tainted: G B W OE 5.16.0-1-MANJARO #1 e53f5ca75f8033ff8736c17597ec46c465c565c0 [ 13.256380] Hardware name: LENOVO 21A0CTO1WW/21A0CTO1WW, BIOS R1MET43W (1.13 ) 11/05/2021 [ 13.256382] Call Trace: [ 13.256384] <TASK> [ 13.256386] dump_stack_lvl+0x48/0x66 [ 13.256393] bad_page.cold+0x63/0x94 [ 13.256397] free_pcppages_bulk+0x1f2/0x380 [ 13.256402] free_unref_page_list+0x194/0x2e0 [ 13.256406] release_pages+0x145/0x4d0 [ 13.256411] tlb_finish_mmu+0x7a/0x1b0 [ 13.256413] exit_mmap+0xc4/0x220 [ 13.256418] mmput+0x5c/0x140 [ 13.256422] do_exit+0x32b/0xb20 [ 13.256425] do_group_exit+0x33/0xa0 [ 13.256428] get_signal+0x13e/0x960 [ 13.256430] ? kernfs_fop_write_iter+0x94/0x1c0 [ 13.256434] arch_do_signal_or_restart+0x12e/0x760 [ 13.256439] exit_to_user_mode_prepare+0x105/0x180 [ 13.256443] syscall_exit_to_user_mode+0x23/0x50 [ 13.256447] do_syscall_64+0x69/0x90 [ 13.256449] ? syscall_exit_to_user_mode+0x23/0x50 [ 13.256452] ? do_syscall_64+0x69/0x90 [ 13.256454] ? syscall_exit_to_user_mode+0x23/0x50 [ 13.256456] ? do_syscall_64+0x69/0x90 [ 13.256458] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 13.256463] RIP: 0033:0x7f8e10d37907 [ 13.256465] Code: Unable to access opcode bytes at RIP 0x7f8e10d378dd. [ 13.256466] RSP: 002b:00007ffda3d53fb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001 [ 13.256468] RAX: 0000000000000005 RBX: 0000000000000005 RCX: 00007f8e10d37907 [ 13.256470] RDX: 0000000000000005 RSI: 0000564cf1e4a410 RDI: 0000000000000001 [ 13.256471] RBP: 0000564cf1e4a410 R08: 000000000000000a R09: 00007f8e10dcd4e0 [ 13.256473] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000005 [ 13.256474] R13: 00007f8e10e09520 R14: 0000000000000005 R15: 00007f8e10e09700 [ 13.256477] </TASK> [ 13.256588] pcieport 0000:0[ 13.278937] systemd-journald[334]: Compressed data object 987 -> 533 using ZSTD [ 13.278983] systemd-journald[334]: Compressed data object 699 -> 428 using ZSTD [ 14.948089] pcieport 0000:00:02.3: pciehp: Slot(0): No link [ 14.948099] pcieport 0000:00:02.3: pciehp: Slot(0): Card present [ 14.957656] audit: type=1100 audit(1640124759.979:92): pid=1424 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_fprintd,pam_permit acct="pschenker" exe="/usr/lib/gdm-session-worker" hostname=philippe-pc addr=? terminal=/dev/tty1 res=success' [ 14.958827] audit: type=1101 audit(1640124759.982:93): pid=1424 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="pschenker" exe="/usr/lib/gdm-session-worker" hostname=philippe-pc addr=? terminal=/dev/tty1 res=success' [ 14.959576] audit: type=1103 audit(1640124759.982:94): pid=1424 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_fprintd,pam_permit acct="pschenker" exe="/usr/lib/gdm-session-worker" hostname=philippe-pc addr=? terminal=/dev/tty1 res=success' [ 15.028761] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 15.034688] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 15.046962] systemd-journald[334]: Journal effective settings seal=yes keyed_hash=yes compress=yes compress_threshold_bytes=512B [ 15.047664] systemd-journald[334]: Fixed min_use=4.0G max_use=4.0G max_size=128.0M min_size=512.0K keep_free=4.0G n_max_files=100 [ 15.066457] systemd-journald[334]: Journal effective settings seal=no keyed_hash=yes compress=yes compress_threshold_bytes=512B [ 15.115547] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 15.179050] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 15.179404] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 15.460851] rfkill: input handler enabled [ 15.477849] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 15.477942] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 15.480976] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 15.581795] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 16.648088] pcieport 0000:00:02.3: pciehp: Slot(0): No link [ 17.191100] systemd-journald[334]: Successfully sent stream file descriptor to service manager. [ 17.205929] BUG: kernel NULL pointer dereference, address: 0000000000000008 [ 17.205948] #PF: supervisor read access in kernel mode [ 17.205951] #PF: error_code(0x0000) - not-present page [ 17.205953] PGD 0 P4D 0 [ 17.205956] Oops: 0000 [#1] PREEMPT SMP NOPTI [ 17.205960] CPU: 0 PID: 13 Comm: ksoftirqd/0 Tainted: G
[ 0.000000] Linux version 5.16.0-1-MANJARO (builduser@fv-az47-82) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Mon Dec 20 15:49:00 UTC 2021 [ 0.000000] Command line: initrd=\amd-ucode.img initrd=\initramfs-5.16-x86_64.img root=UUID=1d6364ba-405b-47d9-b725-5d8a27081181 UUID=d2f21106-f79d-4670-be55-3593647579d8 crashkernel=256M debug console=ttyUSB0,115200n8 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 3376 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009c00000-0x0000000009da0fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000009da1000-0x0000000009efffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000009f0f000-0x00000000c4d7dfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000c4d7e000-0x00000000caf7dfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000caf7e000-0x00000000cbf7dfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000cbf7e000-0x00000000cbffdfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000cbffe000-0x00000000cdffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000072e2fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000072e300000-0x000000082fffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0x99d46018-0x99d53857] usable ==> usable [ 0.000000] e820: update [mem 0x99d46018-0x99d53857] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009bfffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009c00000-0x0000000009da0fff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000009da1000-0x0000000009efffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000009f0f000-0x0000000099d46017] usable [ 0.000000] reserve setup_data: [mem 0x0000000099d46018-0x0000000099d53857] usable [ 0.000000] reserve setup_data: [mem 0x0000000099d53858-0x00000000c4d7dfff] usable [ 0.000000] reserve setup_data: [mem 0x00000000c4d7e000-0x00000000caf7dfff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000caf7e000-0x00000000cbf7dfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x00000000cbf7e000-0x00000000cbffdfff] ACPI data [ 0.000000] reserve setup_data: [mem 0x00000000cbffe000-0x00000000cdffffff] usable [ 0.000000] reserve setup_data: [mem 0x00000000ce000000-0x00000000cfffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved [ 0.000000] reserve s[ 2.007382] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card0/input9 [ 2.007434] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card0/input10 [ 2.007473] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card0/input11 [ 2.007514] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card0/input12 [ 2.010814] BPF:[1[ 2.064597] fbcon: Taking over console [ 2.065057] Console: switching to colour frame buffer device 240x67 [ 2.065847] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 2.065851] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 2.065854] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 2.065856] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 [ 2.065857] snd_hda_codec_realtek hdaudioC1D0: inputs: [ 2.065859] snd_hda_codec_realtek hdaudioC1D0: Mic=0x19 [ 2.073314] [drm] amdgpu kernel modesetting enabled. [ 2.074959] SVM: TSC scaling supported [ 2.074960] kvm: Nested Virtualization enabled [ 2.074961] SVM: kvm: Nested Paging enabled [ 2.074978] SVM: Virtual VMLOAD VMSAVE supported [ 2.074979] SVM: Virtual GIF supported [ 2.074979] SVM: LBR virtualization supported [ 2.114765] usb 5-3: new full-speed USB device number 3 using xhci_hcd [ 2.141716] clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large: [ 2.141722] clocksource: 'hpet' wd_nsec: 509396515 wd_now: 1bca112 wd_last: 14d5653 mask: ffffffff [ 2.141724] clocksource: 'tsc' cs_nsec: 505500940 cs_now: 5fbbed514 cs_last: 5c22a3e8f mask: ffffffffffffffff [ 2.141727] clocksource: 'tsc' is current clocksource. [ 2.141730] tsc: Marking TSC[ 2.167793] MCE: In-kernel MCE decoding enabled. [ 2.173120] BPF:[111585] TYPEDEF ..percpu [ 2.173124] BPF:type_id=61 [ 2.173125] BPF: [ 2.173127] BPF:Invalid name [ 2.173128] BPF: [ 2.173128] [ 2.173131] failed to validate module [vboxdrv] BTF: -22 [ 2.187263] mt7921e 0000:03:00.0: enabling device (0000 -> 0002) [ 2.192524] mt7921e 0000:03:00.0: ASIC revision: 79610010 [ 2.252638] amdgpu: Virtual CRAT table created for CPU [ 2.252647] amdgpu: Topology: Add CPU node [ 2.252702] checking generic (860000000 1fa4000) vs hw (860000000 10000000) [ 2.252704] fb0: switching to amdgpu from EFI VGA [ 2.252766] Console: switching to colour dummy device 80x25 [ 2.252796] amdgpu 0000:07:00.0: vgaarb: deactivate vga console [ 2.252828] amdgpu 0000:07:00.0: enabling device (0006 -> 0007) [ 2.253125] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x17AA:0x509B 0xD1). [ 2.253129] amdgpu 0000:07:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled [ 2.254619] [drm] register mmio base: 0xFD300000 [ 2.254622] [drm] register mmio size: 524288 [ 2.296549] pcieport 0000:00:02.3: pciehp: Slot(0): Link Down [ 2.296554] pcieport 0000:00:02.3: pciehp: Slot(0): Card not present [ 2.298239] [drm] add ip block number 0 <soc15_common> [ 2.298241] [drm] add ip block number 1 <gmc_v9_0> [ 2.298243] [drm] add ip block number 2 <vega10_ih> [ 2.298245] [drm] add ip block number 3 <psp> [ 2.298246] [drm] add ip block number 4 <smu> [ 2.298247] [drm] add ip block number 5 <dm> [ 2.298248] [drm] add ip block number 6 <gfx_v9_0> [ 2.298249] [drm] add ip block number 7 <sdma_v4_0> [ 2.298250] [drm] add ip block number 8 <vcn_v2_0> [ 2.298252] [drm] add ip[ 2.310518] usb 5-3: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00 [ 2.310523] usb 5-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 2.310525] usb 5-3: SerialNumber: b5fc037d8711 [ 2.383017] BPF:[111585] TYPEDEF ..percpu [ 2.383022] BPF:type_id=61 [ 2.383024] BPF: [ 2.383025] BPF:Invalid name [ 2.383026] BPF: [ 2.383026] [ 2.383028] failed to validate module [vboxdrv] BTF: -22 [ 2.441429] usb 5-4: new high-speed USB device number 4 using xhci_hcd [ 2.585063] usb 5-4: New USB device found, idVendor=0489, idProduct=e0cd, bcdDevice= 1.00 [ 2.585068] usb 5-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7 [ 2.585069] usb 5-4: Product: Wireless_Device [ 2.585071] usb 5-4: Manufacturer: MediaTek Inc. [ 2.585072] usb 5-4: SerialNumber: 000000000 [ 2.594965] BPF:[111581] FUNC data..percpu [ 2.594968] BPF:type_id=111582 [ 2.594969] BPF: [ 2.594970] BPF:Invalid name [ 2.594971] BPF: [ 2.594971] [ 2.594973] failed to validate module [acpi_call] BTF: -22 [ 2.595275] intel_rapl_common: Found RAPL domain package [ 2.595278] intel_rapl_common: Found RAPL domain core [ 2.772707] BPF:[111585] TYPEDEF ..percpu [ 2.772712] BPF:type_id=61 [ 2.772713] BPF: [ 2.772715] BPF:Invalid name [ 2.772716] BPF: [ 2.772716] [ 2.772718] failed to validate module [vboxdrv] BTF: -22 [ 2.871825] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694] [ 2.908665] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..] [ 2.908676] psmouse serio1: synaptics: Your touchpad (PNP: LEN2073 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@xxxxxxxxxxxxxxx. [ 2.925365] mc: Linux media interface: v0.10 [ 2.974542] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf01ea3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 3418235 [ 2.974556] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 [ 3.016572] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13 [ 3.060220] mousedev: PS/2 mouse device common for all mice [ 3.064509] BPF:[111585] TYPEDEF ..percpu [ 3.064517] BPF:type_id=61 [ 3.064519] BPF: [ 3.064520] BPF:Invalid name [ 3.064522] BPF: [ 3.064522] [ 3.064524] failed to validate module [vboxdrv] BTF: -22 [ 3.073779] [drm] reserve 0x400000 from 0xf4ff800000 for PSP TMR [ 3.078231] videodev: Linux video capture interface: v2.00 [ 3.162269] amdgpu 0000:07:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 3.171760] amdgpu 0000:07:00.0: amdgpu: RAP: optional rap ta ucode is not available [ 3.171765] amdgpu 0000:07:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 3.172568] amdgpu 0000:07:00.0: amdgpu: SMU is initialized successfully! [ 3.172800] [drm] Display Core initialized with v3.2.160! [ 3.173332] [drm] DMUB hardware initialized: version=0x01010019 [ 3.190462] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 3.226760] BPF:[111585] TYPEDEF ..percpu [ 3.226766] BPF:type_id=61 [ 3.226768] BPF: [ 3.226769] BPF:Invalid name [ 3.226770] BPF: [ 3.226770] [ 3.226771] failed to validate module [vboxdrv] BTF: -22 [ 3.228850] Bluetooth: Core ver 2.22 [ 3.228868] NET: Registered PF_BLUETOOTH protocol family [ 3.228870] Bluetooth: HCI device and connection manager initialized [ 3.228873] Bluetooth: HCI socket layer initialized [ 3.228875] Bluetooth: L2CAP socket layer initialized [ 3.228878] Bluetooth: SCO socket layer initialized [ 3.242483] usb 1-2: Found UVC 1.00 device Integrated Camera (5986:910c) [ 3.263220] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:02.7/0000:06:00.0/usb1/1-2/1-2:1.0/input/input17 [ 3.265108] usb 1-2: Found UVC 1.00 device Integrated Camera (5986:910c) [ 3.276504] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:02.7/0000:06:00.0/usb1/1-2/1-2:1.2/input/input18 [ 3.276561] usbcore: registered new interface driver uvcvideo [ 3.314772] mt7921e 0000:03:00.0: Timeout for driver own [ 3.314798] ------------[ cut here ]------------ [ 3.314799] ------------[ cut here ]------------ [ 3.314800] WARNING: CPU: 14 PID: 556 at drivers/iommu/dma-iommu.c:504 __iommu_dma_unmap+0x17a/0x190 [ 3.314799] WARNING: CPU: 9 PID: 389 at dr