On 6/10/25 18:34, Marek Szyprowski wrote: > On 14.05.2025 15:44, Marek Szyprowski wrote: >> On 08.05.2025 11:57, Christian König wrote: >>> On 5/7/25 18:09, Marek Szyprowski wrote: >>>> Use common wrappers operating directly on the struct sg_table >>>> objects to >>>> fix incorrect use of scatterlists sync calls. dma_sync_sg_for_*() >>>> functions have to be called with the number of elements originally >>>> passed >>>> to dma_map_sg_*() function, not the one returned in sgtable's nents. >>>> >>>> Fixes: 1ffe09590121 ("udmabuf: fix dma-buf cpu access") >>>> CC: sta...@vger.kernel.org >>>> Signed-off-by: Marek Szyprowski <m.szyprow...@samsung.com> >>>> Acked-by: Vivek Kasireddy <vivek.kasire...@intel.com> >>> Reviewed-by: Christian König <christian.koe...@amd.com> >>> >>> Should I push this one to drm-misc-fixes for upstreaming? >> >> Yes, please. The other 2 patches have been taken by the media maintainers. > > Gentle ping
Done. Thanks for the reminder, totally forgotten about that one. Regards, Christian. > > Best regards