Merge tag 'rxrpc-rewrite-20170105' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorDavid S. Miller <davem@davemloft.net>
Thu, 5 Jan 2017 17:43:28 +0000 (12:43 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jan 2017 17:43:28 +0000 (12:43 -0500)
commit37e65dc184c7258bb94997a5d2865fcb81a066af
tree1083433e09fcfde11d8914746cd38c4be3bbffbd
parent5e6eb456983c994a8e582127a300b6552e5a1768
parent3e018daf045f3803c3ebe89dbb48318f24ffb790
Merge tag 'rxrpc-rewrite-20170105' of git://git./linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Update tracing and proc interfaces

This set of patches fixes and extends tracing:

 (1) Fix the handling of enum-to-string translations so that external
     tracing tools can make use of it by using TRACE_DEFINE_ENUM.

 (2) Extend a couple of tracepoints to export some extra available
     information and add three new tracepoints to allow monitoring of
     received DATA packets, call disconnection and improper/implicit call
     termination.

and adds a bit more procfs-exported information:

 (3) Show a call's hard-ACK cursors in /proc/net/rxrpc_calls.
====================

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