webcamoid / akvcam

akvcam, virtual camera for Linux
GNU General Public License v2.0
609 stars 85 forks source link

kernel crash (random but short time) #39

Closed joe-mojo closed 3 years ago

joe-mojo commented 3 years ago

I got akvcam working, and I tested video ouput and video capture. ffmpeg/ffplay example from the wiki is working nicely and I can see the virtual capture device with softwares like Cheese. BUT While not writing to ouput device nor reading from capture device, I got kernel crash (Ubuntu 20.04.1, Linux 5.4.0-53-generic). This happens at random times, but very quickly. Here is a sample trace :

Nov 20 01:11:26 MyComputer kernel: [   92.981085] ------------[ cut here ]------------
Nov 20 01:11:26 MyComputer kernel: [   92.981088] kernel BUG at mm/slub.c:3995!
Nov 20 01:11:26 MyComputer kernel: [   92.981098] invalid opcode: 0000 [#1] SMP PTI
Nov 20 01:11:26 MyComputer kernel: [   92.981102] CPU: 1 PID: 5826 Comm: Socket Thread Tainted: P           O      5.4.0-53-generic #59-Ubuntu
Nov 20 01:11:26 MyComputer kernel: [   92.981104] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
Nov 20 01:11:26 MyComputer kernel: [   92.981110] RIP: 0010:kfree+0x1de/0x250
Nov 20 01:11:26 MyComputer kernel: [   92.981114] Code: ff ff 49 8b 04 24 45 31 ed a9 00 00 01 00 74 06 45 0f b6 6c 24 51 49 8b 04 24 a9 00 00 01 00 75 0b 49 8b 44 24 08 a8 01 75 02 <0f> 0b 49 8b 04 24 44 89 e9 ba ff ff ff ff be 06 00 00 00 d3 e2 48
Nov 20 01:11:26 MyComputer kernel: [   92.981116] RSP: 0018:ffffaa270167faa0 EFLAGS: 00010246
Nov 20 01:11:26 MyComputer kernel: [   92.981119] RAX: ffffe0f6912021c8 RBX: ffff93320808818f RCX: 0000000000000000
Nov 20 01:11:26 MyComputer kernel: [   92.981121] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff93320808818f
Nov 20 01:11:26 MyComputer kernel: [   92.981123] RBP: ffffaa270167fac0 R08: 0000000000000010 R09: ffff9332407d5d00
Nov 20 01:11:26 MyComputer kernel: [   92.981125] R10: 0000000000000000 R11: ffff9332407d5000 R12: ffffe0f691202200
Nov 20 01:11:26 MyComputer kernel: [   92.981127] R13: 0000000000000000 R14: 0000000000000000 R15: ffff93320808825b
Nov 20 01:11:26 MyComputer kernel: [   92.981129] FS:  00007f6ce86be700(0000) GS:ffff933230040000(0000) knlGS:0000000000000000
Nov 20 01:11:26 MyComputer kernel: [   92.981132] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 20 01:11:26 MyComputer kernel: [   92.981134] CR2: 000055ec36ef6e38 CR3: 0000000417412004 CR4: 00000000003606e0
Nov 20 01:11:26 MyComputer kernel: [   92.981136] Call Trace:
Nov 20 01:11:26 MyComputer kernel: [   92.981143]  do_sys_poll+0x125/0x520
Nov 20 01:11:26 MyComputer kernel: [   92.981149]  ? __enqueue_entity+0x96/0xa0
Nov 20 01:11:26 MyComputer kernel: [   92.981154]  ? poll_select_finish+0x210/0x210
Nov 20 01:11:26 MyComputer kernel: [   92.981158]  ? poll_select_finish+0x210/0x210
Nov 20 01:11:26 MyComputer kernel: [   92.981160]  ? poll_select_finish+0x210/0x210
Nov 20 01:11:26 MyComputer kernel: [   92.981163]  ? poll_select_finish+0x210/0x210
Nov 20 01:11:26 MyComputer kernel: [   92.981166]  ? poll_select_finish+0x210/0x210
Nov 20 01:11:26 MyComputer kernel: [   92.981169]  ? poll_select_finish+0x210/0x210
Nov 20 01:11:26 MyComputer kernel: [   92.981172]  ? poll_select_finish+0x210/0x210
Nov 20 01:11:26 MyComputer kernel: [   92.981175]  ? poll_select_finish+0x210/0x210
Nov 20 01:11:26 MyComputer kernel: [   92.981178]  ? poll_select_finish+0x210/0x210
Nov 20 01:11:26 MyComputer kernel: [   92.981181]  __x64_sys_poll+0x3b/0x140
Nov 20 01:11:26 MyComputer kernel: [   92.981187]  do_syscall_64+0x57/0x190
Nov 20 01:11:26 MyComputer kernel: [   92.981192]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
Nov 20 01:11:26 MyComputer kernel: [   92.981195] RIP: 0033:0x7f6cf8f4aaff
Nov 20 01:11:26 MyComputer kernel: [   92.981198] Code: 54 24 1c 48 89 74 24 10 48 89 7c 24 08 e8 79 1c f8 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 2b 44 89 c7 89 44 24 08 e8 ad 1c f8 ff 8b 44
Nov 20 01:11:26 MyComputer kernel: [   92.981200] RSP: 002b:00007f6ce86bd6f0 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
Nov 20 01:11:26 MyComputer kernel: [   92.981203] RAX: ffffffffffffffda RBX: 00007f6cb81c3000 RCX: 00007f6cf8f4aaff
Nov 20 01:11:26 MyComputer kernel: [   92.981205] RDX: 00000000ffffffff RSI: 0000000000000036 RDI: 00007f6ce86bd780
Nov 20 01:11:26 MyComputer kernel: [   92.981206] RBP: 0000000000000001 R08: 0000000000000000 R09: 00007f6cf8c65fd0
Nov 20 01:11:26 MyComputer kernel: [   92.981209] R10: 00007f6ce86bd9f8 R11: 0000000000000293 R12: 0000000000000036
Nov 20 01:11:26 MyComputer kernel: [   92.981210] R13: 00007f6ce86bd780 R14: ffffffffffffffca R15: 00000000ffffffff
Nov 20 01:11:26 MyComputer kernel: [   92.981214] Modules linked in: rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher overlay af_alg bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp mei_hdcp joydev nvidia_drm(PO) kvm_intel snd_sof_pci intel_rapl_msr nvidia_modeset(PO) snd_sof_intel_hda_common kvm snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc crct10dif_pclmul nls_iso8859_1 snd_sof snd_sof_xtensa_dsp snd_hda_ext_core ghash_clmulni_intel snd_soc_acpi_intel_match snd_soc_acpi aesni_intel snd_soc_core crypto_simd cryptd glue_helper snd_compress ac97_bus snd_pcm_dmaengine dell_laptop nvidia(PO) ledtrig_audio rapl snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core
Nov 20 01:11:26 MyComputer kernel: [   92.981256]  snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event intel_cstate snd_rawmidi dell_wmi btusb btrtl input_leds btbcm btintel dell_smbios bluetooth uvcvideo iwlmvm videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 serio_raw dcdbas mac80211 ecdh_generic cdc_acm videobuf2_common ecc snd_seq libarc4 dell_wmi_descriptor i915 wmi_bmof intel_wmi_thunderbolt snd_seq_device snd_timer snd iwlwifi mxm_wmi drm_kms_helper cfg80211 i2c_algo_bit processor_thermal_device rtsx_pci_ms ucsi_acpi fb_sys_fops intel_rapl_common typec_ucsi mei_me soundcore memstick hid_multitouch syscopyarea typec sysfillrect mei sysimgblt intel_soc_dts_iosf intel_pch_thermal mac_hid int3403_thermal int340x_thermal_zone intel_hid dell_smo8800 sparse_keymap acpi_pad int3400_thermal acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport akvcam(O) videodev mc drm ip_tables x_tables autofs4 hid_generic rtsx_pci_sdmmc crc32_pclmul nvme psmouse i2c_i801 nvme_core rtsx_pci intel_lpss_pci thunderbolt intel_lpss ahci idma64
Nov 20 01:11:26 MyComputer kernel: [   92.981303]  libahci virt_dma i2c_hid hid video pinctrl_cannonlake wmi pinctrl_intel
Nov 20 01:11:26 MyComputer kernel: [   92.981312] ---[ end trace 2837fe6b6634f791 ]---
Nov 20 01:11:26 MyComputer kernel: [   92.981315] RIP: 0010:kfree+0x1de/0x250
Nov 20 01:11:26 MyComputer kernel: [   92.981318] Code: ff ff 49 8b 04 24 45 31 ed a9 00 00 01 00 74 06 45 0f b6 6c 24 51 49 8b 04 24 a9 00 00 01 00 75 0b 49 8b 44 24 08 a8 01 75 02 <0f> 0b 49 8b 04 24 44 89 e9 ba ff ff ff ff be 06 00 00 00 d3 e2 48
Nov 20 01:11:26 MyComputer kernel: [   92.981320] RSP: 0018:ffffaa270167faa0 EFLAGS: 00010246
Nov 20 01:11:26 MyComputer kernel: [   92.981322] RAX: ffffe0f6912021c8 RBX: ffff93320808818f RCX: 0000000000000000
Nov 20 01:11:26 MyComputer kernel: [   92.981324] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff93320808818f
Nov 20 01:11:26 MyComputer kernel: [   92.981326] RBP: ffffaa270167fac0 R08: 0000000000000010 R09: ffff9332407d5d00
Nov 20 01:11:26 MyComputer kernel: [   92.981327] R10: 0000000000000000 R11: ffff9332407d5000 R12: ffffe0f691202200
Nov 20 01:11:26 MyComputer kernel: [   92.981329] R13: 0000000000000000 R14: 0000000000000000 R15: ffff93320808825b
Nov 20 01:11:26 MyComputer kernel: [   92.981332] FS:  00007f6ce86be700(0000) GS:ffff933230040000(0000) knlGS:0000000000000000
Nov 20 01:11:26 MyComputer kernel: [   92.981334] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 20 01:11:26 MyComputer kernel: [   92.981335] CR2: 000055ec36ef6e38 CR3: 0000000417412004 CR4: 00000000003606e0
Nov 20 01:11:29 MyComputer kernel: [   96.582260] general protection fault: 0000 [#2] SMP PTI
Nov 20 01:11:29 MyComputer kernel: [   96.582271] CPU: 10 PID: 5462 Comm: cheese Tainted: P      D    O      5.4.0-53-generic #59-Ubuntu
Nov 20 01:11:29 MyComputer kernel: [   96.582275] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
Nov 20 01:11:29 MyComputer kernel: [   96.582284] RIP: 0010:__kmalloc+0x9e/0x280
Nov 20 01:11:29 MyComputer kernel: [   96.582289] Code: 87 01 00 00 4d 8b 01 65 49 8b 50 08 65 4c 03 05 40 87 d6 7d 4d 8b 20 4d 85 e4 0f 84 9c 01 00 00 41 8b 41 20 49 8b 39 4c 01 e0 <48> 8b 18 48 89 c1 49 33 99 70 01 00 00 4c 89 e0 48 0f c9 48 31 cb
Nov 20 01:11:29 MyComputer kernel: [   96.582293] RSP: 0018:ffffaa2704af7790 EFLAGS: 00010202
Nov 20 01:11:29 MyComputer kernel: [   96.582298] RAX: 7ddc90cf08088a8f RBX: 0000000000000000 RCX: 0000000000000000
Nov 20 01:11:29 MyComputer kernel: [   96.582302] RDX: 00000000000003c5 RSI: 0000000000002cc0 RDI: 000000000002f120
Nov 20 01:11:29 MyComputer kernel: [   96.582305] RBP: ffffaa2704af77c0 R08: ffff9332302af120 R09: ffff93322e406f40
Nov 20 01:11:29 MyComputer kernel: [   96.582308] R10: 0000000000000001 R11: 0000000000000008 R12: 7ddc90cf08088a8f
Nov 20 01:11:29 MyComputer kernel: [   96.582311] R13: 0000000000002cc0 R14: 0000000000000100 R15: ffff93322e406f40
Nov 20 01:11:29 MyComputer kernel: [   96.582316] FS:  00007fc021a83a80(0000) GS:ffff933230280000(0000) knlGS:0000000000000000
Nov 20 01:11:29 MyComputer kernel: [   96.582319] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 20 01:11:29 MyComputer kernel: [   96.582322] CR2: 00007fc00b15b020 CR3: 000000039980c001 CR4: 00000000003606e0
Nov 20 01:11:29 MyComputer kernel: [   96.582325] Call Trace:
Nov 20 01:11:29 MyComputer kernel: [   96.582335]  ? sg_kmalloc+0x1a/0x30
Nov 20 01:11:29 MyComputer kernel: [   96.582342]  sg_kmalloc+0x1a/0x30
Nov 20 01:11:29 MyComputer kernel: [   96.582348]  __sg_alloc_table+0x10b/0x170
Nov 20 01:11:29 MyComputer kernel: [   96.582354]  sg_alloc_table+0x24/0x60
Nov 20 01:11:29 MyComputer kernel: [   96.582360]  ? sg_init_one+0x80/0x80
Nov 20 01:11:29 MyComputer kernel: [   96.582441]  i915_sg_trim+0x40/0x100 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.582530]  shmem_get_pages+0x2e6/0x650 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.582539]  ? blocking_notifier_call_chain+0x5b/0x70
Nov 20 01:11:29 MyComputer kernel: [   96.582546]  ? _cond_resched+0x19/0x30
Nov 20 01:11:29 MyComputer kernel: [   96.582551]  ? mutex_lock_interruptible+0x13/0x40
Nov 20 01:11:29 MyComputer kernel: [   96.582640]  ? i915_gem_object_pin_map+0xbb/0x1a0 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.582719]  ____i915_gem_object_get_pages+0x22/0x40 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.582799]  __i915_gem_object_get_pages+0x5b/0x70 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.582887]  __i915_vma_do_pin+0x3ee/0x470 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.582970]  eb_lookup_vmas+0x688/0xb70 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.583050]  ? eb_pin_engine+0x255/0x410 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.583128]  i915_gem_do_execbuffer+0x38f/0xc20 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.583139]  ? mem_cgroup_commit_charge+0x63/0x490
Nov 20 01:11:29 MyComputer kernel: [   96.583147]  ? shmem_getpage_gfp+0x338/0x940
Nov 20 01:11:29 MyComputer kernel: [   96.583152]  ? __kmalloc_node+0x20e/0x330
Nov 20 01:11:29 MyComputer kernel: [   96.583224]  i915_gem_execbuffer2_ioctl+0x2c3/0x3d0 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.583298]  ? i915_gem_execbuffer_ioctl+0x2d0/0x2d0 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.583336]  drm_ioctl_kernel+0xae/0xf0 [drm]
Nov 20 01:11:29 MyComputer kernel: [   96.583365]  drm_ioctl+0x234/0x3d0 [drm]
Nov 20 01:11:29 MyComputer kernel: [   96.583436]  ? i915_gem_execbuffer_ioctl+0x2d0/0x2d0 [i915]
Nov 20 01:11:29 MyComputer kernel: [   96.583445]  do_vfs_ioctl+0x407/0x670
Nov 20 01:11:29 MyComputer kernel: [   96.583453]  ? do_user_addr_fault+0x216/0x450
Nov 20 01:11:29 MyComputer kernel: [   96.583458]  ksys_ioctl+0x67/0x90
Nov 20 01:11:29 MyComputer kernel: [   96.583464]  __x64_sys_ioctl+0x1a/0x20
Nov 20 01:11:29 MyComputer kernel: [   96.583471]  do_syscall_64+0x57/0x190
Nov 20 01:11:29 MyComputer kernel: [   96.583478]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
Nov 20 01:11:29 MyComputer kernel: [   96.583483] RIP: 0033:0x7fc0233ce50b
Nov 20 01:11:29 MyComputer kernel: [   96.583488] Code: 0f 1e fa 48 8b 05 85 39 0d 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 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 55 39 0d 00 f7 d8 64 89 01 48
Nov 20 01:11:29 MyComputer kernel: [   96.583491] RSP: 002b:00007ffc03500448 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
Nov 20 01:11:29 MyComputer kernel: [   96.583497] RAX: ffffffffffffffda RBX: 00005565ceb558f0 RCX: 00007fc0233ce50b
Nov 20 01:11:29 MyComputer kernel: [   96.583500] RDX: 00007ffc03500460 RSI: 0000000040406469 RDI: 000000000000000e
Nov 20 01:11:29 MyComputer kernel: [   96.583502] RBP: 00007ffc035004f0 R08: 0000000000000001 R09: 0000000000000000
Nov 20 01:11:29 MyComputer kernel: [   96.583505] R10: 00007ffc03500510 R11: 0000000000000246 R12: 00007fc01b2dfb28
Nov 20 01:11:29 MyComputer kernel: [   96.583508] R13: 0000000000000000 R14: 00007ffc03500460 R15: 000000000000000e
Nov 20 01:11:29 MyComputer kernel: [   96.583513] Modules linked in: rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher overlay af_alg bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp mei_hdcp joydev nvidia_drm(PO) kvm_intel snd_sof_pci intel_rapl_msr nvidia_modeset(PO) snd_sof_intel_hda_common kvm snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc crct10dif_pclmul nls_iso8859_1 snd_sof snd_sof_xtensa_dsp snd_hda_ext_core ghash_clmulni_intel snd_soc_acpi_intel_match snd_soc_acpi aesni_intel snd_soc_core crypto_simd cryptd glue_helper snd_compress ac97_bus snd_pcm_dmaengine dell_laptop nvidia(PO) ledtrig_audio rapl snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core
Nov 20 01:11:29 MyComputer kernel: [   96.583575]  snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event intel_cstate snd_rawmidi dell_wmi btusb btrtl input_leds btbcm btintel dell_smbios bluetooth uvcvideo iwlmvm videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 serio_raw dcdbas mac80211 ecdh_generic cdc_acm videobuf2_common ecc snd_seq libarc4 dell_wmi_descriptor i915 wmi_bmof intel_wmi_thunderbolt snd_seq_device snd_timer snd iwlwifi mxm_wmi drm_kms_helper cfg80211 i2c_algo_bit processor_thermal_device rtsx_pci_ms ucsi_acpi fb_sys_fops intel_rapl_common typec_ucsi mei_me soundcore memstick hid_multitouch syscopyarea typec sysfillrect mei sysimgblt intel_soc_dts_iosf intel_pch_thermal mac_hid int3403_thermal int340x_thermal_zone intel_hid dell_smo8800 sparse_keymap acpi_pad int3400_thermal acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport akvcam(O) videodev mc drm ip_tables x_tables autofs4 hid_generic rtsx_pci_sdmmc crc32_pclmul nvme psmouse i2c_i801 nvme_core rtsx_pci intel_lpss_pci thunderbolt intel_lpss ahci idma64
Nov 20 01:11:29 MyComputer kernel: [   96.583641]  libahci virt_dma i2c_hid hid video pinctrl_cannonlake wmi pinctrl_intel
Nov 20 01:11:29 MyComputer kernel: [   96.583656] ---[ end trace 2837fe6b6634f792 ]---
Nov 20 01:11:29 MyComputer kernel: [   96.583662] RIP: 0010:kfree+0x1de/0x250
Nov 20 01:11:29 MyComputer kernel: [   96.583667] Code: ff ff 49 8b 04 24 45 31 ed a9 00 00 01 00 74 06 45 0f b6 6c 24 51 49 8b 04 24 a9 00 00 01 00 75 0b 49 8b 44 24 08 a8 01 75 02 <0f> 0b 49 8b 04 24 44 89 e9 ba ff ff ff ff be 06 00 00 00 d3 e2 48
Nov 20 01:11:29 MyComputer kernel: [   96.583670] RSP: 0018:ffffaa270167faa0 EFLAGS: 00010246
Nov 20 01:11:29 MyComputer kernel: [   96.583674] RAX: ffffe0f6912021c8 RBX: ffff93320808818f RCX: 0000000000000000
Nov 20 01:11:29 MyComputer kernel: [   96.583677] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff93320808818f
Nov 20 01:11:29 MyComputer kernel: [   96.583680] RBP: ffffaa270167fac0 R08: 0000000000000010 R09: ffff9332407d5d00
Nov 20 01:11:29 MyComputer kernel: [   96.583683] R10: 0000000000000000 R11: ffff9332407d5000 R12: ffffe0f691202200
Nov 20 01:11:29 MyComputer kernel: [   96.583685] R13: 0000000000000000 R14: 0000000000000000 R15: ffff93320808825b
Nov 20 01:11:29 MyComputer kernel: [   96.583690] FS:  00007fc021a83a80(0000) GS:ffff933230280000(0000) knlGS:0000000000000000
Nov 20 01:11:29 MyComputer kernel: [   96.583693] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 20 01:11:29 MyComputer kernel: [   96.583696] CR2: 00007fc00b15b020 CR3: 000000039980c001 CR4: 00000000003606e0
hipersayanX commented 3 years ago

Beside akvcam being loaded, the log does not show nothing related to akvcam and it looks like a crash in your graphics driver, not sure, maybe try loading the module with loglevel=7 and let see if it gives more information. Also just in case, do you have Pipewire running in background? if not, run Cheese, close it and then terminate or kill Pipewire process and check dmesg.

hipersayanX commented 3 years ago

I won't discard at all this is an akvcam bug, but I'm missing akvcam log, and that dmesg log is totally useless because is not pointing anywhere in akvcam source code. If no more information available I'll close this issue.

joe-mojo commented 3 years ago

Sure, I will provide this ASAP.

hipersayanX commented 3 years ago

I was not able to reproduce this specific bug, but I've found some race conditions when testing in Arch that did not appeared in Ubuntu running in VirtualBox, causing other modules to fail like that.

joe-mojo commented 3 years ago

Hi,

Here is a trace with loglevel=7 :

[    0.000000] microcode: microcode updated early to revision 0xde, date = 2020-05-25
[    0.000000] Linux version 5.4.0-54-generic (buildd@lcy01-amd64-024) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #60-Ubuntu SMP Fri Nov 6 10:37:59 UTC 2020 (Ubuntu 5.4.0-54.60-generic 5.4.65)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-54-generic root=UUID=ccf17f4b-f7e1-4fd6-bb75-b8fc1d08e2ec ro quiet splash mem_sleep_default=deep vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040400000-0x000000005a023fff] usable
[    0.000000] BIOS-e820: [mem 0x000000005a024000-0x000000005a024fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000005a025000-0x000000005a025fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005a026000-0x000000006c037fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006c038000-0x000000006d7affff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006d7b0000-0x000000006d82cfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006d82d000-0x000000006e1a1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006e1a2000-0x000000006fffefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x0000000073ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000074000000-0x0000000074dfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000074e00000-0x000000007b7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004807fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x5c5a6018-0x5c5b4657] usable ==> usable
[    0.000000] e820: update [mem 0x5c5a6018-0x5c5b4657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000040400000-0x000000005a023fff] usable
[    0.000000] reserve setup_data: [mem 0x000000005a024000-0x000000005a024fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000005a025000-0x000000005a025fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005a026000-0x000000005c5a6017] usable
[    0.000000] reserve setup_data: [mem 0x000000005c5a6018-0x000000005c5b4657] usable
[    0.000000] reserve setup_data: [mem 0x000000005c5b4658-0x000000006c037fff] usable
[    0.000000] reserve setup_data: [mem 0x000000006c038000-0x000000006d7affff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006d7b0000-0x000000006d82cfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000006d82d000-0x000000006e1a1fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000006e1a2000-0x000000006fffefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006ffff000-0x000000006fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000070000000-0x0000000073ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000074000000-0x0000000074dfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000074e00000-0x000000007b7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004807fffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0x6d7c9000  ACPI=0x6d7c9000  SMBIOS=0xf0000  SMBIOS 3.0=0xf0020  TPMFinalLog=0x6e0e0000  ESRT=0x6fa51298  MEMATTR=0x6973b018  TPMEventLog=0x5c5b5018 
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.002449] tsc: Detected 2599.992 MHz TSC
[    0.002449] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002450] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002455] last_pfn = 0x480800 max_arch_pfn = 0x400000000
[    0.002481] MTRR default type: write-back
[    0.002482] MTRR fixed ranges enabled:
[    0.002483]   00000-9FFFF write-back
[    0.002483]   A0000-BFFFF uncachable
[    0.002484]   C0000-FFFFF write-protect
[    0.002484] MTRR variable ranges enabled:
[    0.002485]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.002485]   1 base 0078000000 mask 7FF8000000 uncachable
[    0.002486]   2 base 0077000000 mask 7FFF000000 uncachable
[    0.002486]   3 base 00A0000000 mask 7FE0000000 uncachable
[    0.002487]   4 base 0090000000 mask 7FF0000000 uncachable
[    0.002487]   5 base 0080000000 mask 7FF0000000 write-combining
[    0.002488]   6 disabled
[    0.002488]   7 disabled
[    0.002488]   8 disabled
[    0.002488]   9 disabled
[    0.002826] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002954] last_pfn = 0x74e00 max_arch_pfn = 0x400000000
[    0.008110] esrt: Reserving ESRT space from 0x000000006fa51298 to 0x000000006fa512d0.
[    0.008116] check: Scanning 1 areas for low memory corruption
[    0.008119] Using GB pages for direct mapping
[    0.008343] secureboot: Secure boot enabled
[    0.008344] RAMDISK: [mem 0x2721c000-0x2a1cffff]
[    0.008353] ACPI: Early table checksum verification disabled
[    0.008355] ACPI: RSDP 0x000000006D7C9000 000024 (v02 DELL  )
[    0.008357] ACPI: XSDT 0x000000006D7C90C8 000114 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.008360] ACPI: FACP 0x000000006D80A0A8 000114 (v06 DELL   CBX3     01072009 AMI  00010013)
[    0.008363] ACPI: DSDT 0x000000006D7C9270 040E36 (v02 DELL   CBX3     01072009 INTL 20160527)
[    0.008365] ACPI: FACS 0x000000006E1A0C00 000040
[    0.008366] ACPI: APIC 0x000000006D80A1C0 0000F4 (v04 DELL   CBX3     01072009 AMI  00010013)
[    0.008368] ACPI: FPDT 0x000000006D80A2B8 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.008369] ACPI: FIDT 0x000000006D80A300 00009C (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.008371] ACPI: MCFG 0x000000006D80A3A0 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.008372] ACPI: SSDT 0x000000006D80A3E0 001B26 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.008374] ACPI: BOOT 0x000000006D80BF08 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.008376] ACPI: SSDT 0x000000006D80BF30 001663 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.008377] ACPI: SSDT 0x000000006D80D598 002644 (v02 PegSsd PegSsdt  00001000 INTL 20160527)
[    0.008379] ACPI: HPET 0x000000006D80FBE0 000038 (v01 DELL\x CBX3     00000002      01000013)
[    0.008380] ACPI: SSDT 0x000000006D80FC18 001441 (v02 DELL\x CflH_Tbt 00001000 INTL 20160527)
[    0.008382] ACPI: UEFI 0x000000006D811060 000042 (v01 DELL\x CBX3     00000002      01000013)
[    0.008383] ACPI: LPIT 0x000000006D8110A8 000094 (v01 DELL\x CBX3     00000002      01000013)
[    0.008385] ACPI: WSMT 0x000000006D811140 000028 (v01 DELL   CBX3     00000002      01000013)
[    0.008386] ACPI: SSDT 0x000000006D811168 0027DE (v02 DELL\x PtidDevc 00001000 INTL 20160527)
[    0.008388] ACPI: SSDT 0x000000006D813948 00037A (v02 DELL\x TbtTypeC 00000000 INTL 20160527)
[    0.008389] ACPI: DBGP 0x000000006D813CC8 000034 (v01 DELL\x CBX3     00000002      01000013)
[    0.008391] ACPI: DBG2 0x000000006D813D00 000054 (v00 DELL\x CBX3     00000002      01000013)
[    0.008392] ACPI: SSDT 0x000000006D813D58 0007DC (v02 DELL\x UsbCTabl 00001000 INTL 20160527)
[    0.008394] ACPI: SSDT 0x000000006D814538 00BC4E (v02 DptfTa DptfTabl 00001000 INTL 20160527)
[    0.008395] ACPI: MSDM 0x000000006D820188 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.008397] ACPI: SLIC 0x000000006D8201E0 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.008398] ACPI: SSDT 0x000000006D820358 000144 (v02 Intel  ADebTabl 00001000 INTL 20160527)
[    0.008400] ACPI: SSDT 0x000000006D8204A0 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
[    0.008402] ACPI: NHLT 0x000000006D820550 00002D (v00 INTEL  EDK2     00000002      01000013)
[    0.008403] ACPI: BGRT 0x000000006D820580 000038 (v00 DELL   CBX3     01072009 AMI  00010013)
[    0.008405] ACPI: TPM2 0x000000006D8205B8 000034 (v04 DELL\x CBX3     00000001 AMI  00000000)
[    0.008406] ACPI: ASF! 0x000000006D8205F0 0000A0 (v32 DELL\x CBX3     00000002      01000013)
[    0.008408] ACPI: SSDT 0x000000006D820690 001E51 (v01 OptRef OptTabl  00001000 INTL 20160527)
[    0.008409] ACPI: DMAR 0x000000006D8224E8 0000C8 (v01 INTEL  EDK2     00000002      01000013)
[    0.008415] ACPI: Local APIC address 0xfee00000
[    0.008799] No NUMA configuration found
[    0.008799] Faking a node at [mem 0x0000000000000000-0x00000004807fffff]
[    0.008806] NODE_DATA(0) allocated [mem 0x4807d5000-0x4807fffff]
[    0.008962] Zone ranges:
[    0.008962]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008963]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008964]   Normal   [mem 0x0000000100000000-0x00000004807fffff]
[    0.008964]   Device   empty
[    0.008965] Movable zone start for each node
[    0.008966] Early memory node ranges
[    0.008967]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.008967]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.008968]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.008968]   node   0: [mem 0x0000000040400000-0x000000005a023fff]
[    0.008969]   node   0: [mem 0x000000005a026000-0x000000006c037fff]
[    0.008969]   node   0: [mem 0x000000006ffff000-0x000000006fffffff]
[    0.008969]   node   0: [mem 0x0000000074000000-0x0000000074dfffff]
[    0.008970]   node   0: [mem 0x0000000100000000-0x00000004807fffff]
[    0.009315] Zeroed struct page in unavailable ranges: 77355 pages
[    0.009316] Initmem setup node 0 [mem 0x0000000000001000-0x00000004807fffff]
[    0.009316] On node 0 totalpages: 4116949
[    0.009317]   DMA zone: 64 pages used for memmap
[    0.009317]   DMA zone: 22 pages reserved
[    0.009318]   DMA zone: 3998 pages, LIFO batch:0
[    0.009351]   DMA32 zone: 6889 pages used for memmap
[    0.009351]   DMA32 zone: 440887 pages, LIFO batch:63
[    0.014377]   Normal zone: 57376 pages used for memmap
[    0.014378]   Normal zone: 3672064 pages, LIFO batch:63
[    0.038681] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.038707] Reserving Intel graphics memory at [mem 0x77800000-0x7b7fffff]
[    0.040095] ACPI: PM-Timer IO Port: 0x1808
[    0.040096] ACPI: Local APIC address 0xfee00000
[    0.040100] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.040100] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.040101] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.040101] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.040101] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.040102] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.040102] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.040102] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.040103] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.040103] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.040103] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.040104] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.040171] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.040172] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.040173] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.040174] ACPI: IRQ0 used by override.
[    0.040174] ACPI: IRQ9 used by override.
[    0.040175] Using ACPI (MADT) for SMP configuration information
[    0.040176] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.040180] e820: update [mem 0x6712e000-0x67148fff] usable ==> reserved
[    0.040186] TSC deadline timer available
[    0.040186] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.040199] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.040200] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.040201] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.040202] PM: Registered nosave memory: [mem 0x40000000-0x403fffff]
[    0.040203] PM: Registered nosave memory: [mem 0x5a024000-0x5a024fff]
[    0.040204] PM: Registered nosave memory: [mem 0x5a025000-0x5a025fff]
[    0.040205] PM: Registered nosave memory: [mem 0x5c5a6000-0x5c5a6fff]
[    0.040205] PM: Registered nosave memory: [mem 0x5c5b4000-0x5c5b4fff]
[    0.040206] PM: Registered nosave memory: [mem 0x6712e000-0x67148fff]
[    0.040207] PM: Registered nosave memory: [mem 0x6c038000-0x6d7affff]
[    0.040208] PM: Registered nosave memory: [mem 0x6d7b0000-0x6d82cfff]
[    0.040208] PM: Registered nosave memory: [mem 0x6d82d000-0x6e1a1fff]
[    0.040208] PM: Registered nosave memory: [mem 0x6e1a2000-0x6fffefff]
[    0.040209] PM: Registered nosave memory: [mem 0x70000000-0x73ffffff]
[    0.040210] PM: Registered nosave memory: [mem 0x74e00000-0x7b7fffff]
[    0.040211] PM: Registered nosave memory: [mem 0x7b800000-0xefffffff]
[    0.040211] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.040211] PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[    0.040212] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.040212] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.040212] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.040212] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.040213] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.040213] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.040213] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.040214] [mem 0x7b800000-0xefffffff] available for PCI devices
[    0.040215] Booting paravirtualized kernel on bare hardware
[    0.040217] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.040221] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.040415] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.040420] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.040420] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.040439] Built 1 zonelists, mobility grouping on.  Total pages: 4052598
[    0.040440] Policy zone: Normal
[    0.040441] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-54-generic root=UUID=ccf17f4b-f7e1-4fd6-bb75-b8fc1d08e2ec ro quiet splash mem_sleep_default=deep vt.handoff=7
[    0.041028] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.041305] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.041374] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.043546] Calgary: detecting Calgary via BIOS EBDA area
[    0.043547] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.068236] Memory: 15928920K/16467796K available (14339K kernel code, 2398K rwdata, 4956K rodata, 2716K init, 4988K bss, 538876K reserved, 0K cma-reserved)
[    0.068241] random: get_random_u64 called from kmem_cache_open+0x2d/0x410 with crng_init=0
[    0.068337] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.068346] Kernel/User page tables isolation: enabled
[    0.068358] ftrace: allocating 44527 entries in 174 pages
[    0.079271] rcu: Hierarchical RCU implementation.
[    0.079274] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[    0.079275]  Tasks RCU enabled.
[    0.079275] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.079276] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.080973] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
[    0.081859] random: crng done (trusting CPU's manufacturer)
[    0.081875] vt handoff: transparent VT on vt#7
[    0.081880] Console: colour dummy device 80x25
[    0.081883] printk: console [tty0] enabled
[    0.081896] ACPI: Core revision 20190816
[    0.082105] APIC: Switch to symmetric I/O mode setup
[    0.082107] DMAR: Host address width 39
[    0.082107] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.082111] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.082112] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.082114] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.082114] DMAR: RMRR base: 0x0000006d384000 end: 0x0000006d3a3fff
[    0.082115] DMAR: RMRR base: 0x00000077000000 end: 0x0000007b7fffff
[    0.082115] DMAR: RMRR base: 0x0000006d730000 end: 0x0000006d7affff
[    0.082116] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.082117] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.082117] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.085148] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.085148] x2apic enabled
[    0.085179] Switched APIC routing to cluster x2apic.
[    0.094190] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
[    0.094193] Calibrating delay loop (skipped), value calculated using timer frequency.. 5199.98 BogoMIPS (lpj=10399968)
[    0.094194] pid_max: default: 32768 minimum: 301
[    0.097193] LSM: Security Framework initializing
[    0.097199] Yama: becoming mindful.
[    0.097231] AppArmor: AppArmor initialized
[    0.097271] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.097288] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.097301] *** VALIDATE tmpfs ***
[    0.097388] *** VALIDATE proc ***
[    0.097420] *** VALIDATE cgroup1 ***
[    0.097421] *** VALIDATE cgroup2 ***
[    0.097464] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.097481] process: using mwait in idle threads
[    0.097482] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.097483] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.097485] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.097485] Spectre V2 : Mitigation: Full generic retpoline
[    0.097486] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.097486] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.097487] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.097487] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.097488] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.097491] SRBDS: Mitigation: Microcode
[    0.097492] MDS: Mitigation: Clear CPU buffers
[    0.097664] Freeing SMP alternatives memory: 40K
[    0.098191] smpboot: CPU0: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (family: 0x6, model: 0x9e, stepping: 0xa)
[    0.098191] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.098191] ... version:                4
[    0.098191] ... bit width:              48
[    0.098191] ... generic registers:      4
[    0.098191] ... value mask:             0000ffffffffffff
[    0.098191] ... max period:             00007fffffffffff
[    0.098191] ... fixed-purpose events:   3
[    0.098191] ... event mask:             000000070000000f
[    0.098191] rcu: Hierarchical SRCU implementation.
[    0.098191] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.098191] smp: Bringing up secondary CPUs ...
[    0.098191] x86: Booting SMP configuration:
[    0.098191] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
[    0.099397] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.099397]   #7  #8  #9 #10 #11
[    0.106340] smp: Brought up 1 node, 12 CPUs
[    0.106340] smpboot: Max logical packages: 1
[    0.106340] smpboot: Total of 12 processors activated (62399.80 BogoMIPS)
[    0.109353] devtmpfs: initialized
[    0.109353] x86/mm: Memory block size: 128MB
[    0.110881] PM: Registering ACPI NVS region [mem 0x5a024000-0x5a024fff] (4096 bytes)
[    0.110881] PM: Registering ACPI NVS region [mem 0x6d82d000-0x6e1a1fff] (9916416 bytes)
[    0.110881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.110881] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.110881] pinctrl core: initialized pinctrl subsystem
[    0.110881] PM: RTC time: 23:30:06, date: 2020-11-26
[    0.110881] NET: Registered protocol family 16
[    0.110881] audit: initializing netlink subsys (disabled)
[    0.110881] audit: type=2000 audit(1606433406.016:1): state=initialized audit_enabled=0 res=1
[    0.110881] EISA bus registered
[    0.110881] cpuidle: using governor ladder
[    0.110881] cpuidle: using governor menu
[    0.110881] Simple Boot Flag at 0x47 set to 0x80
[    0.110881] KVM setup pv remote TLB flush
[    0.110881] ACPI: bus type PCI registered
[    0.110881] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.110881] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.110881] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.110881] PCI: Using configuration type 1 for base access
[    0.110925] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.110927] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.110927] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.114195] ACPI: Added _OSI(Module Device)
[    0.114195] ACPI: Added _OSI(Processor Device)
[    0.114195] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.114195] ACPI: Added _OSI(Processor Aggregator Device)
[    0.114195] ACPI: Added _OSI(Linux-Dell-Video)
[    0.114195] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.114195] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.158193] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.221067] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.235227] ACPI: Dynamic OEM Table Load:
[    0.235233] ACPI: SSDT 0xFFFF96792D63C800 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.237068] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.238148] ACPI: Dynamic OEM Table Load:
[    0.238153] ACPI: SSDT 0xFFFF96792D695C00 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.239880] ACPI: Dynamic OEM Table Load:
[    0.239884] ACPI: SSDT 0xFFFF96792D822000 000581 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.241681] ACPI: Dynamic OEM Table Load:
[    0.241684] ACPI: SSDT 0xFFFF96792D224A00 000149 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.243191] ACPI: Dynamic OEM Table Load:
[    0.243195] ACPI: SSDT 0xFFFF96792D825800 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.244900] ACPI: Dynamic OEM Table Load:
[    0.244904] ACPI: SSDT 0xFFFF96792D822800 0005FC (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.246497] ACPI: Dynamic OEM Table Load:
[    0.246500] ACPI: SSDT 0xFFFF96792D696C00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.248035] ACPI: Dynamic OEM Table Load:
[    0.248039] ACPI: SSDT 0xFFFF96792D54C000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.249960] ACPI: Dynamic OEM Table Load:
[    0.249963] ACPI: SSDT 0xFFFF96792D691800 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.255083] ACPI: EC: EC started
[    0.255083] ACPI: EC: interrupt blocked
[    0.260493] ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
[    0.260495] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x6e, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.260496] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.260496] ACPI: Interpreter enabled
[    0.260533] ACPI: (supports S0 S3 S4 S5)
[    0.260534] ACPI: Using IOAPIC for interrupt routing
[    0.260570] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.261112] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.264214] ACPI: Power Resource [PG00] (on)
[    0.266965] ACPI: Power Resource [WRST] (on)
[    0.267005] ACPI: Power Resource [DRST] (on)
[    0.271104] ACPI: Power Resource [PXP] (on)
[    0.276045] ACPI: Power Resource [USBC] (on)
[    0.278783] ACPI: Power Resource [V0PR] (on)
[    0.278927] ACPI: Power Resource [V1PR] (on)
[    0.279068] ACPI: Power Resource [V2PR] (on)
[    0.283830] ACPI: Power Resource [WRST] (on)
[    0.292575] ACPI: Power Resource [PIN] (off)
[    0.292949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.292953] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.294586] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.297677] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
[    0.298494] PCI host bridge to bus 0000:00
[    0.298495] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.298496] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.298496] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.298497] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.298497] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.298498] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.298499] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.298499] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.298500] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.298500] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.298501] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.298501] pci_bus 0000:00: root bus resource [mem 0x7b800000-0xefffffff window]
[    0.298502] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.298503] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.298509] pci 0000:00:00.0: [8086:3ec4] type 00 class 0x060000
[    0.298611] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.298642] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.298858] pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000
[    0.298864] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[    0.298868] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.298870] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.298881] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.298993] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.299001] pci 0000:00:04.0: reg 0x10: [mem 0xed510000-0xed517fff 64bit]
[    0.299158] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.299166] pci 0000:00:08.0: reg 0x10: [mem 0xed528000-0xed528fff 64bit]
[    0.299360] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[    0.299401] pci 0000:00:12.0: reg 0x10: [mem 0xed527000-0xed527fff 64bit]
[    0.299695] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[    0.299738] pci 0000:00:14.0: reg 0x10: [mem 0xed500000-0xed50ffff 64bit]
[    0.299870] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.300028] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[    0.300061] pci 0000:00:14.2: reg 0x10: [mem 0xed51e000-0xed51ffff 64bit]
[    0.300079] pci 0000:00:14.2: reg 0x18: [mem 0xed526000-0xed526fff 64bit]
[    0.300537] pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000
[    0.301263] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.303821] pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000
[    0.304547] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.307013] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[    0.307053] pci 0000:00:16.0: reg 0x10: [mem 0xed523000-0xed523fff 64bit]
[    0.307167] pci 0000:00:16.0: PME# supported from D3hot
[    0.307405] pci 0000:00:17.0: [8086:a353] type 00 class 0x010601
[    0.307469] pci 0000:00:17.0: reg 0x10: [mem 0xed51c000-0xed51dfff]
[    0.307492] pci 0000:00:17.0: reg 0x14: [mem 0xed522000-0xed5220ff]
[    0.307514] pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
[    0.307536] pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
[    0.307561] pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
[    0.307584] pci 0000:00:17.0: reg 0x24: [mem 0xed521000-0xed5217ff]
[    0.307723] pci 0000:00:17.0: PME# supported from D3hot
[    0.307933] pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
[    0.308171] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.308208] pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
[    0.308461] pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400
[    0.308663] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.308700] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.308905] pci 0000:00:1c.4: [8086:a33c] type 01 class 0x060400
[    0.309096] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.309131] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
[    0.309334] pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
[    0.309525] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.309558] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.309810] pci 0000:00:1f.0: [8086:a30e] type 00 class 0x060100
[    0.310086] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040380
[    0.310164] pci 0000:00:1f.3: reg 0x10: [mem 0xed518000-0xed51bfff 64bit]
[    0.310234] pci 0000:00:1f.3: reg 0x20: [mem 0xed100000-0xed1fffff 64bit]
[    0.310384] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.310627] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[    0.310781] pci 0000:00:1f.4: reg 0x10: [mem 0xed520000-0xed5200ff 64bit]
[    0.310950] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.311274] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[    0.311301] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.311513] pci 0000:01:00.0: [10de:1f91] type 00 class 0x030200
[    0.311538] pci 0000:01:00.0: reg 0x10: [mem 0xec000000-0xecffffff]
[    0.311552] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.311566] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.311574] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.311582] pci 0000:01:00.0: reg 0x30: [mem 0xed000000-0xed07ffff pref]
[    0.311657] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.311786] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.311787] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.311789] pci 0000:00:01.0:   bridge window [mem 0xec000000-0xed0fffff]
[    0.311791] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.311954] pci 0000:02:00.0: [8086:15da] type 01 class 0x060400
[    0.312055] pci 0000:02:00.0: enabling Extended Tags
[    0.312189] pci 0000:02:00.0: supports D1 D2
[    0.312190] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.312374] pci 0000:00:1b.0: PCI bridge to [bus 02-3a]
[    0.312382] pci 0000:00:1b.0:   bridge window [mem 0xd4000000-0xea0fffff]
[    0.312391] pci 0000:00:1b.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.312474] pci 0000:03:00.0: [8086:15da] type 01 class 0x060400
[    0.312579] pci 0000:03:00.0: enabling Extended Tags
[    0.312716] pci 0000:03:00.0: supports D1 D2
[    0.312716] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.312849] pci 0000:03:01.0: [8086:15da] type 01 class 0x060400
[    0.312955] pci 0000:03:01.0: enabling Extended Tags
[    0.313094] pci 0000:03:01.0: supports D1 D2
[    0.313095] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.313227] pci 0000:03:02.0: [8086:15da] type 01 class 0x060400
[    0.313332] pci 0000:03:02.0: enabling Extended Tags
[    0.313464] pci 0000:03:02.0: supports D1 D2
[    0.313465] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.313642] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[    0.313654] pci 0000:02:00.0:   bridge window [mem 0xd4000000-0xea0fffff]
[    0.313662] pci 0000:02:00.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.313734] pci 0000:04:00.0: [8086:15d9] type 00 class 0x088000
[    0.313779] pci 0000:04:00.0: reg 0x10: [mem 0xea000000-0xea03ffff]
[    0.313793] pci 0000:04:00.0: reg 0x14: [mem 0xea040000-0xea040fff]
[    0.313874] pci 0000:04:00.0: enabling Extended Tags
[    0.314013] pci 0000:04:00.0: supports D1 D2
[    0.314014] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.314209] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.314221] pci 0000:03:00.0:   bridge window [mem 0xea000000-0xea0fffff]
[    0.314283] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[    0.314295] pci 0000:03:01.0:   bridge window [mem 0xd4000000-0xe9efffff]
[    0.314304] pci 0000:03:01.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.314389] pci 0000:3a:00.0: [8086:15db] type 00 class 0x0c0330
[    0.314435] pci 0000:3a:00.0: reg 0x10: [mem 0xe9f00000-0xe9f0ffff]
[    0.314536] pci 0000:3a:00.0: enabling Extended Tags
[    0.314676] pci 0000:3a:00.0: supports D1 D2
[    0.314677] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.314767] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[    0.314896] pci 0000:03:02.0: PCI bridge to [bus 3a]
[    0.314909] pci 0000:03:02.0:   bridge window [mem 0xe9f00000-0xe9ffffff]
[    0.315725] pci 0000:3b:00.0: [8086:2723] type 00 class 0x028000
[    0.316727] pci 0000:3b:00.0: reg 0x10: [mem 0xed400000-0xed403fff 64bit]
[    0.318309] pci 0000:3b:00.0: PME# supported from D0 D3hot D3cold
[    0.320883] pci 0000:00:1c.0: PCI bridge to [bus 3b]
[    0.320892] pci 0000:00:1c.0:   bridge window [mem 0xed400000-0xed4fffff]
[    0.321061] pci 0000:3c:00.0: [10ec:525a] type 00 class 0xff0000
[    0.321108] pci 0000:3c:00.0: reg 0x14: [mem 0xed300000-0xed300fff]
[    0.321263] pci 0000:3c:00.0: supports D1 D2
[    0.321263] pci 0000:3c:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.321448] pci 0000:00:1c.4: PCI bridge to [bus 3c]
[    0.321457] pci 0000:00:1c.4:   bridge window [mem 0xed300000-0xed3fffff]
[    0.321624] pci 0000:3d:00.0: [1c5c:1639] type 00 class 0x010802
[    0.321679] pci 0000:3d:00.0: reg 0x10: [mem 0xed200000-0xed203fff 64bit]
[    0.321694] pci 0000:3d:00.0: reg 0x18: [mem 0xed205000-0xed205fff]
[    0.321708] pci 0000:3d:00.0: reg 0x1c: [mem 0xed204000-0xed204fff]
[    0.322072] pci 0000:00:1d.0: PCI bridge to [bus 3d]
[    0.322080] pci 0000:00:1d.0:   bridge window [mem 0xed200000-0xed2fffff]
[    0.324378] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.324449] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    0.324519] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.324588] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.324658] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.324726] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.324796] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.324865] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.337629] ACPI: EC: interrupt unblocked
[    0.337646] ACPI: EC: event unblocked
[    0.337655] ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x6e, EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.337656] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions and events
[    0.337727] iommu: Default domain type: Translated 
[    0.337727] SCSI subsystem initialized
[    0.337727] libata version 3.00 loaded.
[    0.337727] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.337727] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.337727] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.337727] vgaarb: loaded
[    0.337727] ACPI: bus type USB registered
[    0.337727] usbcore: registered new interface driver usbfs
[    0.337727] usbcore: registered new interface driver hub
[    0.337727] usbcore: registered new device driver usb
[    0.337727] pps_core: LinuxPPS API ver. 1 registered
[    0.337727] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.337727] PTP clock support registered
[    0.337727] EDAC MC: Ver: 3.0.0
[    0.338494] Registered efivars operations
[    0.338494] PCI: Using ACPI for IRQ routing
[    0.366819] PCI: pci_cache_line_size set to 64 bytes
[    0.367350] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.367351] e820: reserve RAM buffer [mem 0x5a024000-0x5bffffff]
[    0.367351] e820: reserve RAM buffer [mem 0x5c5a6018-0x5fffffff]
[    0.367352] e820: reserve RAM buffer [mem 0x6712e000-0x67ffffff]
[    0.367352] e820: reserve RAM buffer [mem 0x6c038000-0x6fffffff]
[    0.367353] e820: reserve RAM buffer [mem 0x74e00000-0x77ffffff]
[    0.367353] e820: reserve RAM buffer [mem 0x480800000-0x483ffffff]
[    0.367411] NetLabel: Initializing
[    0.367411] NetLabel:  domain hash size = 128
[    0.367412] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.367419] NetLabel:  unlabeled traffic allowed by default
[    0.367427] clocksource: Switched to clocksource tsc-early
[    0.372339] *** VALIDATE bpf ***
[    0.372339] VFS: Disk quotas dquot_6.6.0
[    0.372339] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.372339] *** VALIDATE ramfs ***
[    0.372339] *** VALIDATE hugetlbfs ***
[    0.372339] AppArmor: AppArmor Filesystem Enabled
[    0.372339] pnp: PnP ACPI init
[    0.372339] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[    0.372339] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.374223] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.374224] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.374226] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.374264] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.374342] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.374344] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.374454] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.374465] pnp 00:05: Plug and Play ACPI device, IDs DLL0905 PNP0f13 (active)
[    0.374617] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.374617] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.374618] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.374619] system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.374619] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.374620] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.374621] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.374622] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.374624] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.374816] system 00:07: [io  0x1800-0x18fe] could not be reserved
[    0.374817] system 00:07: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.374818] system 00:07: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.374818] system 00:07: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.374819] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.374820] system 00:07: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.374821] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.374823] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.375079] system 00:08: [io  0x2000-0x20fe] has been reserved
[    0.375081] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.375997] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.382400] pnp: PnP ACPI: found 10 devices
[    0.383095] thermal_sys: Registered thermal governor 'fair_share'
[    0.383095] thermal_sys: Registered thermal governor 'bang_bang'
[    0.383096] thermal_sys: Registered thermal governor 'step_wise'
[    0.383096] thermal_sys: Registered thermal governor 'user_space'
[    0.383096] thermal_sys: Registered thermal governor 'power_allocator'
[    0.387581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.387602] pci 0000:03:01.0: bridge window [io  0x1000-0x0fff] to [bus 05-39] add_size 1000
[    0.387603] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-3a] add_size 1000
[    0.387604] pci 0000:00:1b.0: bridge window [io  0x1000-0x0fff] to [bus 02-3a] add_size 2000
[    0.387612] pci 0000:00:15.0: BAR 0: assigned [mem 0x7b800000-0x7b800fff 64bit]
[    0.387882] pci 0000:00:15.1: BAR 0: assigned [mem 0x7b801000-0x7b801fff 64bit]
[    0.388148] pci 0000:00:1b.0: BAR 13: assigned [io  0x5000-0x6fff]
[    0.388149] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.388150] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.388152] pci 0000:00:01.0:   bridge window [mem 0xec000000-0xed0fffff]
[    0.388153] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.388155] pci 0000:02:00.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.388156] pci 0000:03:01.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.388157] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.388167] pci 0000:03:00.0:   bridge window [mem 0xea000000-0xea0fffff]
[    0.388179] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[    0.388182] pci 0000:03:01.0:   bridge window [io  0x5000-0x5fff]
[    0.388188] pci 0000:03:01.0:   bridge window [mem 0xd4000000-0xe9efffff]
[    0.388193] pci 0000:03:01.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.388201] pci 0000:03:02.0: PCI bridge to [bus 3a]
[    0.388207] pci 0000:03:02.0:   bridge window [mem 0xe9f00000-0xe9ffffff]
[    0.388219] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[    0.388222] pci 0000:02:00.0:   bridge window [io  0x5000-0x5fff]
[    0.388228] pci 0000:02:00.0:   bridge window [mem 0xd4000000-0xea0fffff]
[    0.388232] pci 0000:02:00.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.388240] pci 0000:00:1b.0: PCI bridge to [bus 02-3a]
[    0.388242] pci 0000:00:1b.0:   bridge window [io  0x5000-0x6fff]
[    0.388249] pci 0000:00:1b.0:   bridge window [mem 0xd4000000-0xea0fffff]
[    0.388253] pci 0000:00:1b.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.388261] pci 0000:00:1c.0: PCI bridge to [bus 3b]
[    0.388269] pci 0000:00:1c.0:   bridge window [mem 0xed400000-0xed4fffff]
[    0.388282] pci 0000:00:1c.4: PCI bridge to [bus 3c]
[    0.388288] pci 0000:00:1c.4:   bridge window [mem 0xed300000-0xed3fffff]
[    0.388300] pci 0000:00:1d.0: PCI bridge to [bus 3d]
[    0.388306] pci 0000:00:1d.0:   bridge window [mem 0xed200000-0xed2fffff]
[    0.388319] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.388320] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.388320] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.388321] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.388321] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.388322] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.388322] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.388323] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.388324] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.388324] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.388325] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.388325] pci_bus 0000:00: resource 15 [mem 0x7b800000-0xefffffff window]
[    0.388326] pci_bus 0000:00: resource 16 [mem 0xfc800000-0xfe7fffff window]
[    0.388327] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.388327] pci_bus 0000:01: resource 1 [mem 0xec000000-0xed0fffff]
[    0.388328] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.388328] pci_bus 0000:02: resource 0 [io  0x5000-0x6fff]
[    0.388329] pci_bus 0000:02: resource 1 [mem 0xd4000000-0xea0fffff]
[    0.388329] pci_bus 0000:02: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.388330] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    0.388331] pci_bus 0000:03: resource 1 [mem 0xd4000000-0xea0fffff]
[    0.388331] pci_bus 0000:03: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.388332] pci_bus 0000:04: resource 1 [mem 0xea000000-0xea0fffff]
[    0.388332] pci_bus 0000:05: resource 0 [io  0x5000-0x5fff]
[    0.388333] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xe9efffff]
[    0.388333] pci_bus 0000:05: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.388334] pci_bus 0000:3a: resource 1 [mem 0xe9f00000-0xe9ffffff]
[    0.388335] pci_bus 0000:3b: resource 1 [mem 0xed400000-0xed4fffff]
[    0.388335] pci_bus 0000:3c: resource 1 [mem 0xed300000-0xed3fffff]
[    0.388336] pci_bus 0000:3d: resource 1 [mem 0xed200000-0xed2fffff]
[    0.388462] NET: Registered protocol family 2
[    0.388569] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.388621] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.388732] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.388798] TCP: Hash tables configured (established 131072 bind 65536)
[    0.388827] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.388854] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.388892] NET: Registered protocol family 1
[    0.388894] NET: Registered protocol family 44
[    0.388901] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.389248] pci 0000:02:00.0: CLS mismatch (64 != 128), using 64 bytes
[    0.389349] pci 0000:02:00.0: enabling device (0002 -> 0003)
[    0.389577] Trying to unpack rootfs image as initramfs...
[    0.460984] Initramfs unpacking failed: Decoding failed
[    0.463913] Freeing initrd memory: 48848K
[    0.463971] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.463992] DMAR: No ATSR found
[    0.464033] DMAR: dmar0: Using Queued invalidation
[    0.464035] DMAR: dmar1: Using Queued invalidation
[    0.464414] pci 0000:00:00.0: Adding to iommu group 0
[    0.464425] pci 0000:00:00.0: Using iommu direct mapping
[    0.464458] pci 0000:00:01.0: Adding to iommu group 1
[    0.464467] pci 0000:00:01.0: Using iommu direct mapping
[    0.469160] pci 0000:00:02.0: Adding to iommu group 2
[    0.469421] pci 0000:00:02.0: Using iommu direct mapping
[    0.469449] pci 0000:00:04.0: Adding to iommu group 3
[    0.469456] pci 0000:00:04.0: Using iommu direct mapping
[    0.469483] pci 0000:00:08.0: Adding to iommu group 4
[    0.469490] pci 0000:00:08.0: Using iommu direct mapping
[    0.469521] pci 0000:00:12.0: Adding to iommu group 5
[    0.469528] pci 0000:00:12.0: Using iommu direct mapping
[    0.469572] pci 0000:00:14.0: Adding to iommu group 6
[    0.469581] pci 0000:00:14.0: Using iommu direct mapping
[    0.469588] pci 0000:00:14.2: Adding to iommu group 6
[    0.469619] pci 0000:00:15.0: Adding to iommu group 7
[    0.469627] pci 0000:00:15.0: Using iommu direct mapping
[    0.469634] pci 0000:00:15.1: Adding to iommu group 7
[    0.469665] pci 0000:00:16.0: Adding to iommu group 8
[    0.469672] pci 0000:00:16.0: Using iommu direct mapping
[    0.469698] pci 0000:00:17.0: Adding to iommu group 9
[    0.469705] pci 0000:00:17.0: Using iommu direct mapping
[    0.469740] pci 0000:00:1b.0: Adding to iommu group 10
[    0.469740] pci 0000:00:1b.0: DMAR: Use Intel IOMMU bounce page dma_ops
[    0.469787] pci 0000:00:1c.0: Adding to iommu group 11
[    0.469796] pci 0000:00:1c.0: Using iommu direct mapping
[    0.469831] pci 0000:00:1c.4: Adding to iommu group 12
[    0.469839] pci 0000:00:1c.4: Using iommu direct mapping
[    0.469873] pci 0000:00:1d.0: Adding to iommu group 13
[    0.469881] pci 0000:00:1d.0: Using iommu direct mapping
[    0.470968] pci 0000:00:1f.0: Adding to iommu group 14
[    0.470977] pci 0000:00:1f.0: Using iommu direct mapping
[    0.470985] pci 0000:00:1f.3: Adding to iommu group 14
[    0.470992] pci 0000:00:1f.4: Adding to iommu group 14
[    0.470999] pci 0000:00:1f.5: Adding to iommu group 14
[    0.471004] pci 0000:01:00.0: Adding to iommu group 1
[    0.471041] pci 0000:02:00.0: Adding to iommu group 15
[    0.471041] pci 0000:02:00.0: DMAR: Use Intel IOMMU bounce page dma_ops
[    0.471099] pci 0000:03:00.0: Adding to iommu group 16
[    0.471099] pci 0000:03:00.0: DMAR: Use Intel IOMMU bounce page dma_ops
[    0.471154] pci 0000:03:01.0: Adding to iommu group 17
[    0.471154] pci 0000:03:01.0: DMAR: Use Intel IOMMU bounce page dma_ops
[    0.471210] pci 0000:03:02.0: Adding to iommu group 18
[    0.471210] pci 0000:03:02.0: DMAR: Use Intel IOMMU bounce page dma_ops
[    0.471229] pci 0000:04:00.0: Adding to iommu group 16
[    0.471229] pci 0000:04:00.0: DMAR: Use Intel IOMMU bounce page dma_ops
[    0.471244] pci 0000:3a:00.0: Adding to iommu group 18
[    0.471244] pci 0000:3a:00.0: DMAR: Use Intel IOMMU bounce page dma_ops
[    0.471299] pci 0000:3b:00.0: Adding to iommu group 19
[    0.471307] pci 0000:3b:00.0: Using iommu direct mapping
[    0.471343] pci 0000:3c:00.0: Adding to iommu group 20
[    0.471352] pci 0000:3c:00.0: Using iommu direct mapping
[    0.471387] pci 0000:3d:00.0: Adding to iommu group 21
[    0.471394] pci 0000:3d:00.0: Using iommu direct mapping
[    0.471608] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.471608] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.471609] software IO TLB: mapped [mem 0x6312e000-0x6712e000] (64MB)
[    0.471838] check: Scanning for low memory corruption every 60 seconds
[    0.472149] Initialise system trusted keyrings
[    0.472161] Key type blacklist registered
[    0.472181] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.472918] zbud: loaded
[    0.473138] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.473224] fuse: init (API version 7.31)
[    0.473233] *** VALIDATE fuse ***
[    0.473234] *** VALIDATE fuse ***
[    0.473286] Platform Keyring initialized
[    0.475282] Key type asymmetric registered
[    0.475283] Asymmetric key parser 'x509' registered
[    0.475289] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.475316] io scheduler mq-deadline registered
[    0.475597] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    0.475695] pcieport 0000:00:1b.0: PME: Signaling with IRQ 123
[    0.475723] pcieport 0000:00:1b.0: pciehp: Slot #20 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.475986] pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
[    0.476217] pcieport 0000:00:1c.4: PME: Signaling with IRQ 125
[    0.476442] pcieport 0000:00:1d.0: PME: Signaling with IRQ 126
[    0.476893] pcieport 0000:03:01.0: enabling device (0002 -> 0003)
[    0.477012] pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.477323] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.477360] efifb: probing for efifb
[    0.477376] efifb: showing boot graphics
[    0.477858] efifb: framebuffer at 0x80000000, using 8100k, total 8100k
[    0.477858] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.477858] efifb: scrolling: redraw
[    0.477859] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.477879] fbcon: Deferring console take-over
[    0.477879] fb0: EFI VGA frame buffer device
[    0.477883] intel_idle: MWAIT substates: 0x11142120
[    0.477884] intel_idle: v0.4.1 model 0x9E
[    0.478256] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.479401] ACPI: AC Adapter [AC] (on-line)
[    0.479447] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.479471] ACPI: Lid Switch [LID0]
[    0.479493] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.479513] ACPI: Power Button [PBTN]
[    0.479530] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.479539] ACPI: Sleep Button [SBTN]
[    0.482534] thermal LNXTHERM:00: registered as thermal_zone0
[    0.482534] ACPI: Thermal Zone [THM] (25 C)
[    0.482658] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.487125] hpet_acpi_add: no address or irqs in _CRS
[    0.487158] Linux agpgart interface v0.103
[    0.518533] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFC, rev-id 1)
[    0.530541] battery: ACPI: Battery Slot [BAT0] (battery present)
[    0.569068] loop: module loaded
[    0.569194] libphy: Fixed MDIO Bus: probed
[    0.569194] tun: Universal TUN/TAP device driver, 1.6
[    0.569208] PPP generic driver version 2.4.2
[    0.569277] VFIO - User Level meta-driver version: 0.3
[    0.569392] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.569394] ehci-pci: EHCI PCI platform driver
[    0.569400] ehci-platform: EHCI generic platform driver
[    0.569410] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.569411] ohci-pci: OHCI PCI platform driver
[    0.569416] ohci-platform: OHCI generic platform driver
[    0.569421] uhci_hcd: USB Universal Host Controller Interface driver
[    0.569594] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.569598] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.570670] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.570676] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.570832] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.570833] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.570833] usb usb1: Product: xHCI Host Controller
[    0.570834] usb usb1: Manufacturer: Linux 5.4.0-54-generic xhci-hcd
[    0.570834] usb usb1: SerialNumber: 0000:00:14.0
[    0.570919] hub 1-0:1.0: USB hub found
[    0.570937] hub 1-0:1.0: 16 ports detected
[    0.572046] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.572048] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.572049] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.572069] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    0.572070] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.572070] usb usb2: Product: xHCI Host Controller
[    0.572071] usb usb2: Manufacturer: Linux 5.4.0-54-generic xhci-hcd
[    0.572071] usb usb2: SerialNumber: 0000:00:14.0
[    0.572149] hub 2-0:1.0: USB hub found
[    0.572166] hub 2-0:1.0: 10 ports detected
[    0.572414] usb: port power management may be unreliable
[    0.572926] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[    0.572928] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[    0.574111] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    0.574344] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.574344] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.574345] usb usb3: Product: xHCI Host Controller
[    0.574345] usb usb3: Manufacturer: Linux 5.4.0-54-generic xhci-hcd
[    0.574346] usb usb3: SerialNumber: 0000:3a:00.0
[    0.574428] hub 3-0:1.0: USB hub found
[    0.574439] hub 3-0:1.0: 2 ports detected
[    0.574761] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[    0.574763] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[    0.574764] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.574786] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    0.574786] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.574787] usb usb4: Product: xHCI Host Controller
[    0.574788] usb usb4: Manufacturer: Linux 5.4.0-54-generic xhci-hcd
[    0.574788] usb usb4: SerialNumber: 0000:3a:00.0
[    0.574865] hub 4-0:1.0: USB hub found
[    0.574877] hub 4-0:1.0: 2 ports detected
[    0.575086] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.575509] i8042: Warning: Keylock active
[    0.577433] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.577435] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.577556] mousedev: PS/2 mouse device common for all mice
[    0.577737] rtc_cmos 00:02: RTC can wake from S4
[    0.579117] rtc_cmos 00:02: registered as rtc0
[    0.579124] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[    0.579127] i2c /dev entries driver
[    0.579152] device-mapper: uevent: version 1.0.3
[    0.579189] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[    0.579200] platform eisa.0: Probing EISA bus 0
[    0.579228] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.579229] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.579230] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.579230] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.579231] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.579231] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.579232] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.579232] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.579233] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.579233] platform eisa.0: EISA: Detected 0 cards
[    0.579235] intel_pstate: Intel P-state driver initializing
[    0.579276] intel_pstate: Disabling energy efficiency optimization
[    0.579618] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.580547] intel_pstate: HWP enabled
[    0.580843] ledtrig-cpu: registered to indicate activity on CPUs
[    0.580844] EFI Variables Facility v0.08 2004-May-17
[    0.664817] intel_pmc_core INT33A1:00:  initialized
[    0.664874] drop_monitor: Initializing network drop monitor service
[    0.664978] NET: Registered protocol family 10
[    0.669287] Segment Routing with IPv6
[    0.669297] NET: Registered protocol family 17
[    0.669370] Key type dns_resolver registered
[    0.670114] RAS: Correctable Errors collector initialized.
[    0.670169] microcode: sig=0x906ea, pf=0x20, revision=0xde
[    0.670220] microcode: Microcode Update Driver: v2.2.
[    0.670222] IPI shorthand broadcast: enabled
[    0.670227] sched_clock: Marking stable (657738198, 12479693)->(687529750, -17311859)
[    0.670402] registered taskstats version 1
[    0.670408] Loading compiled-in X.509 certificates
[    0.670827] Loaded X.509 cert 'Build time autogenerated kernel key: bd334ace607c9c7df3dc03da0f59a188ad749ce1'
[    0.670856] zswap: loaded using pool lzo/zbud
[    0.670923] Key type ._fscrypt registered
[    0.670923] Key type .fscrypt registered
[    0.674106] Key type big_key registered
[    0.674109] Key type trusted registered
[    0.675684] Key type encrypted registered
[    0.675685] AppArmor: AppArmor sha1 policy hashing enabled
[    0.677075] integrity: Loading X.509 certificate: UEFI:db
[    0.677092] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
[    0.677092] integrity: Loading X.509 certificate: UEFI:db
[    0.677106] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.677106] integrity: Loading X.509 certificate: UEFI:db
[    0.677119] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.678140] integrity: Loading X.509 certificate: UEFI:MokListRT
[    0.678310] integrity: Loaded X.509 cert 'ubuntu Secure Boot Module Signature key: babb43d73ccd6e281e20d9291d8596ec1894d70a'
[    0.678310] integrity: Loading X.509 certificate: UEFI:MokListRT
[    0.678322] integrity: Loaded X.509 cert 'SomeOrg: shim: a01ee84e9b37ace407961cc468c5909447878469'
[    0.678322] integrity: Loading X.509 certificate: UEFI:MokListRT
[    0.678453] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.680499] ima: Allocated hash algorithm: sha1
[    0.770704] ima: No architecture policies found
[    0.770718] evm: Initialising EVM extended attributes:
[    0.770719] evm: security.selinux
[    0.770719] evm: security.SMACK64
[    0.770719] evm: security.SMACK64EXEC
[    0.770720] evm: security.SMACK64TRANSMUTE
[    0.770720] evm: security.SMACK64MMAP
[    0.770720] evm: security.apparmor
[    0.770720] evm: security.ima
[    0.770721] evm: security.capability
[    0.770721] evm: HMAC attrs: 0x1
[    0.771798] PM:   Magic number: 12:903:555
[    0.771819] clockevents clockevent6: hash matches
[    0.771834] acpi PNP0C0F:06: hash matches
[    0.772160] rtc_cmos 00:02: setting system clock to 2020-11-26T23:30:06 UTC (1606433406)
[    0.772379] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    0.773159] Freeing unused decrypted memory: 2040K
[    0.773527] Freeing unused kernel image memory: 2716K
[    0.774415] Write protecting the kernel read-only data: 22528k
[    0.775001] Freeing unused kernel image memory: 2008K
[    0.775367] Freeing unused kernel image memory: 1188K
[    0.781867] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.781868] x86/mm: Checking user space page tables
[    0.788270] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.788271] Run /init as init process
[    0.848356] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
[    0.848425] wmi_bus wmi_bus-PNP0C14:05: WQBC data block query control method not found
[    0.848427] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
[    0.854200] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
[    0.859356] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:03)
[    0.860949] hidraw: raw HID events driver (C) Jiri Kosina
[    0.864798] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    0.864824] ahci 0000:00:17.0: version 3.0
[    0.864863] rtsx_pci 0000:3c:00.0: enabling device (0000 -> 0002)
[    0.865234] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x4 impl SATA mode
[    0.865236] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst 
[    0.865361] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    0.865436] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    0.865468] rtsx_pci 0000:3c:00.0: Using iommu dma mapping
[    0.865469] rtsx_pci 0000:3c:00.0: DMAR: 32bit DMA uses non-identity mapping
[    0.865863] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    0.867567] nvme nvme0: pci function 0000:3d:00.0
[    0.869690] scsi host0: ahci
[    0.870525] scsi host1: ahci
[    0.873477] scsi host2: ahci
[    0.873530] ata1: DUMMY
[    0.873530] ata2: DUMMY
[    0.873538] ata3: SATA max UDMA/133 abar m2048@0xed521000 port 0xed521200 irq 132
[    0.910291] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    0.917252] i801_smbus 0000:00:1f.4: Accelerometer lis3lv02d is present on SMBus but its address is unknown, skipping registration
[    0.917263] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    0.917597] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    0.936060] usb 2-1: New USB device found, idVendor=152d, idProduct=0578, bcdDevice= 2.04
[    0.936061] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    0.936062] usb 2-1: Product: JMS579
[    0.936063] usb 2-1: Manufacturer: JMicron
[    0.936063] usb 2-1: SerialNumber: 201853692191
[    0.942156] usbcore: registered new interface driver usb-storage
[    0.957549] i2c_hid i2c-SYNA2393:00: i2c-SYNA2393:00 supply vdd not found, using dummy regulator
[    0.957565] i2c_hid i2c-SYNA2393:00: i2c-SYNA2393:00 supply vddl not found, using dummy regulator
[    0.969345] scsi host3: uas
[    0.969389] usbcore: registered new interface driver uas
[    0.969727] scsi 3:0:0:0: Direct-Access     sobetter EXT              0204 PQ: 0 ANSI: 6
[    0.970449] sd 3:0:0:0: Attached scsi generic sg0 type 0
[    0.971117] sd 3:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    0.971118] sd 3:0:0:0: [sda] 4096-byte physical blocks
[    0.971304] sd 3:0:0:0: [sda] Write Protect is off
[    0.971305] sd 3:0:0:0: [sda] Mode Sense: 53 00 00 08
[    0.971653] sd 3:0:0:0: [sda] Disabling FUA
[    0.971655] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.971918] sd 3:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[    0.988979]  sda: sda1
[    0.991601] sd 3:0:0:0: [sda] Attached SCSI disk
[    1.062607] usb 1-4: new full-speed USB device number 2 using xhci_hcd
[    1.083462] nvme nvme0: missing or invalid SUBNQN field.
[    1.141488] input: SYNA2393:00 06CB:7A13 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYNA2393:00/0018:06CB:7A13.0001/input/input6
[    1.141592] input: SYNA2393:00 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYNA2393:00/0018:06CB:7A13.0001/input/input7
[    1.141639] hid-generic 0018:06CB:7A13.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA2393:00 06CB:7A13] on i2c-SYNA2393:00
[    1.192273] ata3: SATA link down (SStatus 4 SControl 300)
[    1.209513] usb 1-4: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
[    1.209514] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.224002] nvme nvme0: 12/0/0 default/read/poll queues
[    1.227152]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[    1.338587] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[    1.490303] usb 1-7: New USB device found, idVendor=27c6, idProduct=5395, bcdDevice= 1.00
[    1.490304] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.490305] usb 1-7: Product: Goodix Fingerprint Device 
[    1.490306] usb 1-7: Manufacturer: HTMicroelectronics
[    1.490306] usb 1-7: SerialNumber: HTK32
[    1.498689] tsc: Refined TSC clocksource calibration: 2591.999 MHz
[    1.498694] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb5c6a11, max_idle_ns: 440795249002 ns
[    1.498739] clocksource: Switched to clocksource tsc
[    1.618703] usb 1-12: new high-speed USB device number 4 using xhci_hcd
[    1.785558] usb 1-12: New USB device found, idVendor=0c45, idProduct=6723, bcdDevice=80.08
[    1.785559] usb 1-12: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.785559] usb 1-12: Product: Integrated_Webcam_HD
[    1.785560] usb 1-12: Manufacturer: CN09357G8LG0001EA862A01
[    1.833269] fbcon: Taking over console
[    1.833301] Console: switching to colour frame buffer device 240x67
[    2.182229] psmouse serio1: synaptics: Unable to query device: -5
[    2.236167] mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 1)
[    2.236197] mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
[    2.236198] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.236198] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.236202] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.236203] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.236204] mce: CPU8: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.236204] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.236206] mce: CPU10: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.236206] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.236207] mce: CPU11: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.236208] mce: CPU9: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.236209] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.236210] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[    2.237201] mce: CPU7: Core temperature/speed normal
[    2.237201] mce: CPU7: Package temperature/speed normal
[    2.237202] mce: CPU1: Core temperature/speed normal
[    2.237202] mce: CPU1: Package temperature/speed normal
[    2.237238] mce: CPU6: Package temperature/speed normal
[    2.237239] mce: CPU8: Package temperature/speed normal
[    2.237239] mce: CPU0: Package temperature/speed normal
[    2.237240] mce: CPU2: Package temperature/speed normal
[    2.237241] mce: CPU3: Package temperature/speed normal
[    2.237241] mce: CPU9: Package temperature/speed normal
[    2.237242] mce: CPU11: Package temperature/speed normal
[    2.237243] mce: CPU5: Package temperature/speed normal
[    2.237244] mce: CPU4: Package temperature/speed normal
[    2.237244] mce: CPU10: Package temperature/speed normal
[    2.596895] EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Opts: (null)
[    2.681861] systemd[1]: Inserted module 'autofs4'
[    2.865465] systemd[1]: systemd 245.4-4ubuntu3.3 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    2.882651] systemd[1]: Detected architecture x86-64.
[    2.907699] systemd[1]: Set hostname to <MyLaptop>.
[    2.908018] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[    2.988796] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[    3.000837] systemd[1]: /etc/systemd/system/teamviewerd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/teamviewerd.pid → /run/teamviewerd.pid; please update the unit file accordingly.
[    3.017600] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[    3.033310] systemd[1]: Created slice system-modprobe.slice.
[    3.033508] systemd[1]: Created slice Cryptsetup Units Slice.
[    3.033698] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.033901] systemd[1]: Created slice User and Session Slice.
[    3.033939] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.034090] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.034123] systemd[1]: Reached target User and Group Name Lookups.
[    3.034130] systemd[1]: Reached target Remote File Systems.
[    3.034137] systemd[1]: Reached target Slices.
[    3.034223] systemd[1]: Listening on Syslog Socket.
[    3.034297] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.034328] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.034444] systemd[1]: Listening on Journal Audit Socket.
[    3.034496] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.034556] systemd[1]: Listening on Journal Socket.
[    3.034619] systemd[1]: Listening on udev Control Socket.
[    3.034657] systemd[1]: Listening on udev Kernel Socket.
[    3.035153] systemd[1]: Mounting Huge Pages File System...
[    3.035706] systemd[1]: Mounting POSIX Message Queue File System...
[    3.036327] systemd[1]: Mounting Kernel Debug File System...
[    3.036903] systemd[1]: Mounting Kernel Trace File System...
[    3.037893] systemd[1]: Starting Journal Service...
[    3.039050] systemd[1]: Starting Set the console keyboard layout...
[    3.040428] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.040965] systemd[1]: Starting Load Kernel Module drm...
[    3.041292] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.041319] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.042671] systemd[1]: Starting Load Kernel Modules...
[    3.043270] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.043857] systemd[1]: Starting udev Coldplug all Devices...
[    3.044391] systemd[1]: Starting Uncomplicated firewall...
[    3.045386] systemd[1]: Mounted Huge Pages File System.
[    3.045464] systemd[1]: Mounted POSIX Message Queue File System.
[    3.045526] systemd[1]: Mounted Kernel Debug File System.
[    3.045589] systemd[1]: Mounted Kernel Trace File System.
[    3.046937] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.048300] systemd[1]: Finished Uncomplicated firewall.
[    3.056563] mc: Linux media interface: v0.10
[    3.056795] EXT4-fs (nvme0n1p7): re-mounted. Opts: errors=remount-ro
[    3.056851] systemd[1]: modprobe@drm.service: Succeeded.
[    3.057043] systemd[1]: Finished Load Kernel Module drm.
[    3.057958] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.058548] systemd[1]: Activating swap /swapfile...
[    3.058859] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.058898] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    3.059474] systemd[1]: Starting Load/Save Random Seed...
[    3.060028] systemd[1]: Starting Create System Users...
[    3.060381] videodev: Linux video capture interface: v2.00
[    3.065852] akvcam: loading out-of-tree module taints kernel.
[    3.075984] systemd[1]: Finished Load/Save Random Seed.
[    3.077304] systemd[1]: Finished Create System Users.
[    3.078144] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.092352] systemd[1]: Finished Create Static Device Nodes in /dev.
[    3.093062] systemd[1]: Starting udev Kernel Device Manager...
[    3.094373] systemd[1]: Finished Set the console keyboard layout.
[    3.094487] systemd[1]: Reached target Local File Systems (Pre).
[    3.096010] systemd[1]: Mounting Mount unit for canonical-livepatch, revision 95...
[    3.097729] systemd[1]: Mounting Mount unit for chromium, revision 1399...
[    3.098614] systemd[1]: Mounting Mount unit for chromium, revision 1411...
[    3.099401] systemd[1]: Mounting Mount unit for chromium-ffmpeg, revision 15...
[    3.102063] systemd[1]: Mounting Mount unit for chromium-ffmpeg, revision 17...
[    3.104426] systemd[1]: Mounting Mount unit for core, revision 10126...
[    3.106524] systemd[1]: Mounting Mount unit for core, revision 10185...
[    3.108286] systemd[1]: Mounting Mount unit for core18, revision 1885...
[    3.109132] systemd[1]: Mounting Mount unit for core18, revision 1932...
[    3.110301] systemd[1]: Mounting Mount unit for gnome-3-28-1804, revision 128...
[    3.111495] systemd[1]: Mounting Mount unit for gnome-3-28-1804, revision 145...
[    3.112354] systemd[1]: Mounting Mount unit for gnome-3-34-1804, revision 36...
[    3.113102] systemd[1]: Mounting Mount unit for gnome-3-34-1804, revision 60...
[    3.114299] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1506...
[    3.115797] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1513...
[    3.116903] systemd[1]: Mounting Mount unit for intellij-idea-community, revision 257...
[    3.117953] systemd[1]: Mounting Mount unit for intellij-idea-community, revision 265...
[    3.119535] systemd[1]: Mounting Mount unit for postman, revision 128...
[    3.120330] systemd[1]: Mounting Mount unit for postman, revision 129...
[    3.120596] lp: driver loaded but no devices found
[    3.121369] systemd[1]: Mounting Mount unit for slack, revision 32...
[    3.122102] systemd[1]: Mounting Mount unit for slack, revision 33...
[    3.123026] systemd[1]: Mounting Mount unit for snap-store, revision 467...
[    3.124032] systemd[1]: Mounting Mount unit for snap-store, revision 498...
[    3.124316] ppdev: user-space parallel port driver
[    3.125230] systemd[1]: Mounting Mount unit for vlc, revision 1700...
[    3.127883] systemd[1]: Finished Load Kernel Modules.
[    3.128705] systemd[1]: Mounting FUSE Control File System...
[    3.129440] systemd[1]: Mounting Kernel Configuration File System...
[    3.130019] systemd[1]: Starting Apply Kernel Variables...
[    3.131781] systemd[1]: Mounted FUSE Control File System.
[    3.131859] systemd[1]: Mounted Kernel Configuration File System.
[    3.138210] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k SSFS
[    3.138275] systemd[1]: Activated swap /swapfile.
[    3.138322] systemd[1]: Reached target Swap.
[    3.142980] systemd[1]: Finished Apply Kernel Variables.
[    3.144283] systemd[1]: Started Journal Service.
[    3.150137] systemd-journald[357]: Received client request to flush runtime journal.
[    3.159131] systemd-journald[357]: File /var/log/journal/980b11241d0e4a89922a7747e9c42848/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    3.365654] input: Intel HID events as /devices/platform/INT33D5:00/input/input9
[    3.369012] intel-hid INT33D5:00: platform supports 5 button array
[    3.369049] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input10
[    3.375061] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    3.392518] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    3.421497] intel_rapl_common: Found RAPL domain package
[    3.421498] intel_rapl_common: Found RAPL domain dram
[    3.524646] cdc_acm 1-7:1.0: ttyACM0: USB ACM device
[    3.524770] usbcore: registered new interface driver cdc_acm
[    3.524771] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    3.528337] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.528496] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.536472] i915 0000:00:02.0: VT-d active for gfx access
[    3.536475] checking generic (80000000 7e9000) vs hw (80000000 10000000)
[    3.536475] fb0: switching to inteldrmfb from EFI VGA
[    3.536569] Console: switching to colour dummy device 80x25
[    3.536629] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.538360] Bluetooth: Core ver 2.22
[    3.538370] NET: Registered protocol family 31
[    3.538371] Bluetooth: HCI device and connection manager initialized
[    3.538373] Bluetooth: HCI socket layer initialized
[    3.538375] Bluetooth: L2CAP socket layer initialized
[    3.538377] Bluetooth: SCO socket layer initialized
[    3.538833] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6723)
[    3.540103] Intel(R) Wireless WiFi driver for Linux
[    3.540104] Copyright(c) 2003- 2015 Intel Corporation
[    3.540460] iwlwifi 0000:3b:00.0: enabling device (0000 -> 0002)
[    3.544496] uvcvideo 1-12:1.0: Entity type for entity Extension 4 was not initialized!
[    3.544497] uvcvideo 1-12:1.0: Entity type for entity Extension 3 was not initialized!
[    3.544498] uvcvideo 1-12:1.0: Entity type for entity Processing 2 was not initialized!
[    3.544498] uvcvideo 1-12:1.0: Entity type for entity Camera 1 was not initialized!
[    3.544535] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input11
[    3.550308] iwlwifi 0000:3b:00.0: Direct firmware load for iwlwifi-cc-a0-50.ucode failed with error -2
[    3.550415] iwlwifi 0000:3b:00.0: Direct firmware load for iwlwifi-cc-a0-49.ucode failed with error -2
[    3.552040] iwlwifi 0000:3b:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 43.2.23.17
[    3.552043] iwlwifi 0000:3b:00.0: Found debug destination: EXTERNAL_DRAM
[    3.552044] iwlwifi 0000:3b:00.0: Found debug configuration: 0
[    3.552225] iwlwifi 0000:3b:00.0: loaded firmware version 48.4fa0041f.0 op_mode iwlmvm
[    3.552769] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.552769] [drm] Driver supports precise vblank timestamp query.
[    3.553501] usbcore: registered new interface driver btusb
[    3.554474] Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
[    3.555459] Bluetooth: hci0: Device revision is 1
[    3.555460] Bluetooth: hci0: Secure boot is enabled
[    3.555460] Bluetooth: hci0: OTP lock is enabled
[    3.555461] Bluetooth: hci0: API lock is enabled
[    3.555461] Bluetooth: hci0: Debug lock is disabled
[    3.555462] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.557194] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[    3.558273] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.559219] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    3.568605] i915 0000:00:02.0: [drm:intel_dp_aux_init_backlight_funcs [i915]] Panel advertises DPCD backlight support, but VBT disagrees. If your backlight controls don't work try booting with i915.enable_dpcd_backlight=1. If your machine needs this, please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel
[    3.579135] iwlwifi 0000:3b:00.0: Detected Killer(R) Wi-Fi 6 AX1650x 160MHz Wireless Network Adapter (200NGW), REV=0x340
[    3.593495] iwlwifi 0000:3b:00.0: Applying debug destination EXTERNAL_DRAM
[    3.593859] iwlwifi 0000:3b:00.0: Allocated 0x00400000 bytes for firmware monitor.
[    3.600262] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    3.634549] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[    3.634765] nvidia: module license 'NVIDIA' taints kernel.
[    3.634766] Disabling lock debugging due to kernel taint
[    3.635395] input: Dell WMI hotkeys as /devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input12
[    3.637569] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    3.637570] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.637571] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.637571] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.637572] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    3.637572] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    3.637701] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    3.638905] usbcore: registered new interface driver uvcvideo
[    3.638907] USB Video Class driver (1.1.1)
[    3.641524] cryptd: max_cpu_qlen set to 1000
[    3.649247] AVX2 version of gcm_enc/dec engaged.
[    3.649248] AES CTR mode by8 optimization enabled
[    3.652559] nvidia-nvlink: Nvlink Core is being initialized, major device number 234
[    3.659728] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[    3.707197] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  450.80.02  Wed Sep 23 01:13:39 UTC 2020
[    3.766716] iwlwifi 0000:3b:00.0: base HW address: f8:e4:e3:01:f6:53
[    3.782117] thermal thermal_zone12: failed to read out thermal zone (-61)
[    3.807765] input: SYNA2393:00 06CB:7A13 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYNA2393:00/0018:06CB:7A13.0001/input/input13
[    3.807867] input: SYNA2393:00 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYNA2393:00/0018:06CB:7A13.0001/input/input14
[    3.807956] hid-multitouch 0018:06CB:7A13.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA2393:00 06CB:7A13] on i2c-SYNA2393:00
[    3.831962] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  450.80.02  Wed Sep 23 00:48:09 UTC 2020
[    3.838818] intel_rapl_common: Found RAPL domain package
[    3.838820] intel_rapl_common: Found RAPL domain core
[    3.838821] intel_rapl_common: Found RAPL domain uncore
[    3.838821] intel_rapl_common: Found RAPL domain dram
[    3.841657] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    3.841659] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[    3.902704] iwlwifi 0000:3b:00.0 wlp59s0: renamed from wlan0
[    3.917081] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
[    3.921097] nvidia-uvm: Loaded the UVM driver, major device number 510.
[    3.924619] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.932666] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
[    3.932755] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    3.932776] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input17
[    3.932951] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.938841] fbcon: i915drmfb (fb0) is primary device
[    3.938945] Console: switching to colour frame buffer device 240x67
[    3.938980] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[    4.031214] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3266: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    4.031216] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.031217] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    4.031218] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.031219] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.031220] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x18
[    4.031221] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[    4.031222] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    5.254542] Bluetooth: hci0: Waiting for firmware download to complete
[    5.255430] Bluetooth: hci0: Firmware loaded in 1661967 usecs
[    5.255455] Bluetooth: hci0: Waiting for device to boot
[    5.269433] Bluetooth: hci0: Device booted in 13655 usecs
[    5.269648] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
[    5.270447] Bluetooth: hci0: Failed to send Intel_Write_DDC (-22)
[    5.413517] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    5.413611] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    5.413651] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    5.413708] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    5.413756] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    5.413814] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[    7.710747] input: PS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    7.914713] psmouse serio1: Failed to enable mouse on isa0060/serio1
[   26.919750] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   26.947742] audit: type=1400 audit(1606433432.670:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1135 comm="apparmor_parser"
[   26.947760] audit: type=1400 audit(1606433432.670:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=1141 comm="apparmor_parser"
[   26.947812] audit: type=1400 audit(1606433432.670:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1137 comm="apparmor_parser"
[   26.947825] audit: type=1400 audit(1606433432.670:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=1138 comm="apparmor_parser"
[   26.948014] audit: type=1400 audit(1606433432.670:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=1130 comm="apparmor_parser"
[   26.948278] audit: type=1400 audit(1606433432.670:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1139 comm="apparmor_parser"
[   26.948279] audit: type=1400 audit(1606433432.670:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1139 comm="apparmor_parser"
[   26.948280] audit: type=1400 audit(1606433432.670:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1139 comm="apparmor_parser"
[   26.948845] audit: type=1400 audit(1606433432.670:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1132 comm="apparmor_parser"
[   26.948856] audit: type=1400 audit(1606433432.670:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=1134 comm="apparmor_parser"
[   27.133248] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   27.133249] Bluetooth: BNEP filters: protocol multicast
[   27.133252] Bluetooth: BNEP socket layer initialized
[   27.139766] NET: Registered protocol family 38
[   27.310290] iwlwifi 0000:3b:00.0: Applying debug destination EXTERNAL_DRAM
[   27.323162] aufs 5.4.3-20200302
[   27.477339] iwlwifi 0000:3b:00.0: FW already configured (0) - re-configuring
[   27.817363] Lockdown: Xorg: raw io port access is restricted; see man kernel_lockdown.7
[   28.013489] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20190816/nsarguments-59)
[   30.635321] wlp59s0: authenticate with 18:e8:29:ce:fc:47
[   30.640985] wlp59s0: send auth to 18:e8:29:ce:fc:47 (try 1/3)
[   30.666281] wlp59s0: authenticated
[   30.670268] wlp59s0: associate with 18:e8:29:ce:fc:47 (try 1/3)
[   30.672460] wlp59s0: RX AssocResp from 18:e8:29:ce:fc:47 (capab=0x411 status=0 aid=3)
[   30.679473] wlp59s0: associated
[   30.698568] IPv6: ADDRCONF(NETDEV_CHANGE): wlp59s0: link becomes ready
[   30.768144] vboxdrv: Found 12 processor cores
[   30.786554] vboxdrv: TSC mode is Invariant, tentative frequency 2591999168 Hz
[   30.786554] vboxdrv: Successfully loaded version 6.1.10_Ubuntu (interface 0x002d0001)
[   30.792419] VBoxNetFlt: Successfully started.
[   30.797759] VBoxNetAdp: Successfully started.
[   31.047666] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   31.049013] Bridge firewalling registered
[   31.053252] bpfilter: Loaded bpfilter_umh pid 1874
[   31.053404] Started bpfilter
[   31.093273] Initializing XFRM netlink socket
[   31.238043] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[   31.354464] rfkill: input handler disabled
[   32.033892] kauditd_printk_skb: 44 callbacks suppressed
[   32.033893] audit: type=1400 audit(1606433437.754:56): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=1282 comm="cups-browsed" capability=12  capname="net_admin"
[   32.033894] audit: type=1400 audit(1606433437.754:57): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=1282 comm="cups-browsed" capability=16  capname="sys_module"
[   40.889024] audit: type=1400 audit(1606433446.610:58): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.hook.configure" pid=2452 comm="apparmor_parser"
[   41.038059] audit: type=1400 audit(1606433446.758:59): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.chromium" pid=2448 comm="apparmor_parser"
[   41.160372] audit: type=1400 audit(1606433446.882:60): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.snap-store" pid=2453 comm="apparmor_parser"
[   41.241395] audit: type=1400 audit(1606433446.962:61): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.snap-store" pid=2451 comm="apparmor_parser"
[   41.247127] audit: type=1400 audit(1606433446.970:62): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.ubuntu-software-local-file" pid=2455 comm="apparmor_parser"
[   41.270724] audit: type=1400 audit(1606433446.994:63): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.ubuntu-software" pid=2454 comm="apparmor_parser"
[   41.625234] audit: type=1400 audit(1606433447.346:64): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.chromium.chromedriver" pid=2449 comm="apparmor_parser"
[   41.627045] audit: type=1400 audit(1606433447.350:65): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.chromium.chromium" pid=2450 comm="apparmor_parser"
[  120.495189] systemd-journald[357]: File /var/log/journal/980b11241d0e4a89922a7747e9c42848/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[  120.638001] Bluetooth: RFCOMM TTY layer initialized
[  120.638006] Bluetooth: RFCOMM socket layer initialized
[  120.638009] Bluetooth: RFCOMM ver 1.11
[  120.813910] rfkill: input handler enabled
[  120.955801] Lockdown: Xorg: raw io port access is restricted; see man kernel_lockdown.7
[  123.916178] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[  124.365831] rfkill: input handler disabled
[  124.565757] audit: type=1400 audit(1606433530.534:66): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=3295 comm="snap-confine" capability=4  capname="fsetid"
[  125.546676] audit: type=1326 audit(1606433531.518:67): auid=1000 uid=1000 gid=1000 ses=3 pid=3295 comm="snap-store" exe="/snap/snap-store/498/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7ffb6540f959 code=0x50000
[  125.739218] audit: type=1107 audit(1606433531.713:68): pid=1199 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.10" pid=3295 label="snap.snap-store.ubuntu-software" peer_pid=1201 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[  125.993759] audit: type=1107 audit(1606433531.965:69): pid=1199 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=3295 label="snap.snap-store.ubuntu-software" peer_pid=1217 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[  125.994068] audit: type=1107 audit(1606433531.965:70): pid=1199 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=3295 label="snap.snap-store.ubuntu-software" peer_pid=1217 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[  126.008077] audit: type=1107 audit(1606433531.981:71): pid=1199 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=3295 label="snap.snap-store.ubuntu-software" peer_pid=1217 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[  126.008298] audit: type=1107 audit(1606433531.981:72): pid=1199 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=3295 label="snap.snap-store.ubuntu-software" peer_pid=1217 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[  126.284368] audit: type=1400 audit(1606433532.257:73): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=3295 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  126.372002] Lockdown: fwupd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[  137.661855] audit: type=1400 audit(1606433543.630:74): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/discord/discord.desktop" pid=3295 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  137.663356] audit: type=1400 audit(1606433543.634:75): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=3295 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  137.663893] audit: type=1400 audit(1606433543.634:76): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/lib/steam/steam.desktop" pid=3295 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  137.688298] audit: type=1400 audit(1606433543.658:77): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/discord/discord.desktop" pid=3295 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  137.689574] audit: type=1400 audit(1606433543.658:78): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=3295 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  137.690061] audit: type=1400 audit(1606433543.658:79): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/lib/steam/steam.desktop" pid=3295 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  138.014756] audit: type=1326 audit(1606433543.986:80): auid=1000 uid=1000 gid=1000 ses=3 pid=3295 comm="pool-org.gnome." exe="/snap/snap-store/498/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7ffb65405527 code=0x50000
[  369.311383] usb 2-1: USB disconnect, device number 2
[  369.312640] sd 3:0:0:0: [sda] Synchronizing SCSI cache
[  369.555024] sd 3:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  775.543745] [akvcam] driver.c(75): Initializing driver
[  775.543746] [akvcam] driver.c(83): Reading settings
[  775.572874] [akvcam] driver.c(623): Virtual Devices:
[  775.572875] [akvcam] driver.c(624): 
[  775.572875] [akvcam] driver.c(632): Device: /dev/video9
[  775.572876] [akvcam] driver.c(633):  Description: Output Camera
[  775.572878] [akvcam] driver.c(636):  Type: Output
[  775.572878] [akvcam] driver.c(641):  Modes:
[  775.572879] [akvcam] driver.c(645):      ReadWrite
[  775.572879] [akvcam] driver.c(648):      MMap
[  775.572879] [akvcam] driver.c(651):      UserPtr
[  775.572880] [akvcam] driver.c(654):  User Controls: No
[  775.572880] [akvcam] driver.c(680):  Formats:
[  775.572881] [akvcam] driver.c(689):      RGB24 1280x720 30/1 Hz
[  775.572884] [akvcam] driver.c(689):      RGB24 640x480 30/1 Hz
[  775.572884] [akvcam] driver.c(707):  Connections:
[  775.572884] [akvcam] driver.c(715):      /dev/video7
[  775.572885] [akvcam] driver.c(661): 
[  775.572885] [akvcam] driver.c(632): Device: /dev/video7
[  775.572886] [akvcam] driver.c(633):  Description: Virtual Camera
[  775.572886] [akvcam] driver.c(638):  Type: Capture
[  775.572886] [akvcam] driver.c(641):  Modes:
[  775.572886] [akvcam] driver.c(645):      ReadWrite
[  775.572887] [akvcam] driver.c(648):      MMap
[  775.572887] [akvcam] driver.c(654):  User Controls: No
[  775.572887] [akvcam] driver.c(680):  Formats:
[  775.572888] [akvcam] driver.c(689):      RGB24 1280x720 30/1 Hz
[  775.572889] [akvcam] driver.c(689):      RGB24 640x480 30/1 Hz
[  775.572906] [akvcam] driver.c(707):  Connections:
[  775.572906] [akvcam] driver.c(715):      /dev/video9
[  775.572907] [akvcam] driver.c(661): 
[  775.574440] [akvcam] node.c(142): akvcam_node_open()
[  775.574441] [akvcam] node.c(148): Device: /dev/video9
[  775.574464] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  775.574464] [akvcam] ioctl.c(274): Device: /dev/video9
[  775.574527] [akvcam] node.c(308): akvcam_node_release()
[  775.574528] [akvcam] node.c(314): Device: /dev/video9
[  775.574933] [akvcam] node.c(142): akvcam_node_open()
[  775.574934] [akvcam] node.c(148): Device: /dev/video7
[  775.574938] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  775.574939] [akvcam] ioctl.c(274): Device: /dev/video7
[  775.574975] [akvcam] node.c(308): akvcam_node_release()
[  775.574976] [akvcam] node.c(314): Device: /dev/video7
[  778.591593] [akvcam] node.c(142): akvcam_node_open()
[  778.591599] [akvcam] node.c(148): Device: /dev/video7
[  778.591615] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  778.591617] [akvcam] ioctl.c(274): Device: /dev/video7
[  778.591818] [akvcam] node.c(308): akvcam_node_release()
[  778.591821] [akvcam] node.c(314): Device: /dev/video7
[  778.591834] [akvcam] node.c(142): akvcam_node_open()
[  778.591838] [akvcam] node.c(148): Device: /dev/video9
[  778.591848] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  778.591850] [akvcam] ioctl.c(274): Device: /dev/video9
[  778.591868] [akvcam] node.c(308): akvcam_node_release()
[  778.591870] [akvcam] node.c(314): Device: /dev/video9
[  863.210517] [akvcam] node.c(142): akvcam_node_open()
[  863.210526] [akvcam] node.c(148): Device: /dev/video7
[  863.210548] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.210551] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.210560] [akvcam] node.c(308): akvcam_node_release()
[  863.210563] [akvcam] node.c(314): Device: /dev/video7
[  863.210590] [akvcam] node.c(142): akvcam_node_open()
[  863.210596] [akvcam] node.c(148): Device: /dev/video9
[  863.210610] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.210612] [akvcam] ioctl.c(274): Device: /dev/video9
[  863.210620] [akvcam] node.c(308): akvcam_node_release()
[  863.210623] [akvcam] node.c(314): Device: /dev/video9
[  863.214111] [akvcam] node.c(142): akvcam_node_open()
[  863.214120] [akvcam] node.c(148): Device: /dev/video7
[  863.214141] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.214144] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.214151] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.214157] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.214165] [akvcam] node.c(308): akvcam_node_release()
[  863.214167] [akvcam] node.c(314): Device: /dev/video7
[  863.215048] [akvcam] node.c(142): akvcam_node_open()
[  863.215054] [akvcam] node.c(148): Device: /dev/video7
[  863.215072] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.215075] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.215082] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.215085] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.215092] [akvcam] node.c(308): akvcam_node_release()
[  863.215094] [akvcam] node.c(314): Device: /dev/video7
[  863.359417] [akvcam] node.c(142): akvcam_node_open()
[  863.359419] [akvcam] node.c(148): Device: /dev/video7
[  863.359424] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.359424] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.359426] [akvcam] node.c(308): akvcam_node_release()
[  863.359427] [akvcam] node.c(314): Device: /dev/video7
[  863.359432] [akvcam] node.c(142): akvcam_node_open()
[  863.359433] [akvcam] node.c(148): Device: /dev/video9
[  863.359435] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.359435] [akvcam] ioctl.c(274): Device: /dev/video9
[  863.359436] [akvcam] node.c(308): akvcam_node_release()
[  863.359437] [akvcam] node.c(314): Device: /dev/video9
[  863.360288] [akvcam] node.c(142): akvcam_node_open()
[  863.360289] [akvcam] node.c(148): Device: /dev/video7
[  863.360293] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.360294] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.360295] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.360296] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.360297] [akvcam] node.c(308): akvcam_node_release()
[  863.360297] [akvcam] node.c(314): Device: /dev/video7
[  863.360517] [akvcam] node.c(142): akvcam_node_open()
[  863.360518] [akvcam] node.c(148): Device: /dev/video7
[  863.360520] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.360521] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.360522] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.360522] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.360523] [akvcam] node.c(308): akvcam_node_release()
[  863.360523] [akvcam] node.c(314): Device: /dev/video7
[  863.364579] [akvcam] node.c(142): akvcam_node_open()
[  863.364581] [akvcam] node.c(148): Device: /dev/video7
[  863.364585] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.364586] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.364588] [akvcam] node.c(308): akvcam_node_release()
[  863.364588] [akvcam] node.c(314): Device: /dev/video7
[  863.364598] [akvcam] node.c(142): akvcam_node_open()
[  863.364599] [akvcam] node.c(148): Device: /dev/video9
[  863.364601] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.364601] [akvcam] ioctl.c(274): Device: /dev/video9
[  863.364603] [akvcam] node.c(308): akvcam_node_release()
[  863.364603] [akvcam] node.c(314): Device: /dev/video9
[  863.365742] [akvcam] node.c(142): akvcam_node_open()
[  863.365743] [akvcam] node.c(148): Device: /dev/video7
[  863.365746] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.365747] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.365748] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.365748] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.365749] [akvcam] node.c(308): akvcam_node_release()
[  863.365749] [akvcam] node.c(314): Device: /dev/video7
[  863.365965] [akvcam] node.c(142): akvcam_node_open()
[  863.365966] [akvcam] node.c(148): Device: /dev/video7
[  863.365968] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.365969] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.365970] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.365970] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.365971] [akvcam] node.c(308): akvcam_node_release()
[  863.365972] [akvcam] node.c(314): Device: /dev/video7
[  863.366277] [akvcam] node.c(142): akvcam_node_open()
[  863.366278] [akvcam] node.c(148): Device: /dev/video7
[  863.366280] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.366280] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.366281] [akvcam] node.c(308): akvcam_node_release()
[  863.366282] [akvcam] node.c(314): Device: /dev/video7
[  863.366286] [akvcam] node.c(142): akvcam_node_open()
[  863.366286] [akvcam] node.c(148): Device: /dev/video9
[  863.366288] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.366289] [akvcam] ioctl.c(274): Device: /dev/video9
[  863.366290] [akvcam] node.c(308): akvcam_node_release()
[  863.366290] [akvcam] node.c(314): Device: /dev/video9
[  863.367001] [akvcam] node.c(142): akvcam_node_open()
[  863.367002] [akvcam] node.c(148): Device: /dev/video7
[  863.367004] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.367004] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.367005] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.367006] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.367007] [akvcam] node.c(308): akvcam_node_release()
[  863.367007] [akvcam] node.c(314): Device: /dev/video7
[  863.367234] [akvcam] node.c(142): akvcam_node_open()
[  863.367235] [akvcam] node.c(148): Device: /dev/video7
[  863.367237] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.367237] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.367238] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.367239] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.367240] [akvcam] node.c(308): akvcam_node_release()
[  863.367240] [akvcam] node.c(314): Device: /dev/video7
[  863.432633] [akvcam] node.c(142): akvcam_node_open()
[  863.432635] [akvcam] node.c(148): Device: /dev/video7
[  863.432639] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.432640] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.432641] [akvcam] node.c(308): akvcam_node_release()
[  863.432642] [akvcam] node.c(314): Device: /dev/video7
[  863.432646] [akvcam] node.c(142): akvcam_node_open()
[  863.432647] [akvcam] node.c(148): Device: /dev/video9
[  863.432649] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.432649] [akvcam] ioctl.c(274): Device: /dev/video9
[  863.432650] [akvcam] node.c(308): akvcam_node_release()
[  863.432651] [akvcam] node.c(314): Device: /dev/video9
[  863.433468] [akvcam] node.c(142): akvcam_node_open()
[  863.433470] [akvcam] node.c(148): Device: /dev/video7
[  863.433475] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.433476] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.433477] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.433478] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.433479] [akvcam] node.c(308): akvcam_node_release()
[  863.433479] [akvcam] node.c(314): Device: /dev/video7
[  863.433650] [akvcam] node.c(142): akvcam_node_open()
[  863.433651] [akvcam] node.c(148): Device: /dev/video7
[  863.433654] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.433654] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.433656] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.433656] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.433657] [akvcam] node.c(308): akvcam_node_release()
[  863.433658] [akvcam] node.c(314): Device: /dev/video7
[  863.596529] [akvcam] node.c(142): akvcam_node_open()
[  863.596531] [akvcam] node.c(148): Device: /dev/video7
[  863.596536] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.596537] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.596538] [akvcam] node.c(308): akvcam_node_release()
[  863.596539] [akvcam] node.c(314): Device: /dev/video7
[  863.596544] [akvcam] node.c(142): akvcam_node_open()
[  863.596544] [akvcam] node.c(148): Device: /dev/video9
[  863.596546] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.596547] [akvcam] ioctl.c(274): Device: /dev/video9
[  863.596548] [akvcam] node.c(308): akvcam_node_release()
[  863.596548] [akvcam] node.c(314): Device: /dev/video9
[  863.597241] [akvcam] node.c(142): akvcam_node_open()
[  863.597242] [akvcam] node.c(148): Device: /dev/video7
[  863.597244] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.597245] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.597246] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.597246] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.597247] [akvcam] node.c(308): akvcam_node_release()
[  863.597247] [akvcam] node.c(314): Device: /dev/video7
[  863.597450] [akvcam] node.c(142): akvcam_node_open()
[  863.597451] [akvcam] node.c(148): Device: /dev/video7
[  863.597453] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.597453] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.597454] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  863.597454] [akvcam] ioctl.c(274): Device: /dev/video7
[  863.597455] [akvcam] node.c(308): akvcam_node_release()
[  863.597456] [akvcam] node.c(314): Device: /dev/video7
[  864.484639] [akvcam] node.c(142): akvcam_node_open()
[  864.484644] [akvcam] node.c(148): Device: /dev/video7
[  864.484657] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  864.484658] [akvcam] ioctl.c(274): Device: /dev/video7
[  864.484663] [akvcam] node.c(308): akvcam_node_release()
[  864.484665] [akvcam] node.c(314): Device: /dev/video7
[  864.484678] [akvcam] node.c(142): akvcam_node_open()
[  864.484681] [akvcam] node.c(148): Device: /dev/video9
[  864.484687] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  864.484688] [akvcam] ioctl.c(274): Device: /dev/video9
[  864.484692] [akvcam] node.c(308): akvcam_node_release()
[  864.484693] [akvcam] node.c(314): Device: /dev/video9
[  864.488198] [akvcam] node.c(142): akvcam_node_open()
[  864.488203] [akvcam] node.c(148): Device: /dev/video7
[  864.488218] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  864.488220] [akvcam] ioctl.c(274): Device: /dev/video7
[  864.488225] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  864.488227] [akvcam] ioctl.c(274): Device: /dev/video7
[  864.488232] [akvcam] node.c(308): akvcam_node_release()
[  864.488233] [akvcam] node.c(314): Device: /dev/video7
[  864.488666] [akvcam] node.c(142): akvcam_node_open()
[  864.488668] [akvcam] node.c(148): Device: /dev/video7
[  864.488677] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  864.488678] [akvcam] ioctl.c(274): Device: /dev/video7
[  864.488682] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  864.488683] [akvcam] ioctl.c(274): Device: /dev/video7
[  864.488686] [akvcam] node.c(308): akvcam_node_release()
[  864.488687] [akvcam] node.c(314): Device: /dev/video7
[  869.652095] [akvcam] node.c(142): akvcam_node_open()
[  869.652098] [akvcam] node.c(148): Device: /dev/video7
[  869.652106] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  869.652107] [akvcam] ioctl.c(274): Device: /dev/video7
[  869.652110] [akvcam] node.c(308): akvcam_node_release()
[  869.652111] [akvcam] node.c(314): Device: /dev/video7
[  869.652119] [akvcam] node.c(142): akvcam_node_open()
[  869.652121] [akvcam] node.c(148): Device: /dev/video9
[  869.652124] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  869.652125] [akvcam] ioctl.c(274): Device: /dev/video9
[  869.652127] [akvcam] node.c(308): akvcam_node_release()
[  869.652128] [akvcam] node.c(314): Device: /dev/video9
[  869.653984] [akvcam] node.c(142): akvcam_node_open()
[  869.653986] [akvcam] node.c(148): Device: /dev/video7
[  869.653994] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  869.653995] [akvcam] ioctl.c(274): Device: /dev/video7
[  869.653999] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  869.654000] [akvcam] ioctl.c(274): Device: /dev/video7
[  869.654003] [akvcam] node.c(308): akvcam_node_release()
[  869.654004] [akvcam] node.c(314): Device: /dev/video7
[  869.654395] [akvcam] node.c(142): akvcam_node_open()
[  869.654398] [akvcam] node.c(148): Device: /dev/video7
[  869.654406] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  869.654407] [akvcam] ioctl.c(274): Device: /dev/video7
[  869.654411] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  869.654412] [akvcam] ioctl.c(274): Device: /dev/video7
[  869.654415] [akvcam] node.c(308): akvcam_node_release()
[  869.654416] [akvcam] node.c(314): Device: /dev/video7
[  877.781150] [akvcam] node.c(142): akvcam_node_open()
[  877.781152] [akvcam] node.c(148): Device: /dev/video7
[  877.781158] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  877.781159] [akvcam] ioctl.c(274): Device: /dev/video7
[  877.781161] [akvcam] node.c(308): akvcam_node_release()
[  877.781162] [akvcam] node.c(314): Device: /dev/video7
[  877.781169] [akvcam] node.c(142): akvcam_node_open()
[  877.781170] [akvcam] node.c(148): Device: /dev/video9
[  877.781173] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  877.781173] [akvcam] ioctl.c(274): Device: /dev/video9
[  877.781175] [akvcam] node.c(308): akvcam_node_release()
[  877.781175] [akvcam] node.c(314): Device: /dev/video9
[  877.782449] [akvcam] node.c(142): akvcam_node_open()
[  877.782450] [akvcam] node.c(148): Device: /dev/video7
[  877.782454] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  877.782454] [akvcam] ioctl.c(274): Device: /dev/video7
[  877.782455] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  877.782455] [akvcam] ioctl.c(274): Device: /dev/video7
[  877.782457] [akvcam] node.c(308): akvcam_node_release()
[  877.782457] [akvcam] node.c(314): Device: /dev/video7
[  877.782791] [akvcam] node.c(142): akvcam_node_open()
[  877.782792] [akvcam] node.c(148): Device: /dev/video7
[  877.782795] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  877.782795] [akvcam] ioctl.c(274): Device: /dev/video7
[  877.782796] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  877.782797] [akvcam] ioctl.c(274): Device: /dev/video7
[  877.782798] [akvcam] node.c(308): akvcam_node_release()
[  877.782798] [akvcam] node.c(314): Device: /dev/video7
[  877.783269] [akvcam] node.c(142): akvcam_node_open()
[  877.783270] [akvcam] node.c(148): Device: /dev/video7
[  877.783272] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  877.783272] [akvcam] ioctl.c(274): Device: /dev/video7
[  877.783274] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783274] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783276] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783277] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783278] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783278] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783279] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783279] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783280] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783281] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783281] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783282] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783283] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783283] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783284] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783285] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783286] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783286] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783287] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783287] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783288] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783289] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783290] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783290] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783291] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783291] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783292] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783292] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783293] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783294] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783295] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783295] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783296] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783296] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783297] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783298] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783299] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783299] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783300] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783301] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783302] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783302] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783303] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783303] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783304] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783304] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783305] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783306] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783307] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783307] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783308] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783308] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783309] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783310] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783311] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783311] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783312] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783312] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783313] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783314] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783315] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783315] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783316] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783316] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783317] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783317] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783318] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783319] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783320] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783320] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783321] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783321] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783322] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783323] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783324] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783324] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783325] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783325] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783326] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783327] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783328] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783328] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783329] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783329] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783330] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783330] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783331] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783332] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783333] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783333] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783334] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783334] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783335] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783336] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783337] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783337] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783338] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783338] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783339] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783340] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783341] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783341] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783342] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  877.783342] [akvcam] ioctl.c(657): Device: /dev/video7
[  877.783343] [akvcam] node.c(308): akvcam_node_release()
[  877.783344] [akvcam] node.c(314): Device: /dev/video7
[  877.789349] [akvcam] node.c(142): akvcam_node_open()
[  877.789351] [akvcam] node.c(148): Device: /dev/video7
[  877.789355] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  877.789355] [akvcam] ioctl.c(274): Device: /dev/video7
[  877.789357] [akvcam] node.c(308): akvcam_node_release()
[  877.789357] [akvcam] node.c(314): Device: /dev/video7
[  877.789909] [akvcam] node.c(142): akvcam_node_open()
[  877.789910] [akvcam] node.c(148): Device: /dev/video7
[  877.789914] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  877.789914] [akvcam] ioctl.c(551): Device: /dev/video7
[  877.789918] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  877.789918] [akvcam] ioctl.c(551): Device: /dev/video7
[  877.789920] [akvcam] ioctl.c(251): VIDIOC_ENUM_FMT: Invalid argument (EINVAL)
[  918.198125] [akvcam] node.c(142): akvcam_node_open()
[  918.198131] [akvcam] node.c(148): Device: /dev/video7
[  918.198147] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.198149] [akvcam] ioctl.c(274): Device: /dev/video7
[  918.198156] [akvcam] node.c(308): akvcam_node_release()
[  918.198158] [akvcam] node.c(314): Device: /dev/video7
[  918.198179] [akvcam] node.c(142): akvcam_node_open()
[  918.198183] [akvcam] node.c(148): Device: /dev/video9
[  918.198193] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.198195] [akvcam] ioctl.c(274): Device: /dev/video9
[  918.198200] [akvcam] node.c(308): akvcam_node_release()
[  918.198202] [akvcam] node.c(314): Device: /dev/video9
[  918.201308] [akvcam] node.c(142): akvcam_node_open()
[  918.201315] [akvcam] node.c(148): Device: /dev/video7
[  918.201335] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.201338] [akvcam] ioctl.c(274): Device: /dev/video7
[  918.201347] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.201352] [akvcam] ioctl.c(274): Device: /dev/video7
[  918.201370] [akvcam] node.c(308): akvcam_node_release()
[  918.201374] [akvcam] node.c(314): Device: /dev/video7
[  918.202307] [akvcam] node.c(142): akvcam_node_open()
[  918.202311] [akvcam] node.c(148): Device: /dev/video7
[  918.202323] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.202325] [akvcam] ioctl.c(274): Device: /dev/video7
[  918.202331] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.202333] [akvcam] ioctl.c(274): Device: /dev/video7
[  918.202338] [akvcam] node.c(308): akvcam_node_release()
[  918.202340] [akvcam] node.c(314): Device: /dev/video7
[  918.203430] [akvcam] node.c(142): akvcam_node_open()
[  918.203434] [akvcam] node.c(148): Device: /dev/video7
[  918.203447] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.203449] [akvcam] ioctl.c(274): Device: /dev/video7
[  918.203456] [akvcam] node.c(308): akvcam_node_release()
[  918.203458] [akvcam] node.c(314): Device: /dev/video7
[  918.203478] [akvcam] node.c(142): akvcam_node_open()
[  918.203481] [akvcam] node.c(148): Device: /dev/video9
[  918.203490] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.203493] [akvcam] ioctl.c(274): Device: /dev/video9
[  918.203498] [akvcam] node.c(308): akvcam_node_release()
[  918.203503] [akvcam] node.c(314): Device: /dev/video9
[  918.207118] [akvcam] node.c(142): akvcam_node_open()
[  918.207125] [akvcam] node.c(148): Device: /dev/video7
[  918.207139] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.207141] [akvcam] ioctl.c(274): Device: /dev/video7
[  918.207147] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.207149] [akvcam] ioctl.c(274): Device: /dev/video7
[  918.207154] [akvcam] node.c(308): akvcam_node_release()
[  918.207156] [akvcam] node.c(314): Device: /dev/video7
[  918.208012] [akvcam] node.c(142): akvcam_node_open()
[  918.208017] [akvcam] node.c(148): Device: /dev/video7
[  918.208029] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.208030] [akvcam] ioctl.c(274): Device: /dev/video7
[  918.208036] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  918.208037] [akvcam] ioctl.c(274): Device: /dev/video7
[  918.208042] [akvcam] node.c(308): akvcam_node_release()
[  918.208044] [akvcam] node.c(314): Device: /dev/video7
[  924.697815] [akvcam] node.c(142): akvcam_node_open()
[  924.697817] [akvcam] node.c(148): Device: /dev/video7
[  924.697821] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  924.697821] [akvcam] ioctl.c(274): Device: /dev/video7
[  924.697823] [akvcam] node.c(308): akvcam_node_release()
[  924.697823] [akvcam] node.c(314): Device: /dev/video7
[  924.697828] [akvcam] node.c(142): akvcam_node_open()
[  924.697829] [akvcam] node.c(148): Device: /dev/video9
[  924.697831] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  924.697831] [akvcam] ioctl.c(274): Device: /dev/video9
[  924.697832] [akvcam] node.c(308): akvcam_node_release()
[  924.697833] [akvcam] node.c(314): Device: /dev/video9
[  924.698617] [akvcam] node.c(142): akvcam_node_open()
[  924.698618] [akvcam] node.c(148): Device: /dev/video7
[  924.698621] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  924.698621] [akvcam] ioctl.c(274): Device: /dev/video7
[  924.698622] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  924.698623] [akvcam] ioctl.c(274): Device: /dev/video7
[  924.698624] [akvcam] node.c(308): akvcam_node_release()
[  924.698624] [akvcam] node.c(314): Device: /dev/video7
[  924.698755] [akvcam] node.c(142): akvcam_node_open()
[  924.698756] [akvcam] node.c(148): Device: /dev/video7
[  924.698758] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  924.698758] [akvcam] ioctl.c(274): Device: /dev/video7
[  924.698759] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  924.698760] [akvcam] ioctl.c(274): Device: /dev/video7
[  924.698761] [akvcam] node.c(308): akvcam_node_release()
[  924.698761] [akvcam] node.c(314): Device: /dev/video7
[  924.699089] [akvcam] node.c(142): akvcam_node_open()
[  924.699090] [akvcam] node.c(148): Device: /dev/video7
[  924.699092] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  924.699093] [akvcam] ioctl.c(274): Device: /dev/video7
[  924.699094] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699095] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699097] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699097] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699098] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699098] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699099] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699100] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699101] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699101] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699102] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699102] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699103] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699104] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699105] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699105] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699106] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699106] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699107] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699108] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699109] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699109] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699110] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699110] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699111] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699112] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699113] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699113] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699114] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699114] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699115] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699116] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699117] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699117] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699118] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699118] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699119] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699120] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699121] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699121] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699122] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699122] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699123] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699124] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699125] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699125] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699126] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699127] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699128] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699128] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699129] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699129] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699130] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699131] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699132] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699132] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699133] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699133] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699134] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699135] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699136] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699136] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699137] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699137] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699138] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699139] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699140] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699140] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699141] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699141] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699142] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699143] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699144] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699144] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699145] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699145] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699146] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699147] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699148] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699148] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699149] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699149] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699150] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699151] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699152] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699152] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699153] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699153] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699154] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699155] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699156] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699156] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699162] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699163] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699164] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699164] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699165] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699165] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699166] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699167] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699168] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699168] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699169] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  924.699169] [akvcam] ioctl.c(657): Device: /dev/video7
[  924.699171] [akvcam] node.c(308): akvcam_node_release()
[  924.699171] [akvcam] node.c(314): Device: /dev/video7
[  924.703516] [akvcam] node.c(142): akvcam_node_open()
[  924.703517] [akvcam] node.c(148): Device: /dev/video7
[  924.703523] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  924.703523] [akvcam] ioctl.c(551): Device: /dev/video7
[  924.703525] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  924.703526] [akvcam] ioctl.c(551): Device: /dev/video7
[  924.703527] [akvcam] ioctl.c(251): VIDIOC_ENUM_FMT: Invalid argument (EINVAL)
[  930.738311] [akvcam] node.c(142): akvcam_node_open()
[  930.738317] [akvcam] node.c(148): Device: /dev/video7
[  930.738332] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.738334] [akvcam] ioctl.c(274): Device: /dev/video7
[  930.738341] [akvcam] node.c(308): akvcam_node_release()
[  930.738343] [akvcam] node.c(314): Device: /dev/video7
[  930.738363] [akvcam] node.c(142): akvcam_node_open()
[  930.738367] [akvcam] node.c(148): Device: /dev/video9
[  930.738377] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.738379] [akvcam] ioctl.c(274): Device: /dev/video9
[  930.738385] [akvcam] node.c(308): akvcam_node_release()
[  930.738387] [akvcam] node.c(314): Device: /dev/video9
[  930.742234] [akvcam] node.c(142): akvcam_node_open()
[  930.742240] [akvcam] node.c(148): Device: /dev/video7
[  930.742253] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.742255] [akvcam] ioctl.c(274): Device: /dev/video7
[  930.742261] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.742262] [akvcam] ioctl.c(274): Device: /dev/video7
[  930.742268] [akvcam] node.c(308): akvcam_node_release()
[  930.742269] [akvcam] node.c(314): Device: /dev/video7
[  930.743446] [akvcam] node.c(142): akvcam_node_open()
[  930.743451] [akvcam] node.c(148): Device: /dev/video7
[  930.743464] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.743466] [akvcam] ioctl.c(274): Device: /dev/video7
[  930.743472] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.743473] [akvcam] ioctl.c(274): Device: /dev/video7
[  930.743478] [akvcam] node.c(308): akvcam_node_release()
[  930.743480] [akvcam] node.c(314): Device: /dev/video7
[  930.744620] [akvcam] node.c(142): akvcam_node_open()
[  930.744625] [akvcam] node.c(148): Device: /dev/video7
[  930.744637] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.744639] [akvcam] ioctl.c(274): Device: /dev/video7
[  930.744646] [akvcam] node.c(308): akvcam_node_release()
[  930.744647] [akvcam] node.c(314): Device: /dev/video7
[  930.744666] [akvcam] node.c(142): akvcam_node_open()
[  930.744670] [akvcam] node.c(148): Device: /dev/video9
[  930.744679] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.744681] [akvcam] ioctl.c(274): Device: /dev/video9
[  930.744686] [akvcam] node.c(308): akvcam_node_release()
[  930.744687] [akvcam] node.c(314): Device: /dev/video9
[  930.747729] [akvcam] node.c(142): akvcam_node_open()
[  930.747734] [akvcam] node.c(148): Device: /dev/video7
[  930.747746] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.747748] [akvcam] ioctl.c(274): Device: /dev/video7
[  930.747754] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.747756] [akvcam] ioctl.c(274): Device: /dev/video7
[  930.747761] [akvcam] node.c(308): akvcam_node_release()
[  930.747763] [akvcam] node.c(314): Device: /dev/video7
[  930.748690] [akvcam] node.c(142): akvcam_node_open()
[  930.748696] [akvcam] node.c(148): Device: /dev/video7
[  930.748711] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.748713] [akvcam] ioctl.c(274): Device: /dev/video7
[  930.748719] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  930.748720] [akvcam] ioctl.c(274): Device: /dev/video7
[  930.748726] [akvcam] node.c(308): akvcam_node_release()
[  930.748728] [akvcam] node.c(314): Device: /dev/video7
[  938.355527] mce: CPU8: Core temperature above threshold, cpu clock throttled (total events = 248)
[  938.355528] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 248)
[  938.355529] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 834)
[  938.355530] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 834)
[  938.355531] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 834)
[  938.355532] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 833)
[  938.355533] mce: CPU10: Package temperature above threshold, cpu clock throttled (total events = 834)
[  938.355535] mce: CPU11: Package temperature above threshold, cpu clock throttled (total events = 834)
[  938.355535] mce: CPU9: Package temperature above threshold, cpu clock throttled (total events = 834)
[  938.355536] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 834)
[  938.355537] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 834)
[  938.355538] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 834)
[  938.355539] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 834)
[  938.355539] mce: CPU8: Package temperature above threshold, cpu clock throttled (total events = 834)
[  938.369572] mce: CPU2: Core temperature/speed normal
[  938.369572] mce: CPU8: Core temperature/speed normal
[  938.369573] mce: CPU11: Package temperature/speed normal
[  938.369574] mce: CPU4: Package temperature/speed normal
[  938.369575] mce: CPU3: Package temperature/speed normal
[  938.369576] mce: CPU9: Package temperature/speed normal
[  938.369577] mce: CPU0: Package temperature/speed normal
[  938.369578] mce: CPU10: Package temperature/speed normal
[  938.369578] mce: CPU6: Package temperature/speed normal
[  938.369579] mce: CPU5: Package temperature/speed normal
[  938.369580] mce: CPU1: Package temperature/speed normal
[  938.369581] mce: CPU7: Package temperature/speed normal
[  938.369581] mce: CPU8: Package temperature/speed normal
[  938.369582] mce: CPU2: Package temperature/speed normal
[  940.528231] audit: type=1400 audit(1606434346.519:81): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=8791 comm="snap-confine" capability=4  capname="fsetid"
[  948.331796] [akvcam] node.c(142): akvcam_node_open()
[  948.331798] [akvcam] node.c(148): Device: /dev/video7
[  948.331805] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  948.331805] [akvcam] ioctl.c(274): Device: /dev/video7
[  948.331844] [akvcam] node.c(308): akvcam_node_release()
[  948.331845] [akvcam] node.c(314): Device: /dev/video7
[  948.331848] [akvcam] node.c(142): akvcam_node_open()
[  948.331849] [akvcam] node.c(148): Device: /dev/video9
[  948.331851] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  948.331851] [akvcam] ioctl.c(274): Device: /dev/video9
[  948.331855] [akvcam] node.c(308): akvcam_node_release()
[  948.331855] [akvcam] node.c(314): Device: /dev/video9
[  948.363133] [akvcam] node.c(142): akvcam_node_open()
[  948.363135] [akvcam] node.c(148): Device: /dev/video7
[  948.363141] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  948.363142] [akvcam] ioctl.c(274): Device: /dev/video7
[  948.363144] [akvcam] ioctl.c(437): akvcam_ioctl_enuminput()
[  948.363145] [akvcam] ioctl.c(439): Device: /dev/video7
[  948.363148] [akvcam] ioctl.c(437): akvcam_ioctl_enuminput()
[  948.363148] [akvcam] ioctl.c(439): Device: /dev/video7
[  948.363150] [akvcam] ioctl.c(251): VIDIOC_ENUMINPUT: Invalid argument (EINVAL)
[  948.363153] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  948.363153] [akvcam] ioctl.c(372): Device: /dev/video7
[  948.363154] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  948.363156] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  948.363156] [akvcam] ioctl.c(372): Device: /dev/video7
[  948.363157] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  948.363158] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  948.363159] [akvcam] ioctl.c(372): Device: /dev/video7
[  948.363160] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  948.363165] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  948.363165] [akvcam] ioctl.c(551): Device: /dev/video7
[  948.363169] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  948.363169] [akvcam] ioctl.c(551): Device: /dev/video7
[  948.363171] [akvcam] ioctl.c(251): VIDIOC_ENUM_FMT: Invalid argument (EINVAL)
[  948.363175] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  948.363176] [akvcam] ioctl.c(832): Device: /dev/video7
[  948.363178] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  948.363179] [akvcam] ioctl.c(860): Device: /dev/video7
[  948.363181] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  948.363181] [akvcam] ioctl.c(860): Device: /dev/video7
[  948.363183] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMEINTERVALS: Invalid argument (EINVAL)
[  948.363187] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  948.363187] [akvcam] ioctl.c(832): Device: /dev/video7
[  948.363189] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  948.363190] [akvcam] ioctl.c(860): Device: /dev/video7
[  948.363191] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  948.363192] [akvcam] ioctl.c(860): Device: /dev/video7
[  948.363193] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMEINTERVALS: Invalid argument (EINVAL)
[  948.363196] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  948.363196] [akvcam] ioctl.c(832): Device: /dev/video7
[  948.363198] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMESIZES: Invalid argument (EINVAL)
[  948.363219] [akvcam] node.c(308): akvcam_node_release()
[  948.363220] [akvcam] node.c(314): Device: /dev/video7
[  948.363304] [akvcam] node.c(142): akvcam_node_open()
[  948.363305] [akvcam] node.c(148): Device: /dev/video9
[  948.363309] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  948.363310] [akvcam] ioctl.c(274): Device: /dev/video9
[  948.363312] [akvcam] ioctl.c(437): akvcam_ioctl_enuminput()
[  948.363312] [akvcam] ioctl.c(439): Device: /dev/video9
[  948.363313] [akvcam] ioctl.c(251): VIDIOC_ENUMINPUT: Not a typewriter (ENOTTY)
[  948.363316] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  948.363316] [akvcam] ioctl.c(372): Device: /dev/video9
[  948.363317] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  948.363319] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  948.363319] [akvcam] ioctl.c(372): Device: /dev/video9
[  948.363320] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  948.363321] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  948.363322] [akvcam] ioctl.c(372): Device: /dev/video9
[  948.363322] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  948.363327] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  948.363328] [akvcam] ioctl.c(551): Device: /dev/video9
[  948.363330] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  948.363331] [akvcam] ioctl.c(551): Device: /dev/video9
[  948.363332] [akvcam] ioctl.c(251): VIDIOC_ENUM_FMT: Invalid argument (EINVAL)
[  948.363336] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  948.363336] [akvcam] ioctl.c(832): Device: /dev/video9
[  948.363338] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  948.363338] [akvcam] ioctl.c(860): Device: /dev/video9
[  948.363341] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  948.363341] [akvcam] ioctl.c(860): Device: /dev/video9
[  948.363343] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMEINTERVALS: Invalid argument (EINVAL)
[  948.363346] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363346] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363350] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363350] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363353] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363354] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363360] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363361] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363362] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363363] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363364] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363365] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363366] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363367] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363368] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363369] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363370] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363371] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363372] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363373] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363375] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363375] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363377] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363377] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363379] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363379] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363383] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  948.363384] [akvcam] ioctl.c(832): Device: /dev/video9
[  948.363385] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  948.363386] [akvcam] ioctl.c(860): Device: /dev/video9
[  948.363388] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  948.363388] [akvcam] ioctl.c(860): Device: /dev/video9
[  948.363390] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMEINTERVALS: Invalid argument (EINVAL)
[  948.363392] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363393] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363395] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363395] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363397] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363398] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363400] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363400] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363402] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363402] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363404] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363404] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363406] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363406] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363408] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363409] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363410] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363411] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363412] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363413] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363414] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363415] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363416] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363417] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363418] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  948.363419] [akvcam] ioctl.c(657): Device: /dev/video9
[  948.363422] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  948.363422] [akvcam] ioctl.c(832): Device: /dev/video9
[  948.363424] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMESIZES: Invalid argument (EINVAL)
[  948.363443] [akvcam] node.c(308): akvcam_node_release()
[  948.363444] [akvcam] node.c(314): Device: /dev/video9
[  968.154154] [akvcam] node.c(308): akvcam_node_release()
[  968.154156] [akvcam] node.c(314): Device: /dev/video7
[  973.706729] [akvcam] node.c(142): akvcam_node_open()
[  973.706733] [akvcam] node.c(148): Device: /dev/video7
[  973.706743] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  973.706744] [akvcam] ioctl.c(274): Device: /dev/video7
[  973.706853] [akvcam] node.c(308): akvcam_node_release()
[  973.706854] [akvcam] node.c(314): Device: /dev/video7
[  973.706861] [akvcam] node.c(142): akvcam_node_open()
[  973.706863] [akvcam] node.c(148): Device: /dev/video9
[  973.706869] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  973.706870] [akvcam] ioctl.c(274): Device: /dev/video9
[  973.706879] [akvcam] node.c(308): akvcam_node_release()
[  973.706880] [akvcam] node.c(314): Device: /dev/video9
[  973.709903] [akvcam] node.c(142): akvcam_node_open()
[  973.709906] [akvcam] node.c(148): Device: /dev/video7
[  973.709914] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  973.709915] [akvcam] ioctl.c(274): Device: /dev/video7
[  973.709919] [akvcam] ioctl.c(437): akvcam_ioctl_enuminput()
[  973.709920] [akvcam] ioctl.c(439): Device: /dev/video7
[  973.709925] [akvcam] ioctl.c(437): akvcam_ioctl_enuminput()
[  973.709926] [akvcam] ioctl.c(439): Device: /dev/video7
[  973.709929] [akvcam] ioctl.c(251): VIDIOC_ENUMINPUT: Invalid argument (EINVAL)
[  973.709934] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  973.709935] [akvcam] ioctl.c(372): Device: /dev/video7
[  973.709937] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  973.709940] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  973.709941] [akvcam] ioctl.c(372): Device: /dev/video7
[  973.709943] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  973.709946] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  973.709946] [akvcam] ioctl.c(372): Device: /dev/video7
[  973.709948] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  973.709956] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  973.709957] [akvcam] ioctl.c(551): Device: /dev/video7
[  973.709963] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  973.709964] [akvcam] ioctl.c(551): Device: /dev/video7
[  973.709966] [akvcam] ioctl.c(251): VIDIOC_ENUM_FMT: Invalid argument (EINVAL)
[  973.709974] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  973.709975] [akvcam] ioctl.c(832): Device: /dev/video7
[  973.709979] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  973.709980] [akvcam] ioctl.c(860): Device: /dev/video7
[  973.709985] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  973.709985] [akvcam] ioctl.c(860): Device: /dev/video7
[  973.709988] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMEINTERVALS: Invalid argument (EINVAL)
[  973.709995] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  973.709996] [akvcam] ioctl.c(832): Device: /dev/video7
[  973.709999] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  973.710000] [akvcam] ioctl.c(860): Device: /dev/video7
[  973.710003] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  973.710004] [akvcam] ioctl.c(860): Device: /dev/video7
[  973.710006] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMEINTERVALS: Invalid argument (EINVAL)
[  973.710028] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  973.710029] [akvcam] ioctl.c(832): Device: /dev/video7
[  973.710033] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMESIZES: Invalid argument (EINVAL)
[  973.710081] [akvcam] node.c(308): akvcam_node_release()
[  973.710082] [akvcam] node.c(314): Device: /dev/video7
[  973.710264] [akvcam] node.c(142): akvcam_node_open()
[  973.710267] [akvcam] node.c(148): Device: /dev/video9
[  973.710275] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  973.710276] [akvcam] ioctl.c(274): Device: /dev/video9
[  973.710280] [akvcam] ioctl.c(437): akvcam_ioctl_enuminput()
[  973.710281] [akvcam] ioctl.c(439): Device: /dev/video9
[  973.710284] [akvcam] ioctl.c(251): VIDIOC_ENUMINPUT: Not a typewriter (ENOTTY)
[  973.710289] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  973.710291] [akvcam] ioctl.c(372): Device: /dev/video9
[  973.710292] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  973.710296] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  973.710297] [akvcam] ioctl.c(372): Device: /dev/video9
[  973.710299] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  973.710302] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  973.710303] [akvcam] ioctl.c(372): Device: /dev/video9
[  973.710305] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  973.710315] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  973.710316] [akvcam] ioctl.c(551): Device: /dev/video9
[  973.710321] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  973.710322] [akvcam] ioctl.c(551): Device: /dev/video9
[  973.710325] [akvcam] ioctl.c(251): VIDIOC_ENUM_FMT: Invalid argument (EINVAL)
[  973.710334] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  973.710335] [akvcam] ioctl.c(832): Device: /dev/video9
[  973.710339] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  973.710340] [akvcam] ioctl.c(860): Device: /dev/video9
[  973.710345] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  973.710347] [akvcam] ioctl.c(860): Device: /dev/video9
[  973.710349] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMEINTERVALS: Invalid argument (EINVAL)
[  973.710357] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710358] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710364] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710365] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710372] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710373] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710384] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710385] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710389] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710390] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710393] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710394] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710397] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710398] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710402] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710403] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710406] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710407] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710411] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710412] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710415] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710416] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710420] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710421] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710424] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710425] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710434] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  973.710435] [akvcam] ioctl.c(832): Device: /dev/video9
[  973.710439] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  973.710440] [akvcam] ioctl.c(860): Device: /dev/video9
[  973.710444] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  973.710445] [akvcam] ioctl.c(860): Device: /dev/video9
[  973.710448] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMEINTERVALS: Invalid argument (EINVAL)
[  973.710454] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710455] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710459] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710460] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710464] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710465] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710470] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710471] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710475] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710476] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710479] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710480] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710484] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710485] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710488] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710489] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710493] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710494] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710497] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710498] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710501] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710503] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710506] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710507] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710510] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  973.710511] [akvcam] ioctl.c(657): Device: /dev/video9
[  973.710517] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  973.710518] [akvcam] ioctl.c(832): Device: /dev/video9
[  973.710522] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMESIZES: Invalid argument (EINVAL)
[  973.710562] [akvcam] node.c(308): akvcam_node_release()
[  973.710563] [akvcam] node.c(314): Device: /dev/video9
[  979.814148] [akvcam] node.c(142): akvcam_node_open()
[  979.814155] [akvcam] node.c(148): Device: /dev/video7
[  979.814174] [akvcam] ioctl.c(272): akvcam_ioctl_querycap()
[  979.814176] [akvcam] ioctl.c(274): Device: /dev/video7
[  979.814185] [akvcam] ioctl.c(437): akvcam_ioctl_enuminput()
[  979.814187] [akvcam] ioctl.c(439): Device: /dev/video7
[  979.814195] [akvcam] ioctl.c(437): akvcam_ioctl_enuminput()
[  979.814197] [akvcam] ioctl.c(439): Device: /dev/video7
[  979.814202] [akvcam] ioctl.c(251): VIDIOC_ENUMINPUT: Invalid argument (EINVAL)
[  979.814214] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  979.814215] [akvcam] ioctl.c(372): Device: /dev/video7
[  979.814219] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  979.814224] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  979.814226] [akvcam] ioctl.c(372): Device: /dev/video7
[  979.814229] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  979.814235] [akvcam] ioctl.c(370): akvcam_ioctl_queryctrl()
[  979.814236] [akvcam] ioctl.c(372): Device: /dev/video7
[  979.814239] [akvcam] ioctl.c(251): VIDIOC_QUERYCTRL: Not a typewriter (ENOTTY)
[  979.814250] [akvcam] ioctl.c(458): akvcam_ioctl_g_input()
[  979.814252] [akvcam] ioctl.c(460): Device: /dev/video7
[  979.814333] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  979.814335] [akvcam] ioctl.c(551): Device: /dev/video7
[  979.814346] [akvcam] ioctl.c(549): akvcam_ioctl_enum_fmt()
[  979.814348] [akvcam] ioctl.c(551): Device: /dev/video7
[  979.814353] [akvcam] ioctl.c(251): VIDIOC_ENUM_FMT: Invalid argument (EINVAL)
[  979.814368] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  979.814370] [akvcam] ioctl.c(832): Device: /dev/video7
[  979.814378] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  979.814379] [akvcam] ioctl.c(860): Device: /dev/video7
[  979.814388] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  979.814389] [akvcam] ioctl.c(860): Device: /dev/video7
[  979.814394] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMEINTERVALS: Invalid argument (EINVAL)
[  979.814406] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  979.814408] [akvcam] ioctl.c(832): Device: /dev/video7
[  979.814414] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  979.814416] [akvcam] ioctl.c(860): Device: /dev/video7
[  979.814422] [akvcam] ioctl.c(858): akvcam_ioctl_enum_frameintervals()
[  979.814423] [akvcam] ioctl.c(860): Device: /dev/video7
[  979.814428] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMEINTERVALS: Invalid argument (EINVAL)
[  979.814437] [akvcam] ioctl.c(830): akvcam_ioctl_enum_framesizes()
[  979.814438] [akvcam] ioctl.c(832): Device: /dev/video7
[  979.814443] [akvcam] ioctl.c(251): VIDIOC_ENUM_FRAMESIZES: Invalid argument (EINVAL)
[  979.823610] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  979.823611] [akvcam] ioctl.c(657): Device: /dev/video7
[  979.851524] [akvcam] ioctl.c(626): akvcam_ioctl_s_fmt()
[  979.851525] [akvcam] ioctl.c(628): Device: /dev/video7
[  979.851525] [akvcam] ioctl.c(655): akvcam_ioctl_try_fmt()
[  979.851526] [akvcam] ioctl.c(657): Device: /dev/video7
[  979.851999] [akvcam] ioctl.c(709): akvcam_ioctl_g_parm()
[  979.851999] [akvcam] ioctl.c(711): Device: /dev/video7
[  979.852000] [akvcam] ioctl.c(754): akvcam_ioctl_s_parm()
[  979.852001] [akvcam] ioctl.c(756): Device: /dev/video7
[  979.852021] [akvcam] ioctl.c(404): akvcam_ioctl_g_ctrl()
[  979.852022] [akvcam] ioctl.c(406): Device: /dev/video7
[  979.852023] [akvcam] ioctl.c(251): VIDIOC_G_CTRL: Not a typewriter (ENOTTY)
[  979.852068] [akvcam] ioctl.c(997): akvcam_ioctl_reqbufs()
[  979.852068] [akvcam] ioctl.c(999): Device: /dev/video7
[  979.852070] [akvcam] ioctl.c(1077): akvcam_ioctl_create_bufs()
[  979.852070] [akvcam] ioctl.c(1079): Device: /dev/video7
[  979.852088] [akvcam] ioctl.c(997): akvcam_ioctl_reqbufs()
[  979.852088] [akvcam] ioctl.c(999): Device: /dev/video7
[  979.852089] [akvcam] ioctl.c(251): VIDIOC_REQBUFS: Invalid argument (EINVAL)
[  979.852090] [akvcam] ioctl.c(997): akvcam_ioctl_reqbufs()
[  979.852091] [akvcam] ioctl.c(999): Device: /dev/video7
[  979.852091] [akvcam] ioctl.c(251): VIDIOC_REQBUFS: Invalid argument (EINVAL)
[  979.852121] [akvcam] ioctl.c(404): akvcam_ioctl_g_ctrl()
[  979.852122] [akvcam] ioctl.c(406): Device: /dev/video7
[  979.852122] [akvcam] ioctl.c(251): VIDIOC_G_CTRL: Not a typewriter (ENOTTY)
[  979.852135] [akvcam] ioctl.c(997): akvcam_ioctl_reqbufs()
[  979.852135] [akvcam] ioctl.c(999): Device: /dev/video7
[  979.852526] [akvcam] ioctl.c(1015): akvcam_ioctl_querybuf()
[  979.852527] [akvcam] ioctl.c(1017): Device: /dev/video7
[  979.852528] [akvcam] ioctl.c(1015): akvcam_ioctl_querybuf()
[  979.852528] [akvcam] ioctl.c(1017): Device: /dev/video7
[  979.852529] [akvcam] ioctl.c(1015): akvcam_ioctl_querybuf()
[  979.852530] [akvcam] ioctl.c(1017): Device: /dev/video7
[  979.852531] [akvcam] ioctl.c(1015): akvcam_ioctl_querybuf()
[  979.852531] [akvcam] ioctl.c(1017): Device: /dev/video7
[  979.852540] [akvcam] node.c(296): akvcam_node_mmap()
[  979.852559] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  979.852560] [akvcam] ioctl.c(1098): Device: /dev/video7
[  979.852562] [akvcam] node.c(296): akvcam_node_mmap()
[  979.852573] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  979.852573] [akvcam] ioctl.c(1098): Device: /dev/video7
[  979.852576] [akvcam] node.c(296): akvcam_node_mmap()
[  979.852589] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  979.852590] [akvcam] ioctl.c(1098): Device: /dev/video7
[  979.852591] [akvcam] node.c(296): akvcam_node_mmap()
[  979.852602] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  979.852602] [akvcam] ioctl.c(1098): Device: /dev/video7
[  979.852608] [akvcam] ioctl.c(1238): akvcam_ioctl_streamon()
[  979.852608] [akvcam] ioctl.c(1240): Device: /dev/video7
[  979.852609] [akvcam] device.c(372): akvcam_device_set_streaming()
[  979.852609] [akvcam] device.c(373): Streaming: 1
[  979.852714] [akvcam] node.c(281): akvcam_node_poll()
[  979.857901] [akvcam] node.c(281): akvcam_node_poll()
[  979.857907] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  979.857907] [akvcam] ioctl.c(1160): Device: /dev/video7
[  979.907491] [akvcam] node.c(281): akvcam_node_poll()
[  979.907495] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  979.907496] [akvcam] ioctl.c(1160): Device: /dev/video7
[  979.907797] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  979.907798] [akvcam] ioctl.c(1098): Device: /dev/video7
[  979.957866] [akvcam] node.c(281): akvcam_node_poll()
[  979.957879] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  979.957881] [akvcam] ioctl.c(1160): Device: /dev/video7
[  979.960779] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  979.960783] [akvcam] ioctl.c(1098): Device: /dev/video7
[  979.962109] [akvcam] node.c(281): akvcam_node_poll()
[  979.962119] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  979.962122] [akvcam] ioctl.c(1160): Device: /dev/video7
[  979.996513] BUG: unable to handle page fault for address: ffffa17b00000008
[  979.996520] #PF: supervisor read access in kernel mode
[  979.996524] #PF: error_code(0x0000) - not-present page
[  979.996527] PGD 46e55f067 P4D 46e55f067 PUD 0 
[  979.996535] Oops: 0000 [#1] SMP PTI
[  979.996542] CPU: 8 PID: 3734 Comm: P2P_DISCOVER Tainted: P           O      5.4.0-54-generic #60-Ubuntu
[  979.996545] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[  979.996556] RIP: 0010:rb_insert_color+0x14/0x140
[  979.996561] Code: c0 75 eb 4c 89 c0 c3 45 31 c0 eb f7 66 2e 0f 1f 84 00 00 00 00 00 48 8b 07 48 85 c0 0f 84 ba 00 00 00 48 8b 10 f6 c2 01 75 57 <48> 8b 4a 08 48 39 c1 74 4f 48 85 c9 74 05 f6 01 01 74 7c 48 8b 48
[  979.996565] RSP: 0018:ffffa17bc4b3bc80 EFLAGS: 00010046
[  979.996569] RAX: ffff96791814ec00 RBX: ffff96793021e000 RCX: ffff96791814ec10
[  979.996573] RDX: ffffa17b00000000 RSI: ffff96793021e020 RDI: ffffa17bc4b3bda8
[  979.996576] RBP: ffffa17bc4b3bc90 R08: ffff96793021e020 R09: ffff96792d6c5b88
[  979.996579] R10: ffffa17bc4b3be08 R11: ffffa17bc4b3bdf8 R12: 0000000000000000
[  979.996582] R13: 0000000000000002 R14: 0000000000000000 R15: ffff96793021e000
[  979.996586] FS:  00007fafd97fa700(0000) GS:ffff967930200000(0000) knlGS:0000000000000000
[  979.996590] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  979.996593] CR2: ffffa17b00000008 CR3: 00000003eac5c004 CR4: 00000000003606e0
[  979.996596] Call Trace:
[  979.996606]  ? timerqueue_add+0x68/0xb0
[  979.996613]  enqueue_hrtimer+0x3d/0x90
[  979.996619]  hrtimer_start_range_ns+0x196/0x310
[  979.996624]  hrtimer_sleeper_start_expires+0x1b/0x20
[  979.996632]  futex_wait_queue_me+0x94/0x120
[  979.996638]  futex_wait+0x105/0x260
[  979.996644]  ? hrtimer_init_sleeper+0x90/0x90
[  979.996652]  do_futex+0x10f/0x1e0
[  979.996659]  __x64_sys_futex+0x13f/0x170
[  979.996666]  ? recalibrate_cpu_khz+0x10/0x10
[  979.996672]  ? _copy_to_user+0x2c/0x30
[  979.996680]  do_syscall_64+0x57/0x190
[  979.996687]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  979.996692] RIP: 0033:0x7fb14c55a618
[  979.996697] Code: ee 09 00 00 44 89 e6 b9 ca 00 00 00 45 31 c0 41 89 c5 81 f6 89 01 00 00 49 89 da 31 d2 41 b9 ff ff ff ff 48 89 ef 89 c8 0f 05 <48> 89 c3 44 89 ef 48 3d 00 f0 ff ff 77 1a e8 15 0a 00 00 31 c0 48
[  979.996700] RSP: 002b:00007fafd97f87f0 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[  979.996705] RAX: ffffffffffffffda RBX: 00007fafd97f8890 RCX: 00007fb14c55a618
[  979.996708] RDX: 0000000000000000 RSI: 0000000000000189 RDI: 00007fafbc0073e0
[  979.996711] RBP: 00007fafbc0073e0 R08: 0000000000000000 R09: 00000000ffffffff
[  979.996714] R10: 00007fafd97f8890 R11: 0000000000000246 R12: 0000000000000000
[  979.996717] R13: 0000000000000000 R14: fffffffeffffffff R15: 00007fb1385b7c01
[  979.996722] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[  979.996784]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[  979.996851]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[  979.996865] CR2: ffffa17b00000008
[  979.996870] ---[ end trace 89fb51888fd6f227 ]---
[  979.996877] RIP: 0010:rb_insert_color+0x14/0x140
[  979.996882] Code: c0 75 eb 4c 89 c0 c3 45 31 c0 eb f7 66 2e 0f 1f 84 00 00 00 00 00 48 8b 07 48 85 c0 0f 84 ba 00 00 00 48 8b 10 f6 c2 01 75 57 <48> 8b 4a 08 48 39 c1 74 4f 48 85 c9 74 05 f6 01 01 74 7c 48 8b 48
[  979.996885] RSP: 0018:ffffa17bc4b3bc80 EFLAGS: 00010046
[  979.996888] RAX: ffff96791814ec00 RBX: ffff96793021e000 RCX: ffff96791814ec10
[  979.996891] RDX: ffffa17b00000000 RSI: ffff96793021e020 RDI: ffffa17bc4b3bda8
[  979.996894] RBP: ffffa17bc4b3bc90 R08: ffff96793021e020 R09: ffff96792d6c5b88
[  979.996897] R10: ffffa17bc4b3be08 R11: ffffa17bc4b3bdf8 R12: 0000000000000000
[  979.996900] R13: 0000000000000002 R14: 0000000000000000 R15: ffff96793021e000
[  979.996904] FS:  00007fafd97fa700(0000) GS:ffff967930200000(0000) knlGS:0000000000000000
[  979.996907] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  979.996910] CR2: ffffa17b00000008 CR3: 00000003eac5c004 CR4: 00000000003606e0
[  980.018169] [akvcam] node.c(281): akvcam_node_poll()
[  980.018183] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.018187] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.064220] [akvcam] ioctl.c(1077): akvcam_ioctl_create_bufs()
[  980.064222] [akvcam] ioctl.c(1079): Device: /dev/video7
[  980.064281] [akvcam] ioctl.c(1015): akvcam_ioctl_querybuf()
[  980.064282] [akvcam] ioctl.c(1017): Device: /dev/video7
[  980.064289] [akvcam] node.c(296): akvcam_node_mmap()
[  980.064307] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.064307] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.064337] [akvcam] node.c(281): akvcam_node_poll()
[  980.064339] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.064339] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.066334] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.066335] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.108227] [akvcam] node.c(281): akvcam_node_poll()
[  980.108231] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.108232] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.112579] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.112580] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.152300] [akvcam] node.c(281): akvcam_node_poll()
[  980.152304] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.152305] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.156567] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.156568] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.196173] [akvcam] node.c(281): akvcam_node_poll()
[  980.196177] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.196178] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.200640] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.200641] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.240240] [akvcam] node.c(281): akvcam_node_poll()
[  980.240243] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.240244] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.244514] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.244515] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.284867] [akvcam] node.c(281): akvcam_node_poll()
[  980.284871] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.284871] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.288596] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.288597] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.332148] [akvcam] node.c(281): akvcam_node_poll()
[  980.332152] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.332152] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.333206] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.333207] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.380109] [akvcam] node.c(281): akvcam_node_poll()
[  980.380113] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.380113] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.380491] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.380492] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.424549] [akvcam] node.c(281): akvcam_node_poll()
[  980.424553] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.424554] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.428453] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.428455] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.468189] [akvcam] node.c(281): akvcam_node_poll()
[  980.468193] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.468194] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.472888] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.472889] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.516222] [akvcam] node.c(281): akvcam_node_poll()
[  980.516226] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.516226] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.516522] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.516523] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.560190] [akvcam] node.c(281): akvcam_node_poll()
[  980.560195] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.560195] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.564566] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.564567] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.608172] [akvcam] node.c(281): akvcam_node_poll()
[  980.608176] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.608177] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.608520] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.608522] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.656118] [akvcam] node.c(281): akvcam_node_poll()
[  980.656122] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.656123] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.656502] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.656504] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.700115] [akvcam] node.c(281): akvcam_node_poll()
[  980.700118] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.700119] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.704486] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.704487] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.748224] [akvcam] node.c(281): akvcam_node_poll()
[  980.748228] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.748228] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.748432] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.748433] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.796176] [akvcam] node.c(281): akvcam_node_poll()
[  980.796180] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.796181] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.796552] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.796553] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.844191] [akvcam] node.c(281): akvcam_node_poll()
[  980.844195] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.844196] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.844505] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.844506] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.888220] [akvcam] node.c(281): akvcam_node_poll()
[  980.888224] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.888225] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.892534] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.892535] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.936374] [akvcam] node.c(281): akvcam_node_poll()
[  980.936378] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.936378] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.936544] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.936546] [akvcam] ioctl.c(1098): Device: /dev/video7
[  980.984169] [akvcam] node.c(281): akvcam_node_poll()
[  980.984173] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  980.984174] [akvcam] ioctl.c(1160): Device: /dev/video7
[  980.984695] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  980.984697] [akvcam] ioctl.c(1098): Device: /dev/video7
[  981.032179] [akvcam] node.c(281): akvcam_node_poll()
[  981.032183] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  981.032184] [akvcam] ioctl.c(1160): Device: /dev/video7
[  981.032497] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  981.032499] [akvcam] ioctl.c(1098): Device: /dev/video7
[  981.076165] [akvcam] node.c(281): akvcam_node_poll()
[  981.076169] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  981.076170] [akvcam] ioctl.c(1160): Device: /dev/video7
[  981.080516] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  981.080518] [akvcam] ioctl.c(1098): Device: /dev/video7
[  981.124368] [akvcam] node.c(281): akvcam_node_poll()
[  981.124371] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  981.124372] [akvcam] ioctl.c(1160): Device: /dev/video7
[  981.124453] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  981.124454] [akvcam] ioctl.c(1098): Device: /dev/video7
[  981.168183] [akvcam] node.c(281): akvcam_node_poll()
[  981.168187] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  981.168188] [akvcam] ioctl.c(1160): Device: /dev/video7
[  981.172698] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  981.172699] [akvcam] ioctl.c(1098): Device: /dev/video7
[  981.212134] [akvcam] node.c(281): akvcam_node_poll()
[  981.212138] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  981.212138] [akvcam] ioctl.c(1160): Device: /dev/video7
[  981.216527] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  981.216529] [akvcam] ioctl.c(1098): Device: /dev/video7
[  981.260147] [akvcam] node.c(281): akvcam_node_poll()
[  981.260151] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  981.260152] [akvcam] ioctl.c(1160): Device: /dev/video7
[  981.260457] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  981.260458] [akvcam] ioctl.c(1098): Device: /dev/video7
[  981.308189] [akvcam] node.c(281): akvcam_node_poll()
[  981.308193] [akvcam] ioctl.c(1158): akvcam_ioctl_dqbuf()
[  981.308194] [akvcam] ioctl.c(1160): Device: /dev/video7
[  981.308475] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  981.308476] [akvcam] ioctl.c(1098): Device: /dev/video7
[  981.356443] [akvcam] ioctl.c(1096): akvcam_ioctl_qbuf()
[  981.356445] [akvcam] ioctl.c(1098): Device: /dev/video7
[  983.053562] iwlwifi 0000:3b:00.0: Error sending STATISTICS_CMD: time out after 2000ms.
[  983.053564] iwlwifi 0000:3b:00.0: Current CMD queue read_ptr 65 write_ptr 66
[  983.055209] iwlwifi 0000:3b:00.0: Start IWL Error Log Dump:
[  983.055210] iwlwifi 0000:3b:00.0: Status: 0x00000040, count: 6
[  983.055211] iwlwifi 0000:3b:00.0: Loaded firmware version: 48.4fa0041f.0
[  983.055212] iwlwifi 0000:3b:00.0: 0x00000084 | NMI_INTERRUPT_UNKNOWN       
[  983.055213] iwlwifi 0000:3b:00.0: 0x0000A200 | trm_hw_status0
[  983.055213] iwlwifi 0000:3b:00.0: 0x00000000 | trm_hw_status1
[  983.055214] iwlwifi 0000:3b:00.0: 0x004F8E3C | branchlink2
[  983.055215] iwlwifi 0000:3b:00.0: 0x004E4FF4 | interruptlink1
[  983.055216] iwlwifi 0000:3b:00.0: 0x004E4FF4 | interruptlink2
[  983.055216] iwlwifi 0000:3b:00.0: 0x0001503E | data1
[  983.055217] iwlwifi 0000:3b:00.0: 0xFF000000 | data2
[  983.055218] iwlwifi 0000:3b:00.0: 0xF0000008 | data3
[  983.055218] iwlwifi 0000:3b:00.0: 0x14C1249C | beacon time
[  983.055219] iwlwifi 0000:3b:00.0: 0x3460FB6C | tsf low
[  983.055220] iwlwifi 0000:3b:00.0: 0x0000000D | tsf hi
[  983.055220] iwlwifi 0000:3b:00.0: 0x00000000 | time gp1
[  983.055221] iwlwifi 0000:3b:00.0: 0x38F76AB9 | time gp2
[  983.055222] iwlwifi 0000:3b:00.0: 0x00000001 | uCode revision type
[  983.055222] iwlwifi 0000:3b:00.0: 0x00000030 | uCode version major
[  983.055223] iwlwifi 0000:3b:00.0: 0x4FA0041F | uCode version minor
[  983.055224] iwlwifi 0000:3b:00.0: 0x00000340 | hw version
[  983.055224] iwlwifi 0000:3b:00.0: 0x00C89000 | board version
[  983.055225] iwlwifi 0000:3b:00.0: 0x065B001C | hcmd
[  983.055226] iwlwifi 0000:3b:00.0: 0x20028000 | isr0
[  983.055226] iwlwifi 0000:3b:00.0: 0x00000000 | isr1
[  983.055227] iwlwifi 0000:3b:00.0: 0x08F0000A | isr2
[  983.055228] iwlwifi 0000:3b:00.0: 0x00C1FFDC | isr3
[  983.055228] iwlwifi 0000:3b:00.0: 0x00000000 | isr4
[  983.055229] iwlwifi 0000:3b:00.0: 0x065B001C | last cmd Id
[  983.055230] iwlwifi 0000:3b:00.0: 0x0001503E | wait_event
[  983.055231] iwlwifi 0000:3b:00.0: 0x00004288 | l2p_control
[  983.055231] iwlwifi 0000:3b:00.0: 0x00018034 | l2p_duration
[  983.055232] iwlwifi 0000:3b:00.0: 0x00000000 | l2p_mhvalid
[  983.055233] iwlwifi 0000:3b:00.0: 0x000000E7 | l2p_addr_match
[  983.055233] iwlwifi 0000:3b:00.0: 0x00000009 | lmpm_pmg_sel
[  983.055234] iwlwifi 0000:3b:00.0: 0x00000000 | timestamp
[  983.055235] iwlwifi 0000:3b:00.0: 0x00003874 | flow_handler
[  983.055468] iwlwifi 0000:3b:00.0: Start IWL Error Log Dump:
[  983.055468] iwlwifi 0000:3b:00.0: Status: 0x00000040, count: 7
[  983.055469] iwlwifi 0000:3b:00.0: 0x20000066 | NMI_INTERRUPT_HOST
[  983.055470] iwlwifi 0000:3b:00.0: 0x00000000 | umac branchlink1
[  983.055471] iwlwifi 0000:3b:00.0: 0xC008CC3C | umac branchlink2
[  983.055471] iwlwifi 0000:3b:00.0: 0x8048D0E6 | umac interruptlink1
[  983.055472] iwlwifi 0000:3b:00.0: 0x8048D0E6 | umac interruptlink2
[  983.055473] iwlwifi 0000:3b:00.0: 0x01000000 | umac data1
[  983.055473] iwlwifi 0000:3b:00.0: 0x8048D0E6 | umac data2
[  983.055474] iwlwifi 0000:3b:00.0: 0x00000000 | umac data3
[  983.055475] iwlwifi 0000:3b:00.0: 0x00000030 | umac major
[  983.055475] iwlwifi 0000:3b:00.0: 0x4FA0041F | umac minor
[  983.055476] iwlwifi 0000:3b:00.0: 0x38F76AAF | frame pointer
[  983.055477] iwlwifi 0000:3b:00.0: 0xC0886284 | stack pointer
[  983.055477] iwlwifi 0000:3b:00.0: 0x0041019C | last host cmd
[  983.055478] iwlwifi 0000:3b:00.0: 0x00000000 | isr status reg
[  983.055674] iwlwifi 0000:3b:00.0: Fseq Registers:
[  983.055726] iwlwifi 0000:3b:00.0: 0xE0000101 | FSEQ_ERROR_CODE
[  983.055778] iwlwifi 0000:3b:00.0: 0x00290011 | FSEQ_TOP_INIT_VERSION
[  983.055829] iwlwifi 0000:3b:00.0: 0x80050008 | FSEQ_CNVIO_INIT_VERSION
[  983.055880] iwlwifi 0000:3b:00.0: 0x0000A503 | FSEQ_OTP_VERSION
[  983.055931] iwlwifi 0000:3b:00.0: 0x80000003 | FSEQ_TOP_CONTENT_VERSION
[  983.055982] iwlwifi 0000:3b:00.0: 0x4552414E | FSEQ_ALIVE_TOKEN
[  983.056033] iwlwifi 0000:3b:00.0: 0x00100530 | FSEQ_CNVI_ID
[  983.056084] iwlwifi 0000:3b:00.0: 0x00000532 | FSEQ_CNVR_ID
[  983.056135] iwlwifi 0000:3b:00.0: 0x00100530 | CNVI_AUX_MISC_CHIP
[  983.056189] iwlwifi 0000:3b:00.0: 0x00000532 | CNVR_AUX_MISC_CHIP
[  983.056243] iwlwifi 0000:3b:00.0: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[  983.056297] iwlwifi 0000:3b:00.0: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[  983.056582] iwlwifi 0000:3b:00.0: Collecting data: trigger 2 fired.
[  983.056584] ieee80211 phy0: Hardware restart was requested
[  985.045487] i2c_designware i2c_designware.1: controller timed out
[  986.061443] i2c_designware i2c_designware.1: controller timed out
[  987.085421] i2c_designware i2c_designware.1: controller timed out
[  988.109404] i2c_designware i2c_designware.1: controller timed out
[  989.133378] i2c_designware i2c_designware.1: controller timed out
[  990.157354] i2c_designware i2c_designware.1: controller timed out
[  991.181331] i2c_designware i2c_designware.1: controller timed out
[  991.277379] iwlwifi 0000:3b:00.0: Queue 6 is stuck 89 92
[  992.205307] i2c_designware i2c_designware.1: controller timed out
[  993.229284] i2c_designware i2c_designware.1: controller timed out
[  994.253258] i2c_designware i2c_designware.1: controller timed out
[  995.277231] i2c_designware i2c_designware.1: controller timed out
[  996.301205] i2c_designware i2c_designware.1: controller timed out
[  997.325179] i2c_designware i2c_designware.1: controller timed out
[  998.349152] i2c_designware i2c_designware.1: controller timed out
[  999.373123] i2c_designware i2c_designware.1: controller timed out
[ 1000.397094] i2c_designware i2c_designware.1: controller timed out
[ 1001.421065] i2c_designware i2c_designware.1: controller timed out
[ 1002.445038] i2c_designware i2c_designware.1: controller timed out
[ 1003.469007] i2c_designware i2c_designware.1: controller timed out
[ 1004.492975] i2c_designware i2c_designware.1: controller timed out
[ 1005.516944] i2c_designware i2c_designware.1: controller timed out
[ 1006.540913] i2c_designware i2c_designware.1: controller timed out
[ 1007.564880] i2c_designware i2c_designware.1: controller timed out
[ 1007.824869] watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [akvcam-thread-2:9283]
[ 1007.824871] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[ 1007.824888]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[ 1007.824908]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[ 1007.824912] CPU: 1 PID: 9283 Comm: akvcam-thread-2 Tainted: P      D    O      5.4.0-54-generic #60-Ubuntu
[ 1007.824913] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1007.824915] RIP: 0010:smp_call_function_many+0x205/0x270
[ 1007.824917] Code: e8 f0 41 96 00 3b 05 4e d2 6f 01 89 c7 0f 83 9b fe ff ff 48 63 c7 48 8b 0b 48 03 0c c5 80 69 a4 94 8b 41 18 a8 01 74 0a f3 90 <8b> 51 18 83 e2 01 75 f6 eb c8 89 cf 48 c7 c2 a0 b2 e4 94 4c 89 fe
[ 1007.824918] RSP: 0018:ffffa17bc22c3b88 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff13
[ 1007.824919] RAX: 0000000000000003 RBX: ffff96793006bc80 RCX: ffff9679301b1080
[ 1007.824919] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 0000000000000006
[ 1007.824920] RBP: ffffa17bc22c3bc8 R08: ffff96792e42f268 R09: ffff96792e42f378
[ 1007.824921] R10: ffff96792e42f268 R11: 0000000000000000 R12: ffffffff936884b0
[ 1007.824921] R13: 0000000000000000 R14: 0000000000000001 R15: 000000000000000c
[ 1007.824922] FS:  0000000000000000(0000) GS:ffff967930040000(0000) knlGS:0000000000000000
[ 1007.824923] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1007.824923] CR2: 00007f255cba3870 CR3: 0000000010a0a001 CR4: 00000000003606e0
[ 1007.824924] Call Trace:
[ 1007.824927]  ? load_new_mm_cr3+0xf0/0xf0
[ 1007.824928]  on_each_cpu+0x2d/0x60
[ 1007.824930]  flush_tlb_kernel_range+0x38/0x90
[ 1007.824931]  __purge_vmap_area_lazy+0x70/0x6d0
[ 1007.824933]  free_vmap_area_noflush+0xe1/0xf0
[ 1007.824934]  remove_vm_area+0x9a/0xb0
[ 1007.824935]  __vunmap+0x5f/0x210
[ 1007.824936]  __vfree+0x22/0x60
[ 1007.824937]  vfree+0x2c/0x40
[ 1007.824942]  akvcam_frame_scaled+0x351/0x880 [akvcam]
[ 1007.824944]  ? vzalloc+0x4c/0x50
[ 1007.824946]  akvcam_buffers_frame_apply_adjusts+0x16e/0x1f0 [akvcam]
[ 1007.824949]  akvcam_buffers_write_frame+0x34/0x1b0 [akvcam]
[ 1007.824951]  ? schedule_timeout+0x92/0x160
[ 1007.824954]  akvcam_device_prepare_frame+0x65/0x160 [akvcam]
[ 1007.824957]  akvcam_device_send_frames+0x4b/0x70 [akvcam]
[ 1007.824958]  kthread+0x104/0x140
[ 1007.824960]  ? akvcam_device_prepare_frame+0x160/0x160 [akvcam]
[ 1007.824961]  ? kthread_park+0x90/0x90
[ 1007.824963]  ret_from_fork+0x35/0x40
[ 1007.828868] watchdog: BUG: soft lockup - CPU#5 stuck for 21s! [kworker/5:2:494]
[ 1007.828869] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[ 1007.828884]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[ 1007.828901]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[ 1007.828905] CPU: 5 PID: 494 Comm: kworker/5:2 Tainted: P      D    O L    5.4.0-54-generic #60-Ubuntu
[ 1007.828906] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1007.828909] Workqueue: rcu_gp wait_rcu_exp_gp
[ 1007.828911] RIP: 0010:smp_call_function_single+0x9b/0x110
[ 1007.828912] Code: 65 8b 05 80 86 8c 6c a9 00 01 1f 00 75 79 85 c9 75 40 48 c7 c6 00 bc 02 00 65 48 03 35 36 1e 8c 6c 8b 46 18 a8 01 74 09 f3 90 <8b> 46 18 a8 01 75 f7 83 4e 18 01 4c 89 c9 4c 89 c2 e8 7f fe ff ff
[ 1007.828912] RSP: 0018:ffffa17bc12fbd80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff13
[ 1007.828914] RAX: 0000000000000001 RBX: 00000000000000bc RCX: 0000000000000000
[ 1007.828914] RDX: 0000000000000000 RSI: ffff96793016bc00 RDI: 0000000000000001
[ 1007.828915] RBP: ffffa17bc12fbdc0 R08: ffffffff93726200 R09: 0000000000000000
[ 1007.828915] R10: 0000000000000002 R11: 0000000000000018 R12: ffff96793006ba80
[ 1007.828916] R13: 0000000000000001 R14: ffffffff94c73378 R15: ffff96793006bb60
[ 1007.828917] FS:  0000000000000000(0000) GS:ffff967930140000(0000) knlGS:0000000000000000
[ 1007.828918] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1007.828918] CR2: 00007f8100027128 CR3: 0000000010a0a004 CR4: 00000000003606e0
[ 1007.828919] Call Trace:
[ 1007.828921]  ? __switch_to_asm+0x40/0x70
[ 1007.828923]  ? __switch_to_asm+0x34/0x70
[ 1007.828924]  sync_rcu_exp_select_node_cpus+0x1f0/0x2e0
[ 1007.828925]  sync_rcu_exp_select_cpus+0x190/0x2f0
[ 1007.828926]  wait_rcu_exp_gp+0x14/0x20
[ 1007.828928]  process_one_work+0x1eb/0x3b0
[ 1007.828929]  worker_thread+0x4d/0x400
[ 1007.828930]  kthread+0x104/0x140
[ 1007.828931]  ? process_one_work+0x3b0/0x3b0
[ 1007.828932]  ? kthread_park+0x90/0x90
[ 1007.828933]  ret_from_fork+0x35/0x40
[ 1008.588847] i2c_designware i2c_designware.1: controller timed out
[ 1009.612814] i2c_designware i2c_designware.1: controller timed out
[ 1010.636780] i2c_designware i2c_designware.1: controller timed out
[ 1011.660746] i2c_designware i2c_designware.1: controller timed out
[ 1012.684711] i2c_designware i2c_designware.1: controller timed out
[ 1013.708675] i2c_designware i2c_designware.1: controller timed out
[ 1014.732639] i2c_designware i2c_designware.1: controller timed out
[ 1015.756603] i2c_designware i2c_designware.1: controller timed out
[ 1016.780566] i2c_designware i2c_designware.1: controller timed out
[ 1017.804530] i2c_designware i2c_designware.1: controller timed out
[ 1018.828491] i2c_designware i2c_designware.1: controller timed out
[ 1019.852452] i2c_designware i2c_designware.1: controller timed out
[ 1020.876414] i2c_designware i2c_designware.1: controller timed out
[ 1021.900374] i2c_designware i2c_designware.1: controller timed out
[ 1022.924334] i2c_designware i2c_designware.1: controller timed out
[ 1023.948294] i2c_designware i2c_designware.1: controller timed out
[ 1024.972253] i2c_designware i2c_designware.1: controller timed out
[ 1025.996212] i2c_designware i2c_designware.1: controller timed out
[ 1027.020171] i2c_designware i2c_designware.1: controller timed out
[ 1028.044129] i2c_designware i2c_designware.1: controller timed out
[ 1029.068086] i2c_designware i2c_designware.1: controller timed out
[ 1030.092043] i2c_designware i2c_designware.1: controller timed out
[ 1031.116001] i2c_designware i2c_designware.1: controller timed out
[ 1032.139956] i2c_designware i2c_designware.1: controller timed out
[ 1033.163911] i2c_designware i2c_designware.1: controller timed out
[ 1034.187867] i2c_designware i2c_designware.1: controller timed out
[ 1035.211822] i2c_designware i2c_designware.1: controller timed out
[ 1035.823792] watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [akvcam-thread-2:9283]
[ 1035.823793] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[ 1035.823811]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[ 1035.823831]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[ 1035.823836] CPU: 1 PID: 9283 Comm: akvcam-thread-2 Tainted: P      D    O L    5.4.0-54-generic #60-Ubuntu
[ 1035.823837] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1035.823839] RIP: 0010:smp_call_function_many+0x205/0x270
[ 1035.823841] Code: e8 f0 41 96 00 3b 05 4e d2 6f 01 89 c7 0f 83 9b fe ff ff 48 63 c7 48 8b 0b 48 03 0c c5 80 69 a4 94 8b 41 18 a8 01 74 0a f3 90 <8b> 51 18 83 e2 01 75 f6 eb c8 89 cf 48 c7 c2 a0 b2 e4 94 4c 89 fe
[ 1035.823842] RSP: 0018:ffffa17bc22c3b88 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff13
[ 1035.823843] RAX: 0000000000000003 RBX: ffff96793006bc80 RCX: ffff9679301b1080
[ 1035.823843] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 0000000000000006
[ 1035.823844] RBP: ffffa17bc22c3bc8 R08: ffff96792e42f268 R09: ffff96792e42f378
[ 1035.823845] R10: ffff96792e42f268 R11: 0000000000000000 R12: ffffffff936884b0
[ 1035.823846] R13: 0000000000000000 R14: 0000000000000001 R15: 000000000000000c
[ 1035.823847] FS:  0000000000000000(0000) GS:ffff967930040000(0000) knlGS:0000000000000000
[ 1035.823847] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1035.823848] CR2: 00007f255cba3870 CR3: 0000000010a0a001 CR4: 00000000003606e0
[ 1035.823849] Call Trace:
[ 1035.823852]  ? load_new_mm_cr3+0xf0/0xf0
[ 1035.823853]  on_each_cpu+0x2d/0x60
[ 1035.823855]  flush_tlb_kernel_range+0x38/0x90
[ 1035.823856]  __purge_vmap_area_lazy+0x70/0x6d0
[ 1035.823858]  free_vmap_area_noflush+0xe1/0xf0
[ 1035.823859]  remove_vm_area+0x9a/0xb0
[ 1035.823860]  __vunmap+0x5f/0x210
[ 1035.823861]  __vfree+0x22/0x60
[ 1035.823862]  vfree+0x2c/0x40
[ 1035.823868]  akvcam_frame_scaled+0x351/0x880 [akvcam]
[ 1035.823870]  ? vzalloc+0x4c/0x50
[ 1035.823873]  akvcam_buffers_frame_apply_adjusts+0x16e/0x1f0 [akvcam]
[ 1035.823876]  akvcam_buffers_write_frame+0x34/0x1b0 [akvcam]
[ 1035.823878]  ? schedule_timeout+0x92/0x160
[ 1035.823882]  akvcam_device_prepare_frame+0x65/0x160 [akvcam]
[ 1035.823885]  akvcam_device_send_frames+0x4b/0x70 [akvcam]
[ 1035.823886]  kthread+0x104/0x140
[ 1035.823889]  ? akvcam_device_prepare_frame+0x160/0x160 [akvcam]
[ 1035.823890]  ? kthread_park+0x90/0x90
[ 1035.823892]  ret_from_fork+0x35/0x40
[ 1035.827792] watchdog: BUG: soft lockup - CPU#5 stuck for 22s! [kworker/5:2:494]
[ 1035.827793] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[ 1035.827806]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[ 1035.827819]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[ 1035.827823] CPU: 5 PID: 494 Comm: kworker/5:2 Tainted: P      D    O L    5.4.0-54-generic #60-Ubuntu
[ 1035.827824] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1035.827826] Workqueue: rcu_gp wait_rcu_exp_gp
[ 1035.827828] RIP: 0010:smp_call_function_single+0x9b/0x110
[ 1035.827829] Code: 65 8b 05 80 86 8c 6c a9 00 01 1f 00 75 79 85 c9 75 40 48 c7 c6 00 bc 02 00 65 48 03 35 36 1e 8c 6c 8b 46 18 a8 01 74 09 f3 90 <8b> 46 18 a8 01 75 f7 83 4e 18 01 4c 89 c9 4c 89 c2 e8 7f fe ff ff
[ 1035.827830] RSP: 0018:ffffa17bc12fbd80 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff13
[ 1035.827831] RAX: 0000000000000001 RBX: 00000000000000bc RCX: 0000000000000000
[ 1035.827831] RDX: 0000000000000000 RSI: ffff96793016bc00 RDI: 0000000000000001
[ 1035.827832] RBP: ffffa17bc12fbdc0 R08: ffffffff93726200 R09: 0000000000000000
[ 1035.827833] R10: 0000000000000002 R11: 0000000000000018 R12: ffff96793006ba80
[ 1035.827833] R13: 0000000000000001 R14: ffffffff94c73378 R15: ffff96793006bb60
[ 1035.827834] FS:  0000000000000000(0000) GS:ffff967930140000(0000) knlGS:0000000000000000
[ 1035.827835] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1035.827835] CR2: 00007f8100027128 CR3: 0000000010a0a004 CR4: 00000000003606e0
[ 1035.827836] Call Trace:
[ 1035.827838]  ? __switch_to_asm+0x40/0x70
[ 1035.827839]  ? __switch_to_asm+0x34/0x70
[ 1035.827841]  sync_rcu_exp_select_node_cpus+0x1f0/0x2e0
[ 1035.827842]  sync_rcu_exp_select_cpus+0x190/0x2f0
[ 1035.827843]  wait_rcu_exp_gp+0x14/0x20
[ 1035.827845]  process_one_work+0x1eb/0x3b0
[ 1035.827846]  worker_thread+0x4d/0x400
[ 1035.827847]  kthread+0x104/0x140
[ 1035.827848]  ? process_one_work+0x3b0/0x3b0
[ 1035.827849]  ? kthread_park+0x90/0x90
[ 1035.827850]  ret_from_fork+0x35/0x40
[ 1036.235776] i2c_designware i2c_designware.1: controller timed out
[ 1037.259731] i2c_designware i2c_designware.1: controller timed out
[ 1038.283684] i2c_designware i2c_designware.1: controller timed out
[ 1039.307637] i2c_designware i2c_designware.1: controller timed out
[ 1039.831610] watchdog: BUG: soft lockup - CPU#7 stuck for 22s! [Socket Thread:6730]
[ 1039.831611] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[ 1039.831624]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[ 1039.831639]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[ 1039.831643] CPU: 7 PID: 6730 Comm: Socket Thread Tainted: P      D    O L    5.4.0-54-generic #60-Ubuntu
[ 1039.831644] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1039.831645] RIP: 0010:smp_call_function_single+0xdc/0x110
[ 1039.831646] Code: 8b 4c 24 38 65 48 33 0c 25 28 00 00 00 75 3b c9 c3 4c 89 c2 4c 89 c9 48 89 e6 e8 5f fe ff ff 8b 54 24 18 83 e2 01 74 0b f3 90 <8b> 54 24 18 83 e2 01 75 f5 eb ca 8b 05 03 4c a4 01 85 c0 75 80 0f
[ 1039.831647] RSP: 0018:ffffa17bc16a3ba0 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff13
[ 1039.831648] RAX: 0000000000000000 RBX: 0000000000000003 RCX: 0000000000000830
[ 1039.831649] RDX: 0000000000000001 RSI: 00000000000008fb RDI: 0000000000000830
[ 1039.831650] RBP: ffffa17bc16a3bf8 R08: ffffffff93688c70 R09: ffff9679301ea640
[ 1039.831650] R10: ffff9679283d87b0 R11: 0000000000000002 R12: ffffffff93688c70
[ 1039.831651] R13: ffff9679301ea640 R14: 0000000000000001 R15: ffff9679283d87b0
[ 1039.831652] FS:  00007f6d1e3be700(0000) GS:ffff9679301c0000(0000) knlGS:0000000000000000
[ 1039.831653] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1039.831653] CR2: 00007f6cf7f7f000 CR3: 0000000465e36004 CR4: 00000000003606e0
[ 1039.831654] Call Trace:
[ 1039.831656]  ? flush_tlb_func_common.constprop.0+0x220/0x220
[ 1039.831658]  ? __dec_node_page_state+0x1d/0x20
[ 1039.831659]  ? page_remove_rmap+0x51/0x310
[ 1039.831661]  ? cpumask_next_and+0x1e/0x20
[ 1039.831662]  smp_call_function_many+0x23b/0x270
[ 1039.831663]  ? flush_tlb_func_common.constprop.0+0x220/0x220
[ 1039.831664]  ? flush_tlb_func_common.constprop.0+0x220/0x220
[ 1039.831665]  on_each_cpu_mask+0x29/0x70
[ 1039.831666]  ? x86_configure_nx+0x50/0x50
[ 1039.831667]  on_each_cpu_cond_mask+0xa8/0x130
[ 1039.831669]  native_flush_tlb_others+0x105/0x170
[ 1039.831670]  flush_tlb_mm_range+0xb4/0xe0
[ 1039.831671]  tlb_flush_mmu+0xb0/0x140
[ 1039.831673]  tlb_finish_mmu+0x42/0x80
[ 1039.831674]  zap_page_range+0x12e/0x180
[ 1039.831675]  ? find_vma+0x67/0x70
[ 1039.831677]  __do_sys_madvise+0x89e/0xae0
[ 1039.831678]  __x64_sys_madvise+0x1a/0x20
[ 1039.831679]  ? __x64_sys_madvise+0x1a/0x20
[ 1039.831681]  do_syscall_64+0x57/0x190
[ 1039.831682]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1039.831683] RIP: 0033:0x7f6d2ec83bdb
[ 1039.831685] Code: c3 48 8b 15 b7 f2 0c 00 f7 d8 64 89 02 b8 ff ff ff ff eb c2 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 1c 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 85 f2 0c 00 f7 d8 64 89 01 48
[ 1039.831685] RSP: 002b:00007f6d1e3bd708 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
[ 1039.831686] RAX: ffffffffffffffda RBX: 00007f6cf8000000 RCX: 00007f6d2ec83bdb
[ 1039.831687] RDX: 0000000000000004 RSI: 0000000000002000 RDI: 00007f6cf801d000
[ 1039.831688] RBP: 000000000000001d R08: fffffffffffff000 R09: 00000000ffffffff
[ 1039.831688] R10: 00007f6cf8000128 R11: 0000000000000206 R12: 0000000000000080
[ 1039.831689] R13: 00007f6cf8000018 R14: 00007f6d2ea00060 R15: 00007f6d2ea00000
[ 1039.999602] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[ 1039.999604] rcu:     8-...!: (0 ticks this GP) idle=eb6/0/0x1 softirq=36318/36318 fqs=1207 
[ 1039.999605]  (detected by 7, t=15002 jiffies, g=117565, q=4522)
[ 1039.999606] Sending NMI from CPU 7 to CPUs 8:
[ 1040.000603] NMI watchdog: Watchdog detected hard LOCKUP on cpu 0
[ 1040.000603] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[ 1040.000613]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[ 1040.000624]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[ 1040.000625] CPU: 0 PID: 9191 Comm: pool-org.gnome. Tainted: P      D    O      5.4.0-54-generic #60-Ubuntu
[ 1040.000626] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1040.000626] RIP: 0010:native_queued_spin_lock_slowpath+0x151/0x1d0
[ 1040.000626] Code: c1 ee 12 83 e0 03 83 ee 01 48 c1 e0 05 48 63 f6 48 05 00 ba 02 00 48 03 04 f5 80 69 a4 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 <8b> 42 08 85 c0 74 f7 48 8b 02 48 85 c0 74 5a 48 89 c6 0f 0d 08 eb
[ 1040.000627] RSP: 0018:ffffa17bc220bce0 EFLAGS: 00000046
[ 1040.000627] RAX: 0000000000000000 RBX: ffffa17bc220bda8 RCX: 0000000000040000
[ 1040.000627] RDX: ffff96793002ba00 RSI: 0000000000000009 RDI: ffff96793021df80
[ 1040.000628] RBP: ffffa17bc220bce0 R08: 0000000000040000 R09: 0000000000000000
[ 1040.000628] R10: ffff967930029a00 R11: ffff9679300299e0 R12: 0000000000000283
[ 1040.000628] R13: ffffa17bc220bd30 R14: 0000000000000000 R15: 0000000000000000
[ 1040.000628] FS:  00007f48e27fc700(0000) GS:ffff967930000000(0000) knlGS:0000000000000000
[ 1040.000629] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1040.000629] CR2: 00007f6cf15d3000 CR3: 00000003be730004 CR4: 00000000003606f0
[ 1040.000629] Call Trace:
[ 1040.000629]  _raw_spin_lock_irqsave+0x37/0x40
[ 1040.000629]  lock_hrtimer_base+0x2a/0x50
[ 1040.000630]  hrtimer_try_to_cancel+0x63/0x110
[ 1040.000630]  hrtimer_cancel+0x15/0x20
[ 1040.000630]  futex_wait+0x20a/0x260
[ 1040.000630]  ? hrtimer_init_sleeper+0x90/0x90
[ 1040.000630]  do_futex+0x10f/0x1e0
[ 1040.000630]  __x64_sys_futex+0x13f/0x170
[ 1040.000631]  do_syscall_64+0x57/0x190
[ 1040.000631]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1040.000631] RIP: 0033:0x7f48ec8cb89d
[ 1040.000632] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c3 f5 0c 00 f7 d8 64 89 01 48
[ 1040.000632] RSP: 002b:00007f48e27fba88 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 1040.000632] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f48ec8cb89d
[ 1040.000633] RDX: 0000000000000000 RSI: 0000000000000080 RDI: 000055baf9336020
[ 1040.000633] RBP: 000055baf9336018 R08: 00007f48e27fba98 R09: 00000000000003cd
[ 1040.000633] R10: 00007f48e27fbaa0 R11: 0000000000000246 R12: 000055baf9336010
[ 1040.000633] R13: 0000000000000001 R14: 000055baf9336018 R15: 00007f48e27fbc40
[ 1040.000634] NMI watchdog: Watchdog detected hard LOCKUP on cpu 3
[ 1040.000634] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[ 1040.000643]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[ 1040.000654]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[ 1040.000655] CPU: 3 PID: 8411 Comm: StreamTrans #47 Tainted: P      D    O L    5.4.0-54-generic #60-Ubuntu
[ 1040.000656] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1040.000656] RIP: 0010:native_queued_spin_lock_slowpath+0x151/0x1d0
[ 1040.000657] Code: c1 ee 12 83 e0 03 83 ee 01 48 c1 e0 05 48 63 f6 48 05 00 ba 02 00 48 03 04 f5 80 69 a4 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 <8b> 42 08 85 c0 74 f7 48 8b 02 48 85 c0 74 5a 48 89 c6 0f 0d 08 eb
[ 1040.000657] RSP: 0018:ffffa17bc2c53ce0 EFLAGS: 00000046
[ 1040.000657] RAX: 0000000000000000 RBX: ffffa17bc2c53da8 RCX: 0000000000100000
[ 1040.000657] RDX: ffff9679300eba00 RSI: 000000000000000a RDI: ffff96793021df80
[ 1040.000658] RBP: ffffa17bc2c53ce0 R08: 0000000000100000 R09: 0000000000000000
[ 1040.000658] R10: ffff9679300e9a00 R11: ffff9679300e99e0 R12: 0000000000000283
[ 1040.000658] R13: ffffa17bc2c53d30 R14: 0000000000000000 R15: 0000000000000000
[ 1040.000658] FS:  00007f6d02671700(0000) GS:ffff9679300c0000(0000) knlGS:0000000000000000
[ 1040.000659] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1040.000659] CR2: 00007f6430e85fd8 CR3: 0000000465e36002 CR4: 00000000003606e0
[ 1040.000659] Call Trace:
[ 1040.000659]  _raw_spin_lock_irqsave+0x37/0x40
[ 1040.000659]  lock_hrtimer_base+0x2a/0x50
[ 1040.000660]  hrtimer_try_to_cancel+0x63/0x110
[ 1040.000660]  hrtimer_cancel+0x15/0x20
[ 1040.000660]  futex_wait+0x20a/0x260
[ 1040.000660]  ? hrtimer_init_sleeper+0x90/0x90
[ 1040.000660]  do_futex+0x10f/0x1e0
[ 1040.000661]  __x64_sys_futex+0x13f/0x170
[ 1040.000661]  do_syscall_64+0x57/0x190
[ 1040.000661]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1040.000661] RIP: 0033:0x7f6d2f0bb7b1
[ 1040.000662] Code: 01 00 00 e8 51 38 00 00 4c 8b 54 24 18 8b 74 24 40 31 d2 89 44 24 44 41 b9 ff ff ff ff 45 31 c0 4c 89 f7 b8 ca 00 00 00 0f 05 <48> 3d 00 f0 ff ff 0f 87 73 01 00 00 8b 7c 24 44 e8 7a 38 00 00 31
[ 1040.000662] RSP: 002b:00007f6d02670930 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 1040.000662] RAX: ffffffffffffffda RBX: 00007f6d23477d3c RCX: 00007f6d2f0bb7b1
[ 1040.000663] RDX: 0000000000000000 RSI: 0000000000000089 RDI: 00007f6d23477d54
[ 1040.000663] RBP: 00007f6d23477d28 R08: 0000000000000000 R09: 00000000ffffffff
[ 1040.000663] R10: 00007f6d02670a18 R11: 0000000000000246 R12: 00007f6d23477d4c
[ 1040.000663] R13: 00007f6d23477cf8 R14: 00007f6d23477d54 R15: 00007f6d02670980
[ 1040.000664] NMI watchdog: Watchdog detected hard LOCKUP on cpu 6
[ 1040.000664] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[ 1040.000673]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[ 1040.000684]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[ 1040.000685] CPU: 6 PID: 3009 Comm: gnome-shell Tainted: P      D    O      5.4.0-54-generic #60-Ubuntu
[ 1040.000686] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1040.000686] RIP: 0010:native_queued_spin_lock_slowpath+0x16a/0x1d0
[ 1040.000687] Code: f5 80 69 a4 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 8b 42 08 85 c0 74 f7 48 8b 02 48 85 c0 74 5a 48 89 c6 0f 0d 08 eb 02 f3 90 <8b> 07 66 85 c0 75 f7 41 89 c0 66 45 31 c0 44 39 c1 74 41 c6 07 01
[ 1040.000687] RSP: 0018:ffffa17bc44f39a0 EFLAGS: 00000002
[ 1040.000687] RAX: 00000000002c0101 RBX: ffffa17bc44f3a28 RCX: 00000000001c0000
[ 1040.000687] RDX: ffff9679301aba00 RSI: 0000000000000000 RDI: ffff96793021df80
[ 1040.000688] RBP: ffffa17bc44f39a0 R08: 00000000001c0000 R09: 0000000000000000
[ 1040.000688] R10: ffff96792172bc18 R11: ffff9679301aae38 R12: 0000000000000283
[ 1040.000688] R13: ffffa17bc44f39f0 R14: 0000000000000000 R15: ffffa17bc44f3bac
[ 1040.000688] FS:  00007f5a737c8cc0(0000) GS:ffff967930180000(0000) knlGS:0000000000000000
[ 1040.000689] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1040.000689] CR2: 00007f6d17b29870 CR3: 00000003ef756006 CR4: 00000000003606e0
[ 1040.000689] Call Trace:
[ 1040.000689]  _raw_spin_lock_irqsave+0x37/0x40
[ 1040.000689]  lock_hrtimer_base+0x2a/0x50
[ 1040.000690]  hrtimer_try_to_cancel+0x63/0x110
[ 1040.000690]  schedule_hrtimeout_range_clock+0xa0/0x110
[ 1040.000690]  ? hrtimer_init_sleeper+0x90/0x90
[ 1040.000690]  schedule_hrtimeout_range+0x13/0x20
[ 1040.000690]  poll_schedule_timeout.constprop.0+0x46/0x70
[ 1040.000691]  do_sys_poll+0x3ee/0x520
[ 1040.000691]  ? sock_def_readable+0x40/0x70
[ 1040.000691]  ? unix_stream_sendmsg+0x36e/0x3a0
[ 1040.000691]  ? poll_select_finish+0x210/0x210
[ 1040.000691]  ? poll_select_finish+0x210/0x210
[ 1040.000692]  ? poll_select_finish+0x210/0x210
[ 1040.000692]  ? poll_select_finish+0x210/0x210
[ 1040.000692]  ? poll_select_finish+0x210/0x210
[ 1040.000692]  ? poll_select_finish+0x210/0x210
[ 1040.000692]  ? poll_select_finish+0x210/0x210
[ 1040.000692]  ? poll_select_finish+0x210/0x210
[ 1040.000693]  ? poll_select_finish+0x210/0x210
[ 1040.000693]  __x64_sys_poll+0xa5/0x140
[ 1040.000693]  do_syscall_64+0x57/0x190
[ 1040.000693]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1040.000693] RIP: 0033:0x7f5a78c19aff
[ 1040.000694] Code: 54 24 1c 48 89 74 24 10 48 89 7c 24 08 e8 79 1c f8 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 2b 44 89 c7 89 44 24 08 e8 ad 1c f8 ff 8b 44
[ 1040.000694] RSP: 002b:00007ffd9323d030 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[ 1040.000695] RAX: ffffffffffffffda RBX: 00007f5a79994f10 RCX: 00007f5a78c19aff
[ 1040.000695] RDX: 00000000000000b7 RSI: 000000000000000c RDI: 00007f5a6809fc00
[ 1040.000695] RBP: 00007f5a6809fc00 R08: 0000000000000000 R09: 0000000000000001
[ 1040.000695] R10: 000055d1f346e344 R11: 0000000000000293 R12: 000000000000000c
[ 1040.000696] R13: 00007ffd9323d074 R14: 00000000000000b7 R15: 000055d1efbcc3b0
[ 1040.000696] NMI watchdog: Watchdog detected hard LOCKUP on cpu 8
[ 1040.000696] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[ 1040.000705]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[ 1040.000716]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[ 1040.000717] CPU: 8 PID: 0 Comm: swapper/8 Tainted: P      D    O      5.4.0-54-generic #60-Ubuntu
[ 1040.000718] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1040.000718] RIP: 0010:native_queued_spin_lock_slowpath+0x60/0x1d0
[ 1040.000718] Code: 6e f0 0f ba 2f 08 0f 92 c0 0f b6 c0 c1 e0 08 89 c2 8b 07 30 e4 09 d0 a9 00 01 ff ff 75 48 85 c0 74 0e 8b 07 84 c0 74 08 f3 90 <8b> 07 84 c0 75 f8 b8 01 00 00 00 5d 66 89 07 c3 8b 37 81 fe 00 01
[ 1040.000719] RSP: 0018:ffffa17bc02e8f50 EFLAGS: 00000002
[ 1040.000719] RAX: 00000000002c0101 RBX: ffff96793021df80 RCX: 000000000000080b
[ 1040.000719] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff96793021df80
[ 1040.000719] RBP: ffffa17bc02e8f50 R08: 0000000000000000 R09: 0000000000000000
[ 1040.000720] R10: 7fffffffffffffff R11: 0000000000000000 R12: 0000000000000006
[ 1040.000720] R13: ffff96793021e038 R14: ffff96793021e078 R15: ffff96793021e0b8
[ 1040.000720] FS:  0000000000000000(0000) GS:ffff967930200000(0000) knlGS:0000000000000000
[ 1040.000720] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1040.000721] CR2: ffffa17b00000008 CR3: 0000000010a0a001 CR4: 00000000003606e0
[ 1040.000721] Call Trace:
[ 1040.000721]  <IRQ>
[ 1040.000721]  _raw_spin_lock_irqsave+0x37/0x40
[ 1040.000721]  hrtimer_interrupt+0x5e/0x220
[ 1040.000722]  smp_apic_timer_interrupt+0x71/0x140
[ 1040.000722]  apic_timer_interrupt+0xf/0x20
[ 1040.000722]  </IRQ>
[ 1040.000722] RIP: 0010:cpuidle_enter_state+0xc5/0x450
[ 1040.000723] Code: ff e8 bf cc 80 ff 80 7d c7 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 65 03 00 00 31 ff e8 82 36 87 ff fb 66 0f 1f 44 00 00 <45> 85 ed 0f 88 8f 02 00 00 49 63 cd 4c 8b 7d d0 4c 2b 7d c8 48 8d
[ 1040.000723] RSP: 0018:ffffa17bc0127e38 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff13
[ 1040.000724] RAX: ffff96793022ad00 RBX: ffffffff94d59c20 RCX: 000000000000001f
[ 1040.000724] RDX: 0000000000000000 RSI: 000000003161faed RDI: 0000000000000000
[ 1040.000724] RBP: ffffa17bc0127e78 R08: 000000e42c689a1c R09: 0000000000000001
[ 1040.000724] R10: ffff967930229a00 R11: ffff9679302299e0 R12: ffffc17bbfc0a1e8
[ 1040.000725] R13: 0000000000000004 R14: 0000000000000004 R15: ffffc17bbfc0a1e8
[ 1040.000725]  ? cpuidle_enter_state+0xa1/0x450
[ 1040.000725]  cpuidle_enter+0x2e/0x40
[ 1040.000725]  call_cpuidle+0x23/0x40
[ 1040.000725]  do_idle+0x1dd/0x270
[ 1040.000726]  cpu_startup_entry+0x20/0x30
[ 1040.000726]  start_secondary+0x167/0x1c0
[ 1040.000726]  secondary_startup_64+0xa4/0xb0
[ 1040.000726] NMI backtrace for cpu 8
[ 1040.000727] CPU: 8 PID: 0 Comm: swapper/8 Tainted: P      D    O L    5.4.0-54-generic #60-Ubuntu
[ 1040.000727] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1040.000727] RIP: 0010:native_queued_spin_lock_slowpath+0x60/0x1d0
[ 1040.000728] Code: 6e f0 0f ba 2f 08 0f 92 c0 0f b6 c0 c1 e0 08 89 c2 8b 07 30 e4 09 d0 a9 00 01 ff ff 75 48 85 c0 74 0e 8b 07 84 c0 74 08 f3 90 <8b> 07 84 c0 75 f8 b8 01 00 00 00 5d 66 89 07 c3 8b 37 81 fe 00 01
[ 1040.000728] RSP: 0018:ffffa17bc02e8f50 EFLAGS: 00000002
[ 1040.000728] RAX: 0000000000100101 RBX: ffff96793021df80 RCX: 000000000000080b
[ 1040.000728] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff96793021df80
[ 1040.000729] RBP: ffffa17bc02e8f50 R08: 0000000000000000 R09: 0000000000000000
[ 1040.000729] R10: 7fffffffffffffff R11: 0000000000000000 R12: 0000000000000006
[ 1040.000729] R13: ffff96793021e038 R14: ffff96793021e078 R15: ffff96793021e0b8
[ 1040.000730] FS:  0000000000000000(0000) GS:ffff967930200000(0000) knlGS:0000000000000000
[ 1040.000730] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1040.000730] CR2: ffffa17b00000008 CR3: 0000000010a0a001 CR4: 00000000003606e0
[ 1040.000730] Call Trace:
[ 1040.000730]  <IRQ>
[ 1040.000731]  _raw_spin_lock_irqsave+0x37/0x40
[ 1040.000731]  hrtimer_interrupt+0x5e/0x220
[ 1040.000731]  smp_apic_timer_interrupt+0x71/0x140
[ 1040.000731]  apic_timer_interrupt+0xf/0x20
[ 1040.000731]  </IRQ>
[ 1040.000732] RIP: 0010:cpuidle_enter_state+0xc5/0x450
[ 1040.000732] Code: ff e8 bf cc 80 ff 80 7d c7 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 65 03 00 00 31 ff e8 82 36 87 ff fb 66 0f 1f 44 00 00 <45> 85 ed 0f 88 8f 02 00 00 49 63 cd 4c 8b 7d d0 4c 2b 7d c8 48 8d
[ 1040.000732] RSP: 0018:ffffa17bc0127e38 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff13
[ 1040.000733] RAX: ffff96793022ad00 RBX: ffffffff94d59c20 RCX: 000000000000001f
[ 1040.000733] RDX: 0000000000000000 RSI: 000000003161faed RDI: 0000000000000000
[ 1040.000733] RBP: ffffa17bc0127e78 R08: 000000e42c689a1c R09: 0000000000000001
[ 1040.000734] R10: ffff967930229a00 R11: ffff9679302299e0 R12: ffffc17bbfc0a1e8
[ 1040.000734] R13: 0000000000000004 R14: 0000000000000004 R15: ffffc17bbfc0a1e8
[ 1040.000734]  ? cpuidle_enter_state+0xa1/0x450
[ 1040.000734]  cpuidle_enter+0x2e/0x40
[ 1040.000734]  call_cpuidle+0x23/0x40
[ 1040.000735]  do_idle+0x1dd/0x270
[ 1040.000735]  cpu_startup_entry+0x20/0x30
[ 1040.000735]  start_secondary+0x167/0x1c0
[ 1040.000735]  secondary_startup_64+0xa4/0xb0
[ 1040.000736] NMI watchdog: Watchdog detected hard LOCKUP on cpu 9
[ 1040.000736] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[ 1040.000745]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[ 1040.000756]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[ 1040.000757] CPU: 9 PID: 9152 Comm: pool-tracker-mi Tainted: P      D    O      5.4.0-54-generic #60-Ubuntu
[ 1040.000758] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1040.000758] RIP: 0010:native_queued_spin_lock_slowpath+0x151/0x1d0
[ 1040.000758] Code: c1 ee 12 83 e0 03 83 ee 01 48 c1 e0 05 48 63 f6 48 05 00 ba 02 00 48 03 04 f5 80 69 a4 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 <8b> 42 08 85 c0 74 f7 48 8b 02 48 85 c0 74 5a 48 89 c6 0f 0d 08 eb
[ 1040.000759] RSP: 0018:ffffa17bc24fbce0 EFLAGS: 00000046
[ 1040.000759] RAX: 0000000000000000 RBX: ffffa17bc24fbda8 RCX: 0000000000280000
[ 1040.000759] RDX: ffff96793026ba00 RSI: 0000000000000006 RDI: ffff96793021df80
[ 1040.000760] RBP: ffffa17bc24fbce0 R08: 0000000000280000 R09: 0000000000000000
[ 1040.000760] R10: ffff967930269a00 R11: ffff9679302699e0 R12: 0000000000000283
[ 1040.000760] R13: ffffa17bc24fbd30 R14: 0000000000000000 R15: 0000000000000000
[ 1040.000760] FS:  00007f3215ffb700(0000) GS:ffff967930240000(0000) knlGS:0000000000000000
[ 1040.000761] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1040.000761] CR2: 00007f6cf70f34b8 CR3: 000000043ec04001 CR4: 00000000003606e0
[ 1040.000761] Call Trace:
[ 1040.000761]  _raw_spin_lock_irqsave+0x37/0x40
[ 1040.000761]  lock_hrtimer_base+0x2a/0x50
[ 1040.000762]  hrtimer_try_to_cancel+0x63/0x110
[ 1040.000762]  hrtimer_cancel+0x15/0x20
[ 1040.000762]  futex_wait+0x20a/0x260
[ 1040.000762]  ? hrtimer_init_sleeper+0x90/0x90
[ 1040.000762]  do_futex+0x10f/0x1e0
[ 1040.000763]  __x64_sys_futex+0x13f/0x170
[ 1040.000763]  do_syscall_64+0x57/0x190
[ 1040.000763]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1040.000763] RIP: 0033:0x7f322046989d
[ 1040.000764] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c3 f5 0c 00 f7 d8 64 89 01 48
[ 1040.000764] RSP: 002b:00007f3215ffac88 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 1040.000764] RAX: ffffffffffffffda RBX: 000000000000000e RCX: 00007f322046989d
[ 1040.000765] RDX: 000000000000000e RSI: 0000000000000080 RDI: 000055f3b67e0620
[ 1040.000765] RBP: 000055f3b67e0618 R08: 00007f3215ffac98 R09: 00000000000003d1
[ 1040.000765] R10: 00007f3215ffaca0 R11: 0000000000000246 R12: 000055f3b67e0610
[ 1040.000765] R13: 0000000000000001 R14: 000055f3b67e0618 R15: 00007f3215ffae40
[ 1040.000766] NMI watchdog: Watchdog detected hard LOCKUP on cpu 10
[ 1040.000766] Modules linked in: akvcam(O) rfcomm xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c bpfilter br_netfilter bridge stp llc vboxnetadp(O) vboxnetflt(O) vboxdrv(O) ccm aufs cmac algif_hash algif_skcipher af_alg overlay bnep dm_crypt snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic nvidia_uvm(O) x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel joydev nvidia_drm(PO) intel_rapl_msr nls_iso8859_1 mei_hdcp nvidia_modeset(PO) kvm snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt crct10dif_pclmul snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp ghash_clmulni_intel snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core aesni_intel snd_compress ac97_bus snd_pcm_dmaengine nvidia(PO) crypto_simd cryptd glue_helper rapl dell_laptop ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec
[ 1040.000775]  snd_hda_core intel_cstate snd_hwdep input_leds snd_pcm iwlmvm dell_wmi serio_raw dell_smbios dcdbas snd_seq_midi mac80211 snd_seq_midi_event snd_rawmidi dell_wmi_descriptor intel_wmi_thunderbolt wmi_bmof libarc4 snd_seq btusb btrtl btbcm snd_seq_device btintel snd_timer iwlwifi uvcvideo bluetooth videobuf2_vmalloc snd videobuf2_memops rtsx_pci_ms videobuf2_v4l2 ecdh_generic mxm_wmi ecc videobuf2_common cdc_acm soundcore i915 memstick cfg80211 mei_me hid_multitouch mei drm_kms_helper i2c_algo_bit processor_thermal_device fb_sys_fops syscopyarea intel_rapl_common sysfillrect intel_soc_dts_iosf ucsi_acpi sysimgblt intel_pch_thermal typec_ucsi typec mac_hid int3403_thermal int340x_thermal_zone dell_smo8800 intel_hid int3400_thermal sparse_keymap acpi_pad acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport videodev mc drm ip_tables x_tables autofs4 hid_generic uas usb_storage rtsx_pci_sdmmc crc32_pclmul psmouse nvme nvme_core i2c_i801 rtsx_pci thunderbolt ahci intel_lpss_pci
[ 1040.000786]  intel_lpss libahci idma64 i2c_hid virt_dma hid wmi video pinctrl_cannonlake pinctrl_intel [last unloaded: akvcam]
[ 1040.000787] CPU: 10 PID: 5365 Comm: update-notifier Tainted: P      D    O L    5.4.0-54-generic #60-Ubuntu
[ 1040.000788] Hardware name: Dell Inc. XPS 15 7590/0VYV0G, BIOS 1.8.1 07/03/2020
[ 1040.000788] RIP: 0010:native_queued_spin_lock_slowpath+0x151/0x1d0
[ 1040.000788] Code: c1 ee 12 83 e0 03 83 ee 01 48 c1 e0 05 48 63 f6 48 05 00 ba 02 00 48 03 04 f5 80 69 a4 94 48 89 10 8b 42 08 85 c0 75 09 f3 90 <8b> 42 08 85 c0 74 f7 48 8b 02 48 85 c0 74 5a 48 89 c6 0f 0d 08 eb
[ 1040.000789] RSP: 0018:ffffa17bc13cb9a0 EFLAGS: 00000046
[ 1040.000789] RAX: 0000000000000000 RBX: ffffa17bc13cba28 RCX: 00000000002c0000
[ 1040.000789] RDX: ffff9679302aba00 RSI: 0000000000000000 RDI: ffff96793021df80
[ 1040.000789] RBP: ffffa17bc13cb9a0 R08: 00000000002c0000 R09: 0000000000000000
[ 1040.000790] R10: 0000000000000015 R11: ffff9679302a99e0 R12: 0000000000000283
[ 1040.000790] R13: ffffa17bc13cb9f0 R14: 0000000000000000 R15: ffffa17bc13cbb64
[ 1040.000790] FS:  00007fa175cb7a80(0000) GS:ffff967930280000(0000) knlGS:0000000000000000
[ 1040.000791] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1040.000791] CR2: 000055801b68fb10 CR3: 00000003ac90a006 CR4: 00000000003606e0
[ 1040.000791] Call Trace:
[ 1040.000791]  _raw_spin_lock_irqsave+0x37/0x40
[ 1040.000791]  lock_hrtimer_base+0x2a/0x50
[ 1040.000792]  hrtimer_try_to_cancel+0x63/0x110
[ 1040.000792]  schedule_hrtimeout_range_clock+0xa0/0x110
[ 1040.000792]  ? hrtimer_init_sleeper+0x90/0x90
[ 1040.000792]  schedule_hrtimeout_range+0x13/0x20
[ 1040.000792]  poll_schedule_timeout.constprop.0+0x46/0x70
[ 1040.000793]  do_sys_poll+0x3ee/0x520
[ 1040.000793]  ? mutex_lock+0x13/0x40
[ 1040.000793]  ? unix_stream_read_generic+0x22d/0x940
[ 1040.000793]  ? sock_def_readable+0x40/0x70
[ 1040.000793]  ? unix_stream_sendmsg+0x36e/0x3a0
[ 1040.000794]  ? poll_select_finish+0x210/0x210
[ 1040.000794]  ? poll_select_finish+0x210/0x210
[ 1040.000794]  ? poll_select_finish+0x210/0x210
[ 1040.000794]  ? copy_msghdr_from_user+0xd5/0x150
[ 1040.000794]  ? ___sys_recvmsg+0x88/0xc0
[ 1040.000795]  ? eventfd_read+0xe9/0x240
[ 1040.000795]  ? __fget_light+0x57/0x70
[ 1040.000795]  ? fput+0x13/0x15
[ 1040.000795]  ? __sys_recvmsg+0x88/0xa0
[ 1040.000795]  ? recalibrate_cpu_khz+0x10/0x10
[ 1040.000796]  ? ktime_get_ts64+0x4c/0xe0
[ 1040.000796]  __x64_sys_poll+0xa5/0x140
[ 1040.000796]  do_syscall_64+0x57/0x190
[ 1040.000796]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1040.000796] RIP: 0033:0x7fa176fc1aff
[ 1040.000797] Code: 54 24 1c 48 89 74 24 10 48 89 7c 24 08 e8 79 1c f8 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 2b 44 89 c7 89 44 24 08 e8 ad 1c f8 ff 8b 44
[ 1040.000797] RSP: 002b:00007fff612484b0 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[ 1040.000798] RAX: ffffffffffffffda RBX: 00007fa177111f10 RCX: 00007fa176fc1aff
[ 1040.000798] RDX: 000000000001b521 RSI: 0000000000000003 RDI: 000055b278e45520
[ 1040.000798] RBP: 000055b278e45520 R08: 0000000000000000 R09: 0000000000000001
[ 1040.000798] R10: 000055b278c8a5f0 R11: 0000000000000293 R12: 0000000000000003
[ 1040.000799] R13: 00007fff612484f4 R14: 000000000001b521 R15: 000055b278c41890
[ 1040.000800] rcu: rcu_sched kthread starved for 12111 jiffies! g117565 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=10
[ 1040.000872] rcu: RCU grace-period kthread stack dump:
[ 1040.000873] rcu_sched       I    0    11      2 0x80004000
[ 1040.000874] Call Trace:
[ 1040.000876]  __schedule+0x2e3/0x740
[ 1040.000878]  ? __internal_add_timer+0x2d/0x40
[ 1040.000879]  schedule+0x42/0xb0
[ 1040.000880]  schedule_timeout+0x8a/0x160
[ 1040.000882]  ? __next_timer_interrupt+0xe0/0xe0
[ 1040.000883]  rcu_gp_kthread+0x48d/0x990
[ 1040.000884]  kthread+0x104/0x140
[ 1040.000885]  ? kfree_call_rcu+0x20/0x20
[ 1040.000886]  ? kthread_park+0x90/0x90
[ 1040.000888]  ret_from_fork+0x35/0x40
[ 1040.331590] i2c_designware i2c_designware.1: controller timed out
[ 1041.355544] i2c_designware i2c_designware.1: controller timed out
[ 1042.379494] i2c_designware i2c_designware.1: controller timed out
hipersayanX commented 3 years ago

This should have been fixed in 1.2.0.

joe-mojo commented 3 years ago

Seems stable now ! Is the 1s delay in cheese and vlc usual ?

hipersayanX commented 3 years ago

I been testing today and had the same delay problem, it probably need some tweak or optimization in the buffers transferring.