From: Alex Williamson Date: Mon, 26 Sep 2005 21:28:02 +0000 (-0700) Subject: [NET]: Make sure ctl buffer is aligned properly in sys_sendmsg(). X-Git-Tag: v2.6.14-rc3~103^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d717a7b413f227ebb2d61d9c118335f7292137;p=pandora-kernel.git [NET]: Make sure ctl buffer is aligned properly in sys_sendmsg(). It's on the stack and declared as "unsigned char[]", but pointers and similar can be in here thus we need to give it an explicit alignment attribute. Signed-off-by: Alex Williamson Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed