Merge tag 'rxrpc-rewrite-20160917-2' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Mon, 19 Sep 2016 05:52:21 +0000 (01:52 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Sep 2016 05:52:21 +0000 (01:52 -0400)
commite867e87ae88c54f741d1cabd1de536b4497a0504
tree5b374e86bd9444636a1f0d85e0eabaf42fd145fa
parent5b0c6fc8eff75c2c50508a2ac4415ce73d0d6936
parent8a681c360559f75a80b37e6a6a9590457361ccb0
Merge tag 'rxrpc-rewrite-20160917-2' of git://git./linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Tracepoint addition and improvement

Here is a set of patches that add some more tracepoints and improve a couple
of existing ones.  New additions include:

 (1) Connection refcount tracking.

 (2) Client connection state machine tracking.

 (3) Tx and Rx packet lifecycle.

 (4) ACK reception and transmission.

 (5) recvmsg processing.

Updates include:

 (1) Print the symbolic packet name in the Rx packet tracepoint.

 (2) Additional call refcount trace events.

 (3) Improvements to sk_buff tracking with AF_RXRPC.

In addition:

 (1) Config option to inject packet loss during both transmission and
     reception.

 (2) Removal of some printks.

This series needs to be applied on top of the previously posted fixes.
====================

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