On Fri, Jun 13, 2025 at 05:22:42PM +0800, Xu Yilun wrote:
On Tue, May 27, 2025 at 09:11:28AM -0300, Jason Gunthorpe wrote:
On Tue, May 27, 2025 at 11:31:37AM +0200, Marek Szyprowski wrote:
Use common wrappers operating directly on the struct sg_table objects to fix incorrect use of statterlists related calls. dma_unmap_sg() function has to be called with the number of elements originally passed to the dma_map_sg() function, not the one returned in sgtable's nents.
CC: stable@vger.kernel.org Fixes: 425902f5c8e3 ("fpga zynq: Use the scatterlist interface") Signed-off-by: Marek Szyprowski m.szyprowski@samsung.com
drivers/fpga/zynq-fpga.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Jason Gunthorpe jgg@nvidia.com
Reviewed-by: Xu Yilun yilun.xu@intel.com
Applied to for-next.
Hello, Marek:
I've removed the patch from for-next. Please fix the issue.
https://lore.kernel.org/all/20250616141151.64eb59e0@canb.auug.org.au/
Thanks, Yilun