Skip to content
Snippets Groups Projects
Commit ae5de0ff authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Fix missing fold at end of checksums.


Both csum_partial() and the csum_partial_copy*() family of routines
forget to do a final fold on the computed checksum value on sparc64.
So do the standard Sparc "add + set condition codes, add carry"
sequence, then make sure the high 32-bits of the return value are
clear.

Based upon some excellent detective work and debugging done by
Richard Braun and Samuel Thibault.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 672c6108
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment