From: Mark H. Weaver Date: Mon, 23 Mar 2009 12:46:12 +0000 (+0100) Subject: netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sack X-Git-Tag: v2.6.30-rc1~662^2~1^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=534f81a5068799799e264fd162e9488a129f98d4;p=pandora-kernel.git netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sack This patch fixes an unaligned memory access in tcp_sack while reading sequence numbers from TCP selective acknowledgement options. Prior to applying this patch, upstream linux-2.6.27.20 was occasionally generating messages like this on my sparc64 system: [54678.532071] Kernel unaligned access at TPC[6b17d4] tcp_packet+0xcd4/0xd00 Acked-by: David S. Miller Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed