From: Michael S. Tsirkin Date: Fri, 14 Jul 2006 07:23:52 +0000 (-0700) Subject: [PATCH] IB/addr: gid structure alignment fix X-Git-Tag: v2.6.18-rc2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ee3404cce2c45f8b95b341dd6311cd92e5cee0;p=pandora-kernel.git [PATCH] IB/addr: gid structure alignment fix The device address contains unsigned character arrays, which contain raw GID addresses. The GIDs may not be naturally aligned, so do not cast them to structures or unions. Signed-off-by: Sean Hefty Signed-off-by: Michael S. Tsirkin Cc: Roland Dreier Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed