Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/ia64/lib
Jiri Bohac 5afe18d2f5 [IA64] fix csum_ipv6_magic()
The 32-bit parameters (len and csum) of csum_ipv6_magic() are passed in 64-bit
registers in2 and in4. The high order 32 bits of the registers were never
cleared, and garbage was sometimes calculated into the checksum.

Fix this by clearing the high order 32 bits of these registers.

Signed-off-by: Jiri Bohac <jbohac@suse.cz>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2009-09-02 09:14:48 -07:00
..
carta_random.S
checksum.c
clear_page.S
clear_user.S
copy_page.S
copy_page_mck.S
copy_user.S
csum_partial_copy.c
do_csum.S
flush.S
idiv32.S
idiv64.S
io.c
ip_fast_csum.S [IA64] fix csum_ipv6_magic() 2009-09-02 09:14:48 -07:00
Makefile
memcpy.S
memcpy_mck.S
memset.S
strlen.S
strlen_user.S
strncpy_from_user.S
strnlen_user.S
xor.S