[6.5] BUG: kernel NULL pointer dereference, address: 0000000000000008; #PF: supervisor write access in kernel mode

Bug #2035590 reported by Julian Andres Klode
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

I was locking my screen, so my gnome-shell got killed (https://bugs.launchpad.net/ubuntu/+bug/2034619) but this time I logged in again and opened firefox and then everything froze except cursor and magic sysrq.

(Of course after sysrq-b I rebooted and my USB hub failed to initialize again, and I had to power cycle).

I have attached the dmesg from the previous boot, there are two traces in there:

Sep 14 09:41:44 jak-t14-g3 kernel: BUG: kernel NULL pointer dereference, address: 0000000000000008
Sep 14 09:41:44 jak-t14-g3 kernel: #PF: supervisor write access in kernel mode
Sep 14 09:41:44 jak-t14-g3 kernel: #PF: error_code(0x0002) - not-present page
Sep 14 09:41:44 jak-t14-g3 kernel: PGD 0 P4D 0
Sep 14 09:41:44 jak-t14-g3 kernel: Oops: 0002 [#1] PREEMPT SMP NOPTI
Sep 14 09:41:44 jak-t14-g3 kernel: CPU: 2 PID: 2042 Comm: kworker/u33:2 Not tainted 6.5.0-5-generic #5-Ubuntu
Sep 14 09:41:44 jak-t14-g3 kernel: Hardware name: LENOVO 21CF004PGE/21CF004PGE, BIOS R23ET70W (1.40 ) 08/08/2023
Sep 14 09:41:44 jak-t14-g3 kernel: Workqueue: hci0 hci_devcd_rx [bluetooth]
Sep 14 09:41:44 jak-t14-g3 kernel: RIP: 0010:skb_dequeue+0x50/0x80
Sep 14 09:41:44 jak-t14-g3 kernel: Code: 74 4b 4d 85 e4 74 46 8b 43 10 83 e8 01 89 43 10 49 8b 14 24 49 8b 44 24 08 49 c7 04 24 00 00 00 00 49 c7 44 24 08 00 00 00 00 <48> 89 42 08 48 89 10 4c 89 ef e8 d1 5e 34 00 4c 89 e0 5b 41 5c 41
Sep 14 09:41:44 jak-t14-g3 kernel: RSP: 0018:ffffb8ddc90d7df0 EFLAGS: 00010002
Sep 14 09:41:44 jak-t14-g3 kernel: RAX: 0000000000000000 RBX: ffff9c1291790d98 RCX: 0000000000000000
Sep 14 09:41:44 jak-t14-g3 kernel: RDX: 0000000000000000 RSI: 0000000000000246 RDI: 0000000000000000
Sep 14 09:41:44 jak-t14-g3 kernel: RBP: ffffb8ddc90d7e08 R08: 0000000000000000 R09: 0000000000000000
Sep 14 09:41:44 jak-t14-g3 kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff9c1294985c00
Sep 14 09:41:44 jak-t14-g3 kernel: R13: ffff9c1291790dac R14: 0000000000000001 R15: ffff9c1291790000
Sep 14 09:41:44 jak-t14-g3 kernel: FS: 0000000000000000(0000) GS:ffff9c197e680000(0000) knlGS:0000000000000000
Sep 14 09:41:44 jak-t14-g3 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 14 09:41:44 jak-t14-g3 kernel: CR2: 0000000000000008 CR3: 000000068e43a000 CR4: 0000000000750ee0
Sep 14 09:41:44 jak-t14-g3 kernel: PKRU: 55555554
Sep 14 09:41:44 jak-t14-g3 kernel: Call Trace:
Sep 14 09:41:44 jak-t14-g3 kernel: <TASK>
Sep 14 09:41:44 jak-t14-g3 kernel: ? show_regs+0x6d/0x80
Sep 14 09:41:44 jak-t14-g3 kernel: ? __die+0x24/0x80
Sep 14 09:41:44 jak-t14-g3 kernel: ? page_fault_oops+0x99/0x1b0
Sep 14 09:41:44 jak-t14-g3 kernel: ? do_user_addr_fault+0x316/0x6b0
Sep 14 09:41:44 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:41:44 jak-t14-g3 kernel: ? __slab_free+0xf1/0x2e0
Sep 14 09:41:44 jak-t14-g3 kernel: ? exc_page_fault+0x83/0x1b0
Sep 14 09:41:44 jak-t14-g3 kernel: ? asm_exc_page_fault+0x27/0x30
Sep 14 09:41:44 jak-t14-g3 kernel: ? skb_dequeue+0x50/0x80
Sep 14 09:41:44 jak-t14-g3 kernel: hci_devcd_rx+0x38/0x580 [bluetooth]
Sep 14 09:41:44 jak-t14-g3 kernel: process_one_work+0x223/0x440
Sep 14 09:41:44 jak-t14-g3 kernel: worker_thread+0x4d/0x3f0
Sep 14 09:41:44 jak-t14-g3 kernel: ? __pfx_worker_thread+0x10/0x10
Sep 14 09:41:44 jak-t14-g3 kernel: kthread+0xf2/0x120
Sep 14 09:41:44 jak-t14-g3 kernel: ? __pfx_kthread+0x10/0x10
Sep 14 09:41:44 jak-t14-g3 kernel: ret_from_fork+0x47/0x70
Sep 14 09:41:44 jak-t14-g3 kernel: ? __pfx_kthread+0x10/0x10
Sep 14 09:41:44 jak-t14-g3 kernel: ret_from_fork_asm+0x1b/0x30
Sep 14 09:41:44 jak-t14-g3 kernel: </TASK>
Sep 14 09:41:44 jak-t14-g3 kernel: Modules linked in: ccm michael_mic vhost_vsock vmw_vsock_virtio_transport_common vhost vhost_iotlb vsock rfcomm snd_seq_dummy snd_hrtimer wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libcurve25519_generic libchacha ip6_udp_tunnel udp_tunnel cmac algif_hash algif_skcipher af_alg overlay bnep binfmt_misc btusb btrtl btbcm btintel btmtk bluetooth ecdh_generic ecc qrtr_mhi uvcvideo videobuf2_vmalloc cdc_mbim uvc cdc_wdm videobuf2_memops cdc_ncm option videobuf2_v4l2 cdc_ether usbnet usb_wwan videodev mii usbserial videobuf2_common mc xfs nls_iso8859_1 snd_soc_dmic snd_soc_acp6x_mach snd_acp6x_pdm_dma snd_ctl_led snd_sof_amd_rembrandt snd_sof_amd_renoir snd_hda_codec_realtek snd_sof_amd_acp snd_hda_codec_generic snd_sof_pci snd_hda_codec_hdmi snd_sof_xtensa_dsp snd_sof snd_hda_intel snd_sof_utils joydev snd_intel_dspcfg intel_rapl_msr snd_intel_sdw_acpi intel_rapl_common snd_soc_core snd_hda_codec qrtr ath11k_pci snd_compress ac97_bus snd_hda_core ath11k thinkpad_acpi
Sep 14 09:41:44 jak-t14-g3 kernel: snd_pcm_dmaengine snd_hwdep nvram qmi_helpers snd_pci_ps snd_rpl_pci_acp6x snd_seq_midi snd_acp_pci mac80211 edac_mce_amd snd_seq_midi_event snd_pci_acp6x snd_rawmidi kvm_amd snd_pcm snd_seq kvm snd_pci_acp5x snd_seq_device cfg80211 snd_rn_pci_acp3x snd_timer irqbypass snd_acp_config libarc4 snd think_lmi snd_soc_acpi rapl firmware_attributes_class ledtrig_audio mhi soundcore k10temp i2c_piix4 wmi_bmof snd_pci_acp3x ccp platform_profile input_leds acpi_tad amd_pmc hid_multitouch mac_hid serio_raw msr parport_pc ppdev lp parport efi_pstore dmi_sysfs ip_tables x_tables autofs4 btrfs blake2b_generic xor raid6_pq libcrc32c dm_crypt usbhid amdgpu amdxcp iommu_v2 drm_buddy gpu_sched i2c_algo_bit drm_suballoc_helper drm_ttm_helper crct10dif_pclmul ttm crc32_pclmul polyval_clmulni drm_display_helper polyval_generic cec ghash_clmulni_intel rc_core sha512_ssse3 hid_generic nvme drm_kms_helper aesni_intel ucsi_acpi crypto_simd i2c_hid_acpi xhci_pci nvme_core r8169 typec_ucsi video drm cryptd psmouse i2c_hid
Sep 14 09:41:44 jak-t14-g3 kernel: xhci_pci_renesas nvme_common realtek typec wmi hid zstd
Sep 14 09:41:44 jak-t14-g3 kernel: CR2: 0000000000000008
Sep 14 09:41:44 jak-t14-g3 kernel: ---[ end trace 0000000000000000 ]---
Sep 14 09:41:44 jak-t14-g3 kernel: RIP: 0010:skb_dequeue+0x50/0x80
Sep 14 09:41:44 jak-t14-g3 kernel: Code: 74 4b 4d 85 e4 74 46 8b 43 10 83 e8 01 89 43 10 49 8b 14 24 49 8b 44 24 08 49 c7 04 24 00 00 00 00 49 c7 44 24 08 00 00 00 00 <48> 89 42 08 48 89 10 4c 89 ef e8 d1 5e 34 00 4c 89 e0 5b 41 5c 41
Sep 14 09:41:44 jak-t14-g3 kernel: RSP: 0018:ffffb8ddc90d7df0 EFLAGS: 00010002
Sep 14 09:41:44 jak-t14-g3 kernel: RAX: 0000000000000000 RBX: ffff9c1291790d98 RCX: 0000000000000000
Sep 14 09:41:44 jak-t14-g3 kernel: RDX: 0000000000000000 RSI: 0000000000000246 RDI: 0000000000000000
Sep 14 09:41:44 jak-t14-g3 kernel: RBP: ffffb8ddc90d7e08 R08: 0000000000000000 R09: 0000000000000000
Sep 14 09:41:44 jak-t14-g3 kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff9c1294985c00
Sep 14 09:41:44 jak-t14-g3 kernel: R13: ffff9c1291790dac R14: 0000000000000001 R15: ffff9c1291790000
Sep 14 09:41:44 jak-t14-g3 kernel: FS: 0000000000000000(0000) GS:ffff9c197e680000(0000) knlGS:0000000000000000
Sep 14 09:41:44 jak-t14-g3 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 14 09:41:44 jak-t14-g3 kernel: CR2: 0000000000000008 CR3: 00000001c85b0000 CR4: 0000000000750ee0
Sep 14 09:41:44 jak-t14-g3 kernel: PKRU: 55555554
Sep 14 09:41:44 jak-t14-g3 kernel: note: kworker/u33:2[2042] exited with irqs disabled
Sep 14 09:41:44 jak-t14-g3 kernel: note: kworker/u33:2[2042] exited with preempt_count 1
Sep 14 09:41:45 jak-t14-g3 kernel: Bluetooth: hci0: Failed to read MSFT supported features (-110)
Sep 14 09:41:52 jak-t14-g3 kernel: audit: type=1107 audit(1694677312.783:213): pid=1830 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/ModemManager1/Modem/0" interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" name=":1.19" mask="receive" pid=12679 label="/usr/libexec/geoclue" peer_pid=2008 peer_label="unconfined"
                                    exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
Sep 14 09:42:09 jak-t14-g3 kernel: watchdog: BUG: soft lockup - CPU#10 stuck for 22s! [IndexedDB #13:14870]
Sep 14 09:42:09 jak-t14-g3 kernel: Modules linked in: ccm michael_mic vhost_vsock vmw_vsock_virtio_transport_common vhost vhost_iotlb vsock rfcomm snd_seq_dummy snd_hrtimer wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libcurve25519_generic libchacha ip6_udp_tunnel udp_tunnel cmac algif_hash algif_skcipher af_alg overlay bnep binfmt_misc btusb btrtl btbcm btintel btmtk bluetooth ecdh_generic ecc qrtr_mhi uvcvideo videobuf2_vmalloc cdc_mbim uvc cdc_wdm videobuf2_memops cdc_ncm option videobuf2_v4l2 cdc_ether usbnet usb_wwan videodev mii usbserial videobuf2_common mc xfs nls_iso8859_1 snd_soc_dmic snd_soc_acp6x_mach snd_acp6x_pdm_dma snd_ctl_led snd_sof_amd_rembrandt snd_sof_amd_renoir snd_hda_codec_realtek snd_sof_amd_acp snd_hda_codec_generic snd_sof_pci snd_hda_codec_hdmi
Sep 14 09:42:09 jak-t14-g3 kernel: watchdog: BUG: soft lockup - CPU#15 stuck for 26s! [firefox:14128]
Sep 14 09:42:09 jak-t14-g3 kernel: snd_sof_xtensa_dsp
Sep 14 09:42:09 jak-t14-g3 kernel: Modules linked in:
Sep 14 09:42:09 jak-t14-g3 kernel: snd_sof snd_hda_intel snd_sof_utils joydev
Sep 14 09:42:09 jak-t14-g3 kernel: ccm michael_mic
Sep 14 09:42:09 jak-t14-g3 kernel: snd_intel_dspcfg
Sep 14 09:42:09 jak-t14-g3 kernel: vhost_vsock vmw_vsock_virtio_transport_common vhost vhost_iotlb
Sep 14 09:42:09 jak-t14-g3 kernel: intel_rapl_msr snd_intel_sdw_acpi
Sep 14 09:42:09 jak-t14-g3 kernel: vsock
Sep 14 09:42:09 jak-t14-g3 kernel: intel_rapl_common snd_soc_core
Sep 14 09:42:09 jak-t14-g3 kernel: rfcomm
Sep 14 09:42:09 jak-t14-g3 kernel: snd_hda_codec
Sep 14 09:42:09 jak-t14-g3 kernel: snd_seq_dummy snd_hrtimer
Sep 14 09:42:09 jak-t14-g3 kernel: qrtr
Sep 14 09:42:09 jak-t14-g3 kernel: wireguard curve25519_x86_64 libchacha20poly1305
Sep 14 09:42:09 jak-t14-g3 kernel: ath11k_pci
Sep 14 09:42:09 jak-t14-g3 kernel: chacha_x86_64 poly1305_x86_64 libcurve25519_generic libchacha
Sep 14 09:42:09 jak-t14-g3 kernel: snd_compress ac97_bus
Sep 14 09:42:09 jak-t14-g3 kernel: ip6_udp_tunnel udp_tunnel cmac
Sep 14 09:42:09 jak-t14-g3 kernel: snd_hda_core ath11k
Sep 14 09:42:09 jak-t14-g3 kernel: algif_hash
Sep 14 09:42:09 jak-t14-g3 kernel: thinkpad_acpi snd_pcm_dmaengine
Sep 14 09:42:09 jak-t14-g3 kernel: algif_skcipher
Sep 14 09:42:09 jak-t14-g3 kernel: snd_hwdep nvram
Sep 14 09:42:09 jak-t14-g3 kernel: af_alg
Sep 14 09:42:09 jak-t14-g3 kernel: qmi_helpers snd_pci_ps
Sep 14 09:42:09 jak-t14-g3 kernel: overlay
Sep 14 09:42:09 jak-t14-g3 kernel: snd_rpl_pci_acp6x snd_seq_midi snd_acp_pci
Sep 14 09:42:09 jak-t14-g3 kernel: bnep binfmt_misc btusb
Sep 14 09:42:09 jak-t14-g3 kernel: mac80211 edac_mce_amd
Sep 14 09:42:09 jak-t14-g3 kernel: btrtl
Sep 14 09:42:09 jak-t14-g3 kernel: snd_seq_midi_event snd_pci_acp6x
Sep 14 09:42:09 jak-t14-g3 kernel: btbcm btintel btmtk
Sep 14 09:42:09 jak-t14-g3 kernel: snd_rawmidi
Sep 14 09:42:09 jak-t14-g3 kernel: bluetooth ecdh_generic ecc
Sep 14 09:42:09 jak-t14-g3 kernel: kvm_amd snd_pcm
Sep 14 09:42:09 jak-t14-g3 kernel: qrtr_mhi uvcvideo videobuf2_vmalloc
Sep 14 09:42:09 jak-t14-g3 kernel: snd_seq kvm
Sep 14 09:42:09 jak-t14-g3 kernel: cdc_mbim uvc cdc_wdm
Sep 14 09:42:09 jak-t14-g3 kernel: snd_pci_acp5x snd_seq_device
Sep 14 09:42:09 jak-t14-g3 kernel: videobuf2_memops cdc_ncm
Sep 14 09:42:09 jak-t14-g3 kernel: cfg80211
Sep 14 09:42:09 jak-t14-g3 kernel: option videobuf2_v4l2 cdc_ether
Sep 14 09:42:09 jak-t14-g3 kernel: snd_rn_pci_acp3x
Sep 14 09:42:09 jak-t14-g3 kernel: usbnet
Sep 14 09:42:09 jak-t14-g3 kernel: snd_timer irqbypass
Sep 14 09:42:09 jak-t14-g3 kernel: usb_wwan
Sep 14 09:42:09 jak-t14-g3 kernel: snd_acp_config libarc4
Sep 14 09:42:09 jak-t14-g3 kernel: videodev
Sep 14 09:42:09 jak-t14-g3 kernel: snd think_lmi
Sep 14 09:42:09 jak-t14-g3 kernel: mii
Sep 14 09:42:09 jak-t14-g3 kernel: snd_soc_acpi rapl
Sep 14 09:42:09 jak-t14-g3 kernel: usbserial
Sep 14 09:42:09 jak-t14-g3 kernel: firmware_attributes_class ledtrig_audio
Sep 14 09:42:09 jak-t14-g3 kernel: videobuf2_common
Sep 14 09:42:09 jak-t14-g3 kernel: mhi soundcore
Sep 14 09:42:09 jak-t14-g3 kernel: mc
Sep 14 09:42:09 jak-t14-g3 kernel: k10temp i2c_piix4
Sep 14 09:42:09 jak-t14-g3 kernel: xfs
Sep 14 09:42:09 jak-t14-g3 kernel: wmi_bmof snd_pci_acp3x
Sep 14 09:42:09 jak-t14-g3 kernel: nls_iso8859_1
Sep 14 09:42:09 jak-t14-g3 kernel: ccp platform_profile input_leds
Sep 14 09:42:09 jak-t14-g3 kernel: snd_soc_dmic snd_soc_acp6x_mach snd_acp6x_pdm_dma
Sep 14 09:42:09 jak-t14-g3 kernel: acpi_tad
Sep 14 09:42:09 jak-t14-g3 kernel: snd_ctl_led snd_sof_amd_rembrandt snd_sof_amd_renoir
Sep 14 09:42:09 jak-t14-g3 kernel: amd_pmc hid_multitouch
Sep 14 09:42:09 jak-t14-g3 kernel: snd_hda_codec_realtek
Sep 14 09:42:09 jak-t14-g3 kernel: mac_hid serio_raw
Sep 14 09:42:09 jak-t14-g3 kernel: snd_sof_amd_acp snd_hda_codec_generic
Sep 14 09:42:09 jak-t14-g3 kernel: msr
Sep 14 09:42:09 jak-t14-g3 kernel: snd_sof_pci snd_hda_codec_hdmi snd_sof_xtensa_dsp
Sep 14 09:42:09 jak-t14-g3 kernel: parport_pc
Sep 14 09:42:09 jak-t14-g3 kernel: snd_sof snd_hda_intel snd_sof_utils joydev
Sep 14 09:42:09 jak-t14-g3 kernel: ppdev lp
Sep 14 09:42:09 jak-t14-g3 kernel: snd_intel_dspcfg
Sep 14 09:42:09 jak-t14-g3 kernel: parport efi_pstore
Sep 14 09:42:09 jak-t14-g3 kernel: intel_rapl_msr
Sep 14 09:42:09 jak-t14-g3 kernel: dmi_sysfs ip_tables
Sep 14 09:42:09 jak-t14-g3 kernel: snd_intel_sdw_acpi intel_rapl_common
Sep 14 09:42:09 jak-t14-g3 kernel: x_tables autofs4
Sep 14 09:42:09 jak-t14-g3 kernel: snd_soc_core snd_hda_codec
Sep 14 09:42:09 jak-t14-g3 kernel: btrfs
Sep 14 09:42:09 jak-t14-g3 kernel: qrtr ath11k_pci snd_compress
Sep 14 09:42:09 jak-t14-g3 kernel: blake2b_generic
Sep 14 09:42:09 jak-t14-g3 kernel: ac97_bus snd_hda_core ath11k thinkpad_acpi
Sep 14 09:42:09 jak-t14-g3 kernel: xor raid6_pq
Sep 14 09:42:09 jak-t14-g3 kernel: snd_pcm_dmaengine
Sep 14 09:42:09 jak-t14-g3 kernel: libcrc32c dm_crypt
Sep 14 09:42:09 jak-t14-g3 kernel: snd_hwdep nvram qmi_helpers
Sep 14 09:42:09 jak-t14-g3 kernel: usbhid amdgpu
Sep 14 09:42:09 jak-t14-g3 kernel: snd_pci_ps
Sep 14 09:42:09 jak-t14-g3 kernel: amdxcp
Sep 14 09:42:09 jak-t14-g3 kernel: snd_rpl_pci_acp6x snd_seq_midi
Sep 14 09:42:09 jak-t14-g3 kernel: iommu_v2
Sep 14 09:42:09 jak-t14-g3 kernel: snd_acp_pci
Sep 14 09:42:09 jak-t14-g3 kernel: drm_buddy gpu_sched
Sep 14 09:42:09 jak-t14-g3 kernel: mac80211
Sep 14 09:42:09 jak-t14-g3 kernel: i2c_algo_bit drm_suballoc_helper
Sep 14 09:42:09 jak-t14-g3 kernel: edac_mce_amd
Sep 14 09:42:09 jak-t14-g3 kernel: drm_ttm_helper crct10dif_pclmul ttm
Sep 14 09:42:09 jak-t14-g3 kernel: snd_seq_midi_event snd_pci_acp6x snd_rawmidi
Sep 14 09:42:09 jak-t14-g3 kernel: crc32_pclmul polyval_clmulni
Sep 14 09:42:09 jak-t14-g3 kernel: kvm_amd
Sep 14 09:42:09 jak-t14-g3 kernel: drm_display_helper polyval_generic
Sep 14 09:42:09 jak-t14-g3 kernel: snd_pcm snd_seq kvm
Sep 14 09:42:09 jak-t14-g3 kernel: cec ghash_clmulni_intel
Sep 14 09:42:09 jak-t14-g3 kernel: snd_pci_acp5x snd_seq_device cfg80211
Sep 14 09:42:09 jak-t14-g3 kernel: rc_core
Sep 14 09:42:09 jak-t14-g3 kernel: snd_rn_pci_acp3x
Sep 14 09:42:09 jak-t14-g3 kernel: sha512_ssse3 hid_generic
Sep 14 09:42:09 jak-t14-g3 kernel: snd_timer irqbypass
Sep 14 09:42:09 jak-t14-g3 kernel: nvme
Sep 14 09:42:09 jak-t14-g3 kernel: snd_acp_config libarc4 snd think_lmi
Sep 14 09:42:09 jak-t14-g3 kernel: drm_kms_helper aesni_intel
Sep 14 09:42:09 jak-t14-g3 kernel: snd_soc_acpi
Sep 14 09:42:09 jak-t14-g3 kernel: ucsi_acpi
Sep 14 09:42:09 jak-t14-g3 kernel: rapl firmware_attributes_class
Sep 14 09:42:09 jak-t14-g3 kernel: crypto_simd
Sep 14 09:42:09 jak-t14-g3 kernel: ledtrig_audio mhi soundcore k10temp
Sep 14 09:42:09 jak-t14-g3 kernel: i2c_hid_acpi xhci_pci
Sep 14 09:42:09 jak-t14-g3 kernel: i2c_piix4 wmi_bmof
Sep 14 09:42:09 jak-t14-g3 kernel: nvme_core
Sep 14 09:42:09 jak-t14-g3 kernel: snd_pci_acp3x ccp platform_profile input_leds
Sep 14 09:42:09 jak-t14-g3 kernel: r8169 typec_ucsi
Sep 14 09:42:09 jak-t14-g3 kernel: acpi_tad amd_pmc hid_multitouch
Sep 14 09:42:09 jak-t14-g3 kernel: video drm
Sep 14 09:42:09 jak-t14-g3 kernel: mac_hid
Sep 14 09:42:09 jak-t14-g3 kernel: cryptd psmouse i2c_hid
Sep 14 09:42:09 jak-t14-g3 kernel: serio_raw
Sep 14 09:42:09 jak-t14-g3 kernel: xhci_pci_renesas
Sep 14 09:42:09 jak-t14-g3 kernel: msr parport_pc ppdev
Sep 14 09:42:09 jak-t14-g3 kernel: nvme_common
Sep 14 09:42:09 jak-t14-g3 kernel: lp parport efi_pstore
Sep 14 09:42:09 jak-t14-g3 kernel: realtek
Sep 14 09:42:09 jak-t14-g3 kernel: dmi_sysfs ip_tables x_tables autofs4
Sep 14 09:42:09 jak-t14-g3 kernel: typec wmi
Sep 14 09:42:09 jak-t14-g3 kernel: btrfs
Sep 14 09:42:09 jak-t14-g3 kernel: hid zstd
Sep 14 09:42:09 jak-t14-g3 kernel: blake2b_generic
Sep 14 09:42:09 jak-t14-g3 kernel:
Sep 14 09:42:09 jak-t14-g3 kernel: xor
Sep 14 09:42:09 jak-t14-g3 kernel: CPU: 10 PID: 14870 Comm: IndexedDB #13 Tainted: G D 6.5.0-5-generic #5-Ubuntu
Sep 14 09:42:09 jak-t14-g3 kernel: raid6_pq libcrc32c
Sep 14 09:42:09 jak-t14-g3 kernel: Hardware name: LENOVO 21CF004PGE/21CF004PGE, BIOS R23ET70W (1.40 ) 08/08/2023
Sep 14 09:42:09 jak-t14-g3 kernel: dm_crypt usbhid amdgpu amdxcp iommu_v2 drm_buddy gpu_sched i2c_algo_bit drm_suballoc_helper drm_ttm_helper
Sep 14 09:42:09 jak-t14-g3 kernel: RIP: 0010:smp_call_function_many_cond+0x146/0x580
Sep 14 09:42:09 jak-t14-g3 kernel: crct10dif_pclmul ttm crc32_pclmul polyval_clmulni
Sep 14 09:42:09 jak-t14-g3 kernel: Code: 63 e0 49 8b 1f 49 81 fc 00 20 00 00 0f 83 00 04 00 00 4a 03 1c e5 40 ab 28 b3 8b 53 08 48 89 de 83 e2 01 74 0a f3 90 8b 4e 08 <83> e1 01 75 f6 83 c0 01 eb b1 48 83 c4 48 5b 41 5c 41 5d 41 5e 41
Sep 14 09:42:09 jak-t14-g3 kernel: drm_display_helper polyval_generic
Sep 14 09:42:09 jak-t14-g3 kernel: RSP: 0018:ffffb8dde070fb50 EFLAGS: 00000202
Sep 14 09:42:09 jak-t14-g3 kernel: cec
Sep 14 09:42:09 jak-t14-g3 kernel:
Sep 14 09:42:09 jak-t14-g3 kernel: RAX: 0000000000000002 RBX: ffff9c197e6bab00 RCX: 0000000000000011
Sep 14 09:42:09 jak-t14-g3 kernel: ghash_clmulni_intel rc_core sha512_ssse3
Sep 14 09:42:09 jak-t14-g3 kernel: RDX: 0000000000000001 RSI: ffff9c197e6bab00 RDI: 0000000000000000
Sep 14 09:42:09 jak-t14-g3 kernel: RBP: ffffb8dde070fbc0 R08: 0000000000000000 R09: 0000000000000000
Sep 14 09:42:09 jak-t14-g3 kernel: hid_generic nvme
Sep 14 09:42:09 jak-t14-g3 kernel: R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000002
Sep 14 09:42:09 jak-t14-g3 kernel: R13: 0000000000000001 R14: 000000000000000a R15: ffff9c197e8b4240
Sep 14 09:42:09 jak-t14-g3 kernel: drm_kms_helper aesni_intel
Sep 14 09:42:09 jak-t14-g3 kernel: FS: 00007f9c2d97d640(0000) GS:ffff9c197e880000(0000) knlGS:0000000000000000
Sep 14 09:42:09 jak-t14-g3 kernel: ucsi_acpi crypto_simd
Sep 14 09:42:09 jak-t14-g3 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 14 09:42:09 jak-t14-g3 kernel: i2c_hid_acpi xhci_pci
Sep 14 09:42:09 jak-t14-g3 kernel: CR2: 00007f9c2d786000 CR3: 00000001c85b0000 CR4: 0000000000750ee0
Sep 14 09:42:09 jak-t14-g3 kernel: nvme_core r8169 typec_ucsi video
Sep 14 09:42:09 jak-t14-g3 kernel: PKRU: 55555554
Sep 14 09:42:09 jak-t14-g3 kernel: Call Trace:
Sep 14 09:42:09 jak-t14-g3 kernel: drm
Sep 14 09:42:09 jak-t14-g3 kernel: <IRQ>
Sep 14 09:42:09 jak-t14-g3 kernel: cryptd psmouse i2c_hid xhci_pci_renesas nvme_common realtek typec wmi hid zstd
Sep 14 09:42:09 jak-t14-g3 kernel: CPU: 15 PID: 14128 Comm: firefox Tainted: G D 6.5.0-5-generic #5-Ubuntu
Sep 14 09:42:09 jak-t14-g3 kernel: ? show_regs+0x6d/0x80
Sep 14 09:42:09 jak-t14-g3 kernel: Hardware name: LENOVO 21CF004PGE/21CF004PGE, BIOS R23ET70W (1.40 ) 08/08/2023
Sep 14 09:42:09 jak-t14-g3 kernel: ? watchdog_timer_fn+0x1d8/0x240
Sep 14 09:42:09 jak-t14-g3 kernel: RIP: 0010:smp_call_function_many_cond+0x146/0x580
Sep 14 09:42:09 jak-t14-g3 kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Sep 14 09:42:09 jak-t14-g3 kernel: Code: 63 e0 49 8b 1f 49 81 fc 00 20 00 00 0f 83 00 04 00 00 4a 03 1c e5 40 ab 28 b3 8b 53 08 48 89 de 83 e2 01 74 0a f3 90 8b 4e 08 <83> e1 01 75 f6 83 c0 01 eb b1 48 83 c4 48 5b 41 5c 41 5d 41 5e 41
Sep 14 09:42:09 jak-t14-g3 kernel: RSP: 0018:ffffb8ddcd65fab0 EFLAGS: 00000202
Sep 14 09:42:09 jak-t14-g3 kernel: ? __hrtimer_run_queues+0x112/0x2a0
Sep 14 09:42:09 jak-t14-g3 kernel:
Sep 14 09:42:09 jak-t14-g3 kernel: RAX: 0000000000000002 RBX: ffff9c197e6bac40 RCX: 0000000000000011
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: RDX: 0000000000000001 RSI: ffff9c197e6bac40 RDI: 0000000000000000
Sep 14 09:42:09 jak-t14-g3 kernel: RBP: ffffb8ddcd65fb20 R08: 0000000000000000 R09: 0000000000000000
Sep 14 09:42:09 jak-t14-g3 kernel: R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000002
Sep 14 09:42:09 jak-t14-g3 kernel: R13: 0000000000000001 R14: 000000000000000f R15: ffff9c197e9f4240
Sep 14 09:42:09 jak-t14-g3 kernel: FS: 00007f9c65c3e780(0000) GS:ffff9c197e9c0000(0000) knlGS:0000000000000000
Sep 14 09:42:09 jak-t14-g3 kernel: ? hrtimer_interrupt+0xf6/0x250
Sep 14 09:42:09 jak-t14-g3 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 14 09:42:09 jak-t14-g3 kernel: CR2: 00007f9c630986d0 CR3: 00000001c85b0000 CR4: 0000000000750ee0
Sep 14 09:42:09 jak-t14-g3 kernel: PKRU: 55555554
Sep 14 09:42:09 jak-t14-g3 kernel: Call Trace:
Sep 14 09:42:09 jak-t14-g3 kernel: <IRQ>
Sep 14 09:42:09 jak-t14-g3 kernel: ? __sysvec_apic_timer_interrupt+0x62/0x140
Sep 14 09:42:09 jak-t14-g3 kernel: ? show_regs+0x6d/0x80
Sep 14 09:42:09 jak-t14-g3 kernel: ? watchdog_timer_fn+0x1d8/0x240
Sep 14 09:42:09 jak-t14-g3 kernel: ? sysvec_apic_timer_interrupt+0x8d/0xd0
Sep 14 09:42:09 jak-t14-g3 kernel: ? __pfx_watchdog_timer_fn+0x10/0x10
Sep 14 09:42:09 jak-t14-g3 kernel: </IRQ>
Sep 14 09:42:09 jak-t14-g3 kernel: ? __hrtimer_run_queues+0x112/0x2a0
Sep 14 09:42:09 jak-t14-g3 kernel: <TASK>
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: ? asm_sysvec_apic_timer_interrupt+0x1b/0x20
Sep 14 09:42:09 jak-t14-g3 kernel: ? hrtimer_interrupt+0xf6/0x250
Sep 14 09:42:09 jak-t14-g3 kernel: ? smp_call_function_many_cond+0x146/0x580
Sep 14 09:42:09 jak-t14-g3 kernel: ? __sysvec_apic_timer_interrupt+0x62/0x140
Sep 14 09:42:09 jak-t14-g3 kernel: ? __pfx_flush_tlb_func+0x10/0x10
Sep 14 09:42:09 jak-t14-g3 kernel: on_each_cpu_cond_mask+0x24/0x60
Sep 14 09:42:09 jak-t14-g3 kernel: ? sysvec_apic_timer_interrupt+0x8d/0xd0
Sep 14 09:42:09 jak-t14-g3 kernel: native_flush_tlb_multi+0x44/0x130
Sep 14 09:42:09 jak-t14-g3 kernel: </IRQ>
Sep 14 09:42:09 jak-t14-g3 kernel: <TASK>
Sep 14 09:42:09 jak-t14-g3 kernel: ? asm_sysvec_apic_timer_interrupt+0x1b/0x20
Sep 14 09:42:09 jak-t14-g3 kernel: flush_tlb_mm_range+0x132/0x180
Sep 14 09:42:09 jak-t14-g3 kernel: ? smp_call_function_many_cond+0x146/0x580
Sep 14 09:42:09 jak-t14-g3 kernel: tlb_finish_mmu+0x104/0x1a0
Sep 14 09:42:09 jak-t14-g3 kernel: ? __pfx_flush_tlb_func+0x10/0x10
Sep 14 09:42:09 jak-t14-g3 kernel: zap_page_range_single+0x15a/0x1f0
Sep 14 09:42:09 jak-t14-g3 kernel: on_each_cpu_cond_mask+0x24/0x60
Sep 14 09:42:09 jak-t14-g3 kernel: native_flush_tlb_multi+0x44/0x130
Sep 14 09:42:09 jak-t14-g3 kernel: flush_tlb_mm_range+0x132/0x180
Sep 14 09:42:09 jak-t14-g3 kernel: madvise_vma_behavior+0x632/0x690
Sep 14 09:42:09 jak-t14-g3 kernel: tlb_finish_mmu+0x104/0x1a0
Sep 14 09:42:09 jak-t14-g3 kernel: ? __pfx_madvise_vma_behavior+0x10/0x10
Sep 14 09:42:09 jak-t14-g3 kernel: madvise_walk_vmas+0xc4/0x140
Sep 14 09:42:09 jak-t14-g3 kernel: unmap_region+0x119/0x160
Sep 14 09:42:09 jak-t14-g3 kernel: do_madvise+0x143/0x390
Sep 14 09:42:09 jak-t14-g3 kernel: do_vmi_align_munmap+0x37f/0x550
Sep 14 09:42:09 jak-t14-g3 kernel: __x64_sys_madvise+0x2c/0x40
Sep 14 09:42:09 jak-t14-g3 kernel: do_vmi_munmap+0xdf/0x190
Sep 14 09:42:09 jak-t14-g3 kernel: do_syscall_64+0x5c/0x90
Sep 14 09:42:09 jak-t14-g3 kernel: __vm_munmap+0xae/0x180
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: __x64_sys_munmap+0x27/0x40
Sep 14 09:42:09 jak-t14-g3 kernel: ? handle_mm_fault+0xad/0x360
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: do_syscall_64+0x5c/0x90
Sep 14 09:42:09 jak-t14-g3 kernel: ? do_user_addr_fault+0x17a/0x6b0
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: ? count_memcg_events.constprop.0+0x2a/0x50
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: ? exit_to_user_mode_prepare+0x30/0xb0
Sep 14 09:42:09 jak-t14-g3 kernel: ? handle_mm_fault+0xad/0x360
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: ? irqentry_exit_to_user_mode+0x17/0x20
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: ? do_user_addr_fault+0x17a/0x6b0
Sep 14 09:42:09 jak-t14-g3 kernel: ? irqentry_exit+0x43/0x50
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: ? exit_to_user_mode_prepare+0x30/0xb0
Sep 14 09:42:09 jak-t14-g3 kernel: ? exc_page_fault+0x94/0x1b0
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: entry_SYSCALL_64_after_hwframe+0x6e/0xd8
Sep 14 09:42:09 jak-t14-g3 kernel: ? irqentry_exit_to_user_mode+0x17/0x20
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: ? irqentry_exit+0x43/0x50
Sep 14 09:42:09 jak-t14-g3 kernel: ? srso_alias_return_thunk+0x5/0x7f
Sep 14 09:42:09 jak-t14-g3 kernel: ? exc_page_fault+0x94/0x1b0
Sep 14 09:42:09 jak-t14-g3 kernel: entry_SYSCALL_64_after_hwframe+0x6e/0xd8
Sep 14 09:42:09 jak-t14-g3 kernel: RIP: 0033:0x7f9c65d5fc2b
Sep 14 09:42:09 jak-t14-g3 kernel: RIP: 0033:0x7f9c65d5fd2b
Sep 14 09:42:09 jak-t14-g3 kernel: Code: c3 66 0f 1f 44 00 00 48 8b 15 01 a1 0f 00 f7 d8 64 89 02 b8 ff ff ff ff eb bc 0f 1f 44 00 00 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d d5 a0 0f 00 f7 d8 64 89 01 48
Sep 14 09:42:09 jak-t14-g3 kernel: Code: 8b 15 09 a2 0f 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa b8 0b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d d5 a1 0f 00 f7 d8 64 89 01 48
Sep 14 09:42:09 jak-t14-g3 kernel: RSP: 002b:00007f9c2d97c0e8 EFLAGS: 00000216
Sep 14 09:42:09 jak-t14-g3 kernel: RSP: 002b:00007ffee2ce0d78 EFLAGS: 00000206
Sep 14 09:42:09 jak-t14-g3 kernel: ORIG_RAX: 000000000000001c
Sep 14 09:42:09 jak-t14-g3 kernel: ORIG_RAX: 000000000000000b
Sep 14 09:42:09 jak-t14-g3 kernel: RAX: ffffffffffffffda RBX: 0000000000000080 RCX: 00007f9c65d5fd2b
Sep 14 09:42:09 jak-t14-g3 kernel: RDX: 0000000000000004 RSI: 0000000000008000 RDI: 00007f9c3e4b9000
Sep 14 09:42:09 jak-t14-g3 kernel: RAX: ffffffffffffffda RBX: 00007f9c3cec3ca8 RCX: 00007f9c65d5fc2b
Sep 14 09:42:09 jak-t14-g3 kernel: RDX: 0000000000000001 RSI: 0000000200000000 RDI: 00007f9800000000
Sep 14 09:42:09 jak-t14-g3 kernel: RBP: 00000000000000b9 R08: 00007f9c2f900c68 R09: 000000000000a008
Sep 14 09:42:09 jak-t14-g3 kernel: R10: 0000000000000000 R11: 0000000000000216 R12: 00007f9c3e400000
Sep 14 09:42:09 jak-t14-g3 kernel: RBP: 00007f9c3d257d80 R08: 00007f9c630986d0 R09: 0000000000000000
Sep 14 09:42:09 jak-t14-g3 kernel: R13: 00007f9c3e400018 R14: 00007f9c65b00000 R15: 00007f9c65b00068
Sep 14 09:42:09 jak-t14-g3 kernel: R10: 0000000000000000 R11: 0000000000000206 R12: 0000000100000000
Sep 14 09:42:09 jak-t14-g3 kernel: R13: 00007f9c3d257d58 R14: 00007f9800000000 R15: 0000000200000000
Sep 14 09:42:09 jak-t14-g3 kernel: </TASK>
Sep 14 09:42:09 jak-t14-g3 kernel: </TASK>

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: linux-image-6.5.0-5-generic 6.5.0-5.5
ProcVersionSignature: Ubuntu 6.5.0-5.5-generic 6.5.0
Uname: Linux 6.5.0-5-generic x86_64
ApportVersion: 2.27.0-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
Date: Thu Sep 14 09:53:32 2023
InstallationDate: Installed on 2022-11-26 (291 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Alpha amd64 (20221126)
MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.5.0-5-generic root=/dev/mapper/ubuntu-root ro rootflags=subvol=@ quiet splash zswap.enabled=1 zswap.compressor=zstd zswap.max_pool_percent=20 zswap.zpool=zsmalloc
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-6.5.0-5-generic N/A
 linux-backports-modules-6.5.0-5-generic N/A
 linux-firmware 20230815.git0e048b06-0ubuntu1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/08/2023
dmi.bios.release: 1.40
dmi.bios.vendor: LENOVO
dmi.bios.version: R23ET70W (1.40 )
dmi.board.asset.tag: Not Available
dmi.board.name: 21CF004PGE
dmi.board.vendor: LENOVO
dmi.board.version: SDK0T76538 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.ec.firmware.release: 1.28
dmi.modalias: dmi:bvnLENOVO:bvrR23ET70W(1.40):bd08/08/2023:br1.40:efr1.28:svnLENOVO:pn21CF004PGE:pvrThinkPadT14Gen3:rvnLENOVO:rn21CF004PGE:rvrSDK0T76538WIN:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_21CF_BU_Think_FM_ThinkPadT14Gen3:
dmi.product.family: ThinkPad T14 Gen 3
dmi.product.name: 21CF004PGE
dmi.product.sku: LENOVO_MT_21CF_BU_Think_FM_ThinkPad T14 Gen 3
dmi.product.version: ThinkPad T14 Gen 3
dmi.sys.vendor: LENOVO

Revision history for this message
Julian Andres Klode (juliank) wrote :
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote : Status changed to Confirmed

This change was made by a bot.

Changed in linux (Ubuntu):
status: New → Confirmed
Revision history for this message
Julian Andres Klode (juliank) wrote :

FWIW, this was after this morning's UEFI firmware update.

Devices that have been updated successfully:
 • Battery (1.1.6 → 1.2.7)
 • Embedded Controller (0.1.25 → 0.1.28)
 • UEFI dbx (217 → 371)
 • System Firmware (0.1.41 → 0.1.46)
   ^ this was updated today

summary: - [5.5] BUG: kernel NULL pointer dereference, address: 0000000000000008;
+ [6.5] BUG: kernel NULL pointer dereference, address: 0000000000000008;
#PF: supervisor write access in kernel mode
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.