Re: [PATCH] net: bind() fix error return on wrong address family

From: David Miller
Date: Tue Jul 05 2011 - 00:42:11 EST


From: Marcus Meissner <meissner@xxxxxxxxxx>
Date: Mon, 4 Jul 2011 13:30:29 +0200

> Reinhard Max also pointed out that the error should EAFNOSUPPORT according
> to POSIX.
>
> The Linux manpages have it as EINVAL, some other OSes (Minix, HPUX, perhaps BSD) use
> EAFNOSUPPORT. Windows uses WSAEFAULT according to MSDN.
>
> Other protocols error values in their af bind() methods in current mainline git as far
> as a brief look shows:
> EAFNOSUPPORT: atm, appletalk, l2tp, llc, phonet, rxrpc
> EINVAL: ax25, bluetooth, decnet, econet, ieee802154, iucv, netlink, netrom, packet, rds, rose, unix, x25,
> No check?: can/raw, ipv6/raw, irda, l2tp/l2tp_ip
>
> Signed-off-by: Marcus Meissner <meissner@xxxxxxx>
> Cc: Reinhard Max <max@xxxxxxx>

Applied to net-2.6, thanks.
--
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/