OSDN Git Service

net: socket: Don't ignore EINVAL on netdev socket connection
authorStefano Brivio <sbrivio@redhat.com>
Fri, 21 Oct 2022 09:09:12 +0000 (11:09 +0200)
committerJason Wang <jasowang@redhat.com>
Fri, 28 Oct 2022 05:28:52 +0000 (13:28 +0800)
commitdaf188ff04ea86fedf447ce366af3d1025020909
treeace8c8269a1416b7396c5354edb40769aa4dd408
parent5166fe0ae46dbfed8cd7e7c3743c591caef81336
net: socket: Don't ignore EINVAL on netdev socket connection

Other errors are treated as failure by net_socket_connect_init(),
but if connect() returns EINVAL, we'll fail silently. Remove the
related exception.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/socket.c