Re: [PATCH] fix select() for SOCK_RAW sockets

From: Stephen Hemminger
Date: Tue Dec 07 2004 - 12:46:57 EST


On Tue, 7 Dec 2004 07:08:34 -0800
Mitchell Blank Jr <mitch@xxxxxxxxxx> wrote:

> Phil: Here's a real patch for you to test. I actually left inet_dgram_ops
> alone since it's an exported symbol (two of the users just want the .do_ioctl
> value which is the same between SOCK_DGRAM and SOCK_RAW; the other is ipv6
> where it's clearly dealing with a UDP socket -- therefore I think its safest
> to leave inet_dgram_ops to have the UDP behavior)
>
> Davem: I only tested that this doesn't break UDP; if it works for Phil and
> Stephen can verify that it doesn't break his bad-checksum UDP tests then
> please push it for 2.6.10.
>

Thanks, I'll retest UDP today, but it looks right.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/