lkml.org 
[lkml]   [2020]   [Feb]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.16 032/148] compat_ioctl: handle SIOCOUTQNSD
    3.16.82-rc1 review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Arnd Bergmann <arnd@arndb.de>

    commit 9d7bf41fafa5b5ddd4c13eb39446b0045f0a8167 upstream.

    Unlike the normal SIOCOUTQ, SIOCOUTQNSD was never handled in compat
    mode. Add it to the common socket compat handler along with similar
    ones.

    Fixes: 2f4e1b397097 ("tcp: ioctl type SIOCOUTQNSD returns amount of data not sent")
    Cc: Eric Dumazet <edumazet@google.com>
    Cc: netdev@vger.kernel.org
    Cc: "David S. Miller" <davem@davemloft.net>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    net/socket.c | 1 +
    1 file changed, 1 insertion(+)

    --- a/net/socket.c
    +++ b/net/socket.c
    @@ -3311,6 +3311,7 @@ static int compat_sock_ioctl_trans(struc
    case SIOCSARP:
    case SIOCGARP:
    case SIOCDARP:
    + case SIOCOUTQNSD:
    case SIOCATMARK:
    return sock_do_ioctl(net, sock, cmd, arg);
    }
    \
     
     \ /
      Last update: 2020-02-08 19:38    [W:4.065 / U:0.184 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site