Re: [RESEND PATCH] Fix ps3disk: use memcpy_{from,to}_bvec index

From: Christoph Hellwig

Date: Fri Nov 14 2025 - 10:25:19 EST


On Fri, Nov 14, 2025 at 03:30:33PM +0100, Rene Rebe wrote:
> With 6e0a48552b8c (ps3disk: use memcpy_{from,to}_bvec) converting
> ps3disk to new bvec helpers, incrementing the offset was accidently
> lost, corrupting consecutive buffers. Restore index for non-corrupted
> data transfers.
>
> Fixes: 6e0a48552b8c (ps3disk: use memcpy_{from,to}_bvec)
>
> Signed-off-by: René Rebe <rene@xxxxxxxxxx>

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>

Note that there should be no empty line after the fixes tag,
but maybe Jens can fix this when applying the patch.