From: Jan Engelhardt Date: Sat, 27 Mar 2010 23:35:50 +0000 (-0700) Subject: net: fix unaligned access in IFLA_STATS64 X-Git-Tag: v2.6.35-rc1~473^2~681 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a4b42bd6082b4ce3b94bad00cd367707cc1e97;p=pandora-kernel.git net: fix unaligned access in IFLA_STATS64 Tony Luck observes that the original IFLA_STATS64 submission causes unaligned accesses. This is because nla_data() returns a pointer to a memory region that is only aligned to 32 bits. Do some memcpying to workaround this. Signed-off-by: Jan Engelhardt Signed-off-by: David S. Miller --- Reading git-diff-tree failed