This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/include
Bob Breuer 51bcf09291 [SPARC32]: Fix over-optimization by GCC near ip_fast_csum.
In some cases such as:
	iph->check = 0;
	iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
GCC may optimize out the previous store.

Observed as a failure of NFS over udp (bad checksums on ip fragments)
when compiled with GCC 3.4.2.

Signed-off-by: Bob Breuer <breuerr@mc.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-02-01 20:24:35 -08:00
..
2007-01-30 08:39:21 -08:00
2007-02-01 16:17:05 -08:00
2007-01-11 18:18:22 -08:00
2007-01-11 18:18:22 -08:00
2006-12-07 08:39:25 -08:00
2007-01-29 14:32:53 -08:00
2006-12-13 09:05:55 -08:00