summaryrefslogtreecommitdiff
path: root/include/linux/greybus
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2025-10-08 12:55:18 +0300
committerHans Verkuil <hverkuil+cisco@kernel.org>2025-10-14 15:07:37 +0200
commit082b86919b7a94de01d849021b4da820a6cb89dc (patch)
tree3c9ce502ca3f86ee4af9967a7bd1b97d6551c81b /include/linux/greybus
parentc43bcd2b2aa3c2ca9d2433c3990ecbc2c47d10eb (diff)
media: v4l2-mem2mem: Fix outdated documentation
Commit cbd9463da1b1 ("media: v4l2-mem2mem: Avoid calling .device_run in v4l2_m2m_job_finish") deferred calls to .device_run() to a work queue to avoid recursive calls when a job is finished right away from .device_run(). It failed to update the v4l2_m2m_job_finish() documentation that still states the function must not be called from .device_run(). Fix it. Fixes: cbd9463da1b1 ("media: v4l2-mem2mem: Avoid calling .device_run in v4l2_m2m_job_finish") Cc: stable@vger.kernel.org Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'include/linux/greybus')
0 files changed, 0 insertions, 0 deletions
git.armlinux.org.uk/linux-arm.git/commit/include/linux/io_uring?h=fixes&id=1b3aa3900782707ec2f4cc1651bc82c628f25d2b'>io_uring/uring_cmd: correct signature for io_uring_mshot_cmd_post_cqe()Jens Axboe 2025-09-08io_uring/uring_cmd: fix __io_uring_cmd_do_in_task !CONFIG_IO_URING typoJens Axboe 2025-09-03io_uring/cmd: remove unused io_uring_cmd_iopoll_done()Caleb Sander Mateos 2025-09-03io_uring/uring_cmd: correct io_uring_cmd_done() ret typeCaleb Sander Mateos 2025-09-02io_uring/uring_cmd: add io_uring_cmd_tw_t type aliasCaleb Sander Mateos 2025-08-24io_uring: uring_cmd: add multishot supportMing Lei 2025-07-18io_uring/cmd: remove struct io_uring_cmd_dataCaleb Sander Mateos 2025-07-18io_uring/cmd: introduce IORING_URING_CMD_REISSUE flagCaleb Sander Mateos 2025-05-22io_uring: add helper io_uring_cmd_ctx_handle()Ming Lei 2025-03-31io_uring: hide caches sqes from driversPavel Begunkov 2025-03-21io_uring/cmd: introduce io_uring_cmd_import_fixed_vecPavel Begunkov 2025-02-28io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos 2025-02-28io_uring/uring_cmd: specify io_uring_cmd_import_fixed() pointer typeCaleb Sander Mateos 2025-02-28io_uring: add support for kernel registered bvecsKeith Busch 2025-02-27io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()Pavel Begunkov 2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe 2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2025-01-06io_uring: add io_uring_cmd_get_async_data helperMark Harmstone 2025-01-06io_uring/cmd: add per-op data to struct io_uring_cmd_dataJens Axboe 2025-01-06io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe 2024-12-03io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert 2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe 2024-09-11io_uring/cmd: give inline space in request to cmdsPavel Begunkov 2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov 2024-04-15io_uring: separate header for exported net bitsPavel Begunkov 2024-04-15nvme/io_uring: use helper for polled completionsJens Axboe 2024-04-15io_uring/cmd: document some uring_cmd related helpersPavel Begunkov 2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds 2023-12-12io_uring/cmd: inline io_uring_cmd_get_taskPavel Begunkov 2023-12-12io_uring/cmd: inline io_uring_cmd_do_in_task_lazyPavel Begunkov 2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov