Re: [ovs-dev] [PATCH] netlink-socket: Fix sign of error code.

2014-07-10 Thread Alex Wang
LGTM, Acked-by: Alex Wang On Thu, Jul 10, 2014 at 2:46 PM, Ben Pfaff wrote: > Commit 8f20fd98db (netlink-socket: Work around upstream kernel Netlink > bug.) got the sign of the error code wrong, so that it reported e.g. -22 > for EINVAL to nl_sock_recv__()'s caller, instead of 22. > > Signed-o

[ovs-dev] [PATCH] netlink-socket: Fix sign of error code.

2014-07-10 Thread Ben Pfaff
Commit 8f20fd98db (netlink-socket: Work around upstream kernel Netlink bug.) got the sign of the error code wrong, so that it reported e.g. -22 for EINVAL to nl_sock_recv__()'s caller, instead of 22. Signed-off-by: Ben Pfaff --- lib/netlink-socket.c |2 +- 1 file changed, 1 insertion(+), 1 d