Could someone please explain to me what is the message I am getting?
It seems to me like a kernel module/driver crash, but I can’t really decode it.
It mentions v4l, so I am guessing it is the v4l driver that crashes?
[ +0.016904] CPU: 0 PID: 2646 Comm: python3 Tainted: G W 4.4.38+ #7
[ +0.007294] Hardware name: quill (DT)
[ +0.003654] task: ffffffc1eae6e400 ti: ffffffc1eceb0000 task.ti: ffffffc1eceb0000
[ +0.007470] PC is at v4l_enum_fmt+0x1270/0x1608
[ +0.004520] LR is at v4l_enum_fmt+0x1270/0x1608
[ +0.004520] pc : [<ffffffc000752c10>] lr : [<ffffffc000752c10>] pstate: 60000145
[ +0.007378] sp : ffffffc1eceb3bf0
[ +0.003307] x29: ffffffc1eceb3bf0 x28: ffffffc0012ba2c0
[ +0.005320] x27: 0000000000000000 x26: ffffffc1eceb3d20
[ +0.005319] x25: 0000007fdbdf0450 x24: ffffffbffcf7a288
[ +0.005319] x23: ffffffc15201b280 x22: ffffffc1579ec700
[ +0.005320] x21: ffffffbffcf7a288 x20: 0000000000000000
[ +0.005321] x19: ffffffc1eceb3d20 x18: 0000000000000014
[ +0.005320] x17: 0000007fa6dc5290 x16: ffffffc0001d5974
[ +0.005322] x15: 0000000000000028 x14: 595559560000001e
[ +0.005320] x13: 000001e000000280 x12: ffffffc001218000
[ +0.005318] x11: 0000000000000002 x10: 0000000000000000
[ +0.005319] x9 : 00000000000004ba x8 : 0000000000000002
[ +0.005321] x7 : 0000000000000000 x6 : 000000000000002e
[ +0.005320] x5 : 0000000000000000 x4 : 0000000000000000
[ +0.005320] x3 : 0000000000000000 x2 : 0000000000000000
[ +0.005319] x1 : 0000000000000000 x0 : 000000000000001e
[ +0.006805] ---[ end trace afbf1dd302f53e83 ]---
[ +0.004606] Call trace:
[ +0.002440] [<ffffffc000752c10>] v4l_enum_fmt+0x1270/0x1608
[ +0.005560] [<ffffffc00075375c>] __video_do_ioctl+0x224/0x298
[ +0.005734] [<ffffffc0007531d4>] video_usercopy+0x22c/0x574
[ +0.005561] [<ffffffc000753530>] video_ioctl2+0x14/0x1c
[ +0.005213] [<ffffffc00074e55c>] v4l2_ioctl+0xbc/0xcc
[ +0.005042] [<ffffffc0001d56b4>] do_vfs_ioctl+0x324/0x5e4
[ +0.005387] [<ffffffc0001d59f8>] SyS_ioctl+0x84/0x98
[ +0.004955] [<ffffffc000084ff0>] el0_svc_naked+0x24/0x28
[ +0.038996] Unknown pixelformat 0x00000000
[ +0.004125] ------------[ cut here ]------------
[ +0.004607] WARNING: at ffffffc000752c10 [verbose debug info unavailable]
[ +0.006772] Modules linked in: fuse ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat ip_tables uvcvideo videobuf2_vmalloc bcmdhd pci_tegra bluedroid_pm
I had opened an issue with Intel on Github, but all they did was tell me to update my L4T kernel.
Also, if I do dist-upgrade
on L4T will I get a newer kernel from the L4T repository, or will I brake my system?