diff options
author | Michael Lass <bevan@bi-co.net> | 2024-01-31 16:52:20 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-02 13:21:02 +0100 |
commit | fe92f874f09145a6951deacaa4961390238bbe0d (patch) | |
tree | 45094dc6ac0fdb8cb4a48490c66e73627692e25a /drivers | |
parent | net: stmmac: xgmac: fix handling of DPP safety error for DMA channels (diff) | |
download | linux-fe92f874f09145a6951deacaa4961390238bbe0d.tar.xz linux-fe92f874f09145a6951deacaa4961390238bbe0d.zip |
net: Fix from address in memcpy_to_iter_csum()
While inlining csum_and_memcpy() into memcpy_to_iter_csum(), the from
address passed to csum_partial_copy_nocheck() was accidentally changed.
This causes a regression in applications using UDP, as for example
OpenAFS, causing loss of datagrams.
Fixes: dc32bff195b4 ("iov_iter, net: Fold in csum_and_memcpy()")
Cc: David Howells <dhowells@redhat.com>
Cc: stable@vger.kernel.org
Cc: regressions@lists.linux.dev
Signed-off-by: Michael Lass <bevan@bi-co.net>
Reviewed-by: Jeffrey Altman <jaltman@auristor.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions