Hi Hans, Mauro, The pull request includes: - cocci warning/errors (Ricardo Ribalda). - Constify structs (Christophe JAILLET). - A fix for use-after-free when removing venus core module. - Use iommu_paging_domain_alloc() when loading firmware through IOMMU. - Change min iommu items in dt-binding for SC7280. Please, pull. regards, ~Stan The following changes since commit 31aaa7d95e09892c81df0d7c49ae85640fa4e202: media: cec: cec-adap.c: improve CEC_MSG_FL_REPLY_VENDOR_ID check (2024-08-08 15:24:03 +0200) are available in the Git repository at: git://linuxtv.org/svarbanov/media_tree.git tags/tag-venus-for-v6.12 for you to fetch changes up to 5c6fd86dd3b3d6f37b0d07175ce24945134856fd: media: dt-bindings: qcom,sc7280-venus: Allow one IOMMU entry (2024-08-23 10:46:31 +0300) ---------------------------------------------------------------- Venus updates for v6.12 ---------------------------------------------------------------- Christophe JAILLET (1): media: venus: Constify struct dec_bufsize_ops and enc_bufsize_ops Lu Baolu (1): media: venus: firmware: Use iommu_paging_domain_alloc() Luca Weiss (1): media: dt-bindings: qcom,sc7280-venus: Allow one IOMMU entry Ricardo Ribalda (9): media: venus: Refactor struct hfi_uncompressed_plane_info media: venus: Refactor struct hfi_session_get_property_pkt media: venus: Refactor struct hfi_uncompressed_format_supported media: venus: Refactor hfi_session_empty_buffer_uncompressed_plane0_pkt media: venus: Refactor hfi_session_empty_buffer_compressed_pkt media: venus: Refactor hfi_sys_get_property_pkt media: venus: Refactor hfi_session_fill_buffer_pkt media: venus: Refactor hfi_buffer_alloc_mode_supported media: venus: Convert one-element-arrays to flex-arrays Zheng Wang (1): media: venus: fix use after free bug in venus_remove due to race condition .../devicetree/bindings/media/qcom,sc7280-venus.yaml | 1 + drivers/media/platform/qcom/venus/core.c | 1 + drivers/media/platform/qcom/venus/firmware.c | 6 +++--- drivers/media/platform/qcom/venus/hfi_cmds.c | 8 ++++---- drivers/media/platform/qcom/venus/hfi_cmds.h | 16 ++++++++-------- drivers/media/platform/qcom/venus/hfi_helper.h | 20 ++++++++++---------- drivers/media/platform/qcom/venus/hfi_parser.c | 2 +- drivers/media/platform/qcom/venus/hfi_plat_bufs_v6.c | 20 ++++++++++---------- 8 files changed, 38 insertions(+), 36 deletions(-)