From: David S. Miller Date: Fri, 11 May 2018 19:55:57 +0000 (-0400) Subject: Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v4.19~1050^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f01008916f1a4b7e238bf124d13d5c509e8cc362;p=platform%2Fkernel%2Flinux-rpi3.git 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 --- f01008916f1a4b7e238bf124d13d5c509e8cc362