diff options
author | Michael Lass <[email protected]> | 2024-01-31 16:52:20 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-02-02 12:21:02 +0000 |
commit | fe92f874f09145a6951deacaa4961390238bbe0d (patch) | |
tree | 45094dc6ac0fdb8cb4a48490c66e73627692e25a /scripts/generate_rust_analyzer.py | |
parent | 46eba193d04f8bd717e525eb4110f3c46c12aec3 (diff) |
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 <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Michael Lass <[email protected]>
Reviewed-by: Jeffrey Altman <[email protected]>
Acked-by: David Howells <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions