Home
last modified time | relevance | path

Searched hist:b9d717a7 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/
H A Dsocket.cb9d717a7 Mon Sep 26 16:28:02 CDT 2005 Alex Williamson <alex.williamson@hp.com> [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 <alex.williamson@hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>