From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8BFC620A5E5 for ; Fri, 14 Nov 2025 15:25:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763133922; cv=none; b=pTl+YcJoTgx2xXOMvkx5DgKjkevUNr36TfxIJmV9DriIs91uda3w4c7hj9Qw5tuF/SYcOZ8AmUUh0HFo93UNjgukLpc/8EZbzXcVK5/3S2Nn+UEpZ7DgEksD7bISusukM5M+LQa/kVFBVxXTOAzXwkJ5F8CtJrTIWw6gsDDxHsc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763133922; c=relaxed/simple; bh=1xg+ZYp4YpkWdCgrIhx6lF68cnzGaVGxMY17nganbfA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OKLVCSczSvr93qKLRiJQi2/pa63bc9SEmba7AYWkHH3MiYzYyJp1nF6NDRh2E5bnOE40gBDJ838x0UPsTL9DcevrN79oYi+/ftORTJWuA9KTiXmth6yio1rL0Uywkmk+cz2lqFXIxsOCWwlOh96GqVRqINTHUl7Y2X0wHTwn95U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 00315227A88; Fri, 14 Nov 2025 16:25:08 +0100 (CET) Date: Fri, 14 Nov 2025 16:25:08 +0100 From: Christoph Hellwig To: Rene Rebe Cc: Christoph Hellwig , Jens Axboe , "Martin K. Petersen" , Geoff Levand , linux-kernel@vger.kernel.org, Greg Kroah-Hartman Subject: Re: [RESEND PATCH] Fix ps3disk: use memcpy_{from,to}_bvec index Message-ID: <20251114152508.GA30351@lst.de> References: <20251114.153033.430439310885688884.rene@exactco.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20251114.153033.430439310885688884.rene@exactco.de> User-Agent: Mutt/1.5.17 (2007-11-01) 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 Looks good: Reviewed-by: Christoph Hellwig Note that there should be no empty line after the fixes tag, but maybe Jens can fix this when applying the patch.