From: Evgeny Kravtsunov Date: Tue, 17 Apr 2007 19:31:24 +0000 (-0700) Subject: [BRIDGE]: Unaligned access when comparing ethernet addresses X-Git-Tag: v2.6.21~62^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19bb3506e27096eea5f7b71b89621ad1203ed318;p=pandora-kernel.git [BRIDGE]: Unaligned access when comparing ethernet addresses compare_ether_addr() implicitly requires that the addresses passed are 2-bytes aligned in memory. This is not true for br_stp_change_bridge_id() and br_stp_recalculate_bridge_id() in which one of the addresses is unsigned char *, and thus may not be 2-bytes aligned. Signed-off-by: Evgeny Kravtsunov Signed-off-by: Kirill Korotaev Signed-off-by: Pavel Emelianov --- Reading git-diff-tree failed