From: FUJITA Tomonori <[EMAIL PROTECTED]>
Date: Wed, 08 Feb 2006 14:24:49 +0900

> tpacket_hdr structure includes 'unsigned long' though kernel and
> userland shares it in the mmapped ring buffer.
> 
> Seems it would be better to fix all data structures in the header file
> than fixing only tpacket_hdr structure.
> 
> Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]>
> Signed-off-by: Mike Christie <[EMAIL PROTECTED]>

You broke 64-bit userland by changing that "unsigned long"
to a __u32.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to