aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-08-13 13:13:32 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-21 15:30:13 -0300
commit5b6c3ef0e43fe80b517735697e4d0fb5729b2ab4 (patch)
tree6d9f1935fa7c07c34628aee489280521457ad975 /include/media
parent[media] omap3isp: Don't fail streamon when the sensor doesn't implement s_stream (diff)
downloadlinux-dev-5b6c3ef0e43fe80b517735697e4d0fb5729b2ab4.tar.xz
linux-dev-5b6c3ef0e43fe80b517735697e4d0fb5729b2ab4.zip
[media] omap3isp: video: Avoid crashes when pipeline set stream operation fails
If streaming can't be enabled on the pipeline, the DMA buffers queue is not emptied. If the buffers then get freed the queue will end up referencing free memory. This is usually not an issue, as the DMA queue will be reinitialized the next time streaming is enabled, before enabling the hardware. However, if the sensor connected at the pipeline input is free-running, the CCDC will start generating interrupts as soon as it gets powered up, before the streaming gets enabled on the hardware. This will make the CCDC interrupt handler access freed memory, causing a crash. Reinitialize the DMA buffers queue in isp_video_streamon() if the error path to make sure this situation won't happen. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
0 files changed, 0 insertions, 0 deletions