Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorDavid S. Miller <davem@davemloft.net>
Fri, 11 May 2018 19:55:57 +0000 (15:55 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 May 2018 19:55:57 +0000 (15:55 -0400)
commitf01008916f1a4b7e238bf124d13d5c509e8cc362
tree700ce63f72a5d47b0b0c784bf83301db26b11db6
parentaf5d01842fe1fbfb9f5e1c1d957ba02ab6f4569a
parent6b47fe1d1ca3aec3a1a8623439c22fbf51016cd8
Merge tag 'rxrpc-fixes-20180510' of git://git./linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Fixes

Here are three fixes for AF_RXRPC and two tracepoints that were useful for
finding them:

 (1) Fix missing start of expect-Rx-by timeout on initial packet
     transmission so that calls will time out if the peer doesn't respond.

 (2) Fix error reception on AF_INET6 sockets by using the correct family of
     sockopts on the UDP transport socket.

 (3) Fix setting the minimum security level on kernel calls so that they
     can be encrypted.

 (4) Add a tracepoint to log ICMP/ICMP6 and other error reports from the
     transport socket.

 (5) Add a tracepoint to log UDP sendmsg failure so that we can find out if
     transmission failure occurred on the UDP socket.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>