raspberrypi / linux

Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Other
11.17k stars 5.01k forks source link

HQ Camera: stop_streaming: Timeout waiting for buffers to be returned - 2 outstanding, videocore firmware hangs #4194

Closed hailfinger closed 3 years ago

hailfinger commented 3 years ago

Describe the bug I'm using GStreamer to get 720p25 input from the official HQ Camera, then the video is processed and finally encoded with omxh264enc. Stopping the stream sometimes causes the kernel message "stop_streaming: Timeout waiting for buffers to be returned - 2 outstanding" together with a backtrace. Subsequent stops/starts of the stream cause similar backtraces with a growing number of outstanding buffers. Eventually the GStreamer process will hang in "Ds" state and three kworker/events processes will hang in "D" state. Unmodified Linux kernel 5.10.17-v7l+ from Raspberry Pi OS. GStreamer 1.14.4 from Raspberry Pi OS.

To reproduce Attach a Raspberry Pi HQ Camera to a Pi 4B. Run latest Raspberry Pi OS. Use the following GStreamer pipe:

v4l2src name=videosrc ! video/x-raw,width=1280,height=720,framerate=25/1 ! queue ! videorate max-rate=25 ! queue ! glupload ! glcolorconvert ! gloverlay overlay-width=1280 overlay-height=720  name=imageOverlay alpha=0 location=web/overlayImg/test.png ! glcolorconvert ! gldownload ! queue ! textoverlay valignment=bottom halignment=center line-alignment=left font-desc="Sans, 28" name=txt shaded-background=yes ! tee name=videoUncompressed ! omxh264enc target-bitrate=1500000 control-rate=variable periodicity-idr=100 name=encoder ! video/x-h264,profile=high  ! tee name=vid ! queue name=rtmpsink_start ! h264parse ! queue ! flvmux name=mux streamable=true
alsasrc name=audiosrc ! queue ! audioresample ! audio/x-raw,rate=48000 ! volume volume=1.8 name=volume !  queue ! tee name=audio ! queue ! voaacenc bitrate=128000 ! queue ! mux.
mux. ! queue2 name=sinkQueue ! rtmpsink name=rtmpsink
vid. ! queue  name=udpsink_start ! rtph264pay ! udpsink host=127.0.0.1 port=8004 name=udpsink
audio. ! queue ! opusenc bitrate=48000 ! rtpopuspay ! udpsink host=127.0.0.1 port=8005 name=udpsink_audio
videoUncompressed. ! queue ! videoconvert ! kmssink

Video source is /dev/video0 (Pi HQ Camera), audio source is hw:2 (USB audio device), these are set from python code starting the GStreamer pipeline.

Expected behaviour No hang.

Actual behaviour Stopping and restarting the stream caused the following error messages: stop_streaming: Timeout waiting for buffers to be returned - <N> outstanding with N (integer) strictly monotonically increasing each time the stream was restarted. This time the sequence for N was 2 8 13 18 23 28. After that, a backtrace is logged. After the backtrace, there is a varying number of messages videobuf2_common: driver bug: stop_streaming operation is leaving buf <addr> in active state with addr being a 32 bit value varying each time.

System System Information

Raspberry Pi 4 Model B Rev 1.1 PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)"

Raspberry Pi reference 2020-08-20 Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 9a3a10bf1019ebb2d59053564dc6b90068bad27d, stage2

Linux pi-bonn-mitte 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l GNU/Linux Revision : c03111 Serial : 100000009180a974 Model : Raspberry Pi 4 Model B Rev 1.1 Throttled flag : throttled=0x0 Camera : supported=1 detected=1

Videocore information

Feb 25 2021 12:11:39 Copyright (c) 2012 Broadcom version 564e5f9b852b23a330b1764bcf0b2d022a20afd0 (clean) (release) (start_x)

alloc failures: 0 compactions: 0 legacy block fails: 0

Filesystem information

Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 30485636 3289420 25910424 12% / devtmpfs 1607044 0 1607044 0% /dev tmpfs 1739140 560 1738580 1% /dev/shm tmpfs 1739140 16920 1722220 1% /run tmpfs 5120 0 5120 0% /run/lock tmpfs 1739140 0 1739140 0% /sys/fs/cgroup /dev/mmcblk0p1 258095 48784 209311 19% /boot tmpfs 347828 0 347828 0% /run/user/0

Filename Type Size Used Priority /var/swap file 102396 0 -2

Package version information

raspberrypi-ui-mods: Installed: (none) raspberrypi-sys-mods: Installed: 20210208 openbox: Installed: (none) lxpanel: Installed: (none) pcmanfm: Installed: (none) rpd-plym-splash: Installed: (none)

Networking Information

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet x.x.x.x netmask x.x.x.x broadcast x.x.x.x inet6 y::y.y.y.y prefixlen 64 scopeid 0x20 inet6 y.y.y.y.y.y.y.y prefixlen 64 scopeid 0x0 ether m.m.m.m txqueuelen 1000 (Ethernet) RX packets 11923789 bytes 801859900 (764.7 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 31823105 bytes 17993178 (17.1 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet x.x.x.x netmask x.x.x.x inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 1000 (Local Loopback) RX packets 6681857 bytes 4995494794 (4.6 GiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 6681857 bytes 4995494794 (4.6 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet x.x.x.x netmask x.x.x.x broadcast x.x.x.x inet6 y::y.y.y.y prefixlen 64 scopeid 0x20 ether m.m.m.m txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 150 bytes 18524 (18.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

USB Information

/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M | Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M | Port 4: Dev 3, If 0, Class=Audio, Driver=snd-usb-audio, 12M | Port 4: Dev 3, If 1, Class=Audio, Driver=snd-usb-audio, 12M | Port 4: Dev 3, If 2, Class=Audio, Driver=snd-usb-audio, 12M |__ Port 4: Dev 3, If 3, Class=Human Interface Device, Driver=usbhid, 12M

config.txt

arm_freq=1500 audio_pwm_mode=514 config_hdmi_boost=5 core_freq=500 core_freq_min=200 disable_commandline_tags=2 disable_l2cache=1 display_hdmi_rotate=-1 display_lcd_rotate=-1 dvfs=2 enable_gic=1 enable_uart=1 force_eeprom_read=1 force_pwm_open=1 framebuffer_height=720 framebuffer_ignore_alpha=1 framebuffer_swap=1 framebuffer_width=1280 gpu_freq=500 gpu_freq_min=250 init_uart_clock=0x2dc6c00 lcd_framerate=60 mask_gpu_interrupt0=1024 mask_gpu_interrupt1=0x10000 max_framebuffers=2 over_voltage_avs=-30000 pause_burst_frames=1 program_serial_random=1 total_mem=4096 hdmi_force_cec_address:0=65535 hdmi_force_cec_address:1=65535 hdmi_force_hotplug:0=1 hdmi_group:0=1 hdmi_mode:0=19 hdmi_pixel_freq_limit:0=0x11e1a300 hdmi_pixel_freq_limit:1=0x11e1a300 device_tree=- overlay_prefix=overlays/ hdmi_cvt:0= hdmi_cvt:1= hdmi_edid_filename:0= hdmi_edid_filename:1= hdmi_timings:0= hdmi_timings:1=

cmdline.txt

coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1280x720M@50,margin_left=48,margin_right=48,margin_top=48,margin_bottom=48 smsc95xx.macaddr=DC:A6:32:48:B9:FC vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=tty1 root=PARTUUID=e662039f-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait

raspi-gpio settings

BANK0 (GPIO 0 to 27): GPIO 0: level=1 fsel=0 func=INPUT pull=UP GPIO 1: level=1 fsel=0 func=INPUT pull=UP GPIO 2: level=1 fsel=4 alt=0 func=SDA1 pull=UP GPIO 3: level=1 fsel=4 alt=0 func=SCL1 pull=UP GPIO 4: level=1 fsel=0 func=INPUT pull=UP GPIO 5: level=1 fsel=0 func=INPUT pull=UP GPIO 6: level=1 fsel=0 func=INPUT pull=UP GPIO 7: level=1 fsel=1 func=OUTPUT pull=UP GPIO 8: level=1 fsel=1 func=OUTPUT pull=UP GPIO 9: level=0 fsel=4 alt=0 func=SPI0_MISO pull=DOWN GPIO 10: level=0 fsel=4 alt=0 func=SPI0_MOSI pull=DOWN GPIO 11: level=0 fsel=4 alt=0 func=SPI0_SCLK pull=DOWN GPIO 12: level=0 fsel=0 func=INPUT pull=DOWN GPIO 13: level=0 fsel=0 func=INPUT pull=DOWN GPIO 14: level=1 fsel=2 alt=5 func=TXD1 pull=NONE GPIO 15: level=1 fsel=2 alt=5 func=RXD1 pull=UP GPIO 16: level=0 fsel=0 func=INPUT pull=DOWN GPIO 17: level=0 fsel=0 func=INPUT pull=DOWN GPIO 18: level=0 fsel=0 func=INPUT pull=DOWN GPIO 19: level=0 fsel=0 func=INPUT pull=DOWN GPIO 20: level=0 fsel=0 func=INPUT pull=DOWN GPIO 21: level=0 fsel=0 func=INPUT pull=DOWN GPIO 22: level=0 fsel=0 func=INPUT pull=DOWN GPIO 23: level=0 fsel=0 func=INPUT pull=DOWN GPIO 24: level=0 fsel=0 func=INPUT pull=DOWN GPIO 25: level=0 fsel=0 func=INPUT pull=DOWN GPIO 26: level=0 fsel=0 func=INPUT pull=DOWN GPIO 27: level=0 fsel=0 func=INPUT pull=DOWN BANK1 (GPIO 28 to 45): GPIO 28: level=1 fsel=2 alt=5 func=RGMII_MDIO pull=UP GPIO 29: level=0 fsel=2 alt=5 func=RGMII_MDC pull=DOWN GPIO 30: level=0 fsel=7 alt=3 func=CTS0 pull=UP GPIO 31: level=0 fsel=7 alt=3 func=RTS0 pull=NONE GPIO 32: level=1 fsel=7 alt=3 func=TXD0 pull=NONE GPIO 33: level=1 fsel=7 alt=3 func=RXD0 pull=UP GPIO 34: level=0 fsel=7 alt=3 func=SD1_CLK pull=NONE GPIO 35: level=1 fsel=7 alt=3 func=SD1_CMD pull=UP GPIO 36: level=1 fsel=7 alt=3 func=SD1_DAT0 pull=UP GPIO 37: level=1 fsel=7 alt=3 func=SD1_DAT1 pull=UP GPIO 38: level=1 fsel=7 alt=3 func=SD1_DAT2 pull=UP GPIO 39: level=1 fsel=7 alt=3 func=SD1_DAT3 pull=UP GPIO 40: level=0 fsel=4 alt=0 func=PWM1_0 pull=NONE GPIO 41: level=0 fsel=4 alt=0 func=PWM1_1 pull=NONE GPIO 42: level=0 fsel=1 func=OUTPUT pull=UP GPIO 43: level=1 fsel=0 func=INPUT pull=UP GPIO 44: level=1 fsel=0 func=INPUT pull=UP GPIO 45: level=1 fsel=0 func=INPUT pull=UP BANK2 (GPIO 46 to 53): GPIO 46: level=0 fsel=0 func=INPUT pull=UP GPIO 47: level=0 fsel=0 func=INPUT pull=UP GPIO 48: level=0 fsel=0 func=INPUT pull=DOWN GPIO 49: level=0 fsel=0 func=INPUT pull=DOWN GPIO 50: level=0 fsel=0 func=INPUT pull=DOWN GPIO 51: level=0 fsel=0 func=INPUT pull=DOWN GPIO 52: level=0 fsel=0 func=INPUT pull=DOWN GPIO 53: level=0 fsel=0 func=INPUT pull=DOWN

vcdbg log messages

005687.392: arasan: arasan_emmc_open 006121.371: brfs: File read: /mfs/sd/config.txt 006122.360: brfs: File read: 1906 bytes 006217.386: brfs: File read: /mfs/sd/config.txt 007289.417: gpioman: gpioman_get_pin_num: pin DISPLAY_DSI_PORT not defined 007291.917: *** Restart logging 007291.938: brfs: File read: 1906 bytes 007334.115: hdmi: HDMI:hdmi_get_state is deprecated, use hdmi_get_display_state instead 007334.132: HDMI0: hdmi_pixel_encoding: 300000000 007334.143: HDMI1: hdmi_pixel_encoding: 300000000 007339.093: dtb_file 'bcm2711-rpi-4-b.dtb' 007344.559: brfs: File read: /mfs/sd/bcm2711-rpi-4-b.dtb 007344.574: Loading 'bcm2711-rpi-4-b.dtb' to 0x100 size 0xbfc2 007357.229: brfs: File read: 49090 bytes 007369.116: brfs: File read: /mfs/sd/overlays/overlay_map.dtb 007432.886: brfs: File read: 1523 bytes 007435.353: brfs: File read: /mfs/sd/config.txt 007435.815: dtparam: i2c_arm=on 007444.056: dtparam: i2c_vc=on 007457.066: dtparam: spi=on 007464.847: dtparam: audio=on 007474.718: brfs: File read: 1906 bytes 007487.688: brfs: File read: /mfs/sd/overlays/vc4-fkms-v3d.dtbo 007504.974: Loaded overlay 'vc4-fkms-v3d' 007581.809: brfs: File read: 1446 bytes 007584.143: brfs: File read: /mfs/sd/cmdline.txt 007584.201: Read command line from file 'cmdline.txt': 007584.222: 'console=tty1 root=PARTUUID=e662039f-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait' 008687.665: brfs: File read: 98 bytes 009245.431: brfs: File read: /mfs/sd/kernel7l.img 009245.452: Loading 'kernel7l.img' to 0x8000 size 0x662688 009245.479: Device tree loaded to 0x1ffe3a00 (size 0xc5c6) 009250.989: gpioman: gpioman_get_pin_num: pin SDCARD_CONTROL_POWER not defined 012618.059: vchiq_core: vchiq_init_state: slot_zero = 0xcfd80000, is_master = 1 012620.128: hdmi: HDMI:hdmi_get_state is deprecated, use hdmi_get_display_state instead 012625.026: TV service:host side not connected, dropping notification 0x00000002, 0x00000001, 0x00000013 016392.394: camsubs: Looking for camera 0: i2c_port = 0, led gpio = -1, power enable gpio = 133 016518.052: TV service:host side not connected, dropping notification 0x00000008, 0x00000004, 0x00000000 016693.007: camsubs: Camera not found 016693.078: camsubs: Looking for camera 0: i2c_port = 0, led gpio = -1, power enable gpio = 133 016993.690: camsubs: Camera found OK 027635.354: imx477_open: read id 1143 succes 0! 027735.131: Using RPI AWB 028838.506: brfs: File read: 6694536 bytes 029526.073: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 029526.106: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 3856429.230: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 3856429.256: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 3949123.074: imx477_open: read id 1143 succes 0! 3949132.674: Using RPI AWB 3950219.914: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 3950219.948: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 3950229.996: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 3950230.024: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 3950240.074: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 3950240.099: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 3950250.152: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 3950250.179: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 3950328.878: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 3950328.915: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 2129635.379: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 2129635.403: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 255232.551: imx477_open: read id 1143 succes 0! 255242.157: Using RPI AWB 256248.520: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 256248.542: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 256258.580: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 256258.607: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 256272.798: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 256272.820: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 256282.861: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 256282.885: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 256293.556: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 256293.578: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 970288.066: imx477_open: read id 1143 succes 0! 970297.640: Using RPI AWB 971350.671: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 971350.696: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 971362.234: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 971362.255: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 971372.803: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 971372.826: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 971382.860: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 971382.881: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 971393.514: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 971393.563: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 1277418.263: imx477_open: read id 1143 succes 0! 1277429.264: Using RPI AWB 1278510.933: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 1278510.954: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 1278520.990: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 1278521.014: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 1278531.047: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 1278531.067: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 1278542.808: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 1278542.834: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 1278552.878: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 1278552.900: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 1725759.645: imx477_open: read id 1143 succes 0! 1725769.256: Using RPI AWB 1726766.334: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 1726766.360: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 1726776.392: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 1726776.411: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 1726786.448: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 1726786.475: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 1726796.515: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 1726796.537: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined) 1726806.572: mmalsrv: mmal_server_do_buffer_from_host: pool exhausted, recyling bust, on comp 64 port 2 1726806.596: mmal: mmal_port_event_send: event lost on port 1,0 (buffer header callback not defined)

dmesg log

[    0.000000] Linux version 5.10.17-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1403 SMP Mon Feb 22 11:33:35 GMT 2021
[    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x000000000fc00000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000]   Normal   empty
[    0.000000]   HighMem  [mem 0x0000000020000000-0x00000000fbffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
[    0.000000] On node 0 totalpages: 901120
[    0.000000]   DMA zone: 1536 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 131072 pages, LIFO batch:31
[    0.000000]   HighMem zone: 770048 pages, LIFO batch:63
[    0.000000] percpu: Embedded 20 pages/cpu s50700 r8192 d23028 u81920
[    0.000000] pcpu-alloc: s50700 r8192 d23028 u81920 alloc=20*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 899584
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1280x720M@50,margin_left=48,margin_right=48,margin_top=48,margin_bottom=48 smsc95xx.macaddr=DC:A6:32:48:B9:FC vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=e662039f-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[    0.000000] Kernel parameter elevator= does not have any effect anymore.
               Please use sysfs to set IO scheduler for individual devices.
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x0000000008cc0000-0x000000000ccc0000] (64MB)
[    0.000000] Memory: 3214092K/3604480K available (10240K kernel code, 1358K rwdata, 3160K rodata, 2048K init, 890K bss, 128244K reserved, 262144K cma-reserved, 3080192K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 33942 entries in 67 pages
[    0.000000] ftrace: allocated 67 pages with 3 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=0
[    0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000035] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000097] bcm2835: system timer (irq = 25)
[    0.000750] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[    0.000772] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[    0.000794] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000812] Switching to timer-based delay loop, resolution 18ns
[    0.001061] Console: colour dummy device 80x30
[    0.001809] printk: console [tty1] enabled
[    0.001877] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[    0.001931] pid_max: default: 32768 minimum: 301
[    0.002106] LSM: Security Framework initializing
[    0.002296] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.002337] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.003901] Disabling memory control group subsystem
[    0.004036] CPU: Testing write buffer coherency: ok
[    0.004495] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.005700] Setting up static identity map for 0x200000 - 0x20003c
[    0.005913] rcu: Hierarchical SRCU implementation.
[    0.006840] smp: Bringing up secondary CPUs ...
[    0.008035] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.009361] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.010639] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.010889] smp: Brought up 1 node, 4 CPUs
[    0.010920] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[    0.010951] CPU: All CPU(s) started in HYP mode.
[    0.010977] CPU: Virtualization extensions available.
[    0.011749] devtmpfs: initialized
[    0.025598] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[    0.025855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.025907] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.032924] pinctrl core: initialized pinctrl subsystem
[    0.033998] NET: Registered protocol family 16
[    0.037750] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.038543] audit: initializing netlink subsys (disabled)
[    0.038812] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
[    0.039376] thermal_sys: Registered thermal governor 'step_wise'
[    0.040065] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.040120] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.040518] Serial: AMBA PL011 UART driver
[    0.076755] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    0.090905] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-02-25T12:11:39, variant start_x
[    0.100919] raspberrypi-firmware soc:firmware: Firmware hash is 564e5f9b852b23a330b1764bcf0b2d022a20afd0
[    0.145956] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[    0.150139] vgaarb: loaded
[    0.150593] SCSI subsystem initialized
[    0.150818] usbcore: registered new interface driver usbfs
[    0.150894] usbcore: registered new interface driver hub
[    0.151346] usbcore: registered new device driver usb
[    0.151731] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.153568] clocksource: Switched to clocksource arch_sys_counter
[    1.153321] VFS: Disk quotas dquot_6.6.0
[    1.153443] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.153662] FS-Cache: Loaded
[    1.153884] CacheFiles: Loaded
[    1.154898] simple-framebuffer 3e843000.framebuffer: framebuffer at 0x3e843000, 0x384000 bytes, mapped to 0x(ptrval)
[    1.154943] simple-framebuffer 3e843000.framebuffer: format=a8r8g8b8, mode=1280x720x32, linelength=5120
[    1.159857] Console: switching to colour frame buffer device 160x45
[    1.164268] simple-framebuffer 3e843000.framebuffer: fb0: simplefb registered!
[    1.174433] NET: Registered protocol family 2
[    1.175296] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.175514] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    1.175630] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    1.175739] TCP: Hash tables configured (established 4096 bind 4096)
[    1.175945] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    1.176038] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    1.176357] NET: Registered protocol family 1
[    1.177145] RPC: Registered named UNIX socket transport module.
[    1.179007] RPC: Registered udp transport module.
[    1.180796] RPC: Registered tcp transport module.
[    1.182542] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.184328] PCI: CLS 0 bytes, default 64
[    1.189000] Initialise system trusted keyrings
[    1.190949] workingset: timestamp_bits=14 max_order=20 bucket_order=6
[    1.201176] zbud: loaded
[    1.204797] FS-Cache: Netfs 'nfs' registered for caching
[    1.207260] NFS: Registering the id_resolver key type
[    1.208985] Key type id_resolver registered
[    1.210659] Key type id_legacy registered
[    1.212432] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.215209] Key type asymmetric registered
[    1.216840] Asymmetric key parser 'x509' registered
[    1.218632] bounce: pool size: 64 pages
[    1.220300] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.222157] io scheduler mq-deadline registered
[    1.223878] io scheduler kyber registered
[    1.229933] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[    1.231659] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[    1.233434] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[    1.235333] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
[    1.295676] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[    1.297713] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    1.299413] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.301072] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[    1.302825] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[    1.304794] pci 0000:00:00.0: PME# supported from D0 D3hot
[    1.309926] PCI: bus0: Fast back to back transfers disabled
[    1.311882] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[    1.313691] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    1.315746] pci 0000:01:00.0: PME# supported from D0 D3cold
[    1.320802] PCI: bus1: Fast back to back transfers disabled
[    1.322429] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[    1.324100] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[    1.325711] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.327258] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
[    1.329172] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[    1.330937] pcieport 0000:00:00.0: PME: Signaling with IRQ 65
[    1.338490] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    1.340965] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[    1.345171] iproc-rng200 fe104000.rng: hwrng registered
[    1.347066] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.349582] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[    1.363193] brd: module loaded
[    1.376998] loop: module loaded
[    1.380255] Loading iSCSI transport class v2.0-870.
[    1.384278] libphy: Fixed MDIO Bus: probed
[    1.387634] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[    1.403639] libphy: bcmgenet MII bus: probed
[    1.503714] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[    1.506476] usbcore: registered new interface driver r8152
[    1.508153] usbcore: registered new interface driver lan78xx
[    1.509809] usbcore: registered new interface driver smsc95xx
[    1.512984] xhci_hcd 0000:01:00.0: enabling device (0140 -> 0142)
[    1.514746] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.516339] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.521140] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000030000000890
[    1.524080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.525693] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.527286] usb usb1: Product: xHCI Host Controller
[    1.528890] usb usb1: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
[    1.530489] usb usb1: SerialNumber: 0000:01:00.0
[    1.532785] hub 1-0:1.0: USB hub found
[    1.534497] hub 1-0:1.0: 1 port detected
[    1.536708] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.538249] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.539810] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    1.541862] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    1.543434] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.545037] usb usb2: Product: xHCI Host Controller
[    1.546611] usb usb2: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
[    1.548174] usb usb2: SerialNumber: 0000:01:00.0
[    1.550420] hub 2-0:1.0: USB hub found
[    1.552033] hub 2-0:1.0: 4 ports detected
[    1.555343] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.557230] dwc_otg: FIQ enabled
[    1.557245] dwc_otg: NAK holdoff enabled
[    1.557259] dwc_otg: FIQ split-transaction FSM enabled
[    1.557277] Module dwc_common_port init
[    1.557716] usbcore: registered new interface driver uas
[    1.559345] usbcore: registered new interface driver usb-storage
[    1.561060] mousedev: PS/2 mouse device common for all mice
[    1.564335] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    1.569352] sdhci: Secure Digital Host Controller Interface driver
[    1.570876] sdhci: Copyright(c) Pierre Ossman
[    1.573061] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[    1.575266] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.580823] ledtrig-cpu: registered to indicate activity on CPUs
[    1.582654] hid: raw HID events driver (C) Jiri Kosina
[    1.584359] usbcore: registered new interface driver usbhid
[    1.585864] usbhid: USB HID core driver
[    1.592617] Initializing XFRM netlink socket
[    1.594217] NET: Registered protocol family 17
[    1.595920] Key type dns_resolver registered
[    1.597735] Registering SWP/SWPB emulation handler
[    1.599381] registered taskstats version 1
[    1.600875] Loading compiled-in X.509 certificates
[    1.603128] Key type ._fscrypt registered
[    1.604716] Key type .fscrypt registered
[    1.606177] Key type fscrypt-provisioning registered
[    1.618926] uart-pl011 fe201000.serial: there is not valid maps for state default
[    1.620690] uart-pl011 fe201000.serial: cts_event_workaround enabled
[    1.622187] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
[    1.630129] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[    1.632485] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 39, base_baud = 62500000) is a 16550
[    1.635031] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    1.637623] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    1.639201] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[    1.671010] of_cfs_init
[    1.672834] of_cfs_init: OK
[    1.692389] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    1.695632] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.698796] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.703259] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    1.704779] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[    1.706889] Waiting for root device PARTUUID=e662039f-02...
[    1.708143] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.756246] random: fast init done
[    1.807950] mmc1: new high speed SDIO card at address 0001
[    1.817370] mmc0: new ultra high speed DDR50 SDHC card at address 0001
[    1.819747] mmcblk0: mmc0:0001 JB1RT 29.8 GiB
[    1.822885]  mmcblk0: p1 p2
[    1.863503] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.865169] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.871817] devtmpfs: mounted
[    1.882172] Freeing unused kernel memory: 2048K
[    1.903612] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.913914] Run /sbin/init as init process
[    1.915434]   with arguments:
[    1.915449]     /sbin/init
[    1.915463]   with environment:
[    1.915477]     HOME=/
[    1.915491]     TERM=linux
[    2.096260] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[    2.097879] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.099461] usb 1-1: Product: USB2.0 Hub
[    2.103093] hub 1-1:1.0: USB hub found
[    2.105221] hub 1-1:1.0: 4 ports detected
[    2.352397] systemd[1]: System time before build time, advancing clock.
[    2.433675] usb 1-1.4: new full-speed USB device number 3 using xhci_hcd
[    2.451441] NET: Registered protocol family 10
[    2.454452] Segment Routing with IPv6
[    2.509434] systemd[1]: systemd 241 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.514643] systemd[1]: Detected architecture arm.
[    2.591754] systemd[1]: Set hostname to <pi-bonn-mitte>.
[    2.641099] usb 1-1.4: New USB device found, idVendor=08bb, idProduct=2902, bcdDevice= 1.00
[    2.642965] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.644849] usb 1-1.4: Product: USB Audio CODEC 
[    2.646658] usb 1-1.4: Manufacturer: Burr-Brown from TI              
[    2.659694] input: Burr-Brown from TI               USB Audio CODEC  as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.3/0003:08BB:2902.0001/input/input0
[    2.734038] hid-generic 0003:08BB:2902.0001: input,hidraw0: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:01:00.0-1.4/input3
[    3.347021] random: systemd: uninitialized urandom read (16 bytes read)
[    3.359465] random: systemd: uninitialized urandom read (16 bytes read)
[    3.363977] systemd[1]: Created slice User and Session Slice.
[    3.368861] random: systemd: uninitialized urandom read (16 bytes read)
[    3.370945] systemd[1]: Reached target Slices.
[    3.376126] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.381549] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.386832] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.392427] systemd[1]: Listening on Journal Audit Socket.
[    3.399655] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.527972] i2c /dev entries driver
[    4.052761] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    4.193142] systemd-journald[125]: Received request to flush runtime journal from PID 1
[    4.762122] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[    4.762801] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[    4.763349] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[    4.769722] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[    4.879976] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    4.885123] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    4.898286] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    4.898311] [vc_sm_connected_init]: start
[    4.900641] [vc_sm_connected_init]: installed successfully
[    4.906828] bcm2835_audio bcm2835_audio: card created with 4 channels
[    4.930104] mc: Linux media interface: v0.10
[    4.943240] bcm2835_audio bcm2835_audio: card created with 4 channels
[    5.074299] videodev: Linux video capture interface: v2.00
[    5.081935] i2c i2c-11: Added multiplexed i2c bus 0
[    5.082370] i2c i2c-11: Added multiplexed i2c bus 10
[    5.139275] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    5.177434] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    5.178380] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    5.204969] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.228571] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    5.229018] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    5.229381] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    5.229784] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    5.229814] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    5.229840] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    5.229845] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    5.229864] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    5.229887] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    5.229899] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    5.230207] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    5.241156] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[    5.241183] checking generic (3e843000 384000) vs hw (0 ffffffffffffffff)
[    5.241200] fb0: switching to vc4drmfb from simple
[    5.241809] Console: switching to colour dummy device 80x30
[    5.268724] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    5.268791] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    5.270155] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[    5.280094] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[    5.316494] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    5.316539] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    5.327232] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    5.346961] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.428662] brcmfmac: F1 signature read @0x18000000=0x15264345
[    5.442628] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    5.444143] usbcore: registered new interface driver brcmfmac
[    5.469715] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
[    5.509759] Console: switching to colour frame buffer device 160x45
[    5.534804] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[    5.647105] usbcore: registered new interface driver snd-usb-audio
[    5.714567] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    5.723711] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan  4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
[    5.987681] bcm2835-v4l2-0: scene mode selected 0, was 0
[    5.988114] bcm2835-v4l2-0: V4L2 device registered as video0 - stills mode > 1280x720
[    5.993210] bcm2835-v4l2-0: Broadcom 2835 MMAL video capture ver 0.0.2 loaded.
[    7.220879] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[    7.657636] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[    7.658139] bcmgenet fd580000.ethernet eth0: Link is Down
[    7.901800] uart-pl011 fe201000.serial: no DMA platform data
[    7.943419] random: crng init done
[    7.943439] random: 7 urandom warning(s) missed due to ratelimiting
[    8.446769] NET: Registered protocol family 15
[    8.534558] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
[    9.554495] NET: Registered protocol family 38
[    9.753786] bcmgenet fd580000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[    9.753813] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    9.842444] cryptd: max_cpu_qlen set to 1000
[   14.722165] Bluetooth: Core ver 2.22
[   14.722222] NET: Registered protocol family 31
[   14.722229] Bluetooth: HCI device and connection manager initialized
[   14.722243] Bluetooth: HCI socket layer initialized
[   14.722254] Bluetooth: L2CAP socket layer initialized
[   14.722270] Bluetooth: SCO socket layer initialized
[   14.738140] Bluetooth: HCI UART driver ver 2.3
[   14.738151] Bluetooth: HCI UART protocol H4 registered
[   14.738202] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   14.738351] Bluetooth: HCI UART protocol Broadcom registered
[   14.936215] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   14.936226] Bluetooth: BNEP filters: protocol multicast
[   14.936241] Bluetooth: BNEP socket layer initialized
[   17.420598] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   17.715582] sctp: Hash tables configured (bind 512/512)
[33911.227902] bcm2835-v4l2-0: stop_streaming: Timeout waiting for buffers to be returned - 2 outstanding
[33911.238237] ------------[ cut here ]------------
[33911.238292] WARNING: CPU: 2 PID: 491 at drivers/media/common/videobuf2/videobuf2-core.c:1945 __vb2_queue_cancel+0x1e0/0x258 [videobuf2_common]
[33911.238307] Modules linked in: tcp_diag inet_diag jitterentropy_rng drbg authenc echainiv sctp cmac bnep hci_uart btbcm bluetooth ecdh_generic ecc cast5_generic cast_common ctr aes_arm_bs crypto_simd cryptd algif_skcipher xcbc md5 md4 algif_hash af_alg xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key spidev nft_redir snd_usb_audio snd_hwdep snd_usbmidi_lib snd_rawmidi brcmfmac snd_seq_device brcmutil bcm2835_v4l2(C) sha256_generic vc4 bcm2835_codec(C) v3d bcm2835_isp(C) cfg80211 gpu_sched videobuf2_vmalloc v4l2_mem2mem bcm2835_mmal_vchiq(C) cec videobuf2_dma_contig videobuf2_memops rfkill nft_chain_nat videobuf2_v4l2 nf_nat drm_kms_helper videobuf2_common i2c_mux_pinctrl i2c_mux raspberrypi_hwmon drm videodev drm_panel_orientation_quirks spi_bcm2835 i2c_bcm2835 mc snd_soc_core vc_sm_cma(C) snd_bcm2835(C) snd_compress snd_pcm_dmaengine nft_counter snd_pcm snd_timer rpivid_mem snd syscopyarea sysfillrect sysimgblt fb_sys_fops backlight uio_pdrv_genirq nvmem_rmem uio nft_ct
[33911.239538]  nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables nfnetlink i2c_dev ip_tables x_tables ipv6
[33911.239681] CPU: 2 PID: 491 Comm: python3 Tainted: G         C        5.10.17-v7l+ #1403
[33911.239691] Hardware name: BCM2711
[33911.239701] Backtrace: 
[33911.239739] [<c0b63050>] (dump_backtrace) from [<c0b633e4>] (show_stack+0x20/0x24)
[33911.239753]  r7:ffffffff r6:00000000 r5:60000113 r4:c12e69fc
[33911.239773] [<c0b633c4>] (show_stack) from [<c0b67774>] (dump_stack+0xcc/0xf8)
[33911.239791] [<c0b676a8>] (dump_stack) from [<c0220bac>] (__warn+0xfc/0x114)
[33911.239807]  r10:bf2c4218 r9:00000009 r8:bf1e86b4 r7:00000799 r6:00000009 r5:bf1e86b4
[33911.239817]  r4:bf1edf90 r3:c1205094
[33911.239835] [<c0220ab0>] (__warn) from [<c0b63b54>] (warn_slowpath_fmt+0x70/0xd8)
[33911.239847]  r7:00000799 r6:bf1edf90 r5:c1205048 r4:00000000
[33911.239887] [<c0b63ae8>] (warn_slowpath_fmt) from [<bf1e86b4>] (__vb2_queue_cancel+0x1e0/0x258 [videobuf2_common])
[33911.239901]  r9:bf23f098 r8:c32e7398 r7:00000001 r6:c32e7540 r5:c4631540 r4:c32e7540
[33911.239954] [<bf1e84d4>] (__vb2_queue_cancel [videobuf2_common]) from [<bf1e96b4>] (vb2_core_streamoff+0x28/0xbc [videobuf2_common])
[33911.239968]  r10:bf2c4218 r9:bf23f098 r8:c32e7398 r7:00000001 r6:c1205048 r5:c4631540
[33911.239979]  r4:c32e7540 r3:00000001
[33911.240025] [<bf1e968c>] (vb2_core_streamoff [videobuf2_common]) from [<bf43a0f8>] (vb2_streamoff+0x24/0x64 [videobuf2_v4l2])
[33911.240036]  r5:c4631540 r4:00000001
[33911.240073] [<bf43a0d4>] (vb2_streamoff [videobuf2_v4l2]) from [<bf43a184>] (vb2_ioctl_streamoff+0x4c/0x50 [videobuf2_v4l2])
[33911.240172] [<bf43a138>] (vb2_ioctl_streamoff [videobuf2_v4l2]) from [<bf23f0c4>] (v4l_streamoff+0x2c/0x30 [videodev])
[33911.240183]  r5:40045613 r4:bf43a138
[33911.240338] [<bf23f098>] (v4l_streamoff [videodev]) from [<bf244114>] (__video_do_ioctl+0x234/0x460 [videodev])
[33911.240349]  r5:40045613 r4:c32e7058
[33911.240499] [<bf243ee0>] (__video_do_ioctl [videodev]) from [<bf244b28>] (video_usercopy+0x128/0x5ac [videodev])
[33911.240513]  r10:c446fe3c r9:01c76008 r8:00000000 r7:c4631540 r6:c1205048 r5:40045613
[33911.240523]  r4:40045613
[33911.240669] [<bf244a00>] (video_usercopy [videodev]) from [<bf244fcc>] (video_ioctl2+0x20/0x24 [videodev])
[33911.240684]  r10:0000001f r9:c446e000 r8:00000000 r7:c4631540 r6:c4631541 r5:c1205048
[33911.240693]  r4:bf244fac
[33911.240840] [<bf244fac>] (video_ioctl2 [videodev]) from [<bf23d1f4>] (v4l2_ioctl+0x4c/0x60 [videodev])
[33911.240929] [<bf23d1a8>] (v4l2_ioctl [videodev]) from [<c045178c>] (sys_ioctl+0x1d4/0x8ec)
[33911.240940]  r5:c1205048 r4:40045613
[33911.240957] [<c04515b8>] (sys_ioctl) from [<c0200040>] (ret_fast_syscall+0x0/0x28)
[33911.240967] Exception stack(0xc446ffa8 to 0xc446fff0)
[33911.240982] ffa0:                   a7a1e208 b4c6c000 0000001f 40045613 01c76008 b6cf5510
[33911.240995] ffc0: a7a1e208 b4c6c000 b4c6c7d0 00000036 a7a12700 00000001 b4b3c6b8 b5146660
[33911.241007] ffe0: b56a9c60 befe40bc b4c34954 b6cf551c
[33911.241021]  r10:00000036 r9:c446e000 r8:c0200204 r7:00000036 r6:b4c6c7d0 r5:b4c6c000
[33911.241031]  r4:a7a1e208
[33911.241044] ---[ end trace ff5e8c2b6dd206f4 ]---
[33911.241063] videobuf2_common: driver bug: stop_streaming operation is leaving buf 757557f0 in active state
[33911.241085] videobuf2_common: driver bug: stop_streaming operation is leaving buf 94367b89 in active state
[40774.367692] bcm2835-v4l2-0: stop_streaming: Timeout waiting for buffers to be returned - 8 outstanding
[40774.376131] ------------[ cut here ]------------
[40774.376182] WARNING: CPU: 1 PID: 9373 at drivers/media/common/videobuf2/videobuf2-core.c:1945 __vb2_queue_cancel+0x1e0/0x258 [videobuf2_common]
[40774.376198] Modules linked in: tcp_diag inet_diag jitterentropy_rng drbg authenc echainiv sctp cmac bnep hci_uart btbcm bluetooth ecdh_generic ecc cast5_generic cast_common ctr aes_arm_bs crypto_simd cryptd algif_skcipher xcbc md5 md4 algif_hash af_alg xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key spidev nft_redir snd_usb_audio snd_hwdep snd_usbmidi_lib snd_rawmidi brcmfmac snd_seq_device brcmutil bcm2835_v4l2(C) sha256_generic vc4 bcm2835_codec(C) v3d bcm2835_isp(C) cfg80211 gpu_sched videobuf2_vmalloc v4l2_mem2mem bcm2835_mmal_vchiq(C) cec videobuf2_dma_contig videobuf2_memops rfkill nft_chain_nat videobuf2_v4l2 nf_nat drm_kms_helper videobuf2_common i2c_mux_pinctrl i2c_mux raspberrypi_hwmon drm videodev drm_panel_orientation_quirks spi_bcm2835 i2c_bcm2835 mc snd_soc_core vc_sm_cma(C) snd_bcm2835(C) snd_compress snd_pcm_dmaengine nft_counter snd_pcm snd_timer rpivid_mem snd syscopyarea sysfillrect sysimgblt fb_sys_fops backlight uio_pdrv_genirq nvmem_rmem uio nft_ct
[40774.377422]  nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables nfnetlink i2c_dev ip_tables x_tables ipv6
[40774.377565] CPU: 1 PID: 9373 Comm: python3 Tainted: G        WC        5.10.17-v7l+ #1403
[40774.377575] Hardware name: BCM2711
[40774.377585] Backtrace: 
[40774.377623] [<c0b63050>] (dump_backtrace) from [<c0b633e4>] (show_stack+0x20/0x24)
[40774.377638]  r7:ffffffff r6:00000000 r5:60000013 r4:c12e69fc
[40774.377656] [<c0b633c4>] (show_stack) from [<c0b67774>] (dump_stack+0xcc/0xf8)
[40774.377675] [<c0b676a8>] (dump_stack) from [<c0220bac>] (__warn+0xfc/0x114)
[40774.377690]  r10:bf2c4218 r9:00000009 r8:bf1e86b4 r7:00000799 r6:00000009 r5:bf1e86b4
[40774.377701]  r4:bf1edf90 r3:c1205094
[40774.377719] [<c0220ab0>] (__warn) from [<c0b63b54>] (warn_slowpath_fmt+0x70/0xd8)
[40774.377731]  r7:00000799 r6:bf1edf90 r5:c1205048 r4:00000000
[40774.377768] [<c0b63ae8>] (warn_slowpath_fmt) from [<bf1e86b4>] (__vb2_queue_cancel+0x1e0/0x258 [videobuf2_common])
[40774.377782]  r9:bf23f098 r8:c32e7398 r7:00000001 r6:c32e7540 r5:c4f11e40 r4:c32e7540
[40774.377833] [<bf1e84d4>] (__vb2_queue_cancel [videobuf2_common]) from [<bf1e96b4>] (vb2_core_streamoff+0x28/0xbc [videobuf2_common])
[40774.377847]  r10:bf2c4218 r9:bf23f098 r8:c32e7398 r7:00000001 r6:c1205048 r5:c4f11e40
[40774.377858]  r4:c32e7540 r3:00000001
[40774.377903] [<bf1e968c>] (vb2_core_streamoff [videobuf2_common]) from [<bf43a0f8>] (vb2_streamoff+0x24/0x64 [videobuf2_v4l2])
[40774.377914]  r5:c4f11e40 r4:00000001
[40774.377951] [<bf43a0d4>] (vb2_streamoff [videobuf2_v4l2]) from [<bf43a184>] (vb2_ioctl_streamoff+0x4c/0x50 [videobuf2_v4l2])
[40774.378051] [<bf43a138>] (vb2_ioctl_streamoff [videobuf2_v4l2]) from [<bf23f0c4>] (v4l_streamoff+0x2c/0x30 [videodev])
[40774.378061]  r5:40045613 r4:bf43a138
[40774.378219] [<bf23f098>] (v4l_streamoff [videodev]) from [<bf244114>] (__video_do_ioctl+0x234/0x460 [videodev])
[40774.378230]  r5:40045613 r4:c32e7058
[40774.378386] [<bf243ee0>] (__video_do_ioctl [videodev]) from [<bf244b28>] (video_usercopy+0x128/0x5ac [videodev])
[40774.378401]  r10:c43ade3c r9:009733d0 r8:00000000 r7:c4f11e40 r6:c1205048 r5:40045613
[40774.378410]  r4:40045613
[40774.378559] [<bf244a00>] (video_usercopy [videodev]) from [<bf244fcc>] (video_ioctl2+0x20/0x24 [videodev])
[40774.378573]  r10:00000023 r9:c43ac000 r8:00000000 r7:c4f11e40 r6:c4f11e41 r5:c1205048
[40774.378583]  r4:bf244fac
[40774.378731] [<bf244fac>] (video_ioctl2 [videodev]) from [<bf23d1f4>] (v4l2_ioctl+0x4c/0x60 [videodev])
[40774.378820] [<bf23d1a8>] (v4l2_ioctl [videodev]) from [<c045178c>] (sys_ioctl+0x1d4/0x8ec)
[40774.378831]  r5:c1205048 r4:40045613
[40774.378848] [<c04515b8>] (sys_ioctl) from [<c0200040>] (ret_fast_syscall+0x0/0x28)
[40774.378859] Exception stack(0xc43adfa8 to 0xc43adff0)
[40774.378872] dfa0:                   a8e1e130 b4c1c000 00000023 40045613 009733d0 b6ce5510
[40774.378887] dfc0: a8e1e130 b4c1c000 b4c1c7d0 00000036 a8e13800 00000001 b4aec6b8 b5136660
[40774.378899] dfe0: b5699c60 beb3f0bc b4be4954 b6ce551c
[40774.378913]  r10:00000036 r9:c43ac000 r8:c0200204 r7:00000036 r6:b4c1c7d0 r5:b4c1c000
[40774.378922]  r4:a8e1e130
[40774.378980] ---[ end trace ff5e8c2b6dd206f5 ]---
[40774.379002] videobuf2_common: driver bug: stop_streaming operation is leaving buf e4b02a12 in active state
[40774.379033] videobuf2_common: driver bug: stop_streaming operation is leaving buf 7aecc414 in active state
[40774.379059] videobuf2_common: driver bug: stop_streaming operation is leaving buf 0e9c73ce in active state
[40774.379080] videobuf2_common: driver bug: stop_streaming operation is leaving buf a98afc87 in active state
[40774.379101] videobuf2_common: driver bug: stop_streaming operation is leaving buf d65690d9 in active state
[40774.379122] videobuf2_common: driver bug: stop_streaming operation is leaving buf 9941d1a9 in active state
[48164.643385] bcm2835-v4l2-0: stop_streaming: Timeout waiting for buffers to be returned - 13 outstanding
[48164.651787] ------------[ cut here ]------------
[48164.651842] WARNING: CPU: 2 PID: 9373 at drivers/media/common/videobuf2/videobuf2-core.c:1945 __vb2_queue_cancel+0x1e0/0x258 [videobuf2_common]
[48164.651857] Modules linked in: tcp_diag inet_diag jitterentropy_rng drbg authenc echainiv sctp cmac bnep hci_uart btbcm bluetooth ecdh_generic ecc cast5_generic cast_common ctr aes_arm_bs crypto_simd cryptd algif_skcipher xcbc md5 md4 algif_hash af_alg xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key spidev nft_redir snd_usb_audio snd_hwdep snd_usbmidi_lib snd_rawmidi brcmfmac snd_seq_device brcmutil bcm2835_v4l2(C) sha256_generic vc4 bcm2835_codec(C) v3d bcm2835_isp(C) cfg80211 gpu_sched videobuf2_vmalloc v4l2_mem2mem bcm2835_mmal_vchiq(C) cec videobuf2_dma_contig videobuf2_memops rfkill nft_chain_nat videobuf2_v4l2 nf_nat drm_kms_helper videobuf2_common i2c_mux_pinctrl i2c_mux raspberrypi_hwmon drm videodev drm_panel_orientation_quirks spi_bcm2835 i2c_bcm2835 mc snd_soc_core vc_sm_cma(C) snd_bcm2835(C) snd_compress snd_pcm_dmaengine nft_counter snd_pcm snd_timer rpivid_mem snd syscopyarea sysfillrect sysimgblt fb_sys_fops backlight uio_pdrv_genirq nvmem_rmem uio nft_ct
[48164.653082]  nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables nfnetlink i2c_dev ip_tables x_tables ipv6
[48164.653225] CPU: 2 PID: 9373 Comm: python3 Tainted: G        WC        5.10.17-v7l+ #1403
[48164.653235] Hardware name: BCM2711
[48164.653245] Backtrace: 
[48164.653284] [<c0b63050>] (dump_backtrace) from [<c0b633e4>] (show_stack+0x20/0x24)
[48164.653299]  r7:ffffffff r6:00000000 r5:60000013 r4:c12e69fc
[48164.653318] [<c0b633c4>] (show_stack) from [<c0b67774>] (dump_stack+0xcc/0xf8)
[48164.653337] [<c0b676a8>] (dump_stack) from [<c0220bac>] (__warn+0xfc/0x114)
[48164.653352]  r10:bf2c4218 r9:00000009 r8:bf1e86b4 r7:00000799 r6:00000009 r5:bf1e86b4
[48164.653363]  r4:bf1edf90 r3:c1205094
[48164.653381] [<c0220ab0>] (__warn) from [<c0b63b54>] (warn_slowpath_fmt+0x70/0xd8)
[48164.653393]  r7:00000799 r6:bf1edf90 r5:c1205048 r4:00000000
[48164.653431] [<c0b63ae8>] (warn_slowpath_fmt) from [<bf1e86b4>] (__vb2_queue_cancel+0x1e0/0x258 [videobuf2_common])
[48164.653446]  r9:bf23f098 r8:c32e7398 r7:00000001 r6:c32e7540 r5:c5a70c00 r4:c32e7540
[48164.653499] [<bf1e84d4>] (__vb2_queue_cancel [videobuf2_common]) from [<bf1e96b4>] (vb2_core_streamoff+0x28/0xbc [videobuf2_common])
[48164.653514]  r10:bf2c4218 r9:bf23f098 r8:c32e7398 r7:00000001 r6:c1205048 r5:c5a70c00
[48164.653524]  r4:c32e7540 r3:00000001
[48164.653570] [<bf1e968c>] (vb2_core_streamoff [videobuf2_common]) from [<bf43a0f8>] (vb2_streamoff+0x24/0x64 [videobuf2_v4l2])
[48164.653581]  r5:c5a70c00 r4:00000001
[48164.653618] [<bf43a0d4>] (vb2_streamoff [videobuf2_v4l2]) from [<bf43a184>] (vb2_ioctl_streamoff+0x4c/0x50 [videobuf2_v4l2])
[48164.653719] [<bf43a138>] (vb2_ioctl_streamoff [videobuf2_v4l2]) from [<bf23f0c4>] (v4l_streamoff+0x2c/0x30 [videodev])
[48164.653729]  r5:40045613 r4:bf43a138
[48164.653884] [<bf23f098>] (v4l_streamoff [videodev]) from [<bf244114>] (__video_do_ioctl+0x234/0x460 [videodev])
[48164.653896]  r5:40045613 r4:c32e7058
[48164.654044] [<bf243ee0>] (__video_do_ioctl [videodev]) from [<bf244b28>] (video_usercopy+0x128/0x5ac [videodev])
[48164.654059]  r10:c43ade3c r9:009ceba8 r8:00000000 r7:c5a70c00 r6:c1205048 r5:40045613
[48164.654068]  r4:40045613
[48164.654214] [<bf244a00>] (video_usercopy [videodev]) from [<bf244fcc>] (video_ioctl2+0x20/0x24 [videodev])
[48164.654228]  r10:00000032 r9:c43ac000 r8:00000000 r7:c5a70c00 r6:c5a70c01 r5:c1205048
[48164.654238]  r4:bf244fac
[48164.654385] [<bf244fac>] (video_ioctl2 [videodev]) from [<bf23d1f4>] (v4l2_ioctl+0x4c/0x60 [videodev])
[48164.654474] [<bf23d1a8>] (v4l2_ioctl [videodev]) from [<c045178c>] (sys_ioctl+0x1d4/0x8ec)
[48164.654485]  r5:c1205048 r4:40045613
[48164.654502] [<c04515b8>] (sys_ioctl) from [<c0200040>] (ret_fast_syscall+0x0/0x28)
[48164.654512] Exception stack(0xc43adfa8 to 0xc43adff0)
[48164.654526] dfa0:                   00bbcbd0 b4c1c000 00000032 40045613 009ceba8 b6ce5510
[48164.654540] dfc0: 00bbcbd0 b4c1c000 b4c1c7d0 00000036 a8e13800 00000001 b4aec6b8 b5136660
[48164.654552] dfe0: b5699c60 beb3f0bc b4be4954 b6ce551c
[48164.654567]  r10:00000036 r9:c43ac000 r8:c0200204 r7:00000036 r6:b4c1c7d0 r5:b4c1c000
[48164.654576]  r4:00bbcbd0
[48164.654642] ---[ end trace ff5e8c2b6dd206f6 ]---
[48164.654669] videobuf2_common: driver bug: stop_streaming operation is leaving buf 69dab171 in active state
[48164.654700] videobuf2_common: driver bug: stop_streaming operation is leaving buf edb31e81 in active state
[48164.654725] videobuf2_common: driver bug: stop_streaming operation is leaving buf c7408993 in active state
[48164.654749] videobuf2_common: driver bug: stop_streaming operation is leaving buf 908b0c53 in active state
[48164.654770] videobuf2_common: driver bug: stop_streaming operation is leaving buf ee9255e9 in active state
[48458.808113] bcm2835-v4l2-0: stop_streaming: Timeout waiting for buffers to be returned - 18 outstanding
[48458.816530] ------------[ cut here ]------------
[48458.816584] WARNING: CPU: 1 PID: 9373 at drivers/media/common/videobuf2/videobuf2-core.c:1945 __vb2_queue_cancel+0x1e0/0x258 [videobuf2_common]
[48458.816599] Modules linked in: tcp_diag inet_diag jitterentropy_rng drbg authenc echainiv sctp cmac bnep hci_uart btbcm bluetooth ecdh_generic ecc cast5_generic cast_common ctr aes_arm_bs crypto_simd cryptd algif_skcipher xcbc md5 md4 algif_hash af_alg xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key spidev nft_redir snd_usb_audio snd_hwdep snd_usbmidi_lib snd_rawmidi brcmfmac snd_seq_device brcmutil bcm2835_v4l2(C) sha256_generic vc4 bcm2835_codec(C) v3d bcm2835_isp(C) cfg80211 gpu_sched videobuf2_vmalloc v4l2_mem2mem bcm2835_mmal_vchiq(C) cec videobuf2_dma_contig videobuf2_memops rfkill nft_chain_nat videobuf2_v4l2 nf_nat drm_kms_helper videobuf2_common i2c_mux_pinctrl i2c_mux raspberrypi_hwmon drm videodev drm_panel_orientation_quirks spi_bcm2835 i2c_bcm2835 mc snd_soc_core vc_sm_cma(C) snd_bcm2835(C) snd_compress snd_pcm_dmaengine nft_counter snd_pcm snd_timer rpivid_mem snd syscopyarea sysfillrect sysimgblt fb_sys_fops backlight uio_pdrv_genirq nvmem_rmem uio nft_ct
[48458.817823]  nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables nfnetlink i2c_dev ip_tables x_tables ipv6
[48458.817966] CPU: 1 PID: 9373 Comm: python3 Tainted: G        WC        5.10.17-v7l+ #1403
[48458.817977] Hardware name: BCM2711
[48458.817987] Backtrace: 
[48458.818025] [<c0b63050>] (dump_backtrace) from [<c0b633e4>] (show_stack+0x20/0x24)
[48458.818040]  r7:ffffffff r6:00000000 r5:60000013 r4:c12e69fc
[48458.818059] [<c0b633c4>] (show_stack) from [<c0b67774>] (dump_stack+0xcc/0xf8)
[48458.818077] [<c0b676a8>] (dump_stack) from [<c0220bac>] (__warn+0xfc/0x114)
[48458.818093]  r10:bf2c4218 r9:00000009 r8:bf1e86b4 r7:00000799 r6:00000009 r5:bf1e86b4
[48458.818104]  r4:bf1edf90 r3:c1205094
[48458.818122] [<c0220ab0>] (__warn) from [<c0b63b54>] (warn_slowpath_fmt+0x70/0xd8)
[48458.818135]  r7:00000799 r6:bf1edf90 r5:c1205048 r4:00000000
[48458.818174] [<c0b63ae8>] (warn_slowpath_fmt) from [<bf1e86b4>] (__vb2_queue_cancel+0x1e0/0x258 [videobuf2_common])
[48458.818188]  r9:bf23f098 r8:c32e7398 r7:00000001 r6:c32e7540 r5:c32ec6c0 r4:c32e7540
[48458.818242] [<bf1e84d4>] (__vb2_queue_cancel [videobuf2_common]) from [<bf1e96b4>] (vb2_core_streamoff+0x28/0xbc [videobuf2_common])
[48458.818256]  r10:bf2c4218 r9:bf23f098 r8:c32e7398 r7:00000001 r6:c1205048 r5:c32ec6c0
[48458.818266]  r4:c32e7540 r3:00000001
[48458.818313] [<bf1e968c>] (vb2_core_streamoff [videobuf2_common]) from [<bf43a0f8>] (vb2_streamoff+0x24/0x64 [videobuf2_v4l2])
[48458.818323]  r5:c32ec6c0 r4:00000001
[48458.818361] [<bf43a0d4>] (vb2_streamoff [videobuf2_v4l2]) from [<bf43a184>] (vb2_ioctl_streamoff+0x4c/0x50 [videobuf2_v4l2])
[48458.818461] [<bf43a138>] (vb2_ioctl_streamoff [videobuf2_v4l2]) from [<bf23f0c4>] (v4l_streamoff+0x2c/0x30 [videodev])
[48458.818472]  r5:40045613 r4:bf43a138
[48458.818629] [<bf23f098>] (v4l_streamoff [videodev]) from [<bf244114>] (__video_do_ioctl+0x234/0x460 [videodev])
[48458.818640]  r5:40045613 r4:c32e7058
[48458.818789] [<bf243ee0>] (__video_do_ioctl [videodev]) from [<bf244b28>] (video_usercopy+0x128/0x5ac [videodev])
[48458.818804]  r10:c43ade3c r9:009ceba8 r8:00000000 r7:c32ec6c0 r6:c1205048 r5:40045613
[48458.818813]  r4:40045613
[48458.818961] [<bf244a00>] (video_usercopy [videodev]) from [<bf244fcc>] (video_ioctl2+0x20/0x24 [videodev])
[48458.818975]  r10:00000037 r9:c43ac000 r8:00000000 r7:c32ec6c0 r6:c32ec6c1 r5:c1205048
[48458.818985]  r4:bf244fac
[48458.819132] [<bf244fac>] (video_ioctl2 [videodev]) from [<bf23d1f4>] (v4l2_ioctl+0x4c/0x60 [videodev])
[48458.819220] [<bf23d1a8>] (v4l2_ioctl [videodev]) from [<c045178c>] (sys_ioctl+0x1d4/0x8ec)
[48458.819232]  r5:c1205048 r4:40045613
[48458.819249] [<c04515b8>] (sys_ioctl) from [<c0200040>] (ret_fast_syscall+0x0/0x28)
[48458.819259] Exception stack(0xc43adfa8 to 0xc43adff0)
[48458.819273] dfa0:                   00bbc330 b4c1c000 00000037 40045613 009ceba8 b6ce5510
[48458.819287] dfc0: 00bbc330 b4c1c000 b4c1c7d0 00000036 a8e13800 00000001 b4aec6b8 b5136660
[48458.819299] dfe0: b5699c60 beb3f0bc b4be4954 b6ce551c
[48458.819314]  r10:00000036 r9:c43ac000 r8:c0200204 r7:00000036 r6:b4c1c7d0 r5:b4c1c000
[48458.819324]  r4:00bbc330
[48458.819380] ---[ end trace ff5e8c2b6dd206f7 ]---
[48458.819406] videobuf2_common: driver bug: stop_streaming operation is leaving buf 0ad0099d in active state
[48458.819432] videobuf2_common: driver bug: stop_streaming operation is leaving buf 3cc3e2a0 in active state
[48458.819456] videobuf2_common: driver bug: stop_streaming operation is leaving buf d7fce800 in active state
[48458.819476] videobuf2_common: driver bug: stop_streaming operation is leaving buf dfb40160 in active state
[48458.819499] videobuf2_common: driver bug: stop_streaming operation is leaving buf e99283cb in active state
[48943.055827] bcm2835-v4l2-0: stop_streaming: Timeout waiting for buffers to be returned - 23 outstanding
[48943.064220] ------------[ cut here ]------------
[48943.064275] WARNING: CPU: 1 PID: 9373 at drivers/media/common/videobuf2/videobuf2-core.c:1945 __vb2_queue_cancel+0x1e0/0x258 [videobuf2_common]
[48943.064290] Modules linked in: tcp_diag inet_diag jitterentropy_rng drbg authenc echainiv sctp cmac bnep hci_uart btbcm bluetooth ecdh_generic ecc cast5_generic cast_common ctr aes_arm_bs crypto_simd cryptd algif_skcipher xcbc md5 md4 algif_hash af_alg xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key spidev nft_redir snd_usb_audio snd_hwdep snd_usbmidi_lib snd_rawmidi brcmfmac snd_seq_device brcmutil bcm2835_v4l2(C) sha256_generic vc4 bcm2835_codec(C) v3d bcm2835_isp(C) cfg80211 gpu_sched videobuf2_vmalloc v4l2_mem2mem bcm2835_mmal_vchiq(C) cec videobuf2_dma_contig videobuf2_memops rfkill nft_chain_nat videobuf2_v4l2 nf_nat drm_kms_helper videobuf2_common i2c_mux_pinctrl i2c_mux raspberrypi_hwmon drm videodev drm_panel_orientation_quirks spi_bcm2835 i2c_bcm2835 mc snd_soc_core vc_sm_cma(C) snd_bcm2835(C) snd_compress snd_pcm_dmaengine nft_counter snd_pcm snd_timer rpivid_mem snd syscopyarea sysfillrect sysimgblt fb_sys_fops backlight uio_pdrv_genirq nvmem_rmem uio nft_ct
[48943.065519]  nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables nfnetlink i2c_dev ip_tables x_tables ipv6
[48943.065663] CPU: 1 PID: 9373 Comm: python3 Tainted: G        WC        5.10.17-v7l+ #1403
[48943.065673] Hardware name: BCM2711
[48943.065683] Backtrace: 
[48943.065722] [<c0b63050>] (dump_backtrace) from [<c0b633e4>] (show_stack+0x20/0x24)
[48943.065737]  r7:ffffffff r6:00000000 r5:60000013 r4:c12e69fc
[48943.065757] [<c0b633c4>] (show_stack) from [<c0b67774>] (dump_stack+0xcc/0xf8)
[48943.065776] [<c0b676a8>] (dump_stack) from [<c0220bac>] (__warn+0xfc/0x114)
[48943.065791]  r10:bf2c4218 r9:00000009 r8:bf1e86b4 r7:00000799 r6:00000009 r5:bf1e86b4
[48943.065802]  r4:bf1edf90 r3:c1205094
[48943.065820] [<c0220ab0>] (__warn) from [<c0b63b54>] (warn_slowpath_fmt+0x70/0xd8)
[48943.065833]  r7:00000799 r6:bf1edf90 r5:c1205048 r4:00000000
[48943.065872] [<c0b63ae8>] (warn_slowpath_fmt) from [<bf1e86b4>] (__vb2_queue_cancel+0x1e0/0x258 [videobuf2_common])
[48943.065885]  r9:bf23f098 r8:c32e7398 r7:00000001 r6:c32e7540 r5:c349d600 r4:c32e7540
[48943.065940] [<bf1e84d4>] (__vb2_queue_cancel [videobuf2_common]) from [<bf1e96b4>] (vb2_core_streamoff+0x28/0xbc [videobuf2_common])
[48943.065954]  r10:bf2c4218 r9:bf23f098 r8:c32e7398 r7:00000001 r6:c1205048 r5:c349d600
[48943.065965]  r4:c32e7540 r3:00000001
[48943.066011] [<bf1e968c>] (vb2_core_streamoff [videobuf2_common]) from [<bf43a0f8>] (vb2_streamoff+0x24/0x64 [videobuf2_v4l2])
[48943.066022]  r5:c349d600 r4:00000001
[48943.066059] [<bf43a0d4>] (vb2_streamoff [videobuf2_v4l2]) from [<bf43a184>] (vb2_ioctl_streamoff+0x4c/0x50 [videobuf2_v4l2])
[48943.066160] [<bf43a138>] (vb2_ioctl_streamoff [videobuf2_v4l2]) from [<bf23f0c4>] (v4l_streamoff+0x2c/0x30 [videodev])
[48943.066171]  r5:40045613 r4:bf43a138
[48943.066326] [<bf23f098>] (v4l_streamoff [videodev]) from [<bf244114>] (__video_do_ioctl+0x234/0x460 [videodev])
[48943.066337]  r5:40045613 r4:c32e7058
[48943.066486] [<bf243ee0>] (__video_do_ioctl [videodev]) from [<bf244b28>] (video_usercopy+0x128/0x5ac [videodev])
[48943.066501]  r10:c43ade3c r9:009ceba8 r8:00000000 r7:c349d600 r6:c1205048 r5:40045613
[48943.066510]  r4:40045613
[48943.066657] [<bf244a00>] (video_usercopy [videodev]) from [<bf244fcc>] (video_ioctl2+0x20/0x24 [videodev])
[48943.066671]  r10:00000039 r9:c43ac000 r8:00000000 r7:c349d600 r6:c349d601 r5:c1205048
[48943.066681]  r4:bf244fac
[48943.066827] [<bf244fac>] (video_ioctl2 [videodev]) from [<bf23d1f4>] (v4l2_ioctl+0x4c/0x60 [videodev])
[48943.066916] [<bf23d1a8>] (v4l2_ioctl [videodev]) from [<c045178c>] (sys_ioctl+0x1d4/0x8ec)
[48943.066927]  r5:c1205048 r4:40045613
[48943.066944] [<c04515b8>] (sys_ioctl) from [<c0200040>] (ret_fast_syscall+0x0/0x28)
[48943.066955] Exception stack(0xc43adfa8 to 0xc43adff0)
[48943.066969] dfa0:                   00bbc108 b4c1c000 00000039 40045613 009ceba8 b6ce5510
[48943.066983] dfc0: 00bbc108 b4c1c000 b4c1c7d0 00000036 a8e13800 00000001 b4aec6b8 b5136660
[48943.066995] dfe0: b5699c60 beb3f0bc b4be4954 b6ce551c
[48943.067009]  r10:00000036 r9:c43ac000 r8:c0200204 r7:00000036 r6:b4c1c7d0 r5:b4c1c000
[48943.067019]  r4:00bbc108
[48943.067081] ---[ end trace ff5e8c2b6dd206f8 ]---
[48943.067104] videobuf2_common: driver bug: stop_streaming operation is leaving buf 3e364616 in active state
[48943.067135] videobuf2_common: driver bug: stop_streaming operation is leaving buf 3594993c in active state
[48943.067160] videobuf2_common: driver bug: stop_streaming operation is leaving buf 98e6fe4d in active state
[48943.067181] videobuf2_common: driver bug: stop_streaming operation is leaving buf d16aeac2 in active state
[48943.067203] videobuf2_common: driver bug: stop_streaming operation is leaving buf 1fe42f0e in active state
[57609.899531] cma: cma_alloc: alloc failed, req-size: 3 pages, ret: -4
[57611.023951] bcm2835-v4l2-0: stop_streaming: Timeout waiting for buffers to be returned - 28 outstanding
[57611.032271] ------------[ cut here ]------------
[57611.032306] WARNING: CPU: 1 PID: 13049 at drivers/media/common/videobuf2/videobuf2-core.c:1945 __vb2_queue_cancel+0x1e0/0x258 [videobuf2_common]
[57611.032313] Modules linked in: tcp_diag inet_diag jitterentropy_rng drbg authenc echainiv sctp cmac bnep hci_uart btbcm bluetooth ecdh_generic ecc cast5_generic cast_common ctr aes_arm_bs crypto_simd cryptd algif_skcipher xcbc md5 md4 algif_hash af_alg xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key spidev nft_redir snd_usb_audio snd_hwdep snd_usbmidi_lib snd_rawmidi brcmfmac snd_seq_device brcmutil bcm2835_v4l2(C) sha256_generic vc4 bcm2835_codec(C) v3d bcm2835_isp(C) cfg80211 gpu_sched videobuf2_vmalloc v4l2_mem2mem bcm2835_mmal_vchiq(C) cec videobuf2_dma_contig videobuf2_memops rfkill nft_chain_nat videobuf2_v4l2 nf_nat drm_kms_helper videobuf2_common i2c_mux_pinctrl i2c_mux raspberrypi_hwmon drm videodev drm_panel_orientation_quirks spi_bcm2835 i2c_bcm2835 mc snd_soc_core vc_sm_cma(C) snd_bcm2835(C) snd_compress snd_pcm_dmaengine nft_counter snd_pcm snd_timer rpivid_mem snd syscopyarea sysfillrect sysimgblt fb_sys_fops backlight uio_pdrv_genirq nvmem_rmem uio nft_ct
[57611.032814]  nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables nfnetlink i2c_dev ip_tables x_tables ipv6
[57611.032874] CPU: 1 PID: 13049 Comm: queue50:src Tainted: G        WC        5.10.17-v7l+ #1403
[57611.032878] Hardware name: BCM2711
[57611.032882] Backtrace: 
[57611.032901] [<c0b63050>] (dump_backtrace) from [<c0b633e4>] (show_stack+0x20/0x24)
[57611.032908]  r7:ffffffff r6:00000000 r5:60000013 r4:c12e69fc
[57611.032916] [<c0b633c4>] (show_stack) from [<c0b67774>] (dump_stack+0xcc/0xf8)
[57611.032924] [<c0b676a8>] (dump_stack) from [<c0220bac>] (__warn+0xfc/0x114)
[57611.032930]  r10:ffffe000 r9:00000009 r8:bf1e86b4 r7:00000799 r6:00000009 r5:bf1e86b4
[57611.032935]  r4:bf1edf90 r3:c1205094
[57611.032942] [<c0220ab0>] (__warn) from [<c0b63b54>] (warn_slowpath_fmt+0x70/0xd8)
[57611.032947]  r7:00000799 r6:bf1edf90 r5:c1205048 r4:00000000
[57611.032963] [<c0b63ae8>] (warn_slowpath_fmt) from [<bf1e86b4>] (__vb2_queue_cancel+0x1e0/0x258 [videobuf2_common])
[57611.032968]  r9:00000000 r8:c2784dd0 r7:c19946d0 r6:c32e7540 r5:c32e75a0 r4:c32e7540
[57611.032990] [<bf1e84d4>] (__vb2_queue_cancel [videobuf2_common]) from [<bf1eacf8>] (vb2_core_queue_release+0x28/0x48 [videobuf2_common])
[57611.032995]  r10:ffffe000 r9:00000000 r8:c2784dd0 r7:c19946d0 r6:c32e7058 r5:c32e75a0
[57611.032999]  r4:c32e7540 r3:c35dd180
[57611.033019] [<bf1eacd0>] (vb2_core_queue_release [videobuf2_common]) from [<bf438bd0>] (_vb2_fop_release+0x84/0x94 [videobuf2_v4l2])
[57611.033024]  r5:c5a74540 r4:c32e7398
[57611.033039] [<bf438b4c>] (_vb2_fop_release [videobuf2_v4l2]) from [<bf438c14>] (vb2_fop_release+0x34/0x38 [videobuf2_v4l2])
[57611.033044]  r7:c19946d0 r6:000e001f r5:c5a74540 r4:c5a74540
[57611.033091] [<bf438be0>] (vb2_fop_release [videobuf2_v4l2]) from [<bf23d6e0>] (v4l2_release+0xd8/0xe4 [videodev])
[57611.033095]  r5:c5a74540 r4:c32e7058
[57611.033133] [<bf23d608>] (v4l2_release [videodev]) from [<c043cd58>] (__fput+0x90/0x25c)
[57611.033138]  r5:c3299088 r4:c5a74540
[57611.033144] [<c043ccc8>] (__fput) from [<c043cf3c>] (____fput+0x18/0x1c)
[57611.033149]  r9:00000000 r8:c1354d6c r7:c46bbe00 r6:c46bc354 r5:c2a3d9c0 r4:c5a74540
[57611.033158] [<c043cf24>] (____fput) from [<c02429e8>] (task_work_run+0xb4/0xe4)
[57611.033165] [<c0242934>] (task_work_run) from [<c0225724>] (do_exit+0x498/0xb88)
[57611.033171]  r9:00000000 r8:c3f1ba48 r7:c4f93e94 r6:ffffe000 r5:c3f1ba00 r4:c46bbe00
[57611.033178] [<c022528c>] (do_exit) from [<c0225eb0>] (do_group_exit+0x50/0xe0)
[57611.033182]  r7:c314ee40
[57611.033190] [<c0225e60>] (do_group_exit) from [<c023393c>] (get_signal+0x1c0/0xae0)
[57611.033195]  r7:c314ee40 r6:00000008 r5:00000000 r4:00418004
[57611.033202] [<c023377c>] (get_signal) from [<c020b6bc>] (do_work_pending+0x14c/0x5a8)
[57611.033208]  r10:c1205048 r9:fffffe30 r8:5ac3c35a r7:c4f93f44 r6:b6ce5518 r5:c4f93fb0
[57611.033212]  r4:ffffe000
[57611.033218] [<c020b570>] (do_work_pending) from [<c0200074>] (slow_work_pending+0xc/0x20)
[57611.033223] Exception stack(0xc4f93fb0 to 0xc4f93ff8)
[57611.033228] 3fa0:                                     fffffffb c014c405 a41f7534 0001c00f
[57611.033234] 3fc0: b2219538 a41f7534 93c28020 00000036 00000000 93c28020 00a334d0 00000000
[57611.033239] 3fe0: b2219240 a41f7524 b2206de8 b6ce551c 80000010 0000001c
[57611.033245]  r10:00000036 r9:c4f92000 r8:c0200204 r7:00000036 r6:93c28020 r5:a41f7534
[57611.033249]  r4:b2219538
[57611.033254] ---[ end trace ff5e8c2b6dd206f9 ]---
[57611.033262] videobuf2_common: driver bug: stop_streaming operation is leaving buf c43c7e56 in active state
[57611.033271] videobuf2_common: driver bug: stop_streaming operation is leaving buf 1b3b47db in active state
[57611.033279] videobuf2_common: driver bug: stop_streaming operation is leaving buf bdc0ae80 in active state
[57611.033288] videobuf2_common: driver bug: stop_streaming operation is leaving buf 94367b89 in active state
[57611.033296] videobuf2_common: driver bug: stop_streaming operation is leaving buf 7eef8f6e in active state
[57612.143912] ------------[ cut here ]------------
[57612.143932] WARNING: CPU: 1 PID: 13049 at drivers/firmware/raspberrypi.c:64 rpi_firmware_transaction+0xec/0x128
[57612.143939] Firmware transaction timeout
[57612.143945] Modules linked in: tcp_diag inet_diag jitterentropy_rng drbg authenc echainiv sctp cmac bnep hci_uart btbcm bluetooth ecdh_generic ecc cast5_generic cast_common ctr aes_arm_bs crypto_simd cryptd algif_skcipher xcbc md5 md4 algif_hash af_alg xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key spidev nft_redir snd_usb_audio snd_hwdep snd_usbmidi_lib snd_rawmidi brcmfmac snd_seq_device brcmutil bcm2835_v4l2(C) sha256_generic vc4 bcm2835_codec(C) v3d bcm2835_isp(C) cfg80211 gpu_sched videobuf2_vmalloc v4l2_mem2mem bcm2835_mmal_vchiq(C) cec videobuf2_dma_contig videobuf2_memops rfkill nft_chain_nat videobuf2_v4l2 nf_nat drm_kms_helper videobuf2_common i2c_mux_pinctrl i2c_mux raspberrypi_hwmon drm videodev drm_panel_orientation_quirks spi_bcm2835 i2c_bcm2835 mc snd_soc_core vc_sm_cma(C) snd_bcm2835(C) snd_compress snd_pcm_dmaengine nft_counter snd_pcm snd_timer rpivid_mem snd syscopyarea sysfillrect sysimgblt fb_sys_fops backlight uio_pdrv_genirq nvmem_rmem uio nft_ct
[57612.144448]  nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables nfnetlink i2c_dev ip_tables x_tables ipv6
[57612.144507] CPU: 1 PID: 13049 Comm: queue50:src Tainted: G        WC        5.10.17-v7l+ #1403
[57612.144511] Hardware name: BCM2711
[57612.144516] Backtrace: 
[57612.144529] [<c0b63050>] (dump_backtrace) from [<c0b633e4>] (show_stack+0x20/0x24)
[57612.144536]  r7:ffffffff r6:00000000 r5:60000013 r4:c12e69fc
[57612.144543] [<c0b633c4>] (show_stack) from [<c0b67774>] (dump_stack+0xcc/0xf8)
[57612.144552] [<c0b676a8>] (dump_stack) from [<c0220bac>] (__warn+0xfc/0x114)
[57612.144558]  r10:cfc04008 r9:00000009 r8:c099d5b8 r7:00000040 r6:00000009 r5:c099d5b8
[57612.144563]  r4:c0e9abc8 r3:c1205094
[57612.144570] [<c0220ab0>] (__warn) from [<c0b63b88>] (warn_slowpath_fmt+0xa4/0xd8)
[57612.144575]  r7:00000040 r6:c0e9abc8 r5:c1205048 r4:c0e9abe8
[57612.144583] [<c0b63ae8>] (warn_slowpath_fmt) from [<c099d5b8>] (rpi_firmware_transaction+0xec/0x128)
[57612.144588]  r9:c1a7cc40 r8:00000048 r7:00000000 r6:ffffff92 r5:c1a7cc40 r4:c1205048
[57612.144596] [<c099d4cc>] (rpi_firmware_transaction) from [<c099d6b0>] (rpi_firmware_property_list+0xbc/0x170)
[57612.144601]  r7:c1205048 r6:cfc04000 r5:00001000 r4:cfc04054
[57612.144642] [<c099d5f4>] (rpi_firmware_property_list) from [<bf2830e8>] (vc4_plane_set_blank+0x110/0x168 [vc4])
[57612.144647]  r10:c580c400 r9:00000000 r8:00000000 r7:c359d000 r6:c36b7620 r5:c1205048
[57612.144652]  r4:c36b7440
[57612.144710] [<bf282fd8>] (vc4_plane_set_blank [vc4]) from [<bf2832c8>] (vc4_plane_atomic_update+0x34/0x38 [vc4])
[57612.144716]  r8:c580da00 r7:bf2a2b08 r6:c36b7440 r5:00000000 r4:c4ebd100
[57612.144785] [<bf283294>] (vc4_plane_atomic_update [vc4]) from [<bf3b7ea8>] (drm_atomic_helper_commit_planes+0xe8/0x28c [drm_kms_helper])
[57612.144851] [<bf3b7dc0>] (drm_atomic_helper_commit_planes [drm_kms_helper]) from [<bf28598c>] (vc4_atomic_complete_commit+0x1b0/0x680 [vc4])
[57612.144857]  r10:c359d000 r9:00000000 r8:c359d500 r7:00000000 r6:c359d000 r5:c4ebd100
[57612.144861]  r4:00000001
[57612.144914] [<bf2857dc>] (vc4_atomic_complete_commit [vc4]) from [<bf285fd8>] (vc4_atomic_commit+0x17c/0x1cc [vc4])
[57612.144920]  r10:c359d000 r9:00000000 r8:c359d500 r7:00000000 r6:00000000 r5:c359d000
[57612.144924]  r4:c4ebd100 r3:00000001
[57612.145032] [<bf285e5c>] (vc4_atomic_commit [vc4]) from [<bf33d8f8>] (drm_atomic_commit+0x54/0x60 [drm])
[57612.145038]  r9:c370039c r8:00000001 r7:c36b7440 r6:c359d000 r5:c4ebd100 r4:00000000
[57612.145188] [<bf33d8a4>] (drm_atomic_commit [drm]) from [<bf353f68>] (drm_client_modeset_commit_atomic+0x208/0x248 [drm])
[57612.145193]  r7:c36b7440 r6:00000001 r5:c359d1c4 r4:c4ebd100
[57612.145339] [<bf353d60>] (drm_client_modeset_commit_atomic [drm]) from [<bf354090>] (drm_client_modeset_commit_locked+0x6c/0x198 [drm])
[57612.145345]  r10:ffffe000 r9:00000000 r8:c359d09c r7:c2ba1a00 r6:bf3ca020 r5:c2ba1a18
[57612.145349]  r4:c359d000
[57612.145493] [<bf354024>] (drm_client_modeset_commit_locked [drm]) from [<bf3541f0>] (drm_client_modeset_commit+0x34/0x50 [drm])
[57612.145499]  r9:00000000 r8:c359d09c r7:c2ba1ab4 r6:bf3ca020 r5:c2ba1a00 r4:c359d000
[57612.145609] [<bf3541bc>] (drm_client_modeset_commit [drm]) from [<bf3bf2bc>] (__drm_fb_helper_restore_fbdev_mode_unlocked+0xb0/0xd8 [drm_kms_helper])
[57612.145613]  r5:c2ba1a00 r4:00000000
[57612.145685] [<bf3bf20c>] (__drm_fb_helper_restore_fbdev_mode_unlocked [drm_kms_helper]) from [<bf3bf34c>] (drm_fbdev_client_restore+0x24/0x2c [drm_kms_helper])
[57612.145690]  r7:bf374058 r6:c359d0b0 r5:c359d000 r4:c2ba1a00
[57612.145799] [<bf3bf328>] (drm_fbdev_client_restore [drm_kms_helper]) from [<bf3539c4>] (drm_client_dev_restore+0x84/0xc8 [drm])
[57612.145946] [<bf353940>] (drm_client_dev_restore [drm]) from [<bf328840>] (drm_lastclose+0x58/0x5c [drm])
[57612.145952]  r9:00000000 r8:c2792908 r7:c5b500c0 r6:c36c8140 r5:c359d074 r4:c359d000
[57612.146098] [<bf3287e8>] (drm_lastclose [drm]) from [<bf328960>] (drm_release+0x11c/0x120 [drm])
[57612.146103]  r5:c359d074 r4:c359d000
[57612.146181] [<bf328844>] (drm_release [drm]) from [<c043cd58>] (__fput+0x90/0x25c)
[57612.146186]  r7:c19946d0 r6:000a201f r5:c37ee778 r4:c5b500c0
[57612.146192] [<c043ccc8>] (__fput) from [<c043cf3c>] (____fput+0x18/0x1c)
[57612.146198]  r9:00000000 r8:c1354d6c r7:c46bbe00 r6:c46bc354 r5:c3278840 r4:c5b500c0
[57612.146206] [<c043cf24>] (____fput) from [<c02429e8>] (task_work_run+0xb4/0xe4)
[57612.146214] [<c0242934>] (task_work_run) from [<c0225724>] (do_exit+0x498/0xb88)
[57612.146220]  r9:00000000 r8:c3f1ba48 r7:c4f93e94 r6:ffffe000 r5:c3f1ba00 r4:c46bbe00
[57612.146226] [<c022528c>] (do_exit) from [<c0225eb0>] (do_group_exit+0x50/0xe0)
[57612.146231]  r7:c314ee40
[57612.146238] [<c0225e60>] (do_group_exit) from [<c023393c>] (get_signal+0x1c0/0xae0)
[57612.146243]  r7:c314ee40 r6:00000008 r5:00000000 r4:00418004
[57612.146251] [<c023377c>] (get_signal) from [<c020b6bc>] (do_work_pending+0x14c/0x5a8)
[57612.146257]  r10:c1205048 r9:fffffe30 r8:5ac3c35a r7:c4f93f44 r6:b6ce5518 r5:c4f93fb0
[57612.146260]  r4:ffffe000
[57612.146267] [<c020b570>] (do_work_pending) from [<c0200074>] (slow_work_pending+0xc/0x20)
[57612.146271] Exception stack(0xc4f93fb0 to 0xc4f93ff8)
[57612.146276] 3fa0:                                     fffffffb c014c405 a41f7534 0001c00f
[57612.146282] 3fc0: b2219538 a41f7534 93c28020 00000036 00000000 93c28020 00a334d0 00000000
[57612.146287] 3fe0: b2219240 a41f7524 b2206de8 b6ce551c 80000010 0000001c
[57612.146293]  r10:00000036 r9:c4f92000 r8:c0200204 r7:00000036 r6:93c28020 r5:a41f7534
[57612.146297]  r4:b2219538
[57612.146303] ---[ end trace ff5e8c2b6dd206fa ]---
[57612.146319] ------------[ cut here ]------------
[57612.146354] WARNING: CPU: 1 PID: 13049 at drivers/gpu/drm/vc4/vc4_firmware_kms.c:403 vc4_plane_set_blank+0x15c/0x168 [vc4]
[57612.146361] vc4_plane_set_blank: firmware call failed. Please update your firmware
[57612.146366] Modules linked in: tcp_diag inet_diag jitterentropy_rng drbg authenc echainiv sctp cmac bnep hci_uart btbcm bluetooth ecdh_generic ecc cast5_generic cast_common ctr aes_arm_bs crypto_simd cryptd algif_skcipher xcbc md5 md4 algif_hash af_alg xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key spidev nft_redir snd_usb_audio snd_hwdep snd_usbmidi_lib snd_rawmidi brcmfmac snd_seq_device brcmutil bcm2835_v4l2(C) sha256_generic vc4 bcm2835_codec(C) v3d bcm2835_isp(C) cfg80211 gpu_sched videobuf2_vmalloc v4l2_mem2mem bcm2835_mmal_vchiq(C) cec videobuf2_dma_contig videobuf2_memops rfkill nft_chain_nat videobuf2_v4l2 nf_nat drm_kms_helper videobuf2_common i2c_mux_pinctrl i2c_mux raspberrypi_hwmon drm videodev drm_panel_orientation_quirks spi_bcm2835 i2c_bcm2835 mc snd_soc_core vc_sm_cma(C) snd_bcm2835(C) snd_compress snd_pcm_dmaengine nft_counter snd_pcm snd_timer rpivid_mem snd syscopyarea sysfillrect sysimgblt fb_sys_fops backlight uio_pdrv_genirq nvmem_rmem uio nft_ct
[57612.146852]  nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables nfnetlink i2c_dev ip_tables x_tables ipv6
[57612.146909] CPU: 1 PID: 13049 Comm: queue50:src Tainted: G        WC        5.10.17-v7l+ #1403
[57612.146912] Hardware name: BCM2711
[57612.146916] Backtrace: 
[57612.146928] [<c0b63050>] (dump_backtrace) from [<c0b633e4>] (show_stack+0x20/0x24)
[57612.146933]  r7:ffffffff r6:00000000 r5:60000013 r4:c12e69fc
[57612.146940] [<c0b633c4>] (show_stack) from [<c0b67774>] (dump_stack+0xcc/0xf8)
[57612.146947] [<c0b676a8>] (dump_stack) from [<c0220bac>] (__warn+0xfc/0x114)
[57612.146953]  r10:c580c400 r9:00000009 r8:bf283134 r7:00000193 r6:00000009 r5:bf283134
[57612.146957]  r4:bf2a78bc r3:c1205094
[57612.146964] [<c0220ab0>] (__warn) from [<c0b63b88>] (warn_slowpath_fmt+0xa4/0xd8)
[57612.146969]  r7:00000193 r6:bf2a78bc r5:c1205048 r4:bf2a7884
[57612.147000] [<c0b63ae8>] (warn_slowpath_fmt) from [<bf283134>] (vc4_plane_set_blank+0x15c/0x168 [vc4])
[57612.147006]  r9:00000000 r8:00000000 r7:c359d000 r6:c36b7620 r5:c1205048 r4:ffffff92
[57612.147060] [<bf282fd8>] (vc4_plane_set_blank [vc4]) from [<bf2832c8>] (vc4_plane_atomic_update+0x34/0x38 [vc4])
[57612.147066]  r8:c580da00 r7:bf2a2b08 r6:c36b7440 r5:00000000 r4:c4ebd100
[57612.147130] [<bf283294>] (vc4_plane_atomic_update [vc4]) from [<bf3b7ea8>] (drm_atomic_helper_commit_planes+0xe8/0x28c [drm_kms_helper])
[57612.147194] [<bf3b7dc0>] (drm_atomic_helper_commit_planes [drm_kms_helper]) from [<bf28598c>] (vc4_atomic_complete_commit+0x1b0/0x680 [vc4])
[57612.147200]  r10:c359d000 r9:00000000 r8:c359d500 r7:00000000 r6:c359d000 r5:c4ebd100
[57612.147204]  r4:00000001
[57612.147256] [<bf2857dc>] (vc4_atomic_complete_commit [vc4]) from [<bf285fd8>] (vc4_atomic_commit+0x17c/0x1cc [vc4])
[57612.147262]  r10:c359d000 r9:00000000 r8:c359d500 r7:00000000 r6:00000000 r5:c359d000
[57612.147266]  r4:c4ebd100 r3:00000001
[57612.147368] [<bf285e5c>] (vc4_atomic_commit [vc4]) from [<bf33d8f8>] (drm_atomic_commit+0x54/0x60 [drm])
[57612.147374]  r9:c370039c r8:00000001 r7:c36b7440 r6:c359d000 r5:c4ebd100 r4:00000000
[57612.147520] [<bf33d8a4>] (drm_atomic_commit [drm]) from [<bf353f68>] (drm_client_modeset_commit_atomic+0x208/0x248 [drm])
[57612.147525]  r7:c36b7440 r6:00000001 r5:c359d1c4 r4:c4ebd100
[57612.147670] [<bf353d60>] (drm_client_modeset_commit_atomic [drm]) from [<bf354090>] (drm_client_modeset_commit_locked+0x6c/0x198 [drm])
[57612.147676]  r10:ffffe000 r9:00000000 r8:c359d09c r7:c2ba1a00 r6:bf3ca020 r5:c2ba1a18
[57612.147679]  r4:c359d000
[57612.147823] [<bf354024>] (drm_client_modeset_commit_locked [drm]) from [<bf3541f0>] (drm_client_modeset_commit+0x34/0x50 [drm])
[57612.147829]  r9:00000000 r8:c359d09c r7:c2ba1ab4 r6:bf3ca020 r5:c2ba1a00 r4:c359d000
[57612.147937] [<bf3541bc>] (drm_client_modeset_commit [drm]) from [<bf3bf2bc>] (__drm_fb_helper_restore_fbdev_mode_unlocked+0xb0/0xd8 [drm_kms_helper])
[57612.147942]  r5:c2ba1a00 r4:00000000
[57612.148013] [<bf3bf20c>] (__drm_fb_helper_restore_fbdev_mode_unlocked [drm_kms_helper]) from [<bf3bf34c>] (drm_fbdev_client_restore+0x24/0x2c [drm_kms_helper])
[57612.148018]  r7:bf374058 r6:c359d0b0 r5:c359d000 r4:c2ba1a00
[57612.148126] [<bf3bf328>] (drm_fbdev_client_restore [drm_kms_helper]) from [<bf3539c4>] (drm_client_dev_restore+0x84/0xc8 [drm])
[57612.148272] [<bf353940>] (drm_client_dev_restore [drm]) from [<bf328840>] (drm_lastclose+0x58/0x5c [drm])
[57612.148278]  r9:00000000 r8:c2792908 r7:c5b500c0 r6:c36c8140 r5:c359d074 r4:c359d000
[57612.148424] [<bf3287e8>] (drm_lastclose [drm]) from [<bf328960>] (drm_release+0x11c/0x120 [drm])
[57612.148428]  r5:c359d074 r4:c359d000
[57612.148504] [<bf328844>] (drm_release [drm]) from [<c043cd58>] (__fput+0x90/0x25c)
[57612.148509]  r7:c19946d0 r6:000a201f r5:c37ee778 r4:c5b500c0
[57612.148515] [<c043ccc8>] (__fput) from [<c043cf3c>] (____fput+0x18/0x1c)
[57612.148520]  r9:00000000 r8:c1354d6c r7:c46bbe00 r6:c46bc354 r5:c3278840 r4:c5b500c0
[57612.148527] [<c043cf24>] (____fput) from [<c02429e8>] (task_work_run+0xb4/0xe4)
[57612.148535] [<c0242934>] (task_work_run) from [<c0225724>] (do_exit+0x498/0xb88)
[57612.148540]  r9:00000000 r8:c3f1ba48 r7:c4f93e94 r6:ffffe000 r5:c3f1ba00 r4:c46bbe00
[57612.148547] [<c022528c>] (do_exit) from [<c0225eb0>] (do_group_exit+0x50/0xe0)
[57612.148551]  r7:c314ee40
[57612.148558] [<c0225e60>] (do_group_exit) from [<c023393c>] (get_signal+0x1c0/0xae0)
[57612.148563]  r7:c314ee40 r6:00000008 r5:00000000 r4:00418004
[57612.148570] [<c023377c>] (get_signal) from [<c020b6bc>] (do_work_pending+0x14c/0x5a8)
[57612.148575]  r10:c1205048 r9:fffffe30 r8:5ac3c35a r7:c4f93f44 r6:b6ce5518 r5:c4f93fb0
[57612.148579]  r4:ffffe000
[57612.148585] [<c020b570>] (do_work_pending) from [<c0200074>] (slow_work_pending+0xc/0x20)
[57612.148589] Exception stack(0xc4f93fb0 to 0xc4f93ff8)
[57612.148594] 3fa0:                                     fffffffb c014c405 a41f7534 0001c00f
[57612.148600] 3fc0: b2219538 a41f7534 93c28020 00000036 00000000 93c28020 00a334d0 00000000
[57612.148605] 3fe0: b2219240 a41f7524 b2206de8 b6ce551c 80000010 0000001c
[57612.148610]  r10:00000036 r9:c4f92000 r8:c0200204 r7:00000036 r6:93c28020 r5:a41f7534
[57612.148614]  r4:b2219538
[57612.148619] ---[ end trace ff5e8c2b6dd206fb ]---
[57613.183984] hwmon hwmon1: Failed to get throttled (-110)
[57614.223957] cpu cpu0: dev_pm_opp_set_rate: failed to find current OPP for freq 4294967186 (-34)
[57616.303985] raspberrypi-clk soc:firmware:clocks: Failed to change fw-clk-arm frequency: -110
[57752.385961] INFO: task kworker/2:0:14934 blocked for more than 122 seconds.
[57752.385971]       Tainted: G        WC        5.10.17-v7l+ #1403
[57752.385977] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[57752.385985] task:kworker/2:0     state:D stack:    0 pid:14934 ppid:     2 flags:0x00000000
[57752.386047] Workqueue: events output_poll_execute [drm_kms_helper]
[57752.386059] Backtrace: 
[57752.386081] [<c0b6d050>] (__schedule) from [<c0b6da28>] (schedule+0x68/0xe4)
[57752.386091]  r10:00000002 r9:c5ac9dcc r8:ffffe000 r7:c5ac8000 r6:00000000 r5:c402ec80
[57752.386098]  r4:ffffe000
[57752.386108] [<c0b6d9c0>] (schedule) from [<c0b6de70>] (schedule_preempt_disabled+0x18/0x1c)
[57752.386115]  r5:c5ac9e5c r4:c359d104
[57752.386126] [<c0b6de58>] (schedule_preempt_disabled) from [<c0b6f8a4>] (__ww_mutex_lock.constprop.7+0x478/0x860)
[57752.386137] [<c0b6f42c>] (__ww_mutex_lock.constprop.7) from [<c0b6fd40>] (__ww_mutex_lock_slowpath+0x20/0x24)
[57752.386145]  r10:00000001 r9:c3cc0c40 r8:c359d000 r7:00000000 r6:c359d104 r5:c5ac9e5c
[57752.386152]  r4:c359d104
[57752.386162] [<c0b6fd20>] (__ww_mutex_lock_slowpath) from [<c0b6fda8>] (ww_mutex_lock+0x64/0x70)
[57752.386252] [<c0b6fd44>] (ww_mutex_lock) from [<bf33c4e0>] (drm_modeset_lock+0x50/0x118 [drm])
[57752.386259]  r5:00000000 r4:c5ac9e5c
[57752.386375] [<bf33c490>] (drm_modeset_lock [drm]) from [<bf3ab58c>] (drm_helper_probe_detect_ctx+0x74/0x138 [drm_kms_helper])
[57752.386383]  r7:00000000 r6:c1205048 r5:c3cc0c40 r4:bf2a2d80
[57752.386457] [<bf3ab518>] (drm_helper_probe_detect_ctx [drm_kms_helper]) from [<bf3ab8b0>] (output_poll_execute+0x120/0x1d8 [drm_kms_helper])
[57752.386464]  r7:00000000 r6:00000001 r5:c359d20c r4:c1205048
[57752.386510] [<bf3ab790>] (output_poll_execute [drm_kms_helper]) from [<c023dc18>] (process_one_work+0x250/0x5a0)
[57752.386518]  r10:00000000 r9:00000000 r8:00000080 r7:dff30900 r6:dff2d640 r5:c3289100
[57752.386524]  r4:c359d20c
[57752.386534] [<c023d9c8>] (process_one_work) from [<c023dfc8>] (worker_thread+0x60/0x5c4)
[57752.386542]  r10:dff2d640 r9:c1203d00 r8:dff2d658 r7:00000008 r6:dff2d640 r5:c3289114
[57752.386549]  r4:c3289100
[57752.386558] [<c023df68>] (worker_thread) from [<c0245a50>] (kthread+0x170/0x174)
[57752.386566]  r10:c607de74 r9:c3289100 r8:c023df68 r7:c5ac8000 r6:00000000 r5:c5a0f900
[57752.386573]  r4:c43c8440
[57752.386582] [<c02458e0>] (kthread) from [<c02000ec>] (ret_from_fork+0x14/0x28)
[57752.386589] Exception stack(0xc5ac9fb0 to 0xc5ac9ff8)
[57752.386597] 9fa0:                                     00000000 00000000 00000000 00000000
[57752.386605] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[57752.386612] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[57752.386620]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c02458e0
[57752.386627]  r4:c5a0f900
[57752.386636] INFO: task kworker/0:1:15095 blocked for more than 122 seconds.
[57752.386643]       Tainted: G        WC        5.10.17-v7l+ #1403
[57752.386649] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[57752.386656] task:kworker/0:1     state:D stack:    0 pid:15095 ppid:     2 flags:0x00000000
[57752.386674] Workqueue: events dbs_work_handler
[57752.386685] Backtrace: 
[57752.386700] [<c0b6d050>] (__schedule) from [<c0b6da28>] (schedule+0x68/0xe4)
[57752.386708]  r10:00000000 r9:00000002 r8:c1205048 r7:c600c000 r6:c600dc2c r5:c195dd00
[57752.386715]  r4:ffffe000
[57752.386725] [<c0b6d9c0>] (schedule) from [<c0b6de70>] (schedule_preempt_disabled+0x18/0x1c)
[57752.386742]  r5:ffffe000 r4:c131de10
[57752.386752] [<c0b6de58>] (schedule_preempt_disabled) from [<c0b700f8>] (__mutex_lock.constprop.9+0x344/0x58c)
[57752.386763] [<c0b6fdb4>] (__mutex_lock.constprop.9) from [<c0b7045c>] (__mutex_lock_slowpath+0x1c/0x20)
[57752.386771]  r10:cfc06008 r9:c1a7cc40 r8:00000018 r7:c1205048 r6:cfc06000 r5:c1a7cc40
[57752.386777]  r4:c131de10
[57752.386786] [<c0b70440>] (__mutex_lock_slowpath) from [<c0b704bc>] (mutex_lock+0x5c/0x60)
[57752.386798] [<c0b70460>] (mutex_lock) from [<c099d51c>] (rpi_firmware_transaction+0x50/0x128)
[57752.386805]  r5:c1a7cc40 r4:c1205048
[57752.386814] [<c099d4cc>] (rpi_firmware_transaction) from [<c099d6b0>] (rpi_firmware_property_list+0xbc/0x170)
[57752.386822]  r7:c1205048 r6:cfc06000 r5:00001000 r4:cfc06024
[57752.386831] [<c099d5f4>] (rpi_firmware_property_list) from [<c099d7d4>] (rpi_firmware_property+0x70/0x118)
[57752.386839]  r10:c5bbbdcc r9:00030002 r8:00000018 r7:c1a7cc40 r6:c600dd48 r5:0000000c
[57752.386846]  r4:c5bbbdc0
[57752.386856] [<c099d764>] (rpi_firmware_property) from [<c07e4e54>] (raspberrypi_clock_property+0x54/0x7c)
[57752.386864]  r10:00000000 r9:00000000 r8:c2291880 r7:00000000 r6:ffffff92 r5:c600dd70
[57752.386871]  r4:c1205048 r3:0000000c
[57752.386879] [<c07e4e00>] (raspberrypi_clock_property) from [<c07e4ec8>] (raspberrypi_fw_get_rate+0x4c/0x70)
[57752.386886]  r5:00000000 r4:c1205048
[57752.386895] [<c07e4e7c>] (raspberrypi_fw_get_rate) from [<c07db7d4>] (clk_recalc+0x44/0x84)
[57752.386902]  r4:c1b69900
[57752.386910] [<c07db790>] (clk_recalc) from [<c07dbac4>] (__clk_recalc_rates+0x30/0x94)
[57752.386917]  r5:00000000 r4:c1b69900
[57752.386926] [<c07dba94>] (__clk_recalc_rates) from [<c07dbb80>] (clk_core_get_rate_recalc+0x58/0x5c)
[57752.386933]  r7:00000000 r6:c1205048 r5:23c34600 r4:c1b69900
[57752.386941] [<c07dbb28>] (clk_core_get_rate_recalc) from [<c07dbbac>] (clk_get_rate+0x28/0x38)
[57752.386948]  r5:23c34600 r4:c2291880
[57752.386957] [<c07dbb84>] (clk_get_rate) from [<c0968a10>] (dev_pm_opp_set_rate+0x70/0x588)
[57752.386963]  r5:23c34600 r4:c229c200
[57752.386973] [<c09689a0>] (dev_pm_opp_set_rate) from [<c0973900>] (set_target+0x38/0x3c)
[57752.386981]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:c1404e44 r5:c1205048
[57752.386987]  r4:c229c400
[57752.386997] [<c09738c8>] (set_target) from [<c096e604>] (__cpufreq_driver_target+0x1bc/0x540)
[57752.387007] [<c096e448>] (__cpufreq_driver_target) from [<c0971994>] (od_dbs_update+0xc4/0x170)
[57752.387015]  r10:00000000 r9:c37ff800 r8:c4622780 r7:c37ffa80 r6:c37ff800 r5:c37ffa80
[57752.387021]  r4:c229c400
[57752.387031] [<c09718d0>] (od_dbs_update) from [<c0972bf8>] (dbs_work_handler+0x3c/0x64)
[57752.387039]  r9:00000000 r8:c131beac r7:c229c400 r6:c37ffa84 r5:00000000 r4:c37ffab8
[57752.387049] [<c0972bbc>] (dbs_work_handler) from [<c023dc18>] (process_one_work+0x250/0x5a0)
[57752.387057]  r9:00000000 r8:00000000 r7:dff08900 r6:dff05640 r5:c44bc100 r4:c37ffab8
[57752.387066] [<c023d9c8>] (process_one_work) from [<c023dfc8>] (worker_thread+0x60/0x5c4)
[57752.387074]  r10:dff05640 r9:c1203d00 r8:dff05658 r7:00000008 r6:dff05640 r5:c44bc114
[57752.387081]  r4:c44bc100
[57752.387096] [<c023df68>] (worker_thread) from [<c0245a50>] (kthread+0x170/0x174)
[57752.387105]  r10:c6043e74 r9:c44bc100 r8:c023df68 r7:c600c000 r6:00000000 r5:c350b440
[57752.387111]  r4:c5a0fe00
[57752.387119] [<c02458e0>] (kthread) from [<c02000ec>] (ret_from_fork+0x14/0x28)
[57752.387126] Exception stack(0xc600dfb0 to 0xc600dff8)
[57752.387133] dfa0:                                     00000000 00000000 00000000 00000000
[57752.387141] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[57752.387148] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[57752.387156]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c02458e0
[57752.387163]  r4:c350b440
[57752.387171] INFO: task kworker/1:0:15150 blocked for more than 122 seconds.
[57752.387177]       Tainted: G        WC        5.10.17-v7l+ #1403
[57752.387183] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[57752.387190] task:kworker/1:0     state:D stack:    0 pid:15150 ppid:     2 flags:0x00000000
[57752.387209] Workqueue: events get_values_poll [raspberrypi_hwmon]
[57752.387220] Backtrace: 
[57752.387235] [<c0b6d050>] (__schedule) from [<c0b6da28>] (schedule+0x68/0xe4)
[57752.387243]  r10:cfc07008 r9:dff12540 r8:dff12540 r7:c1205048 r6:c5b17d8c r5:c4275d00
[57752.387250]  r4:ffffe000
[57752.387260] [<c0b6d9c0>] (schedule) from [<c0b71d94>] (schedule_timeout+0x1d0/0x384)
[57752.387267]  r5:c1203d00 r4:005cf450
[57752.387277] [<c0b71bc4>] (schedule_timeout) from [<c0b6ea08>] (wait_for_completion_timeout+0xb8/0x144)
[57752.387285]  r9:00000002 r8:ffffe000 r7:c1982e90 r6:c1205048 r5:00057e40 r4:c1982e8c
[57752.387296] [<c0b6e950>] (wait_for_completion_timeout) from [<c09cd84c>] (mbox_send_message+0xb8/0x11c)
[57752.387304]  r9:c1a7cc40 r8:00000010 r7:c5b17e28 r6:c1982ef8 r5:0000000b r4:c1982e80
[57752.387313] [<c09cd794>] (mbox_send_message) from [<c099d530>] (rpi_firmware_transaction+0x64/0x128)
[57752.387321]  r7:00000000 r6:cfc07000 r5:c1a7cc40 r4:c1205048
[57752.387330] [<c099d4cc>] (rpi_firmware_transaction) from [<c099d6b0>] (rpi_firmware_property_list+0xbc/0x170)
[57752.387338]  r7:c1205048 r6:cfc07000 r5:00001000 r4:cfc0701c
[57752.387347] [<c099d5f4>] (rpi_firmware_property_list) from [<c099d7d4>] (rpi_firmware_property+0x70/0x118)
[57752.387355]  r10:c435580c r9:00030046 r8:00000010 r7:c1a7cc40 r6:c5b17ed8 r5:00000004
[57752.387361]  r4:c4355800
[57752.387371] [<c099d764>] (rpi_firmware_property) from [<bf1320c0>] (get_values_poll+0x4c/0x150 [raspberrypi_hwmon])
[57752.387379]  r10:00000000 r9:00000000 r8:00000040 r7:dff1c900 r6:dff19640 r5:c37c29cc
[57752.387386]  r4:c1205048 r3:00000004
[57752.387396] [<bf132074>] (get_values_poll [raspberrypi_hwmon]) from [<c023dc18>] (process_one_work+0x250/0x5a0)
[57752.387403]  r5:c4e51a80 r4:c37c29cc
[57752.387413] [<c023d9c8>] (process_one_work) from [<c023dfc8>] (worker_thread+0x60/0x5c4)
[57752.387420]  r10:dff19640 r9:c1203d00 r8:dff19658 r7:00000008 r6:dff19640 r5:c4e51a94
[57752.387427]  r4:c4e51a80
[57752.387436] [<c023df68>] (worker_thread) from [<c0245a50>] (kthread+0x170/0x174)
[57752.387444]  r10:c3605e74 r9:c4e51a80 r8:c023df68 r7:c5b16000 r6:00000000 r5:c4ebd040
[57752.387450]  r4:c34c3c40
[57752.387458] [<c02458e0>] (kthread) from [<c02000ec>] (ret_from_fork+0x14/0x28)
[57752.387465] Exception stack(0xc5b17fb0 to 0xc5b17ff8)
[57752.387472] 7fa0:                                     00000000 00000000 00000000 00000000
[57752.387480] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[57752.387487] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[57752.387495]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c02458e0
[57752.387501]  r4:c4ebd040
[57752.387508] INFO: task python3:15151 blocked for more than 122 seconds.
[57752.387515]       Tainted: G        WC        5.10.17-v7l+ #1403
[57752.387521] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[57752.387528] task:python3         state:D stack:    0 pid:15151 ppid:     1 flags:0x00000000
[57752.387540] Backtrace: 
[57752.387555] [<c0b6d050>] (__schedule) from [<c0b6da28>] (schedule+0x68/0xe4)
[57752.387563]  r10:00000001 r9:00000002 r8:c1205048 r7:c5b38000 r6:c5b39b44 r5:c4270f80
[57752.387570]  r4:ffffe000
[57752.387579] [<c0b6d9c0>] (schedule) from [<c0b6de70>] (schedule_preempt_disabled+0x18/0x1c)
[57752.387586]  r5:ffffe000 r4:c131de10
[57752.387596] [<c0b6de58>] (schedule_preempt_disabled) from [<c0b700f8>] (__mutex_lock.constprop.9+0x344/0x58c)
[57752.387606] [<c0b6fdb4>] (__mutex_lock.constprop.9) from [<c0b7045c>] (__mutex_lock_slowpath+0x1c/0x20)
[57752.387614]  r10:cfc04008 r9:c1a7cc40 r8:00000048 r7:c1205048 r6:cfc04000 r5:c1a7cc40
[57752.387620]  r4:c131de10
[57752.387630] [<c0b70440>] (__mutex_lock_slowpath) from [<c0b704bc>] (mutex_lock+0x5c/0x60)
[57752.387640] [<c0b70460>] (mutex_lock) from [<c099d51c>] (rpi_firmware_transaction+0x50/0x128)
[57752.387646]  r5:c1a7cc40 r4:c1205048
[57752.387656] [<c099d4cc>] (rpi_firmware_transaction) from [<c099d6b0>] (rpi_firmware_property_list+0xbc/0x170)
[57752.387663]  r7:c1205048 r6:cfc04000 r5:00001000 r4:cfc04054
[57752.387703] [<c099d5f4>] (rpi_firmware_property_list) from [<bf2830e8>] (vc4_plane_set_blank+0x110/0x168 [vc4])
[57752.387711]  r10:c5bea000 r9:00000000 r8:00000000 r7:c359d000 r6:c36b7620 r5:c1205048
[57752.387718]  r4:c36b7440
[57752.387777] [<bf282fd8>] (vc4_plane_set_blank [vc4]) from [<bf2832c8>] (vc4_plane_atomic_update+0x34/0x38 [vc4])
[57752.387785]  r8:c5be4200 r7:bf2a2b08 r6:c36b7440 r5:00000000 r4:c32d1a40
[57752.387854] [<bf283294>] (vc4_plane_atomic_update [vc4]) from [<bf3b7ea8>] (drm_atomic_helper_commit_planes+0xe8/0x28c [drm_kms_helper])
[57752.387921] [<bf3b7dc0>] (drm_atomic_helper_commit_planes [drm_kms_helper]) from [<bf28598c>] (vc4_atomic_complete_commit+0x1b0/0x680 [vc4])
[57752.387930]  r10:c359d000 r9:00000000 r8:c359d500 r7:00000000 r6:c359d000 r5:c32d1a40
[57752.387936]  r4:00000001
[57752.387992] [<bf2857dc>] (vc4_atomic_complete_commit [vc4]) from [<bf285fd8>] (vc4_atomic_commit+0x17c/0x1cc [vc4])
[57752.388000]  r10:c359d000 r9:00000000 r8:c359d500 r7:00000000 r6:00000000 r5:c359d000
[57752.388007]  r4:c32d1a40 r3:00000001
[57752.388115] [<bf285e5c>] (vc4_atomic_commit [vc4]) from [<bf33d8f8>] (drm_atomic_commit+0x54/0x60 [drm])
[57752.388124]  r9:c370039c r8:00000001 r7:c36b7440 r6:c359d000 r5:c32d1a40 r4:00000000
[57752.388275] [<bf33d8a4>] (drm_atomic_commit [drm]) from [<bf353f68>] (drm_client_modeset_commit_atomic+0x208/0x248 [drm])
[57752.388283]  r7:c36b7440 r6:00000001 r5:c359d1c4 r4:c32d1a40
[57752.388431] [<bf353d60>] (drm_client_modeset_commit_atomic [drm]) from [<bf354090>] (drm_client_modeset_commit_locked+0x6c/0x198 [drm])
[57752.388439]  r10:c1205048 r9:fffffe30 r8:c359d09c r7:c2ba1a00 r6:bf3ca020 r5:c2ba1a18
[57752.388446]  r4:c359d000
[57752.388593] [<bf354024>] (drm_client_modeset_commit_locked [drm]) from [<bf3541f0>] (drm_client_modeset_commit+0x34/0x50 [drm])
[57752.388601]  r9:fffffe30 r8:c359d09c r7:c2ba1ab4 r6:bf3ca020 r5:c2ba1a00 r4:c359d000
[57752.388712] [<bf3541bc>] (drm_client_modeset_commit [drm]) from [<bf3bf2bc>] (__drm_fb_helper_restore_fbdev_mode_unlocked+0xb0/0xd8 [drm_kms_helper])
[57752.388719]  r5:c2ba1a00 r4:00000000
[57752.388793] [<bf3bf20c>] (__drm_fb_helper_restore_fbdev_mode_unlocked [drm_kms_helper]) from [<bf3bf34c>] (drm_fbdev_client_restore+0x24/0x2c [drm_kms_helper])
[57752.388801]  r7:bf374058 r6:c359d0b0 r5:c359d000 r4:c2ba1a00
[57752.388912] [<bf3bf328>] (drm_fbdev_client_restore [drm_kms_helper]) from [<bf3539c4>] (drm_client_dev_restore+0x84/0xc8 [drm])
[57752.389061] [<bf353940>] (drm_client_dev_restore [drm]) from [<bf328840>] (drm_lastclose+0x58/0x5c [drm])
[57752.389069]  r9:fffffe30 r8:c2792908 r7:c4f11cc0 r6:c36c8140 r5:c359d074 r4:c359d000
[57752.389217] [<bf3287e8>] (drm_lastclose [drm]) from [<bf328960>] (drm_release+0x11c/0x120 [drm])
[57752.389224]  r5:c359d074 r4:c359d000
[57752.389305] [<bf328844>] (drm_release [drm]) from [<c043cd58>] (__fput+0x90/0x25c)
[57752.389312]  r7:c19946d0 r6:000a201f r5:c37ee778 r4:c4f11cc0
[57752.389321] [<c043ccc8>] (__fput) from [<c043cf3c>] (____fput+0x18/0x1c)
[57752.389329]  r9:fffffe30 r8:c1354d6c r7:c4270f80 r6:c42714d4 r5:00000000 r4:c4f11cc0
[57752.389339] [<c043cf24>] (____fput) from [<c02429e8>] (task_work_run+0xb4/0xe4)
[57752.389349] [<c0242934>] (task_work_run) from [<c020bb10>] (do_work_pending+0x5a0/0x5a8)
[57752.389357]  r9:fffffe30 r8:5ac3c35a r7:00000004 r6:c0200204 r5:c5b39fb0 r4:ffffe000
[57752.389365] [<c020b570>] (do_work_pending) from [<c0200074>] (slow_work_pending+0xc/0x20)
[57752.389372] Exception stack(0xc5b39fb0 to 0xc5b39ff8)
[57752.389379] 9fa0:                                     00000000 b6f0eb54 00000000 00000000
[57752.389387] 9fc0: 00000010 00000010 00000000 00000006 0000000f b2b26470 00fe1348 b44aa068
[57752.389395] 9fe0: 00000002 bec5fea8 00000000 b6e5531c 80000010 00000010
[57752.389403]  r10:00000006 r9:c5b38000 r8:c0200204 r7:00000006 r6:00000000 r5:00000010
[57752.389409]  r4:00000010
[57875.267731] INFO: task kworker/2:0:14934 blocked for more than 245 seconds.
[57875.267741]       Tainted: G        WC        5.10.17-v7l+ #1403
[57875.267747] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[57875.267755] task:kworker/2:0     state:D stack:    0 pid:14934 ppid:     2 flags:0x00000000
[57875.267818] Workqueue: events output_poll_execute [drm_kms_helper]
[57875.267830] Backtrace: 
[57875.267852] [<c0b6d050>] (__schedule) from [<c0b6da28>] (schedule+0x68/0xe4)
[57875.267862]  r10:00000002 r9:c5ac9dcc r8:ffffe000 r7:c5ac8000 r6:00000000 r5:c402ec80
[57875.267869]  r4:ffffe000
[57875.267879] [<c0b6d9c0>] (schedule) from [<c0b6de70>] (schedule_preempt_disabled+0x18/0x1c)
[57875.267886]  r5:c5ac9e5c r4:c359d104
[57875.267898] [<c0b6de58>] (schedule_preempt_disabled) from [<c0b6f8a4>] (__ww_mutex_lock.constprop.7+0x478/0x860)
[57875.267908] [<c0b6f42c>] (__ww_mutex_lock.constprop.7) from [<c0b6fd40>] (__ww_mutex_lock_slowpath+0x20/0x24)
[57875.267917]  r10:00000001 r9:c3cc0c40 r8:c359d000 r7:00000000 r6:c359d104 r5:c5ac9e5c
[57875.267923]  r4:c359d104
[57875.267933] [<c0b6fd20>] (__ww_mutex_lock_slowpath) from [<c0b6fda8>] (ww_mutex_lock+0x64/0x70)
[57875.268024] [<c0b6fd44>] (ww_mutex_lock) from [<bf33c4e0>] (drm_modeset_lock+0x50/0x118 [drm])
[57875.268031]  r5:00000000 r4:c5ac9e5c
[57875.268148] [<bf33c490>] (drm_modeset_lock [drm]) from [<bf3ab58c>] (drm_helper_probe_detect_ctx+0x74/0x138 [drm_kms_helper])
[57875.268156]  r7:00000000 r6:c1205048 r5:c3cc0c40 r4:bf2a2d80
[57875.268230] [<bf3ab518>] (drm_helper_probe_detect_ctx [drm_kms_helper]) from [<bf3ab8b0>] (output_poll_execute+0x120/0x1d8 [drm_kms_helper])
[57875.268238]  r7:00000000 r6:00000001 r5:c359d20c r4:c1205048
[57875.268284] [<bf3ab790>] (output_poll_execute [drm_kms_helper]) from [<c023dc18>] (process_one_work+0x250/0x5a0)
[57875.268293]  r10:00000000 r9:00000000 r8:00000080 r7:dff30900 r6:dff2d640 r5:c3289100
[57875.268299]  r4:c359d20c
[57875.268309] [<c023d9c8>] (process_one_work) from [<c023dfc8>] (worker_thread+0x60/0x5c4)
[57875.268317]  r10:dff2d640 r9:c1203d00 r8:dff2d658 r7:00000008 r6:dff2d640 r5:c3289114
[57875.268323]  r4:c3289100
[57875.268333] [<c023df68>] (worker_thread) from [<c0245a50>] (kthread+0x170/0x174)
[57875.268341]  r10:c607de74 r9:c3289100 r8:c023df68 r7:c5ac8000 r6:00000000 r5:c5a0f900
[57875.268347]  r4:c43c8440
[57875.268357] [<c02458e0>] (kthread) from [<c02000ec>] (ret_from_fork+0x14/0x28)
[57875.268363] Exception stack(0xc5ac9fb0 to 0xc5ac9ff8)
[57875.268371] 9fa0:                                     00000000 00000000 00000000 00000000
[57875.268379] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[57875.268386] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[57875.268394]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c02458e0
[57875.268401]  r4:c5a0f900
[57875.268410] INFO: task kworker/0:1:15095 blocked for more than 245 seconds.
[57875.268416]       Tainted: G        WC        5.10.17-v7l+ #1403
[57875.268422] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[57875.268429] task:kworker/0:1     state:D stack:    0 pid:15095 ppid:     2 flags:0x00000000
[57875.268446] Workqueue: events dbs_work_handler
[57875.268457] Backtrace: 
[57875.268472] [<c0b6d050>] (__schedule) from [<c0b6da28>] (schedule+0x68/0xe4)
[57875.268481]  r10:00000000 r9:00000002 r8:c1205048 r7:c600c000 r6:c600dc2c r5:c195dd00
[57875.268487]  r4:ffffe000
[57875.268496] [<c0b6d9c0>] (schedule) from [<c0b6de70>] (schedule_preempt_disabled+0x18/0x1c)
[57875.268503]  r5:ffffe000 r4:c131de10
[57875.268513] [<c0b6de58>] (schedule_preempt_disabled) from [<c0b700f8>] (__mutex_lock.constprop.9+0x344/0x58c)
[57875.268524] [<c0b6fdb4>] (__mutex_lock.constprop.9) from [<c0b7045c>] (__mutex_lock_slowpath+0x1c/0x20)
[57875.268532]  r10:cfc06008 r9:c1a7cc40 r8:00000018 r7:c1205048 r6:cfc06000 r5:c1a7cc40
[57875.268538]  r4:c131de10
[57875.268548] [<c0b70440>] (__mutex_lock_slowpath) from [<c0b704bc>] (mutex_lock+0x5c/0x60)
[57875.268559] [<c0b70460>] (mutex_lock) from [<c099d51c>] (rpi_firmware_transaction+0x50/0x128)
[57875.268566]  r5:c1a7cc40 r4:c1205048
[57875.268576] [<c099d4cc>] (rpi_firmware_transaction) from [<c099d6b0>] (rpi_firmware_property_list+0xbc/0x170)
[57875.268583]  r7:c1205048 r6:cfc06000 r5:00001000 r4:cfc06024
[57875.268593] [<c099d5f4>] (rpi_firmware_property_list) from [<c099d7d4>] (rpi_firmware_property+0x70/0x118)
[57875.268601]  r10:c5bbbdcc r9:00030002 r8:00000018 r7:c1a7cc40 r6:c600dd48 r5:0000000c
[57875.268607]  r4:c5bbbdc0
[57875.268617] [<c099d764>] (rpi_firmware_property) from [<c07e4e54>] (raspberrypi_clock_property+0x54/0x7c)
[57875.268625]  r10:00000000 r9:00000000 r8:c2291880 r7:00000000 r6:ffffff92 r5:c600dd70
[57875.268632]  r4:c1205048 r3:0000000c
[57875.268640] [<c07e4e00>] (raspberrypi_clock_property) from [<c07e4ec8>] (raspberrypi_fw_get_rate+0x4c/0x70)
[57875.268647]  r5:00000000 r4:c1205048
[57875.268656] [<c07e4e7c>] (raspberrypi_fw_get_rate) from [<c07db7d4>] (clk_recalc+0x44/0x84)
[57875.268662]  r4:c1b69900
[57875.268671] [<c07db790>] (clk_recalc) from [<c07dbac4>] (__clk_recalc_rates+0x30/0x94)
[57875.268678]  r5:00000000 r4:c1b69900
[57875.268686] [<c07dba94>] (__clk_recalc_rates) from [<c07dbb80>] (clk_core_get_rate_recalc+0x58/0x5c)
[57875.268694]  r7:00000000 r6:c1205048 r5:23c34600 r4:c1b69900
[57875.268703] [<c07dbb28>] (clk_core_get_rate_recalc) from [<c07dbbac>] (clk_get_rate+0x28/0x38)
[57875.268709]  r5:23c34600 r4:c2291880
[57875.268718] [<c07dbb84>] (clk_get_rate) from [<c0968a10>] (dev_pm_opp_set_rate+0x70/0x588)
[57875.268725]  r5:23c34600 r4:c229c200
[57875.268734] [<c09689a0>] (dev_pm_opp_set_rate) from [<c0973900>] (set_target+0x38/0x3c)
[57875.268742]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:c1404e44 r5:c1205048
[57875.268748]  r4:c229c400
[57875.268758] [<c09738c8>] (set_target) from [<c096e604>] (__cpufreq_driver_target+0x1bc/0x540)
[57875.268768] [<c096e448>] (__cpufreq_driver_target) from [<c0971994>] (od_dbs_update+0xc4/0x170)
[57875.268776]  r10:00000000 r9:c37ff800 r8:c4622780 r7:c37ffa80 r6:c37ff800 r5:c37ffa80
[57875.268782]  r4:c229c400
[57875.268792] [<c09718d0>] (od_dbs_update) from [<c0972bf8>] (dbs_work_handler+0x3c/0x64)
[57875.268800]  r9:00000000 r8:c131beac r7:c229c400 r6:c37ffa84 r5:00000000 r4:c37ffab8
[57875.268810] [<c0972bbc>] (dbs_work_handler) from [<c023dc18>] (process_one_work+0x250/0x5a0)
[57875.268818]  r9:00000000 r8:00000000 r7:dff08900 r6:dff05640 r5:c44bc100 r4:c37ffab8
[57875.268827] [<c023d9c8>] (process_one_work) from [<c023dfc8>] (worker_thread+0x60/0x5c4)
[57875.268835]  r10:dff05640 r9:c1203d00 r8:dff05658 r7:00000008 r6:dff05640 r5:c44bc114
[57875.268841]  r4:c44bc100
[57875.268851] [<c023df68>] (worker_thread) from [<c0245a50>] (kthread+0x170/0x174)
[57875.268859]  r10:c6043e74 r9:c44bc100 r8:c023df68 r7:c600c000 r6:00000000 r5:c350b440
[57875.268865]  r4:c5a0fe00
[57875.268873] [<c02458e0>] (kthread) from [<c02000ec>] (ret_from_fork+0x14/0x28)
[57875.268880] Exception stack(0xc600dfb0 to 0xc600dff8)
[57875.268887] dfa0:                                     00000000 00000000 00000000 00000000
[57875.268895] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[57875.268902] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[57875.268910]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c02458e0
[57875.268916]  r4:c350b440
[57875.268924] INFO: task kworker/1:0:15150 blocked for more than 245 seconds.
[57875.268931]       Tainted: G        WC        5.10.17-v7l+ #1403
[57875.268937] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[57875.268943] task:kworker/1:0     state:D stack:    0 pid:15150 ppid:     2 flags:0x00000000
[57875.268962] Workqueue: events get_values_poll [raspberrypi_hwmon]
[57875.268974] Backtrace: 
[57875.268989] [<c0b6d050>] (__schedule) from [<c0b6da28>] (schedule+0x68/0xe4)
[57875.268997]  r10:cfc07008 r9:dff12540 r8:dff12540 r7:c1205048 r6:c5b17d8c r5:c4275d00
[57875.269003]  r4:ffffe000
[57875.269013] [<c0b6d9c0>] (schedule) from [<c0b71d94>] (schedule_timeout+0x1d0/0x384)
[57875.269020]  r5:c1203d00 r4:005cf450
[57875.269030] [<c0b71bc4>] (schedule_timeout) from [<c0b6ea08>] (wait_for_completion_timeout+0xb8/0x144)
[57875.269038]  r9:00000002 r8:ffffe000 r7:c1982e90 r6:c1205048 r5:00057e40 r4:c1982e8c
[57875.269049] [<c0b6e950>] (wait_for_completion_timeout) from [<c09cd84c>] (mbox_send_message+0xb8/0x11c)
[57875.269057]  r9:c1a7cc40 r8:00000010 r7:c5b17e28 r6:c1982ef8 r5:0000000b r4:c1982e80
[57875.269066] [<c09cd794>] (mbox_send_message) from [<c099d530>] (rpi_firmware_transaction+0x64/0x128)
[57875.269074]  r7:00000000 r6:cfc07000 r5:c1a7cc40 r4:c1205048
[57875.269083] [<c099d4cc>] (rpi_firmware_transaction) from [<c099d6b0>] (rpi_firmware_property_list+0xbc/0x170)
[57875.269091]  r7:c1205048 r6:cfc07000 r5:00001000 r4:cfc0701c
[57875.269100] [<c099d5f4>] (rpi_firmware_property_list) from [<c099d7d4>] (rpi_firmware_property+0x70/0x118)
[57875.269108]  r10:c435580c r9:00030046 r8:00000010 r7:c1a7cc40 r6:c5b17ed8 r5:00000004
[57875.269114]  r4:c4355800
[57875.269124] [<c099d764>] (rpi_firmware_property) from [<bf1320c0>] (get_values_poll+0x4c/0x150 [raspberrypi_hwmon])
[57875.269133]  r10:00000000 r9:00000000 r8:00000040 r7:dff1c900 r6:dff19640 r5:c37c29cc
[57875.269139]  r4:c1205048 r3:00000004
[57875.269149] [<bf132074>] (get_values_poll [raspberrypi_hwmon]) from [<c023dc18>] (process_one_work+0x250/0x5a0)
[57875.269156]  r5:c4e51a80 r4:c37c29cc
[57875.269165] [<c023d9c8>] (process_one_work) from [<c023dfc8>] (worker_thread+0x60/0x5c4)
[57875.269173]  r10:dff19640 r9:c1203d00 r8:dff19658 r7:00000008 r6:dff19640 r5:c4e51a94
[57875.269180]  r4:c4e51a80
[57875.269188] [<c023df68>] (worker_thread) from [<c0245a50>] (kthread+0x170/0x174)
[57875.269196]  r10:c3605e74 r9:c4e51a80 r8:c023df68 r7:c5b16000 r6:00000000 r5:c4ebd040
[57875.269203]  r4:c34c3c40
[57875.269211] [<c02458e0>] (kthread) from [<c02000ec>] (ret_from_fork+0x14/0x28)
[57875.269217] Exception stack(0xc5b17fb0 to 0xc5b17ff8)
[57875.269225] 7fa0:                                     00000000 00000000 00000000 00000000
[57875.269232] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[57875.269239] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[57875.269247]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c02458e0
[57875.269254]  r4:c4ebd040
[57875.269261] INFO: task python3:15151 blocked for more than 245 seconds.
[57875.269267]       Tainted: G        WC        5.10.17-v7l+ #1403
[57875.269273] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[57875.269280] task:python3         state:D stack:    0 pid:15151 ppid:     1 flags:0x00000000
[57875.269292] Backtrace: 
[57875.269307] [<c0b6d050>] (__schedule) from [<c0b6da28>] (schedule+0x68/0xe4)
[57875.269315]  r10:00000001 r9:00000002 r8:c1205048 r7:c5b38000 r6:c5b39b44 r5:c4270f80
[57875.269322]  r4:ffffe000
[57875.269331] [<c0b6d9c0>] (schedule) from [<c0b6de70>] (schedule_preempt_disabled+0x18/0x1c)
[57875.269338]  r5:ffffe000 r4:c131de10
[57875.269348] [<c0b6de58>] (schedule_preempt_disabled) from [<c0b700f8>] (__mutex_lock.constprop.9+0x344/0x58c)
[57875.269358] [<c0b6fdb4>] (__mutex_lock.constprop.9) from [<c0b7045c>] (__mutex_lock_slowpath+0x1c/0x20)
[57875.269366]  r10:cfc04008 r9:c1a7cc40 r8:00000048 r7:c1205048 r6:cfc04000 r5:c1a7cc40
[57875.269372]  r4:c131de10
[57875.269382] [<c0b70440>] (__mutex_lock_slowpath) from [<c0b704bc>] (mutex_lock+0x5c/0x60)
[57875.269392] [<c0b70460>] (mutex_lock) from [<c099d51c>] (rpi_firmware_transaction+0x50/0x128)
[57875.269399]  r5:c1a7cc40 r4:c1205048
[57875.269408] [<c099d4cc>] (rpi_firmware_transaction) from [<c099d6b0>] (rpi_firmware_property_list+0xbc/0x170)
[57875.269416]  r7:c1205048 r6:cfc04000 r5:00001000 r4:cfc04054
[57875.269456] [<c099d5f4>] (rpi_firmware_property_list) from [<bf2830e8>] (vc4_plane_set_blank+0x110/0x168 [vc4])
[57875.269464]  r10:c5bea000 r9:00000000 r8:00000000 r7:c359d000 r6:c36b7620 r5:c1205048
[57875.269470]  r4:c36b7440
[57875.269530] [<bf282fd8>] (vc4_plane_set_blank [vc4]) from [<bf2832c8>] (vc4_plane_atomic_update+0x34/0x38 [vc4])
[57875.269538]  r8:c5be4200 r7:bf2a2b08 r6:c36b7440 r5:00000000 r4:c32d1a40
[57875.269605] [<bf283294>] (vc4_plane_atomic_update [vc4]) from [<bf3b7ea8>] (drm_atomic_helper_commit_planes+0xe8/0x28c [drm_kms_helper])
[57875.269671] [<bf3b7dc0>] (drm_atomic_helper_commit_planes [drm_kms_helper]) from [<bf28598c>] (vc4_atomic_complete_commit+0x1b0/0x680 [vc4])
[57875.269680]  r10:c359d000 r9:00000000 r8:c359d500 r7:00000000 r6:c359d000 r5:c32d1a40
[57875.269686]  r4:00000001
[57875.269742] [<bf2857dc>] (vc4_atomic_complete_commit [vc4]) from [<bf285fd8>] (vc4_atomic_commit+0x17c/0x1cc [vc4])
[57875.269750]  r10:c359d000 r9:00000000 r8:c359d500 r7:00000000 r6:00000000 r5:c359d000
[57875.269757]  r4:c32d1a40 r3:00000001
[57875.269863] [<bf285e5c>] (vc4_atomic_commit [vc4]) from [<bf33d8f8>] (drm_atomic_commit+0x54/0x60 [drm])
[57875.269871]  r9:c370039c r8:00000001 r7:c36b7440 r6:c359d000 r5:c32d1a40 r4:00000000
[57875.270022] [<bf33d8a4>] (drm_atomic_commit [drm]) from [<bf353f68>] (drm_client_modeset_commit_atomic+0x208/0x248 [drm])
[57875.270030]  r7:c36b7440 r6:00000001 r5:c359d1c4 r4:c32d1a40
[57875.270179] [<bf353d60>] (drm_client_modeset_commit_atomic [drm]) from [<bf354090>] (drm_client_modeset_commit_locked+0x6c/0x198 [drm])
[57875.270187]  r10:c1205048 r9:fffffe30 r8:c359d09c r7:c2ba1a00 r6:bf3ca020 r5:c2ba1a18
[57875.270193]  r4:c359d000
[57875.270340] [<bf354024>] (drm_client_modeset_commit_locked [drm]) from [<bf3541f0>] (drm_client_modeset_commit+0x34/0x50 [drm])
[57875.270361]  r9:fffffe30 r8:c359d09c r7:c2ba1ab4 r6:bf3ca020 r5:c2ba1a00 r4:c359d000
[57875.270474] [<bf3541bc>] (drm_client_modeset_commit [drm]) from [<bf3bf2bc>] (__drm_fb_helper_restore_fbdev_mode_unlocked+0xb0/0xd8 [drm_kms_helper])
[57875.270481]  r5:c2ba1a00 r4:00000000
[57875.270555] [<bf3bf20c>] (__drm_fb_helper_restore_fbdev_mode_unlocked [drm_kms_helper]) from [<bf3bf34c>] (drm_fbdev_client_restore+0x24/0x2c [drm_kms_helper])
[57875.270563]  r7:bf374058 r6:c359d0b0 r5:c359d000 r4:c2ba1a00
[57875.270674] [<bf3bf328>] (drm_fbdev_client_restore [drm_kms_helper]) from [<bf3539c4>] (drm_client_dev_restore+0x84/0xc8 [drm])
[57875.270824] [<bf353940>] (drm_client_dev_restore [drm]) from [<bf328840>] (drm_lastclose+0x58/0x5c [drm])
[57875.270832]  r9:fffffe30 r8:c2792908 r7:c4f11cc0 r6:c36c8140 r5:c359d074 r4:c359d000
[57875.270981] [<bf3287e8>] (drm_lastclose [drm]) from [<bf328960>] (drm_release+0x11c/0x120 [drm])
[57875.270988]  r5:c359d074 r4:c359d000
[57875.271068] [<bf328844>] (drm_release [drm]) from [<c043cd58>] (__fput+0x90/0x25c)
[57875.271076]  r7:c19946d0 r6:000a201f r5:c37ee778 r4:c4f11cc0
[57875.271084] [<c043ccc8>] (__fput) from [<c043cf3c>] (____fput+0x18/0x1c)
[57875.271092]  r9:fffffe30 r8:c1354d6c r7:c4270f80 r6:c42714d4 r5:00000000 r4:c4f11cc0
[57875.271102] [<c043cf24>] (____fput) from [<c02429e8>] (task_work_run+0xb4/0xe4)
[57875.271112] [<c0242934>] (task_work_run) from [<c020bb10>] (do_work_pending+0x5a0/0x5a8)
[57875.271120]  r9:fffffe30 r8:5ac3c35a r7:00000004 r6:c0200204 r5:c5b39fb0 r4:ffffe000
[57875.271129] [<c020b570>] (do_work_pending) from [<c0200074>] (slow_work_pending+0xc/0x20)
[57875.271135] Exception stack(0xc5b39fb0 to 0xc5b39ff8)
[57875.271143] 9fa0:                                     00000000 b6f0eb54 00000000 00000000
[57875.271151] 9fc0: 00000010 00000010 00000000 00000006 0000000f b2b26470 00fe1348 b44aa068
[57875.271159] 9fe0: 00000002 bec5fea8 00000000 b6e5531c 80000010 00000010
[57875.271167]  r10:00000006 r9:c5b38000 r8:c0200204 r7:00000006 r6:00000000 r5:00000010
[57875.271173]  r4:00000010
[57998.149509] INFO: task kworker/2:0:14934 blocked for more than 368 seconds.
[57998.149526]       Tainted: G        WC        5.10.17-v7l+ #1403
[57998.149532] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[57998.149540] task:kworker/2:0     state:D stack:    0 pid:14934 ppid:     2 flags:0x00000000
[57998.149603] Workqueue: events output_poll_execute [drm_kms_helper]
[57998.149615] Backtrace: 
[57998.149637] [<c0b6d050>] (__schedule) from [<c0b6da28>] (schedule+0x68/0xe4)
[57998.149647]  r10:00000002 r9:c5ac9dcc r8:ffffe000 r7:c5ac8000 r6:00000000 r5:c402ec80
[57998.149653]  r4:ffffe000
[57998.149664] [<c0b6d9c0>] (schedule) from [<c0b6de70>] (schedule_preempt_disabled+0x18/0x1c)
[57998.149671]  r5:c5ac9e5c r4:c359d104
[57998.149682] [<c0b6de58>] (schedule_preempt_disabled) from [<c0b6f8a4>] (__ww_mutex_lock.constprop.7+0x478/0x860)
[57998.149693] [<c0b6f42c>] (__ww_mutex_lock.constprop.7) from [<c0b6fd40>] (__ww_mutex_lock_slowpath+0x20/0x24)
[57998.149702]  r10:00000001 r9:c3cc0c40 r8:c359d000 r7:00000000 r6:c359d104 r5:c5ac9e5c
[57998.149708]  r4:c359d104
[57998.149718] [<c0b6fd20>] (__ww_mutex_lock_slowpath) from [<c0b6fda8>] (ww_mutex_lock+0x64/0x70)
[57998.149810] [<c0b6fd44>] (ww_mutex_lock) from [<bf33c4e0>] (drm_modeset_lock+0x50/0x118 [drm])
[57998.149817]  r5:00000000 r4:c5ac9e5c
[57998.149933] [<bf33c490>] (drm_modeset_lock [drm]) from [<bf3ab58c>] (drm_helper_probe_detect_ctx+0x74/0x138 [drm_kms_helper])
[57998.149941]  r7:00000000 r6:c1205048 r5:c3cc0c40 r4:bf2a2d80
[57998.150015] [<bf3ab518>] (drm_helper_probe_detect_ctx [drm_kms_helper]) from [<bf3ab8b0>] (output_poll_execute+0x120/0x1d8 [drm_kms_helper])
[57998.150023]  r7:00000000 r6:00000001 r5:c359d20c r4:c1205048
[57998.150066] [<bf3ab790>] (output_poll_execute [drm_kms_helper]) from [<c023dc18>] (process_one_work+0x250/0x5a0)
[57998.150075]  r10:00000000 r9:00000000 r8:00000080 r7:dff30900 r6:dff2d640 r5:c3289100
[57998.150081]  r4:c359d20c
[57998.150091] [<c023d9c8>] (process_one_work) from [<c023dfc8>] (worker_thread+0x60/0x5c4)
[57998.150099]  r10:dff2d640 r9:c1203d00 r8:dff2d658 r7:00000008 r6:dff2d640 r5:c3289114
[57998.150105]  r4:c3289100
[57998.150115] [<c023df68>] (worker_thread) from [<c0245a50>] (kthread+0x170/0x174)
[57998.150123]  r10:c607de74 r9:c3289100 r8:c023df68 r7:c5ac8000 r6:00000000 r5:c5a0f900
[57998.150130]  r4:c43c8440
[57998.150139] [<c02458e0>] (kthread) from [<c02000ec>] (ret_from_fork+0x14/0x28)
[57998.150146] Exception stack(0xc5ac9fb0 to 0xc5ac9ff8)
[57998.150153] 9fa0:                                     00000000 00000000 00000000 00000000
[57998.150161] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[57998.150168] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[57998.150176]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c02458e0
[57998.150182]  r4:c5a0f900
[57998.150190] INFO: task kworker/0:1:15095 blocked for more than 368 seconds.
[57998.150197]       Tainted: G        WC        5.10.17-v7l+ #1403
[57998.150203] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[57998.150210] task:kworker/0:1     state:D stack:    0 pid:15095 ppid:     2 flags:0x00000000
[57998.150227] Workqueue: events dbs_work_handler
[57998.150238] Backtrace: 
[57998.150253] [<c0b6d050>] (__schedule) from [<c0b6da28>] (schedule+0x68/0xe4)
[57998.150261]  r10:00000000 r9:00000002 r8:c1205048 r7:c600c000 r6:c600dc2c r5:c195dd00
[57998.150268]  r4:ffffe000
[57998.150277] [<c0b6d9c0>] (schedule) from [<c0b6de70>] (schedule_preempt_disabled+0x18/0x1c)
[57998.150284]  r5:ffffe000 r4:c131de10
[57998.150294] [<c0b6de58>] (schedule_preempt_disabled) from [<c0b700f8>] (__mutex_lock.constprop.9+0x344/0x58c)
[57998.150304] [<c0b6fdb4>] (__mutex_lock.constprop.9) from [<c0b7045c>] (__mutex_lock_slowpath+0x1c/0x20)
[57998.150313]  r10:cfc06008 r9:c1a7cc40 r8:00000018 r7:c1205048 r6:cfc06000 r5:c1a7cc40
[57998.150319]  r4:c131de10
[57998.150329] [<c0b70440>] (__mutex_lock_slowpath) from [<c0b704bc>] (mutex_lock+0x5c/0x60)
[57998.150340] [<c0b70460>] (mutex_lock) from [<c099d51c>] (rpi_firmware_transaction+0x50/0x128)
[57998.150347]  r5:c1a7cc40 r4:c1205048
[57998.150357] [<c099d4cc>] (rpi_firmware_transaction) from [<c099d6b0>] (rpi_firmware_property_list+0xbc/0x170)
[57998.150364]  r7:c1205048 r6:cfc06000 r5:00001000 r4:cfc06024
[57998.150374] [<c099d5f4>] (rpi_firmware_property_list) from [<c099d7d4>] (rpi_firmware_property+0x70/0x118)
[57998.150382]  r10:c5bbbdcc r9:00030002 r8:00000018 r7:c1a7cc40 r6:c600dd48 r5:0000000c
[57998.150388]  r4:c5bbbdc0
[57998.150399] [<c099d764>] (rpi_firmware_property) from [<c07e4e54>] (raspberrypi_clock_property+0x54/0x7c)
[57998.150406]  r10:00000000 r9:00000000 r8:c2291880 r7:00000000 r6:ffffff92 r5:c600dd70
[57998.150413]  r4:c1205048 r3:0000000c
[57998.150421] [<c07e4e00>] (raspberrypi_clock_property) from [<c07e4ec8>] (raspberrypi_fw_get_rate+0x4c/0x70)
[57998.150428]  r5:00000000 r4:c1205048
[57998.150437] [<c07e4e7c>] (raspberrypi_fw_get_rate) from [<c07db7d4>] (clk_recalc+0x44/0x84)
[57998.150444]  r4:c1b69900
[57998.150453] [<c07db790>] (clk_recalc) from [<c07dbac4>] (__clk_recalc_rates+0x30/0x94)
[57998.150459]  r5:00000000 r4:c1b69900
[57998.150468] [<c07dba94>] (__clk_recalc_rates) from [<c07dbb80>] (clk_core_get_rate_recalc+0x58/0x5c)
[57998.150475]  r7:00000000 r6:c1205048 r5:23c34600 r4:c1b69900
[57998.150484] [<c07dbb28>] (clk_core_get_rate_recalc) from [<c07dbbac>] (clk_get_rate+0x28/0x38)
[57998.150491]  r5:23c34600 r4:c2291880
[57998.150499] [<c07dbb84>] (clk_get_rate) from [<c0968a10>] (dev_pm_opp_set_rate+0x70/0x588)
[57998.150506]  r5:23c34600 r4:c229c200
[57998.150516] [<c09689a0>] (dev_pm_opp_set_rate) from [<c0973900>] (set_target+0x38/0x3c)
[57998.150524]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:c1404e44 r5:c1205048
[57998.150530]  r4:c229c400
[57998.150539] [<c09738c8>] (set_target) from [<c096e604>] (__cpufreq_driver_target+0x1bc/0x540)
[57998.150550] [<c096e448>] (__cpufreq_driver_target) from [<c0971994>] (od_dbs_update+0xc4/0x170)
[57998.150558]  r10:00000000 r9:c37ff800 r8:c4622780 r7:c37ffa80 r6:c37ff800 r5:c37ffa80
[57998.150564]  r4:c229c400
[57998.150573] [<c09718d0>] (od_dbs_update) from [<c0972bf8>] (dbs_work_handler+0x3c/0x64)
[57998.150581]  r9:00000000 r8:c131beac r7:c229c400 r6:c37ffa84 r5:00000000 r4:c37ffab8
[57998.150591] [<c0972bbc>] (dbs_work_handler) from [<c023dc18>] (process_one_work+0x250/0x5a0)
[57998.150599]  r9:00000000 r8:00000000 r7:dff08900 r6:dff05640 r5:c44bc100 r4:c37ffab8
[57998.150609] [<c023d9c8>] (process_one_work) from [<c023dfc8>] (worker_thread+0x60/0x5c4)
[57998.150617]  r10:dff05640 r9:c1203d00 r8:dff05658 r7:00000008 r6:dff05640 r5:c44bc114
[57998.150623]  r4:c44bc100
[57998.150632] [<c023df68>] (worker_thread) from [<c0245a50>] (kthread+0x170/0x174)
[57998.150640]  r10:c6043e74 r9:c44bc100 r8:c023df68 r7:c600c000 r6:00000000 r5:c350b440
[57998.150646]  r4:c5a0fe00
[57998.150655] [<c02458e0>] (kthread) from [<c02000ec>] (ret_from_fork+0x14/0x28)
[57998.150661] Exception stack(0xc600dfb0 to 0xc600dff8)
[57998.150668] dfa0:                                     00000000 00000000 00000000 00000000
[57998.150676] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[57998.150684] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[57998.150691]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c02458e0
[57998.150698]  r4:c350b440
[61249.400055] raspberrypi-firmware soc:firmware: mbox_send_message returned -62
[64853.940266] raspberrypi-firmware soc:firmware: mbox_send_message returned -62
* Other hardware? Official Raspberry Pi HQ Camera
hailfinger commented 3 years ago

Note: Trying to reboot the Pi in this state was a bad idea. The Pi now hangs somewhere, and I can't even ping it. This is somewhat unfortunate since the Pi is in a locked building half an hour away from me.

hailfinger commented 3 years ago

Since it was mentioned on the forums that the error is caused by an old GStreamer version, I upgraded GStreamer to latest git (1.19). The problem persists.

This might also be related to bug #3791 .

hailfinger commented 3 years ago

@6by9 With Linux kernel 5.10.17-v7l+ but firmware from rpi-update this issue is not reproducible anymore. I'll do some stress tests and will close this report once I can confirm the bugfix works for heavy usage as well.

vcgencmd version

Mar 26 2021 16:34:17 Copyright (c) 2012 Broadcom version edf2e9c318863999c97c50cdb74eee235ede3af5 (clean) (release) (start_x)

hailfinger commented 3 years ago

With firmware edf2e9c318863999c97c50cdb74eee235ede3af5 and Linux kernel 5.10.17-v7l+, the issue is fixed. Thank you for the bugfix!