commit | 3d211c226d0d9e74edb5c5c493171413fa49aa3d | [log] [tgz] |
---|---|---|
author | yu.xie <yu.xie@amlogic.com> | Mon Nov 11 15:24:43 2024 +0800 |
committer | gerrit autosubmit <gerrit.autosubmit@amlogic.com> | Tue Dec 17 03:15:38 2024 -0800 |
tree | 0b8eab1ab314daec78c5b29331f1bcfd47538c4a | |
parent | d6c2d211361a17d7fd108106aa2c67a20b6095c4 [diff] |
v4l: CB1 v4l2_m2m_try_run crash while streamoff. [1/1] PD#SWPL-194751 Problem: After the streamoff is completed, v4l2_m2m_try_run gets the resource and continues to run, and a null pointer crash occurs. Solution: While callback to job_abort in stream_off, flush the job queue to avoid devices_run after stream_off. Verify: ohm Change-Id: I4a2ec24eda3ec43588ffdd217444f1fd3183832d Signed-off-by: yu.xie <yu.xie@amlogic.com>