From: Atzm Watanabe Date: Tue, 17 Dec 2013 13:53:32 +0000 (+0900) Subject: packet: make aligned size of struct tpacket{2,3}_hdr clear X-Git-Tag: v3.14-rc1~94^2~465^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51846355bc239b7d229ed7a1ea7b0333cbd23f01;p=pandora-kernel.git packet: make aligned size of struct tpacket{2,3}_hdr clear struct tpacket{2,3}_hdr is aligned to a multiple of TPACKET_ALIGNMENT. We may add members to them until current aligned size without forcing userspace to call getsockopt(..., PACKET_HDRLEN, ...). Signed-off-by: Atzm Watanabe Acked-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed